Skip to content

Commit 7ebaf61

Browse files
committed
-
1 parent bd45674 commit 7ebaf61

33 files changed

+577
-14
lines changed

.DS_Store

0 Bytes
Binary file not shown.

_layouts/en/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 class="page-header">{{page.title}}</h1>
99
<ol class="breadcrumb">
1010
<li><a href="{{site.baseurl}}/en/index.html">CoderBot</a>
11-
<li><a href="{{site.baseurl}}/en/blog-home-1.html">Blog</a>
11+
<li><a href="{{site.baseurl}}/en/news.html">Blog</a>
1212
</li>
1313
<li class="active">{{page.title}}</li>
1414
</ol>

_layouts/it/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 class="page-header">{{page.title}}</h1>
99
<ol class="breadcrumb">
1010
<li><a href="{{site.baseurl}}/it/index.html">CoderBot</a>
11-
<li><a href="{{site.baseurl}}/it/blog-home-1.html">Blog</a>
11+
<li><a href="{{site.baseurl}}/it/news.html">Blog</a>
1212
</li>
1313
<li class="active">{{page.title}}</li>
1414
</ol>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: en/post
3+
title: "Hour of Code 2014 - Build and code your own robot!"
4+
subtitle: "A robot-based coding session for 2014 Hour of Code"
5+
splash: "blog/coderbot_hoc_2014_12_13_0.jpg"
6+
date: 2014-12-14 12:00:00
7+
category: blog
8+
tags: doc
9+
author: CoderBot
10+
language: en
11+
---
12+
Learning to code in order to be active and creative players in the digital revolution, this is the “motto” of the “Hour Of Code” initiative that let, for the second year, millions of kids experience computer programming in order to be a creative “producer”, rather than just a passive “consumer” in the digital revolution.
13+
In Milano, Italy, thanks to the support of CoderDojo Milano, which organised a very special “digital creativity” workshop with several activities, a session dedicated to robots took place.
14+
15+
![intro]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_1.jpg)
16+
17+
The session, named “Build - and code - your own robot” was about assembling and programming a CoderBot and was attended by eight children (age 8-13).
18+
Once assembled, the robot was programmed by kids to move and explore the place.
19+
20+
![desc]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_2.jpg)
21+
22+
The workshop was divided in three parts:
23+
short introduction to robotics: what is a robot and how it is used
24+
assembling the robot
25+
programming the robot
26+
27+
![middle]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_3.jpg)
28+
29+
After the first part, which was held by mentors with a classical, “frontal lesson” approach, the kids, in couples, have assembled their own robot using the provided parts and using a pre-assembled robot as “model”.
30+
Once assembled, the robots have been tested and a short description of the programming interface have been given to children, then they started to autonomously experiment the robot and develop programs.
31+
32+
![conclusion]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_4.jpg)
33+
34+
Conclusions
35+
Kids showed great interest in the initiative. Apart from the very positive feedback, it is worth noting that almost all of the attendants continued to work all the available time and did not even enjoy the usual mid session “cookie-break”
36+
37+
[![video](http://img.youtube.com/vi/9rWKXD2UzS8/0.jpg)](http://www.youtube.com/watch?v=9rWKXD2UzS8)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: it/post
3+
title: "Hour of Code 2014 - Costruisci e programma il tuo robot!"
4+
subtitle: "Una sessione di robotica didattica in occasione della Hour of Code 2014"
5+
splash: "blog/coderbot_hoc_2014_12_13_0.jpg"
6+
date: 2014-12-14 12:00:00
7+
category: blog
8+
tags: doc
9+
author: CoderBot
10+
language: it
11+
---
12+
Imparare a programmare per essere protagonisti attivi della rivoluzione digitale, questo il motto dell’iniziativa “Hour Of Code” che anche quest’anno ha permesso a milioni di bambini e ragazzi di tutto il mondo di avvicinarsi in modo creativo al mondo della programmazione dei computer.
13+
14+
![intro]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_1.jpg)
15+
16+
A Milano, grazie al supporto di CoderDojo Milano, che per l’occasione ha organizzato una grande festa della creatività digitale, è stata organizzata una sessione dedicata ai robot.
17+
18+
![desc]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_2.jpg)
19+
20+
Otto tra bambine/i e ragazze(i di età compresa tra 8 e 13 anni si sono cimentati nell’attività, intitolata “Build - and code - your own robot”, che consisteva nell’assemblaggio di un semplice robot (CoderBot) che loro stessi hanno utilizzato per realizzare dei semplici programmi per far muovere il robot su un percorso e per esplorare l’ambiente.
21+
22+
L’attività è stata divisa in tre fasi:
23+
-breve introduzione alla robotica, cos’è un robot e quali sono i suoi impieghi
24+
-assemblaggio del robot
25+
-programmazione del robot
26+
27+
![middle]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_3.jpg)
28+
29+
Dopo la prima fase, condotta come una classica “lezione frontale”, i ragazzi (a coppie) hanno assemblato i robot utilizzando un robot già pronto come “campione”.
30+
Dopo un breve collaudo e spiegazione dell’interfaccia di controllo e programmazione, i ragazzi hanno cominciato a sperimentare con il robot, sia programmandolo che pilotandolo come un “drone” da ricongnizione, per esplorare l’ambiente.
31+
32+
![conclusion]({{site.baseurl}}/img/blog/coderbot_hoc_2014_12_13_4.jpg)
33+
34+
Conclusione
35+
I ragazzi hanno mostrato grande interesse per questa iniziativa, i feedback raccolti sono stati molto positivi ed è significativo che praticamente nessuno del gruppo abbia voluto “staccare” per tutte le oltre due ore dell’attività, saltando anche la “pausa merenda”.
36+
37+
[![video](http://img.youtube.com/vi/9rWKXD2UzS8/0.jpg)](http://www.youtube.com/watch?v=9rWKXD2UzS8)

_site/blog/2014/10/01/en-coderbot-nuovo-sito.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<h1 class="page-header">Welcome to CoderBot all-new website</h1>
9595
<ol class="breadcrumb">
9696
<li><a href="/en/index.html">CoderBot</a>
97-
<li><a href="/en/blog-home-1.html">Blog</a>
97+
<li><a href="/en/news.html">Blog</a>
9898
</li>
9999
<li class="active">Welcome to CoderBot all-new website</li>
100100
</ol>

_site/blog/2014/10/01/it-coderbot-nuovo-sito.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<h1 class="page-header">Benvenuti nel nuovo sito di CoderBot</h1>
9595
<ol class="breadcrumb">
9696
<li><a href="/it/index.html">CoderBot</a>
97-
<li><a href="/it/blog-home-1.html">Blog</a>
97+
<li><a href="/it/news.html">Blog</a>
9898
</li>
9999
<li class="active">Benvenuti nel nuovo sito di CoderBot</li>
100100
</ol>
Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="CoderBot is an open source, raspberry pi robot specialized in teaching kids the basics of robotics and coding.
9+
">
10+
<meta name="author" content="">
11+
12+
<title>Hour of Code 2014 - Build and code your own robot!</title>
13+
14+
<!-- Bootstrap Core CSS -->
15+
<link href="/css/bootstrap.min.css" rel="stylesheet">
16+
17+
<!-- Custom CSS -->
18+
<link href="/css/coderbot.css" rel="stylesheet">
19+
20+
<!-- Custom Fonts -->
21+
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
22+
23+
<!-- jQuery Version 1.11.0 -->
24+
<script src="/js/jquery-1.11.0.js"></script>
25+
26+
<!-- jQuery Version 1.11.0 -->
27+
<script src="/js/bootstrap.min.js"></script>
28+
29+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
30+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
31+
<!--[if lt IE 9]>
32+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
33+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
34+
<![endif]-->
35+
36+
<link rel="canonical" href="http://coderbot.org/blog/2014/12/14/en-hour-of-code-2014.html">
37+
</head>
38+
39+
40+
<body>
41+
<!-- Page Content -->
42+
<div class="container">
43+
44+
<header class="site-header">
45+
<!-- Navigation -->
46+
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
47+
<div class="container">
48+
<!-- Brand and toggle get grouped for better mobile display -->
49+
<div class="navbar-header">
50+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
51+
<span class="sr-only">Navigation</span>
52+
<span class="icon-bar"></span>
53+
<span class="icon-bar"></span>
54+
<span class="icon-bar"></span>
55+
</button>
56+
<a class="navbar-brand" href="/en/index.html"><img class="navbar-logo" src="/img/coderbot_logo_79.png">CoderBot</a>
57+
</div>
58+
<!-- Collect the nav links, forms, and other content for toggling -->
59+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
60+
<ul class="nav navbar-nav navbar-right">
61+
<li>
62+
<a href="/en/about.html">About</a>
63+
</li>
64+
<li>
65+
<a href="/en/how_to_build_it.html">Make</a>
66+
</li>
67+
<li>
68+
<a href="/en/projects.html">Play & Learn</a>
69+
</li>
70+
<li>
71+
<a href="/en/contact.html">Contacts</a>
72+
</li>
73+
<li>
74+
<a href="https://groups.google.com/forum/#!forum/coderbot-users" target="new">Forum</a>
75+
</li>
76+
<li>
77+
<a href="/en/news.html">News</a>
78+
</li>
79+
<li>
80+
<a href="/it/index.html">Italian</a>
81+
</li>
82+
</ul>
83+
</div>
84+
<!-- /.navbar-collapse -->
85+
</div>
86+
<!-- /.container -->
87+
</nav>
88+
</header>
89+
90+
91+
<!-- Page Heading/Breadcrumbs -->
92+
<div class="row">
93+
<div class="col-lg-12">
94+
<h1 class="page-header">Hour of Code 2014 - Build and code your own robot!</h1>
95+
<ol class="breadcrumb">
96+
<li><a href="/en/index.html">CoderBot</a>
97+
<li><a href="/en/news.html">Blog</a>
98+
</li>
99+
<li class="active">Hour of Code 2014 - Build and code your own robot!</li>
100+
</ol>
101+
<hr>
102+
<!-- Date/Time -->
103+
<p><i class="fa fa-clock-o"></i> Posted on 14/12/2014 by CoderBot <i class="fa fa-tags"></i> <span class="label label-primary">doc</span> </p>
104+
</div>
105+
</div>
106+
<!-- /.row -->
107+
108+
<!-- Content Row -->
109+
<div class="row">
110+
111+
<!-- Blog Post Content Column -->
112+
<div class="col-lg-12">
113+
<!-- Post Content -->
114+
<p class="lead"><p>Learning to code in order to be active and creative players in the digital revolution, this is the “motto” of the “Hour Of Code” initiative that let, for the second year, millions of kids experience computer programming in order to be a creative “producer”, rather than just a passive “consumer” in the digital revolution.
115+
In Milano, Italy, thanks to the support of CoderDojo Milano, which organised a very special “digital creativity” workshop with several activities, a session dedicated to robots took place.</p>
116+
117+
<p><img src="/img/blog/coderbot_hoc_2014_12_13_1.jpg" alt="intro" /></p>
118+
119+
<p>The session, named “Build - and code - your own robot” was about assembling and programming a CoderBot and was attended by eight children (age 8-13).
120+
Once assembled, the robot was programmed by kids to move and explore the place.</p>
121+
122+
<p><img src="/img/blog/coderbot_hoc_2014_12_13_2.jpg" alt="desc" /></p>
123+
124+
<p>The workshop was divided in three parts:
125+
short introduction to robotics: what is a robot and how it is used
126+
assembling the robot
127+
programming the robot</p>
128+
129+
<p><img src="/img/blog/coderbot_hoc_2014_12_13_3.jpg" alt="middle" /></p>
130+
131+
<p>After the first part, which was held by mentors with a classical, “frontal lesson” approach, the kids, in couples, have assembled their own robot using the provided parts and using a pre-assembled robot as “model”.
132+
Once assembled, the robots have been tested and a short description of the programming interface have been given to children, then they started to autonomously experiment the robot and develop programs.</p>
133+
134+
<p><img src="/img/blog/coderbot_hoc_2014_12_13_4.jpg" alt="conclusion" /></p>
135+
136+
<p>Conclusions
137+
Kids showed great interest in the initiative. Apart from the very positive feedback, it is worth noting that almost all of the attendants continued to work all the available time and did not even enjoy the usual mid session “cookie-break”</p>
138+
139+
<p><a href="http://www.youtube.com/watch?v=9rWKXD2UzS8"><img src="http://img.youtube.com/vi/9rWKXD2UzS8/0.jpg" alt="video" /></a></p>
140+
</p>
141+
</div> <hr>
142+
<!-- /.row -->
143+
144+
<hr>
145+
146+
147+
<hr>
148+
<footer class="site-footer">
149+
<div class="row">
150+
<div class="col-lg-12">
151+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://coderbot.org" property="cc:attributionName" rel="cc:attributionURL">CoderBot</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
152+
</div>
153+
</div>
154+
</footer>
155+
<script>
156+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
157+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
158+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
159+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
160+
161+
ga('create', 'UA-52649755-1', 'auto');
162+
ga('send', 'pageview');
163+
164+
</script>
165+
166+
</div>
167+
<!-- /.container -->
168+
</body>
169+
</html>

0 commit comments

Comments
 (0)