-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspring_2025.html
More file actions
205 lines (197 loc) · 6.98 KB
/
spring_2025.html
File metadata and controls
205 lines (197 loc) · 6.98 KB
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
<!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="./styles/hackathon.css" rel="stylesheet"/>
</head>
<body>
<header class="header-hackathon">
<div>
<h1>
jsPsych Spring Hackathon 2025
</h1>
</div>
</header>
<main>
<section class="info-container">
<div class="info">
<h2>
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.
This hackathon is supported by the National Science Foundation under Award 2346214
</p>
</div>
<div class="info">
<h2>
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="info">
<h2>
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="info">
<h2>
What We Offer
</h2>
<p>
<strong>Full Coverage:</strong> Lodging, meals, and travel expenses
are provided.
</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="info">
<h2>
Want to attend?
</h2>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSe8jG20UlSE3KmS2oH2249LF3-etDgasag2AXgfFLU0-wljhA/viewform?usp=sf_link"
class="interest-button"
>
Indicate Your Interest
</a>
<div class="contact">
<p>
Have questions?
</p>
<a href="mailto:community@jspsych.org">
Email us at community@jspsych.org
</a>
</div>
</div>
</section>
<section>
<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>