-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfoundation.html
More file actions
611 lines (550 loc) · 32.2 KB
/
foundation.html
File metadata and controls
611 lines (550 loc) · 32.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>JackTrip Foundation</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale = 1.0,
maximum-scale=1.0, user-scalable=no" />
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/shared.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/media_queries.css">
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="3e7bc62c-f44a-4134-a4a2-e4f5d18e1968" data-blockingmode="auto" type="text/javascript"></script>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
<link rel="stylesheet" href="css/signup-form.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="iamges/favicon-16x16.png">
</head>
<body>
<nav class="topnav panel_shadow">
<a href="index.html" class="logo">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="index.html">Home</a>
<a href="studio.html">Virtual Studio</a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;">Foundation</a> -->
<div class="found-expand">Foundation <img class="arrow-down-5" src="../images/menu_arrow_down_red.svg" alt="Expand arrow down image."></div>
<div class="found-sub-cont">
<a><div style="cursor:default; color:#F61B1B; pointer-events: none;">About</div></a>
<a href="grants.html"><div class="found-submenu-item">Grants</div></a>
<a href="network_arts.html"><div class="found-submenu-item">Network Arts</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<a href="technology.html">Technology</a>
<div class="media-expand">Media <img class="arrow-down-3" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="media-sub-cont">
<a href="news/news_01.html"><div class="media-submenu-item">News</div></a>
<a href="events/events_01.html"><div class="media-submenu-item">Events</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<div class="help-expand">Get Help <img class="arrow-down-4" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="help-sub-cont">
<a href="https://community.jacktrip.org/">
<div class="media-submenu-item">Community</div>
</a>
<a href="https://help.jacktrip.org/hc/en-us">
<div class="media-submenu-item">Support</div>
</a>
</div>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="forMobileView()">
<i class="fa fa-bars"></i>
</a>
</nav>
<nav class="mainmenu panel_shadow">
<a href="index.html" class="logo_mm">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<div class="submenu-expand-bg"></div>
<div class="submenu-expand">
<div class="media-set" id="found-sub">
<a style="cursor:default; color:#F61B1B; pointer-events: none;">About</a><br>
<a class="subLink" href="grants.html">Grants</a><br>
<a class="subLink" href="network_arts.html">Network Arts</a>
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="media-sub">
<a class="subLink" href="news/news_01.html">News</a><br>
<a class="subLink" href="events/events_01.html">Events</a><br>
<!-- <a class="subLink" href="news.html">Events</a>
<a class="subLink" href="news.html">Testimonials</a> -->
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="help-sub">
<a class="subLink" href="https://community.jacktrip.org/" target="_blank">Community</a><br>
<a class="subLink" href="https://help.jacktrip.org/hc/en-us" target="_blank">Support</a>
</div>
</div>
<div id="myLinks">
<a href="" id="help">Get Help <img class="arrow-down-2" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="" id="media">Media <img class="arrow-down-1" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="technology.html" id="tech">Technology</a>
<a href="" id="foundation">Foundation <img class="arrow-down-5" src="images/menu_arrow_down_red.svg" alt="Expand arrow down image."></a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;" id="found">Foundation</a> -->
<a href="studio.html" id="stu">Virtual Studio</a>
<a href="index.html" id="hom">Home</a>
</div>
</nav>
<section id="board-block-0" class="sec-block-0 main" style="margin-top:75px; margin-bottom: 75px;">
<div class="left-side-content title-line">
<h3 class="separator dark-text-title mainHead" style="float:left; width:100%;">JackTrip Foundation</h3>
<div class="line-sep"></div>
</div>
</section>
<section id="board-block-intro" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400"> The JackTrip Foundation is a collaboration between Stanford University’s Center for Computer Research
in Music and Acoustics (CCRMA) and Silicon Valley software entrepreneurs. JackTrip Foundation is a 501(c)(3) nonprofit corporation.
</p>
</div>
</section>
<section id="sec-block-programs-0" class="sec-block-programs-0 main" >
<div class="left-side-content offer">
<h4 class="separator main-margin-title-l bottom-margin-rem" style="color:#FAFBFB;">Activities of the Foundation:</h4>
<p class="font-400" style="font-size:15px;" >
To fulfill its mission of driving continued innovation of network arts technologies and widespread adoption, the Foundation will
offer a wide array of technology, cultural, educational, and community services, such as: </p>
<ul class="aside-ul" style="font-weight: 500;">
<li>Grants, scholarships, partnerships, programs and industry leadership related to network arts technologies;</li>
<li>Educational, cultural and technological programs for artists, scholars, musicians and technologists to advance innovation;</li>
<li>Internships, work experiences, and other industry opportunities for artists, scholars, musicians and technologists;</li>
<li>Community-building programs, industry gatherings and events for the broad network arts community;</li>
<li>Marketing and awareness-building of network arts capabilities worldwide.</li>
</ul>
</div>
</section>
<section id="ad-banner" class="ad-banner main">
<div class="left-side-content">
<div class="banner-ad-cont">
<div class="banner-logo"><img src="images/NowNet_Arts_Logo.svg" alt="NowNet Arts Logo Image"></div>
<div class="banner-txt">
Training for network arts technologies (including JackTrip) is offered through a partnership with JackTrip Foundation and NowNet Arts. The program trains educators and nonprofit artists in high-quality audio network performance over the internet.
</div>
<div class="banner-button">
<h4 class="center-text btn-margin">
<a href="https://nownetarts.org/jacktrip-training"
target="_self"><button class="button inverted">Learn More</button></a>
</h4>
</div>
</div>
</div>
</section>
<section id="board-block-board" class="sec-block-0 main" style="margin-top:75px; margin-bottom: 75px;">
<div class="left-side-content title-line">
<h3 class="separator dark-text-title mainHead" style="float:left; width:100%;">Board of Directors</h3>
<div class="line-sep"></div>
</div>
</section>
<section id="board-block-3" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content studio-lo">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Chris Chafe, Co-Chairman</h4>
<p class="dark-text font-400">Founder Stanford professor Chris Chafe, Director of Stanford University’s
Center for Computer Research in Music and Acoustics (CCRMA - ccrma.standford.edu), originator and
co-developer of the JackTrip
software to reduce latency in audio transmissions over the Internet, allowing musicians to collaborate
in real
time. Chris is also a composer, improvisor, and cellist, developing much of his music alongside
computer-based research.
</p>
</div>
<div class="right-side-content main-img-01 right-image">
<img src="images/chris_chafe.jpg" alt="Image of founder Stanford professor Chris Chafe">
</div>
</section>
<section id="board-block-4" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Mike Dickey, Co-Chairman</h4>
<p class="dark-text font-400">Founder Mike Dickey taught himself to code in the 1980’s by keying
video game programs from Rainbow magazines into his dad's Color Computer. He founded his first
company in high school,
and dropped out of Carnegie Mellon to become a full-time entrepreneur. Since then, Mike has built
and sold three startup
companies. His latest venture was Cloudmeter, which Splunk acquired in 2013 and renamed as Splunk
Stream. Prior to
co-founding JackTrip, Mike held various leadership roles at Splunk focusing on Engineering,
Architecture, Infrastructure and Product Management.
</p>
</div>
<div class="right-side-content main-img-02 right-image">
<img src="images/mike_dickey.jpg" alt="Image of founder Mike Dickey">
</div>
</section>
<section id="board-block-1" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Alan Hu, Treasurer</h4>
<p class="dark-text font-400">Alan Hu is a high-tech executive with experience in services and marketing in
highly
entrepreneurial settings. In 2003, Alan focused his entrepreneurial energies onto socially beneficial
endeavors.
He co-founded QuantumLeap Healthcare, a charitable Foundation in cancer research, and was its Executive
Director
for 12 years. Alan currently serves as advisor to start-up companies in diverse industries and is
devoting much
time to philanthropic and socially beneficial endeavors. Alan holds a Bachelors degree in Engineering
from
U.C. Berkeley and a Masters degree from Stanford Business School, where he was an Alfred P. Sloan
Fellow.
</p>
</div>
<div class="right-side-content main-img-01 right-image">
<img src="images/alan_hu.jpg" alt="Image of board member Alan Hu">
</div>
</section>
<section id="board-block-2" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Ann Doyle, Secretary</h4>
<p class="dark-text font-400">Ann Doyle’s primary career focus has been catalyzing the advanced networked
performing
arts community. She founded and continues to lead Internet2's cultural initiatives working with U.S. and
international partners utilizing advanced networks for collaborative live performances, master classes,
and
remote auditions in the performing arts. Ann has a Master’s degree in Higher Education Administration
from the
University of Michigan. She is also known in the greater Detroit metropolitan area for her career as a
singer/songwriter and recording artist.
</p>
</div>
<div class="right-side-content main-img-01 right-image">
<img src="images/ann_doyle.jpg" alt="Image of board member Ann Doyle">
</div>
</section>
<section id="board-block-7" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Sarah Weaver, Executive Director</h4>
<p class="dark-text font-400">Sarah Weaver, Ph.D. is a New York-based contemporary composer, conductor, technologist,
educator, researcher, and administrator working internationally as a specialist in Network Arts. Weaver is the
director of NowNet Arts, director of the Sarah Weaver Ensemble, and editor of the Journal of Network Music and Arts
(JONMA). Weaver is a member of ASCAP, College Music Society, and National Association of Composers.
</p>
</div>
<div class="right-side-content main-img-01 right-image">
<img src="images/sarah_weaver2.jpg" alt="Image of board member Dr. Sarah Weaver">
</div>
</section>
<section id="board-block-5" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Mount V. Allen III</h4>
<p class="dark-text font-400">Mount is the Director of Operations for the San Francisco Jazz Organization.
He opened the
SFJAZZ Center in 2013, which is now a first adopter of research and education network technology in a
non-academic
arts environment. Mount is pursuing the final year of his doctorate in education with a research focus
on the
intersection of jazz and technology. He also holds the professional designation of Certified Venue
Executive (CVE).
</p>
</div>
<div class="right-side-content main-img-01 right-image">
<img src="images/mount_allen.jpg" alt="Image of board member Mount V. Allen III">
</div>
</section>
<section id="board-block-6" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Russell Gavin</h4>
<p class="dark-text font-400">Dr. Russell Gavin is Director of Bands at Stanford University. Dr. Gavin holds
a Ph.D.
in Music Education from Florida State University, a Master of Music in Euphonium Performance from the
University of
Notre Dame, and a Bachelor of Music Education from Auburn University. His public school teaching
experiences include
Director of Bands/Fine Arts Chair at Eufaula High School (Eufaula, AL) and Director of Bands at South
Girard Middle
School (Phenix City, AL).
</p>
</div>
<div class="right-side-content main-img-01 right-image">
<img src="images/russ_gavin.jpg" alt="Image of board member Dr. Russell Gavin">
</div>
</section>
<section id="board-block-8" class="sec-block-1 main align-center-content" style="margin-bottom:75px;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Kären Nagy</h4>
<p class="dark-text font-400">Kären has spent most of her career working in the arts, library
administration,
and senior administrative and planning roles in higher education. She holds masters degrees in
Music History and Literature and Library Science. She served as Executive Dean of the School of
Humanities
and Sciences and Assistant Vice President for the Arts at Stanford before “retiring” from academia a
decade ago.
In 2014 she joined the staff of the Kronos Quartet/Kronos Performing Arts Association as their Strategic
Initiatives
Director. Kären is currently managing a landmark legacy educational project for them (Fifty for the
Future) that
involves commissioning 50 string quartets targeted for young players, all available online for free.
</p>
</div>
<div class="right-side-content main-img-01 right-image">
<img src="images/karen_nagy.png" alt="Image of board member Kären Nagy">
</div>
</section>
<section id="sec-block-3" class="sec-block-3 main">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">About CCRMA</h4>
<p class="dark-text font-400">
Stanford CCRMA is a research center, studying areas of audio and technology including <a
href="https://en.wikipedia.org/wiki/Musical_composition">musical composition</a>,
<a href="https://en.wikipedia.org/wiki/Computer_music">computer music</a>, <a
href="https://en.wikipedia.org/wiki/Physical_modelling_synthesis">physical modeling</a>,
<a href="https://en.wikipedia.org/wiki/Audio_signal_processing">audio signal processing</a>, sound
recording and reproduction</a>,
<a href="https://en.wikipedia.org/wiki/Sound_recording_and_reproduction">psychoacoustics</a>, <a
href="https://en.wikipedia.org/wiki/Acoustics">acoustics</a>,
<a href="https://en.wikipedia.org/wiki/Music_information_retrieval">music information retrieval</a>,
audio networking, and <a href="https://en.wikipedia.org/wiki/Spatial_sound">spatial sound</a>.[22]
<a href="https://en.wikipedia.org/wiki/Stanford_University_centers_and_institutes">The center</a> houses
academic courses for Stanford students as well as seminars, small interest group meetings,
summer workshops and colloquia for the broader community. Concerts of computer and experimental music
are presented regularly throughout year.
</p>
</div>
</section>
<section id="aff-block-00" class="sec-block-0 main" style="margin-top:75px; margin-bottom: 75px;">
<div class="left-side-content title-line">
<h3 class="separator dark-text-title mainHead" style="float:left; width:100%;">JackTrip Affiliates</h3>
<div class="line-sep"></div>
</div>
</section>
<!-- <section id="aff-block-0" class="sec-block-0 main" style="margin:0 auto;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Non-profit Organizations</h4>
</div>
</section> -->
<section id="aff-block-1" class="aff-block-0 main" style="margin-top:0; margin-bottom: 75px;">
<div class="affiliates_cont">
<div class="aff">
<div class="aff_img">
<img src="images/aff/ccrma_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">CCRMA, Stanford University</div>
<div class="aff-web"><a href="https://ccrma.stanford.edu/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/cnmat_logo.png" alt="Affiliate CNMAT, UCB Logo">
</div>
<div class="aff-name" style="font-weight: 600;">CNMAT, UCB</div>
<div class="aff-web"><a href="https://cnmat.berkeley.edu/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/roco_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">ROCO</div>
<div class="aff-web"><a href="https://roco.org/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/tech-uni_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Technical University, Berlin</div>
<div class="aff-web"><a href="https://www.tu.berlin/en/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/jazz_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">California Jazz Conservatory</div>
<div class="aff-web"><a href="https://cjc.edu/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/dispersion_lab.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Dispersion Lab at York University</div>
<div class="aff-web"><a href="http://dispersionlab.org" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/network_journal.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Journal of Network Music and Arts</div>
<div class="aff-web"><a href="https://commons.library.stonybrook.edu/jonma/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/lasalle_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">LASALLE College of the Arts</div>
<div class="aff-web"><a href="https://www.lasalle.edu.sg" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/new_world_symphony.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">New World Symphony</div>
<div class="aff-web"><a href="https://www.nws.edu" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/nownet_arts_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">NowNet Arts</div>
<div class="aff-web"><a href="https://nownetarts.org" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/orpheus_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Orpheus Institute</div>
<div class="aff-web"><a href="https://orpheusinstituut.be/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/sfjazz_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">SFJAZZ</div>
<div class="aff-web"><a href="https://www.sfjazz.org/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/stony_brook_university.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Stony Brook University</div>
<div class="aff-web"><a href="https://www.stonybrook.edu/music/" target="_blank">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/travel_center_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Tavel Center at Indiana University– <br>Purdue University Indianapolis</div>
<div class="aff-web"><a href="" target="_blank">Visit Us</a></div>
</div>
</div>
<!-- <div class="aff">
<div class="aff_img">
<img src="images/aff/kronos_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Kronos Quartet</div>
<div class="aff-web"><a href="https://kronosquartet.org/">https://kronosquartet.org/</a></div>
</div>-->
<!-- <div class="aff">
<div class="aff_img">
<img src="images/aff/torino_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Politecnico di Torino</div>
<div class="aff-web"><a href="https://www.polito.it/">https://www.polito.it/</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/milano_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">Politecnico di Milano</div>
<div class="aff-web"><a href="https://www.polimi.it/">https://www.polimi.it/</a></div>
</div> -->
</section>
<!-- <section id="aff-block-2" class="sec-block-0 main" style="margin:0 auto;">
<div class="left-side-content">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">For-profit Organizations</h4>
</div>
</section> -->
<!-- <section id="aff-block-3" class="aff-block-0 main" style="margin-top:0; margin-bottom: 75px;">
<div class="affiliates_cont">
<div class="aff">
<div class="aff_img">
<img src="images/aff/network_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">NetworkSound</div>
<div class="aff-web"><a href="http://www.networksound.com/">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/together-apart_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">MusiciansTogetherApart</div>
<div class="aff-web"><a
href="https://musicianstogetherapart.com/">Visit Us</a></div>
</div>
<div class="aff">
<div class="aff_img">
<img src="images/aff/hifi_berry_logo.png" alt="Affiliate">
</div>
<div class="aff-name" style="font-weight: 600;">HiFiBerry</div>
<div class="aff-web"><a href="https://www.hifiberry.com/">Visit Us</a></div>
</div> -->
<!-- <div class="aff" id="aff1">
<div class="aff_img">
<img src="images/blank.png" alt="Blank placeholder PNG">
</div>
</div>
<div class="aff" id="aff1">
<div class="aff_img">
<img src="images/blank.png" alt="Blank placeholder PNG">
</div>
</div> -->
<!-- </div> -->
<!-- </section> -->
<!-- <section id="line-block-6" class="sec-block-0 main" style="margin-top:75px; margin-bottom: 25px;">
<div class="left-side-content title-line">
<div class="line-sep"></div>
</div>
</section> -->
<section id="fp" class="fp main" style="margin-bottom: 0; max-width: none;">
<div class="fineprint_cont">
<div class="fineprint left-side-content txtAlignR">
<p><a href="privacy.html">Privacy Policy</a></p>
</div>
<div class="fineprint left-side-content txtAlignL">
<p><a href="terms.html">Terms of Use</a></p>
</div>
</div>
</section>
<section class="footer panel_shadow u-full-width">
<div class="container">
<div class="twelve columns center-text center-div">
<h6 class="light-text footer-txt" style="color:#FAFBFB;">© 2020-2021 JackTrip Foundation and JackTrip Labs, Inc.</h6>
</div>
<div class="twelve columns center-text center-div">
<h6 class="light-text" style="color:#aaa;">
JackTrip Foundation is a 501(c)(3) nonprofit organization.<br /> JackTrip Labs is a Delaware public-benefit corporation.
</h6>
</div>
</div>
</section>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177279499-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-177279499-1');
</script>
<script src="js/index.js"></script>
<script type="text/javascript">
function autorun() {
// var emailEnter = document.querySelector('document.emailData.lname');
}
if (window.addEventListener) window.addEventListener("load", autorun, false);
else if (window.attachEvent) window.attachEvent("onload", autorun);
else window.onload = autorun;
</script>
</body>
</html>