-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
620 lines (530 loc) · 24 KB
/
index.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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>New York Computational Psychiatry Workshop</title>
<!-- Additional meta tags for SEO -->
<meta name="description" content="The New York Computational Psychiatry Workshop (NYCPW) is a specialized workshop bringing together computational methods and clinical expertise to advance understanding of mental health and psychiatric disorders.">
<meta name="keywords" content="Icahn School of Medicine at Mount Sinai, Mount Sinai, Computational Psychiatry, Computational Modeling, Computational Modeling Workshop, Computational Psychiatry Workshop, New York Computational Psychiatry Workshop, NYCPW, New York Computational Psychiatry" />
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Open Graph meta tags -->
<meta property="og:title" content="New York Computational Psychiatry Workshop">
<meta property="og:description" content="The New York Computational Psychiatry Workshop (NYCPW) is a specialized workshop bringing together computational methods and clinical expertise to advance understanding of mental health and psychiatric disorders.">
<meta property="og:image" content="img/NYCPW.png">
<meta property="og:url" content="https://center-for-computational-psychiatry.github.io/course_nycpw/">
<meta property="og:type" content="website">
<!-- Favicon -->
<link href="img/NYCPW-1.png" rel="icon">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Lato:700%7CMontserrat:400,600" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css"/>
</head>
<body>
<!-- Header -->
<header id="header" class="transparent-nav">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a class="logo" href="index.html#">
<img src="./img/NYCPW.png" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Mobile toggle -->
<button class="navbar-toggle">
<span></span>
</button>
<!-- /Mobile toggle -->
</div>
<!-- Navigation -->
<nav id="nav">
<ul class="main-menu nav navbar-nav navbar-right">
<li><a href="index.html#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#apply">Apply</a></li>
<!-- <li><a href="contact.html">Contact</a></li> -->
</ul>
</nav>
<!-- /Navigation -->
</div>
</header>
<!-- /Header -->
<!-- Home -->
<div id="home" class="hero-area">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/home-background.jpg)"></div>
<!-- /Backgound Image -->
<div class="home-wrapper">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1 class="white-text"><span style="color: #c49ab4">NYC</span>omputational Psychiatry Workshop</h1>
<h2 class="white-text">October 21-23, 2024</h2>
<p class="lead white-text">A specialized workshop bringing together computational methods and clinical expertise to advance understanding of mental health and psychiatric disorders.</p>
<!-- <a class="main-button icon-button" href="https://form.jotform.com/242484145124149">Apply Now</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- /Home -->
<!-- About -->
<div id="about" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="section-header text-center">
<h2>What is NYCPW?</h2>
<p class="lead">The <b>New York Computational Psychiatry Workshop</b> (NYCPW) is an immersive, hands-on three-day workshop designed to provide trainees with the latest tools and knowledge in computational psychiatry. Our aim is to bridge the gap between computational methods and clinical applications.</p>
<p class="lead">The workshop will take place at the Mount Sinai <a href="https://icahn.mssm.edu/research/center-for-computational-psychiatry">Center for Computational Psychiatry</a> (<a href="https://maps.app.goo.gl/aZZw9VcPuPeDVVmY7">55 W 125th St, New York, NY 10027</a>) on <b>October 21-23, 2024</b>.<br><br>In-person applications were due on September 23, 2024. We are no longer accepting applications.<!-- We are still accepting applications to participate online on a rolling basis until <strong>October 14, 2024</strong>. --></p>
</div>
<div class="col-md-6">
<div class="about-img">
<img src="./img/about.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="section-header">
</div>
<!-- feature -->
<div class="feature">
<i class="feature-icon fas fa-brain"></i>
<div class="feature-content">
<h4>Theory</h4>
<p>Gain an understanding of computational cognitive models and their application to psychiatric research, focusing on the latest theories in decision-making, learning, and social cognition.</p>
</div>
</div>
<!-- /feature -->
<!-- feature -->
<div class="feature">
<i class="feature-icon fa fa-cogs"></i>
<div class="feature-content">
<h4>Practice</h4>
<p>Engage in interactive, hands-on tutorials where participants learn to fit computational models to simulated and real data.</p>
</div>
</div>
<!-- /feature -->
<!-- feature -->
<div class="feature">
<i class="feature-icon fa fa-stethoscope"></i>
<div class="feature-content">
<h4>Translational Lens</h4>
<p>Explore how computational methods can be translated into clinical settings, bridging the gap between research and practice to improve patient outcomes in mental health.</p>
</div>
</div>
<!-- /feature -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /About -->
<!-- Courses -->
<div id="team" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="section-header text-center">
<h2>Our Team</h2>
<p class="lead"></p>
</div>
</div>
<!-- /row -->
<!-- team -->
<div id="courses-wrapper">
<!-- row -->
<div class="row">
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://www.neurocpu.org/" class="course-img">
<img src="./img/xiaosi.jpg" alt="">
</a>
<a href="https://www.neurocpu.org/">Xiaosi Gu, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://labs.icahn.mssm.edu/bernerlab/" class="course-img">
<img src="./img/laura.jpg" alt="">
</a>
<a href="https://labs.icahn.mssm.edu/bernerlab/">Laura A. Berner, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://profiles.mountsinai.org/vincenzo-guido-fiore" class="course-img">
<img src="./img/vincenzo.jpg" alt="">
</a>
<a href="https://profiles.mountsinai.org/vincenzo-guido-fiore">Vincenzo G. Fiore, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://radulesculab.org/" class="course-img">
<img src="./img/angela.jpg" alt="">
</a>
<a href="https://radulesculab.org/">Angela Radulescu, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://shawnrhoads.github.io/" class="course-img">
<img src="./img/shawn.jpg" alt="">
</a>
<a href="https://shawnrhoads.github.io/">Shawn A. Rhoads, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://www.bytesofminds.com/" class="course-img">
<img src="./img/baihan.jpg" alt="">
</a>
<a href="https://www.bytesofminds.com/">Baihan Lin, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://blairshevlin.github.io/" class="course-img">
<img src="./img/blair.jpg" alt="">
</a>
<a href="https://blairshevlin.github.io/">Blair R. K. Shevlin, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="https://www.linkedin.com/in/alisa-loosen-phd-4b7a4711b" class="course-img">
<img src="./img/alisa.jpg" alt="">
</a>
<a href="https://www.linkedin.com/in/alisa-loosen-phd-4b7a4711b">Alisa M. Loosen, Ph.D.</a>
</div>
</div>
<!-- /instructor -->
<!-- instructor -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="course">
<a href="" class="course-img">
<img src="./img/karina.jpg" alt="">
</a>
<a href="">Karina Savillo</a>
</div>
</div>
<!-- /instructor -->
</div>
<!-- /row -->
</div>
<!-- /courses -->
</div>
<!-- container -->
</div>
<!-- /Courses -->
<!-- Schedule Section -->
<div id="schedule" class="section">
<div class="container">
<div class="row">
<div class="section-header text-center">
<h2>Tentative Schedule</h2>
<!-- <p class="lead">Explore the detailed schedule of the New York Computational Psychiatry Workshop 2024.</p> -->
</div>
<!-- Schedule Table -->
<div class="col-md-12">
<table class="table table-bordered text-center">
<thead>
<tr>
<th style="border: 2px solid black;" class="fixed-width"><center><u>TIME</u></center></th>
<th style="border: 2px solid black;" class="fixed-width"><center><u>MONDAY<br>(OCT 21)</u></center></th>
<th style="border: 2px solid black;" class="fixed-width"><center><u>TUESDAY<br>(OCT 22)</u></center></th>
<th style="border: 2px solid black;" class="fixed-width"><center><u>WEDNESDAY<br>(OCT 23)</u></center></th>
</tr>
</thead>
<tbody>
<tr>
<td style="border: 2px solid black;">08:00 AM</td>
<td style="border: 2px solid black;" rowspan="2"><strong>BREAKFAST + REGISTRATION</strong></td>
<td style="border: 2px solid black;" rowspan="2"><strong>BREAKFAST</strong></td>
<td style="border: 2px solid black;" rowspan="2"><strong>BREAKFAST</strong></td>
</tr>
<tr>
<td style="border: 2px solid black;">08:30 AM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">09:00 AM</td>
<td style="border: 2px solid black;" rowspan="2"><strong>OPENING REMARKS + LECTURE</strong><br>Xiaosi Gu<br>Introduction to Computational Psychiatry</td>
<td style="border: 2px solid black;" rowspan="3"><strong>TUTORIAL 3</strong><br>Shawn Rhoads<br>Fitting Models to Behavioral Data</td>
<td style="border: 2px solid black;" rowspan="2"><strong>LECTURE</strong><br>Laura Berner<br>Clinically Relevant Computational Psychiatry</td>
</tr>
<tr>
<td style="border: 2px solid black;">09:30 AM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">10:00 AM</td>
<td style="border: 2px solid black;" rowspan="4"><strong>TUTORIAL 1</strong><br>Angela Radulescu<br>Reinforcement Learning</td>
<td style="border: 2px solid black;" rowspan="4"><strong>TUTORIAL 6</strong><br>Baihan Lin<br>LLMs for Psychiatry</td>
</tr>
<tr>
<td style="border: 2px solid black;">10:30 AM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<td style="border: 2px solid black;" rowspan="3"><strong>TUTORIAL 4</strong><br>Blair Shevlin<br>Drift Diffusion Modeling</td>
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">11:00 AM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">11:30 AM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">12:00 PM</td>
<td style="border: 2px solid black;" rowspan="2"><strong>LUNCH</strong></td>
<td style="border: 2px solid black;" rowspan="2"><strong>LUNCH</strong></td>
<td style="border: 2px solid black;" rowspan="2"><strong>LUNCH</strong></td>
</tr>
<tr>
<td style="border: 2px solid black;">12:30 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">01:00 PM</td>
<td style="border: 2px solid black;" rowspan="4"><strong>TUTORIAL 2</strong><br>Vincenzo Fiore<br>Bayesian Inference</td>
<td style="border: 2px solid black;" rowspan="3"><strong>TUTORIAL 5</strong><br>Alisa Loosen<br>Study Design & Replicability</td>
<td style="border: 2px solid black;" rowspan="4"><strong>BREAKOUT PROJECTS*</strong></td>
</tr>
<tr>
<td style="border: 2px solid black;">01:30 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">02:00 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">02:30 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<td style="border: 2px solid black;"><strong>COFFEE BREAK</strong></td>
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">03:00 PM</td>
<td style="border: 2px solid black;"><strong>COFFEE BREAK</strong></td>
<td style="border: 2px solid black;" rowspan="6"><strong>BREAKOUT PROJECTS*</strong></td>
<td style="border: 2px solid black;"><strong>COFFEE BREAK</strong></td>
</tr>
<tr>
<td style="border: 2px solid black;">03:30 PM</td>
<td style="border: 2px solid black;" rowspan="5"><strong>BREAKOUT PROJECTS*</strong></td>
<td style="border: 2px solid black;" rowspan="2"><strong>BREAKOUT PROJECTS*</strong></td>
</tr>
<tr>
<td style="border: 2px solid black;">04:00 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">04:30 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<td style="border: 2px solid black;"><strong>PROJECTS WRAP-UP*</strong></td>
</tr>
<tr>
<td style="border: 2px solid black;">05:00 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<td style="border: 2px solid black;" rowspan="3"><strong>SOCIAL EVENT*</strong></td>
</tr>
<tr>
<td style="border: 2px solid black;">05:30 PM</td>
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
<tr>
<td style="border: 2px solid black;">06:00 PM</td>
<td style="border: 2px solid black;"><strong>DINNER</strong><br>On your own</td>
<td style="border: 2px solid black;"><strong>DINNER</strong><br>On your own</td>
<!-- <td style="border: 2px solid black;"></td> -->
</tr>
</tbody>
</table>
* indicates in-person only events
</div>
<!-- /Schedule Table -->
</div>
<hr class="section-hr">
<!-- row -->
<div id="faq" class="row">
<div class="section-header text-left">
<h3>Frequently Asked Questions</h3>
<p class="lead">How much will it cost to participate?</p>
<p>Registration for in-person attendance will be $495 for trainees (e.g., graduate students, postdocs), $795 for faculty, and $1095 for industry. Registration for online-only attendance will be discounted at 60% of main rate (e.g., $297 for trainees).</p><br>
<p class="lead">Is housing provided?</p>
<p>We are not able to provide housing this year. Participants will need to coordinate their own housing arrangements.</p><br>
<p class="lead">Who should apply?</p>
<p>We welcome participants from all career stages interested in using computational modeling to study mental health. However, our workshop will be primarily geared towards trainees (e.g., students, postdocs). Applicants should have some experience with programming (e.g., Python, R, MATLAB) and have completed formal coursework in math and statistics.</p><br>
<p class="lead">When is the application deadline?</p>
<!-- <p>In-person applications were due on September 23, 2024. We are still accepting applications to participate online on a rolling basis until <strong>October 14, 2024</strong>.</p><br> -->
<p>In-person applications were due on September 23, 2024. We are no longer accepting applications.</p><br>
<p class="lead">When will applicants be notified of their acceptance?</p>
<p>In-person Applicants were notified of their acceptance by September 27, 2024. If you were selected to participate, please register for the workshop at your earliest convenience by October 6, 2024.</p><br>
<p class="lead">What is the workshop size?</p>
<p>We expect 25 participants for the in-person course.</p><br>
<p class="lead">What is the format of the course?</p>
<p>The workshop will be a mix of lectures and hands-on tutorials. In-person participants will have the opportunity to work in small groups on a project and participate in networking events.</p><br>
<p class="lead">What is the workshop schedule?</p>
<p>The workshop will run from 9:00 AM to 6:00 PM on October 21-23, 2024. A detailed schedule will be provided to accepted participants.</p><br>
<p class="lead">Where is the workshop location?</p>
<p>The workshop will take place at the Mount Sinai <a href="https://icahn.mssm.edu/research/center-for-computational-psychiatry">Center for Computational Psychiatry</a> (<a href="https://maps.app.goo.gl/aZZw9VcPuPeDVVmY7">55 W 125th St, New York, NY 10027</a>).</p><br>
<p class="lead">Who can I contact for more information?</p>
<p>Please contact the workshop directors (<a href="mailto:[email protected]">Shawn Rhoads</a> and <a href="mailto:[email protected]">Angela Radulescu</a>) with any questions.</p>
</div>
</div>
<!-- /row -->
</div>
</div>
<!-- /Schedule Section -->
<!-- Apply -->
<div id="apply" class="section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/cta1-background.jpg)"></div>
<!-- /Backgound Image -->
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="col-md-6">
<!-- <h2 class="white-text">In-person applications were due on September 23, 2024.<br><br>We are still accepting applications to participate online on a rolling basis until <strong></strong>October 14, 2024</strong></h2> -->
<!-- <p class="lead white-text">Please click the following link to apply.</p> -->
<h2 class="white-text">We are no longer accepting applications for 2024.</strong></h2>
<!-- <a class="main-button icon-button" href="https://form.jotform.com/242484145124149">Apply</a> -->
<!-- <a class="main-button icon-button" href="https://form.jotform.com/242737732254156">Apply</a> -->
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Apply -->
<!-- Footer -->
<footer id="footer" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- footer logo -->
<div class="col-md-6">
<div class="footer-logo">
<a class="logo" href="index.html">
<img src="./img/NYCPW.png" alt="logo">
</a>
</div>
</div>
<!-- footer logo -->
<!-- footer nav -->
<div class="col-md-6">
<ul class="footer-nav">
<li><a href="index.html#">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="index.html#apply">Apply</a></li>
</ul>
</div>
<!-- /footer nav -->
</div>
<!-- /row -->
<!-- row -->
<div id="bottom-footer" class="row">
<!-- copyright -->
<div class="footer-copyright">
<span>© Copyright 2024. All Rights Reserved.</span>
</div>
<!-- /copyright -->
</div>
<!-- row -->
</div>
<!-- /container -->
</footer>
<!-- /Footer -->
<!-- preloader -->
<div id='preloader'><div class='preloader'></div></div>
<!-- /preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script>
$(document).ready(function() {
// Add smooth scrolling to all links in the navigation
$('a[href^="#"]').on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
}
});
});
</script>
</body>
</html>