Skip to content

Commit b49616d

Browse files
committed
Update event - Kopie.md
1 parent acfe9f8 commit b49616d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_pages/event - Kopie.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ author_profile: false
123123
<div class="col-md-6 mb-4">
124124
<div class="card custom-card">
125125
<div class="card-body">
126-
<h3 class="card-title section-title">Event Details</h3>
126+
<h4 class="card-title section-title">Event Details</h4>
127127
<p><strong>Organizers:</strong></p>
128128
<ul>
129129
<li>Prof. Dr. Christian Fiebach (Goethe University Frankfurt)</li>
@@ -136,7 +136,7 @@ author_profile: false
136136
<div class="col-md-6 mb-4">
137137
<div class="card custom-card">
138138
<div class="card-body">
139-
<h3 class="card-title section-title">Overview</h3>
139+
<h4 class="card-title section-title">Overview</h4>
140140
<p>The Winter School offers a platform for early career scientists from Israel and Germany to explore across disciplines:</p>
141141
<ul>
142142
<li>How the human mind and brain achieve precise perception, cognition, and action in noisy environments.</li>
@@ -150,7 +150,7 @@ author_profile: false
150150
</div>
151151
<div class="row mb-4">
152152
<div class="col-md-12">
153-
<h3 class="section-title">All Speakers</h3>
153+
<h4 class="section-title">All Speakers</h4>
154154
<div class="row">
155155
<div class="col-md-3 mb-3">
156156
<div class="card custom-card">
@@ -249,7 +249,7 @@ author_profile: false
249249
<div class="col-md-12">
250250
<div class="card custom-card">
251251
<div class="card-body">
252-
<h3 class="section-title">Application and Enrollment</h3>
252+
<h4 class="section-title">Application and Enrollment</h4>
253253
<p>We invite graduate students and postdoctoral researchers from psychology, neuroscience, computer science, AI and related fields from universities and research institutions in Israel and Germany to apply for the Winterschool Adaptive Cognition in Noisy Environments. </p>
254254
<p>
255255
The enrollment is competitive and open for all Ph.D. and postdoctoral research from psychology, neuroscience, computer science AI and related fields. The selection will be made by a committee of researchers from GU and TAU.
@@ -284,18 +284,18 @@ author_profile: false
284284

285285
<div class="card-body">
286286
<section id="schedule">
287-
<h3 class="section-title">Schedule</h3>
287+
<h4 class="section-title">Schedule</h4>
288288
{% for day in site.data.winter_school_schedule %}
289289
<div class="schedule-day">
290290
<div class="schedule-day-header">
291-
<h3>{{ day.date }}</h3>
291+
<h5>{{ day.date }}</h5>
292292
<span class="expand-icon">▼</span>
293293
</div>
294294
<div class="schedule-day-content">
295295
{% for session in day.sessions %}
296296
<div class="schedule-session">
297297
<p class="schedule-time">{{ session.time }}</p>
298-
<h4>{{ session.title }}</h4>
298+
<h6>{{ session.title }}</h6>
299299
{% for item in session.items %}
300300
<p>{{ item }}</p>
301301
{% endfor %}

0 commit comments

Comments
 (0)