-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (183 loc) · 6.23 KB
/
index.html
File metadata and controls
225 lines (183 loc) · 6.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
---
layout: home
title: CST BabyBot Tutorial
subtitle: International Conference on Development and Learning (ICDL) - Full-Day Tutorial, 16 September 2025
cover-img:
- "/assets/img/path.jpg"
---
<style>
.cards-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
}
.card {
flex: 1;
min-width: 250px;
max-width: 320px;
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
transition: transform 0.3s;
}
.card:hover {
transform: translateY(-5px);
}
.card img {
width: 100%;
height: auto;
display: block;
}
.card-content {
padding: 15px;
}
.card-content h4 {
margin-top: 0;
margin-bottom: 10px;
}
.card-content p {
font-size: 0.9em;
color: #555;
}
.btn {
display: inline-block;
margin-top: 10px;
padding: 8px 12px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 4px;
}
.btn:hover {
background-color: #0056b3;
}
</style>
<link rel="icon" href="favicon" />
<p>
In the <strong>CST BabyBot Tutorial</strong> we will model infant behavior using cognitive architectures!
</p>
<p>
We will use a Docker-based environment that integrates:
<ul>
<li><strong>CST</strong> – Cognitive Systems Toolkit (Java-based)</li>
<li><strong>MIMo</strong> – Multimodal Infant Model Simulator</li>
<li><strong>CoppeliaSim</strong> – Robot Simulator</li>
</ul>
</p>
<p>
The environment supports simulation, real-time visualization (via noVNC), and bidirectional communication between CST and the simulators.
</p>
<p>
<a href="https://github.com/H-IAAC/cst-tutorial-babybot">→ Source Code Repository</a>
</p>
<p>
<a href="https://drive.google.com/drive/folders/1FIEjvZPeSXowtmz3b6WcQcZ3Yg5nIaUR?usp=sharing">→ Presentations Materials</a>
</p>
<hr>
<h2>🚼 About the Tutorial</h2>
<p>
<strong>Programming a BabyBot: Foundations for a Newborn Robot</strong><br>
This full-day hands-on tutorial guides participants in building a cognitive system that simulates Piaget’s first sensorimotor substage. Through four sessions, attendees will learn and implement cognitive modules related to <strong>sensory processing, perception, and selective attention</strong>, using the CST architecture.
</p>
<p>
Participants will gain practical experience in implementing a biologically inspired cognitive agent that models early intelligence through interaction with its environment. The tutorial is ideal for students and researchers in AI, robotics, and cognitive science.
</p>
<hr>
<h2>💼 What You’ll Need</h2>
<ul>
<li>A laptop with <strong>Docker and git installed</strong></li>
<li>Basic familiarity with Linux command line and programming logic</li>
<li>An interest in cognitive modeling, robotics, or developmental systems</li>
</ul>
<p>
We will provide all additional resources, including the Docker image, project files, and usage instructions.
</p>
<hr>
<h2>📋 Confirm Your Participation</h2>
<p>
Please help us plan better by confirming your attendance in ICDL using the link below:
</p>
<p>
<a href="https://forms.gle/1QpgbQE5YkxbJDhAA" target="_blank" style="font-size: 1.2em; font-weight: bold;">→ Confirm ICDL Attendance via Forms</a>
</p>
<hr>
<h3> 👷🏼♀️ Organizers </h3>
<div class="cards-container">
<div class="card">
<img src="assets/img/org/aut1.jpg" alt="Leonardo de Lellis Rossi">
<div class="card-content">
<h4>Leonardo de Lellis Rossi</h4>
<p>PhD. Candidate - Unicamp - H.IAAC</p>
<a href="mailto:l261900@dac.unicamp.br" class="btn">Send email</a>
</div>
</div>
<div class="card">
<img src="assets/img/org/aut2.jpg" alt="Eduardo Camargo">
<div class="card-content">
<h4>Eduardo Camargo</h4>
<p>Postdoc. - Unicamp - H.IAAC</p>
<a href="mailto:cepc@unicamp.br" class="btn">Send email</a>
</div>
</div>
<div class="card">
<img src="assets/img/org/aut3.jpg" alt="Paula D. P. Costa">
<div class="card-content">
<h4>Paula D. P. Costa</h4>
<p>Professor and Research Scientist - Unicamp - H.IAAC</p>
<a href="mailto:paulad@unicamp.br" class="btn">Send email</a>
</div>
</div>
<div class="card">
<img src="assets/img/org/aut4.jpg" alt="Ricardo Gudwin">
<div class="card-content">
<h4>Ricardo Gudwin</h4>
<p>Professor and Research Scientist - Unicamp - H.IAAC</p>
<a href="mailto:gudwin@unicamp.br" class="btn">Send email</a>
</div>
</div>
<div class="card">
<img src="assets/img/org/aut5.jpg" alt="Esther L. Colombini">
<div class="card-content">
<h4>Esther L. Colombini</h4>
<p>Professor and Research Scientist - Unicamp - H.IAAC</p>
<a href="mailto:estherlc@unicamp.br" class="btn">Send email</a>
</div>
</div>
</div>
<hr>
<h2 style="text-align: center;">📍 Location</h2>
<p style="text-align: center;">
The tutorial will take place at the <strong>Faculty of Electrical Engineering CVUT in Prague</strong><br>
Technicka 1902/2, Prague 6 – Dejvice, Prague, Czech Republic
</p>
<div style="display: flex; justify-content: center; margin-top: 20px;">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2561.387025666738!2d14.3916513!3d50.1035715!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x470b94af79a5665f%3A0x1959e66a2d3320c5!2sCzech%20Technical%20University%20in%20Prague!5e0!3m2!1sen!2scz!4v1717171717171!5m2!1sen!2scz"
width="600"
height="450"
style="border:0;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<hr>
<h3>📘 Site Sections</h3>
<ol>
<li><a href="intro/">Introduction</a></li>
<li><a href="research/">Our projects</a></li>
<li><a href="projects/">Getting started</a></li>
<li><a href="methods/">I - CST Core</a></li>
<li><a href="conclusion/">II - Cognitive Modules</a></li>
<li><a href="contact/">Contact</a></li>
</ol>
<hr>
<p><strong>Website Authors:</strong> <a href="https://github.com/leolellisr">@leolellisr</a> and <a href="https://github.com/TBA44">@cepcamargo</a></p>
<p>
This site is a work in progress. Feel free to reach out with questions or suggestions using the contact icons in the footer.
</p>
<h3>📚 Projects with CST</h3>