Skip to content

Commit fab945c

Browse files
committed
Update event.md
1 parent 0eb0297 commit fab945c

File tree

1 file changed

+72
-67
lines changed

1 file changed

+72
-67
lines changed

_pages/event.md

Lines changed: 72 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -58,141 +58,159 @@ table {
5858
.stage-saturn {background-color: #26C6DA};
5959
</style>
6060

61-
<h4>Adaptive Cognition in Noisy Environments <small class="text-muted"> GIF-U15 Winter School 2024 </small> </h4>
61+
<strong><h4>Adaptive Cognition in Noisy Environments <small class="text-muted"> GIF-U15 Winter School 2024 </small> </h4></strong>
6262

63-
<b>Coordinators:</b>
6463
<strong>Christian Fiebach <small class="text-muted">Goethe University Frankfurt</small> </strong>
6564
<strong>Tom Schönberg <small class="text-muted">Tel Aviv University</small> </strong>
66-
67-
<details>
68-
<summary><b>Abstract</b></summary>
65+
<b>Abstract</b>
6966
<p>This Winter School offers a platform for early career scientists from Israel and Germany to explore across disciplines:</p>
7067
<ul>
7168
<li>How the human mind and brain achieve precise perception, cognition, and action in noisy environments.</li>
7269
<li>How the brain handles dynamic and highly variable environments, as a mechanistic basis of these cognitive challenges.</li>
7370
<li>How noisiness is accounted for in modern computational (AI) models of cognition.</li>
7471
</ul>
72+
<details>
73+
<summary>(Show more)</summary>
7574
<p>Research into the psychological and brain mechanisms underlying perception, cognition, and action has made enormous progress over the last decades. However, cognitive and neuroscience research is still largely confined to laboratory settings, where multitasking demands are mostly absent and stimuli are presented under artificial and highly controlled conditions, with minimal interfering information and clearly defined task rules. This is not a realistic model of our everyday lives. Rather, perception, cognition, and action take place in noisy environments, where sensory signals are more frequently compromised, and a large multitude of information must be considered simultaneously.</p>
7675
<p>Furthermore, the controlled and artificial settings imposed by traditional experimental paradigms also overlook the manner in which realistic and noisy environments vary over time. One source of this variation over time is the presence of multiple other agents in a realistic environment, who introduce additional agent-environment and agent-agent interactions in a complex social context. Despite this rich complexity, which is largely unaccounted for in most existing psychological and neuroscientific research, humans are able to routinely and effortlessly utilize a range of cognitive and behavioral processes. This raises the question of exactly how it is that such processes, like object recognition, decision making, language processing, memory, and controlled action, are able to function at such high precision in environments that have more realistic levels of noise.</p>
7776
<p>In this interdisciplinary workshop, participants will be exposed to the challenges of studying the brain and mind in naturalistic, noisy environments, from the perspectives of neuroscience, cognitive psychology, and computational modeling. The workshop format will encourage and foster in-depth discussions across fields of expertise, by supplementing impulse talks from leading scientists with ample time for interactions among participants.</p>
7877
<p><b>Target Audience:</b> Graduate students and PostDocs. Neurosciences, psychology, biology, computer science, AI, as well as any other discipline, if interest is well-motivated. 10 each from Israel and Germany, from Tel Aviv University, Goethe University, as well as all Universities and research institutions in Israel and Germany.</p>
7978
</details>
80-
8179
<b>Location:</b> Goethe University Frankfurt
82-
8380
<b>Date:</b> December 3-5, 2024 (2.5 days)
8481

82+
<h5> List of Speakers</h5>
83+
<ul>
84+
<li><strong>Prof. Dr. Erwan David</strong> <small class="text-muted">(Le Mans University, Computer Science Laboratory)</small></li>
85+
<li><strong>Prof. Dr. Stefan Debener</strong> <small class="text-muted">(University of Oldenburg, Dept. of Psychology)</small></li>
86+
<li><strong>Prof. Dr. Christian Fiebach</strong> <small class="text-muted">(Goethe University Frankfurt, Dept. of Psychology)</small></li>
87+
<li><strong>Dr. Martha Nari Havenith</strong> <small class="text-muted">(Ernst Strüngmann Institute, Frankfurt)</small></li>
88+
<li><strong>Prof. Dr. Chris Kell</strong> <small class="text-muted">(Goethe University Frankfurt, Dept. of Neurology)</small></li>
89+
<li><strong>Prof. Dr. Ayal Meltzer-Asscher</strong> <small class="text-muted">(Tel Aviv University, Dept. of Linguistics & Sagol School of Neuroscience)</small></li>
90+
<li><strong>Prof. Dr. Roy Mukamel</strong> <small class="text-muted">(Tel Aviv University, School of Psychological Sciences)</small></li>
91+
<li><strong>Dr. Marieke Schölvnick</strong> <small class="text-muted">(Ernst Strüngmann Institute, Frankfurt)</small></li>
92+
<li><strong>Prof. Dr. Tom Schonberg</strong> <small class="text-muted">(Tel Aviv University, School of Biochemistry, Neurobiology, & Biophysics)</small></li>
93+
<li><strong>Prof. Dr. Melissa Võ</strong> <small class="text-muted">(Goethe University Frankfurt, Dept. of Psychology)</small></li>
94+
<li><strong>Prof. Dr. Shlomit Yuval Greenblat</strong> <small class="text-muted">(Tel Aviv University, School of Psychological Sciences)</small></li>
95+
</ul>
8596

8697
<h5> Schedule </h5>
87-
8898
<style>
89-
.schedule {
99+
.table_component {
90100
overflow: auto;
91101
width: 100%;
92102
}
93-
.schedule table {
94-
border: 1px groove #dededf;
103+
104+
.table_component table {
105+
border: 1px solid #dededf;
95106
height: 100%;
96107
width: 100%;
97108
table-layout: fixed;
98109
border-collapse: collapse;
99110
border-spacing: 1px;
100111
text-align: left;
101112
}
102-
.schedule caption {
113+
114+
.table_component caption {
103115
caption-side: top;
104-
text-align: center;
116+
text-align: left;
105117
}
106-
.schedule th {
107-
border: 1px groove #dededf;
108-
background-color: #00618f;
118+
119+
.table_component th {
120+
border: 1px solid #dededf;
121+
background-color: #00618F;
109122
color: #ffffff;
110123
padding: 5px;
111124
}
112-
.schedule td {
113-
border: 1px groove #dededf;
125+
126+
.table_component td {
127+
border: 1px solid #dededf;
114128
padding: 5px;
115129
}
116-
.schedule tr:nth-child(even) td {
130+
131+
.table_component tr:nth-child(even) td {
117132
background-color: #f8f6f5;
118-
color: #000000;
133+
color: #4D4B46;
119134
}
120-
.schedule tr:nth-child(odd) td {
135+
136+
.table_component tr:nth-child(odd) td {
121137
background-color: #ffffff;
122-
color: #000000;
138+
color: #4D4B46;
123139
}
124140
</style>
125-
126-
<div class="schedule" role="region" tabindex="0">
141+
<div class="table_component" role="region" tabindex="0">
127142
<table>
143+
<caption><br></caption>
128144
<thead>
129145
<tr>
130-
<th><br></th>
131-
<th>
132-
<p>Dec. 3rd</p>
133-
</th>
134-
<th>
135-
<p>Dec. 4th</p>
136-
</th>
146+
<th></th>
147+
<th>Dec. 3rd</th>
148+
<th>Dec. 4th</th>
137149
<th>Dec. 5th</th>
138150
</tr>
139151
</thead>
140152
<tbody>
141153
<tr>
154+
<td><b>8:30 - 12:00</b></td>
142155
<td>
143-
<div><b>8:30 - 12:00</b></div>
144-
</td>
145-
<td>
146-
<p><b><i>Session 1: </i></b></p>
147-
<p><b><i>Perception and Cognition in Noisy Environments</i></b></p>
156+
<div><b>Session 1:&nbsp;</b></div>
157+
<p><b>Perception and Cognition in Noisy Environments</b></p>
158+
<p><b><br></b></p>
148159
<p>Shlomit Yuval-Greenberg: Visual exploration: A window to a noisy world</p>
160+
<p><br></p>
149161
<p>Ayal Meltzer-Asscher: Noisy-channel processing in real-time language comprehension</p>
150162
</td>
151163
<td>
152-
<p><b><i>Session 3:</i></b></p>
153-
<p><b><i>Research in Virtual and Augmented Environments</i></b> </p>
154-
<p>Melissa Vo, Tom Schönberg, Erwan David </p>
164+
<div><b>Session 3:</b></div>
165+
<p><b>Research in Virtual and Augmented Environments</b></p>
166+
<p><br></p>
167+
<p>Melissa Vo, Tom Schönberg, Erwan David&nbsp;</p>
168+
<p><br></p>
155169
<p>Using Eye Tracking, Virtual and Augmented Reality Methods to Study Cognition in Noisy Environment: Theory, Practice &amp; Evaluation</p>
156170
</td>
157171
<td>
158-
<p><b><i>Session 5:</i></b></p>
159-
<p><b><i>The Noisy Mind and Brain </i></b></p>
172+
<div><b>Session 5:</b></div>
173+
<p><b>The Noisy Mind and Brain</b></p>
174+
<p><br></p>
160175
<p>Christian Fiebach: Behavioral and neural variability and its role for complex cognition</p>
176+
<p><br></p>
161177
<p>Martha Havenith, Marieke Schölvnick: title t.b.a.</p>
162178
</td>
163179
</tr>
164180
<tr>
165-
<td><b>12:00 - 13:00</b><br></td>
181+
<td><b>12:00 - 13:00</b></td>
166182
<td>Lunch &amp; Welcome Reception</td>
167183
<td>Lunch</td>
168184
<td>Lunch</td>
169185
</tr>
170186
<tr>
187+
<td><b>13:00 - 16:30</b></td>
171188
<td>
172-
<div><b>13:00 - 16:30</b></div>
173-
</td>
174-
<td>
175-
<p><b><i>Session 2: </i></b></p>
176-
<p><b><i>Cognition and Action in Noisy Environments</i></b></p>
189+
<div><b>Session 2:&nbsp;</b></div>
190+
<p><b>Cognition and Action in Noisy Environments</b></p>
191+
<p><br></p>
177192
<p>Chris Kell: title t.b.a.</p>
193+
<p><br></p>
178194
<p>Roy Mukamel: Perception through the lens of voluntary actions</p>
179195
</td>
180196
<td>
181-
<p><b><i>Session 4:</i></b></p>
182-
<p><b><i>Neuroscience in the Wild: </i></b><b><i><br><br></i></b></p>
197+
<div><b>Session 4:</b></div>
198+
<p><b>Neuroscience in the Wild <br></b></p>
199+
<p><br></p>
183200
<p>Stefan Debener</p>
201+
<p><br></p>
184202
<p>Measuring Brain Signals in Noisy Environments: Theory, Practice &amp; Evaluation</p>
185203
</td>
186204
<td>
187-
<p>Participant action:</p>
188-
<p>Wrap Up Session</p>
205+
<div>Participant action:</div>
206+
<p>Wrap-Up Session</p>
189207
</td>
190208
</tr>
191209
<tr>
192-
<td><b>17:00 - 18:00</b><br></td>
210+
<td><b>17:00 - 18:00</b></td>
193211
<td>tba</td>
194212
<td>tba</td>
195-
<td>Departure</td>
213+
<td><i>Departure</i></td>
196214
</tr>
197215
<tr>
198216
<td><b>Evening</b></td>
@@ -203,17 +221,4 @@ table {
203221
</tbody>
204222
</table>
205223

206-
<h4> List of Speakers </h4>
207-
<ul>
208-
<li><strong>Prof. Dr. Erwan David</strong> <small class="text-muted">(Le Mans University, Computer Science Laboratory)</small></li>
209-
<li><strong>Prof. Dr. Stefan Debener</strong> <small class="text-muted">(University of Oldenburg, Dept. of Psychology)</small></li>
210-
<li><strong>Prof. Dr. Christian Fiebach</strong> <small class="text-muted">(Goethe University Frankfurt, Dept. of Psychology)</small></li>
211-
<li><strong>Dr. Martha Nari Havenith</strong> <small class="text-muted">(Ernst Strüngmann Institute, Frankfurt)</small></li>
212-
<li><strong>Prof. Dr. Chris Kell</strong> <small class="text-muted">(Goethe University Frankfurt, Dept. of Neurology)</small></li>
213-
<li><strong>Prof. Dr. Ayal Meltzer-Asscher</strong> <small class="text-muted">(Tel Aviv University, Dept. of Linguistics & Sagol School of Neuroscience)</small></li>
214-
<li><strong>Prof. Dr. Roy Mukamel</strong> <small class="text-muted">(Tel Aviv University, School of Psychological Sciences)</small></li>
215-
<li><strong>Dr. Marieke Schölvnick</strong> <small class="text-muted">(Ernst Strüngmann Institute, Frankfurt)</small></li>
216-
<li><strong>Prof. Dr. Tom Schonberg</strong> <small class="text-muted">(Tel Aviv University, School of Biochemistry, Neurobiology, & Biophysics)</small></li>
217-
<li><strong>Prof. Dr. Melissa Võ</strong> <small class="text-muted">(Goethe University Frankfurt, Dept. of Psychology)</small></li>
218-
<li><strong>Prof. Dr. Shlomit Yuval Greenblat</strong> <small class="text-muted">(Tel Aviv University, School of Psychological Sciences)</small></li>
219-
</ul>
224+

0 commit comments

Comments
 (0)