Skip to content

Commit 42f0081

Browse files
committed
s
1 parent 14e8887 commit 42f0081

File tree

2 files changed

+83
-185
lines changed

2 files changed

+83
-185
lines changed

_data/winter_school_schedule.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
- date: December 3rd, 2024
2+
sessions:
3+
- time: 8:30 - 12:00
4+
title: Session 1 - Perception and Cognition in Noisy Environments
5+
items:
6+
- "Shlomit Yuval-Greenberg: Visual exploration: A window to a noisy world"
7+
- "Ayal Meltzer-Asscher: Noisy-channel processing in real-time language comprehension"
8+
9+
- time: 13:00 - 16:30
10+
title: Session 2 - Cognition and Action in Noisy Environments
11+
items:
12+
- "Chris Kell: Title to be announced"
13+
- "Roy Mukamel: Perception through the lens of voluntary actions"
14+
15+
- time: Evening
16+
title: Social Event
17+
items:
18+
- "Dinner & Social"
19+
20+
- date: December 4th, 2024
21+
sessions:
22+
- time: 8:30 - 12:00
23+
title: Session 3 - Research in Virtual and Augmented Environments
24+
items:
25+
- "Melissa Vo, Tom Schönberg, Erwan David: Using Eye Tracking, Virtual and Augmented Reality Methods to Study Cognition in Noisy Environment: Theory, Practice & Evaluation"
26+
27+
- time: 13:00 - 16:30
28+
title: Session 4 - Neuroscience in the Wild
29+
items:
30+
- "Stefan Debener: Measuring Brain Signals in Noisy Environments: Theory, Practice & Evaluation"
31+
32+
- time: Evening
33+
title: Social Event
34+
items:
35+
- "Dinner & Social"
36+
37+
- date: December 5th, 2024
38+
sessions:
39+
- time: 8:30 - 12:00
40+
title: Session 5 - The Noisy Mind and Brain
41+
items:
42+
- "Christian Fiebach: Behavioral and neural variability and its role for complex cognition"
43+
- "Martha Havenith, Marieke Schölvnick: Title to be announced"
44+
45+
- time: 13:00 - 16:30
46+
title: Wrap-Up Session
47+
items:
48+
- "Participant action and final discussions"
49+
50+
- time: Evening
51+
title: Departure
52+
items:
53+
- "Farewell and departure"

_pages/event - Kopie.md

Lines changed: 30 additions & 185 deletions
Original file line numberDiff line numberDiff line change
@@ -244,197 +244,42 @@ author_profile: false
244244
</div>
245245
</div>
246246
</div>
247-
<div class="schedule-container">
248-
<div class="day-card">
249-
<div class="day-header">
250-
<h3>December 3rd</h3>
251-
<span class="expand-icon">▼</span>
247+
<section id="schedule">
248+
<h3 class="section-title">Schedule</h3>
249+
{% for day in site.data.winter_school_schedule %}
250+
<div class="schedule-day">
251+
<div class="schedule-day-header">
252+
<h3>{{ day.date }}</h3>
253+
<span class="expand-icon">▼</span>
252254
</div>
253-
<div class="day-content">
254-
<div class="session">
255-
<h4>8:30 - 12:00: Session 1: Perception and Cognition in Noisy Environments</h4>
256-
<p>Shlomit Yuval-Greenberg: Visual exploration: A window to a noisy world</p>
257-
<p>Ayal Meltzer-Asscher: Noisy-channel processing in real-time language comprehension</p>
258-
</div>
259-
<div class="session">
260-
<h4>13:00 - 16:30: Session 2: Cognition and Action in Noisy Environments</h4>
261-
<p>Chris Kell: title t.b.a.</p>
262-
<p>Roy Mukamel: Perception through the lens of voluntary actions</p>
263-
</div>
264-
<div class="session">
265-
<h4>Evening</h4>
266-
<p>Dinner & Social</p>
267-
</div>
268-
</div>
269-
</div>
270-
<div class="day-card">
271-
<div class="day-header">
272-
<h3>December 4th</h3>
273-
<span class="expand-icon">▼</span>
274-
</div>
275-
<div class="day-content">
276-
<div class="session">
277-
<h4>8:30 - 12:00: Session 3: Research in Virtual and Augmented Environments</h4>
278-
<p>Melissa Vo, Tom Schönberg, Erwan David: Using Eye Tracking, Virtual and Augmented Reality Methods to Study Cognition in Noisy Environment: Theory, Practice & Evaluation</p>
279-
</div>
280-
<div class="session">
281-
<h4>13:00 - 16:30: Session 4: Neuroscience in the Wild</h4>
282-
<p>Stefan Debener: Measuring Brain Signals in Noisy Environments: Theory, Practice & Evaluation</p>
283-
</div>
284-
<div class="session">
285-
<h4>Evening</h4>
286-
<p>Dinner & Social</p>
287-
</div>
288-
</div>
289-
</div>
290-
<div class="day-card">
291-
<div class="day-header">
292-
<h3>December 5th</h3>
293-
<span class="expand-icon">▼</span>
294-
</div>
295-
<div class="day-content">
296-
<div class="session">
297-
<h4>8:30 - 12:00: Session 5: The Noisy Mind and Brain</h4>
298-
<p>Christian Fiebach: Behavioral and neural variability and its role for complex cognition</p>
299-
<p>Martha Havenith, Marieke Schölvnick: title t.b.a.</p>
300-
</div>
301-
<div class="session">
302-
<h4>13:00 - 16:30: Wrap-Up Session</h4>
303-
<p>Participant action and final discussions</p>
304-
</div>
305-
<div class="session">
306-
<h4>Evening</h4>
307-
<p>Departure</p>
308-
</div>
309-
</div>
310-
</div>
311-
</div>
312-
<script>
313-
document.addEventListener('DOMContentLoaded', function() {
314-
const dayHeaders = document.querySelectorAll('.day-header');
315-
316-
dayHeaders.forEach(header => {
317-
header.addEventListener('click', function() {
318-
this.classList.toggle('active');
319-
const content = this.nextElementSibling;
320-
content.classList.toggle('show');
321-
});
322-
});
323-
});
324-
</script>
325-
<div class="row mb-4">
326-
<div class="col-md-12">
327-
<h3 class="section-title">Schedule</h3>
328-
<div class="schedule-container">
329-
<div class="card custom-card mb-3">
330-
<div class="card-header day-header" style="background-color: var(--primary-color); color: white;">
331-
<h4 class="mb-0">December 3rd</h4>
332-
<span class="expand-icon">▼</span>
333-
</div>
334-
<div class="card-body day-content">
335-
<div class="session">
336-
<h5 class="text-primary">8:30 - 12:00: Session 1: Perception and Cognition in Noisy Environments</h5>
337-
<p>Shlomit Yuval-Greenberg: Visual exploration: A window to a noisy world</p>
338-
<p>Ayal Meltzer-Asscher: Noisy-channel processing in real-time language comprehension</p>
339-
</div>
340-
<div class="session">
341-
<h5 class="text-primary">13:00 - 16:30: Session 2: Cognition and Action in Noisy Environments</h5>
342-
<p>Chris Kell: title t.b.a.</p>
343-
<p>Roy Mukamel: Perception through the lens of voluntary actions</p>
344-
</div>
345-
<div class="session">
346-
<h5 class="text-primary">Evening</h5>
347-
<p>Dinner & Social</p>
348-
</div>
349-
</div>
350-
</div>
351-
<div class="card custom-card mb-3">
352-
<div class="card-header day-header" style="background-color: var(--primary-color); color: white;">
353-
<h4 class="mb-0">December 4th</h4>
354-
<span class="expand-icon">▼</span>
355-
</div>
356-
<div class="card-body day-content">
357-
<div class="session">
358-
<h5 class="text-primary">8:30 - 12:00: Session 3: Research in Virtual and Augmented Environments</h5>
359-
<p>Melissa Vo, Tom Schönberg, Erwan David: Using Eye Tracking, Virtual and Augmented Reality Methods to Study Cognition in Noisy Environment: Theory, Practice & Evaluation</p>
360-
</div>
361-
<div class="session">
362-
<h5 class="text-primary">13:00 - 16:30: Session 4: Neuroscience in the Wild</h5>
363-
<p>Stefan Debener: Measuring Brain Signals in Noisy Environments: Theory, Practice & Evaluation</p>
364-
</div>
365-
<div class="session">
366-
<h5 class="text-primary">Evening</h5>
367-
<p>Dinner & Social</p>
368-
</div>
369-
</div>
370-
</div>
371-
<div class="card custom-card mb-3">
372-
<div class="card-header day-header" style="background-color: var(--primary-color); color: white;">
373-
<h4 class="mb-0">December 5th</h4>
374-
<span class="expand-icon">▼</span>
375-
</div>
376-
<div class="card-body day-content">
377-
<div class="session">
378-
<h5 class="text-primary">8:30 - 12:00: Session 5: The Noisy Mind and Brain</h5>
379-
<p>Christian Fiebach: Behavioral and neural variability and its role for complex cognition</p>
380-
<p>Martha Havenith, Marieke Schölvnick: title t.b.a.</p>
381-
</div>
382-
<div class="session">
383-
<h5 class="text-primary">13:00 - 16:30: Wrap-Up Session</h5>
384-
<p>Participant action and final discussions</p>
385-
</div>
386-
<div class="session">
387-
<h5 class="text-primary">Evening</h5>
388-
<p>Departure</p>
389-
</div>
390-
</div>
255+
<div class="schedule-day-content">
256+
{% for session in day.sessions %}
257+
<div class="schedule-session">
258+
<p class="schedule-time">{{ session.time }}</p>
259+
<h4>{{ session.title }}</h4>
260+
{% for item in session.items %}
261+
<p>{{ item }}</p>
262+
{% endfor %}
391263
</div>
264+
{% endfor %}
392265
</div>
393-
</div>
266+
</div>
267+
{% endfor %}
268+
</section>
394269
</div>
395270

396-
<style>
397-
.schedule-container {
398-
max-width: 100%;
399-
}
400-
.day-header {
401-
cursor: pointer;
402-
display: flex;
403-
justify-content: space-between;
404-
align-items: center;
405-
}
406-
.day-content {
407-
max-height: 0;
408-
overflow: hidden;
409-
transition: max-height 0.5s ease;
410-
}
411-
.day-content.show {
412-
max-height: 1000px;
413-
}
414-
.session {
415-
margin-bottom: 15px;
416-
}
417-
.session:last-child {
418-
margin-bottom: 0;
419-
}
420-
.expand-icon {
421-
transition: transform 0.3s ease;
422-
}
423-
.day-header.active .expand-icon {
424-
transform: rotate(180deg);
425-
}
426-
</style>
427-
428271
<script>
429-
document.addEventListener('DOMContentLoaded', function() {
430-
const dayHeaders = document.querySelectorAll('.day-header');
272+
document.addEventListener('DOMContentLoaded', function() {
273+
const dayHeaders = document.querySelectorAll('.schedule-day-header');
431274

432-
dayHeaders.forEach(header => {
433-
header.addEventListener('click', function() {
434-
this.classList.toggle('active');
435-
const content = this.nextElementSibling;
436-
content.classList.toggle('show');
437-
});
438-
});
275+
dayHeaders.forEach(header => {
276+
header.addEventListener('click', function() {
277+
this.classList.toggle('active');
278+
const content = this.nextElementSibling;
279+
content.classList.toggle('show');
280+
const icon = this.querySelector('.expand-icon');
281+
icon.textContent = icon.textContent === '' ? '' : '';
439282
});
283+
});
284+
});
440285
</script>

0 commit comments

Comments
 (0)