Skip to content

Commit 56d0e28

Browse files
committed
Update event - Kopie.md
1 parent f094871 commit 56d0e28

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

_pages/event - Kopie.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,37 +74,25 @@ body {
7474
.schedule-day-header {
7575
background-color: #00618F;
7676
color: white;
77-
padding: 10px 20px; /* Reduced padding */
77+
padding: 15px;
7878
cursor: pointer;
7979
display: flex;
8080
justify-content: space-between;
8181
align-items: center;
82-
border-radius: 8px; /* Slightly rounded corners */
83-
transition: background-color 0.3s ease, box-shadow 0.3s ease;
84-
max-width: 600px; /* Limiting the width */
85-
margin: 0 auto; /* Center the banner */
86-
box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Add a soft shadow for a cleaner look */
87-
font-size: 1rem; /* Adjusting font size for better readability */
88-
text-align: center; /* Center the text */
82+
border-radius: 10px;
83+
transition: background-color 0.3s ease;
8984
}
9085

9186
.schedule-day-header:hover {
9287
background-color: #3280a5;
93-
box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Slightly increase shadow on hover */
9488
}
9589

9690
.schedule-day-content {
9791
background-color: white;
9892
border: 1px solid #ddd;
99-
border-radius: 8px;
100-
padding: 15px;
93+
border-radius: 10px;
94+
padding: 20px; /* Added extra padding for a more spacious look */
10195
display: none;
102-
max-width: 600px; /* Ensure content aligns with header */
103-
margin: 0 auto; /* Center the content as well */
104-
}
105-
106-
.expand-icon {
107-
font-size: 1.2rem;
10896
}
10997

11098
.schedule-day-content.show {
@@ -201,8 +189,7 @@ body {
201189
<h5 class="section-title">Workshop Description</h5>
202190
<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 to a great part confined to laboratory settings, in which multitasking demands are mostly absent and stimuli are presented under artificial and highly controlled conditions. 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, a multitude of information must be considered simultaneously, and relevant information varies over time.
203191
<br>
204-
This raises the question of exactly how it is that 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.
205-
<br>
192+
This raises the question of exactly how it is that 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.<br>
206193
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 will encourage and foster in-depth discussions by supplementing impulse talks from leading scientists with ample time for interactions among participants.
207194
</p>
208195
</div>

0 commit comments

Comments
 (0)