-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspring_2025.html
291 lines (283 loc) · 9.48 KB
/
spring_2025.html
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>jsPsych Spring 2025</title>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css"
rel="stylesheet"
/>
<style>
:root {
--primary: #45a049;
--secondary: #45a049;
--light: #f8f9fa;
--dark: #343a40;
--border: #dee2e6;
--highlight: #e9ecef;
--accent: #ff9100;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #333;
}
.header-hackathon {
background: url("banner.png") center center/cover no-repeat;
}
.section-bg {
background-color: #f4f4f4;
}
.main-container {
width: 100%;
max-width: 1000px;
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
}
h1 {
text-align: center;
margin-bottom: 30px;
}
.schedule-container {
border-radius: 8px;
overflow: hidden;
}
.day-header {
background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
color: white;
padding: 15px 20px;
font-size: 1.2rem;
font-weight: 600;
}
table {
width: 100%;
border-collapse: collapse;
background: white;
}
th,
td {
padding: 15px 20px;
text-align: left;
border-bottom: 1px solid;
}
th {
font-weight: 600;
color: var(--primary);
}
tr:nth-child(even) {
background-color: var(--light);
}
.time-column {
width: 30%;
color: var(--dark);
font-weight: 500;
}
.activity-column {
width: 70%;
}
.meal {
font-weight: 600;
color: var(--secondary);
}
.no-filter {
filter: revert;
}
.action {
background-color: var(--accent);
}
.action:hover {
background-color: #c46f00;
}
</style>
</head>
<body class="bg-white">
<header class="header-hackathon text-white py-16 text-center">
<div class="container mx-auto px-4">
<h1 class="text-4xl md:text-5xl font-bold mb-4 no-filter">
jsPsych Spring Hackathon 2025
</h1>
</div>
</header>
<main class="container mx-auto px-4 py-12 grid md:grid-cols-2">
<section class="mb-12">
<div class="p-6 rounded-lg">
<h2 class="text-3xl font-semibold mb-4 text-green-700">Overview</h2>
<p>
We're excited to announce our first-ever hackathon dedicated to
extending the jsPsych ecosystem! This three day event will provide
hands on training in contributing to open source software and
building custom plugins for jsPsych. Participants will work in small
teams to develop new plugins and extensions, with guidance from the
jsPsych development team.
</p>
</div>
<div class="p-6 rounded-lg">
<h2 class="text-3xl font-semibold mb-4 text-green-700">
Event Details
</h2>
<p><strong>When:</strong> May 12-15, 2025</p>
<p>
<strong>Where:</strong> Vassar College's Heartwood Inn & Institute
for the Liberal Arts, Poughkeepsie, NY
</p>
</div>
<div class="p-6 rounded-lg">
<h2 class="text-3xl font-semibold mb-4 text-green-700">
Target Audience
</h2>
<p>
This event is aimed at researchers who have experience with using
jsPsych for building experiments. We won't be teaching the basics of
how to use jsPsych at this event. Instead, we will be focusing on
how to develop and extend jsPsych itself. If you're interested in
learning how to build your own plugins or you want to learn how to
contribute your work to the jsPsych ecosystem this event is for you!
</p>
</div>
<div class="p-6 rounded-lg">
<h2 class="text-3xl font-semibold mb-4 text-green-700">
What We Offer
</h2>
<p>
<strong>Full Coverage:</strong> Lodging, meals, and travel expenses
are paid for through generous NSF support.
</p>
<p>
<strong>Developer Guidance:</strong> Support from the team that
built jsPsych.
</p>
<p>
<strong>Collaborative Learning:</strong> Working to build your own
plugins or modifications with a small team!
</p>
</div>
<div class="p-6 rounded-lg">
<h2 class="text-3xl font-semibold mb-6 text-green-700">
Want to attend?
</h2>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSe8jG20UlSE3KmS2oH2249LF3-etDgasag2AXgfFLU0-wljhA/viewform?usp=sf_link"
class="action text-white font-bold p-6 inline-block transition duration-300 border rounded-lg shadow-md card-hover"
>
Indicate Your Interest
</a>
<p class="mt-4 text-gray-600">
Have questions?
<a
href="mailto:[email protected]"
class="text-green-700 hover:underline"
>
Email us at [email protected]
</a>
</p>
</div>
</section>
<section class="mb-12">
<div class="main-container">
<div class="schedule-container">
<!-- Day 0 -->
<div class="day-header">Day 0 (Monday, May 12) - Arrivals</div>
<table>
<tr>
<td class="time-column">Afternoon</td>
<td class="activity-column">Participant Arrivals</td>
</tr>
</table>
<!-- Day 1 -->
<div class="day-header">Day 1 (Tuesday, May 13)</div>
<table>
<tr>
<td class="time-column">Morning</td>
<td class="activity-column">
<span class="meal">BREAKFAST</span>
</td>
</tr>
<tr>
<td class="time-column">9:00 AM - 11:30 AM</td>
<td class="activity-column">
Intro to Open-Source Contribution & jsPsych Ecosystem
</td>
</tr>
<tr>
<td class="time-column">11:30 AM - 1:30 PM</td>
<td class="activity-column"><span class="meal">LUNCH</span> (with brainstorming)</td>
</tr>
<tr>
<td class="time-column">1:30 PM - 2:30 PM</td>
<td class="activity-column">Brainstorming & Team Formation</td>
</tr>
<tr>
<td class="time-column">2:30 PM - 5:30 PM</td>
<td class="activity-column">Work Session 1</td>
</tr>
<tr>
<td class="time-column">6:00 PM - 7:30 PM</td>
<td class="activity-column">
<span class="meal">DINNER</span>
</td>
</tr>
</table>
<!-- Day 2 -->
<div class="day-header">Day 2 (Wednesday, May 14)</div>
<table>
<tr>
<td class="time-column">Morning</td>
<td class="activity-column">
<span class="meal">BREAKFAST</span>
</td>
</tr>
<tr>
<td class="time-column">9:00 AM - 12:00 PM</td>
<td class="activity-column">Work Session 2</td>
</tr>
<tr>
<td class="time-column">12:00 PM - 1:30 PM</td>
<td class="activity-column"><span class="meal">LUNCH</span></td>
</tr>
<tr>
<td class="time-column">1:30 PM - 2:30 PM</td>
<td class="activity-column">Progress Updates with Q & A</td>
</tr>
<tr>
<td class="time-column">2:30 PM - 5:30 PM</td>
<td class="activity-column">Work Session 3</td>
</tr>
<tr>
<td class="time-column">6:00 PM - 7:30 PM</td>
<td class="activity-column">
<span class="meal">DINNER</span>
</td>
</tr>
</table>
<!-- Day 3 -->
<div class="day-header">Day 3 (Thursday, May 15)</div>
<table>
<tr>
<td class="time-column">Morning</td>
<td class="activity-column">
<span class="meal">BREAKFAST</span>
</td>
</tr>
<tr>
<td class="time-column">9:00 AM - 11:30 AM</td>
<td class="activity-column">Work Session 4</td>
</tr>
<tr>
<td class="time-column">11:30 AM - 1:00 PM</td>
<td class="activity-column"><span class="meal">LUNCH and SHARE</span></td>
</tr>
<tr>
<td class="time-column">Afternoon / Evening</td>
<td class="activity-column">Participant Departures</td>
</tr>
</table>
</div>
</div>
</section>
</main>
</body>
</html>