-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
640 lines (599 loc) · 35.2 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
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<!doctype html>
<head>
<title>Open Source Comes to Campus</title>
<link rel="stylesheet" href="./static/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./static/css/style.css" type="text/css">
</head>
<body class="home page" data-spy="scroll" data-target="#sidenav" screen_capture_injected="true">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div id="wrap">
<div class="content">
<div class="main" role="main">
<div class="jumbotron masthead">
<div class="container">
<div class="headerpane">
<center>
<h1>Bring open source to your campus.</h1>
<p class="lead">Open Source Comes to Campus is a workshop to
teach the tools and culture of open source development
and to help students impact real projects. Groups at
<a href="#pastevents">51 schools</a> have run this event, including
13 women-in-CS organizations. What about your school?</p>
<a type="button" class="btn btn-lg btn-primary" href="#signup" id="actsignup">
<span class="glyphicon glyphicon-ok-sign"></span> Get started</a>
<a type="button" class="btn btn-lg btn-info" href="#learnmore">
<span class="glyphicon glyphicon-question-sign"></span> Learn more</a>
<a type="button" class="btn btn-lg btn-primary" href="#upcoming">
<span class="glyphicon glyphicon-calendar"></span> Events</a>
</center>
</div>
</div>
</div>
</div>
<div class="container no-space wide-container">
<div class="row no-space">
<div class="col-xs-4 col-xxs-12 no-space">
<img src="./static/img/oh01.jpg" class="img-responsive">
</div>
<div class="col-xs-4 col-xxs-12 no-space">
<img src="./static/img/oh03.jpg" class="img-responsive">
</div>
<div class="col-xs-4 col-xxs-12 no-space">
<img src="./static/img/oh02.jpg" class="img-responsive">
</div>
</div>
</div>
<div class="container learnmore">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 id="learnmore">What we provide</h1>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3 class="media-heading"><span class="glyphicon glyphicon-ok"></span> A curriculum built to engage students.</h3>
<p>Our curriculum covers the practical skills students need to contribute to open source projects, such as using
version control, issue trackers, and IRC. It creates connections between students and open source professionals
who can explain how the community and culture works. And it gives students the opportunity to make real
contributions to active open source projects!</p>
<p>All our materials are online. We're happy to help you adjust the curriculum to meet your needs, and do trainings for any activities or
sections you don't feel comfortable with.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3 class="media-heading"><span class="glyphicon glyphicon-ok"></span> Logistical advice and tools</h3>
<p>There are a number of logistical hurdles when planning an event, from finding space and checking equipment to
ordering the right amount of food. We've got a number of guides and checklists to help you through this process.
We'll also provide you with an easy-to-use <a href="https://events.openhatch.org/">event website</a> and publicity
materials such as email templates, flyer templates, and a shiny publicity website.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3 class="media-heading"><span class="glyphicon glyphicon-ok"></span> Friendly and knowledgeable volunteers</h3>
<p>We have a large network of open source enthusiasts who we'll ask to staff your event, and we can help you
find new volunteers as well. If possible, an OpenHatch organizer will attend and mentor at your event. We also provide
trainings for new mentors, and can help you connect with mentors from specific open source projects you're interested in.
If you want to do a career panel via videoconference, we can find you some amazing people currently working in
open source to be your panelists.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 id="signup">Get started</h1>
<p>Join us on our forum, and let us know you're interested in running an event! Please follow the instructions
on <a href="http://discourse.openhatch.org/t/getting-started/142">this thread</a>.</p>
<p>If you're confused about anything, please leave a question on that thread. You can also
<a href="https://twitter.com/openhatch">tweet at us</a> or
<a href="http://openhatch.readthedocs.org/en/latest/community/contact.html">join the OpenHatch IRC channel</a>.</p>
</div>
</div>
<div id="diversity" class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Our commitment to diversity</h2>
<p>We believe in the power of open source to make the world a better place.
We also believe that open source needs a broad and diverse group of contributors and community members to do so. We're doing our best to make open source communities more diverse and more welcoming to newcomers - two mutually reinforcing goals. Ever since our <a
href="https://opensource.com/life/10/11/introducing-students-world-open-source-day-1">first event</a>, we've worked to make Open Source Comes to Campus events fun, safe, and newcomer-friendly and have worked with partners such as women-in-computing organizations to attract diverse participation. We're commited to these goals, as well as to continuous improvement, and we hope you'll join us in our efforts.
</div>
</div>
<div class="row" id="upcoming">
<div class="col-md-8 col-md-offset-2">
<h1>Upcoming Events</h1>
<p>Check out upcoming events on <a href="https://events.openhatch.org/">our event website</a>!</p>
<p>If you're looking to participate, but you don't want to organize an event, you can still help out.
You can <a href="https://events.openhatch.org/">volunteer to mentor at an event near you</a> or
get your open source projects <a href="http://campus.openhatch.org/projects.html">ready for new contributors</a>.
You can also <a href="https://github.com/openhatch/open-source-comes-to-campus">contribute
to the OpenHatch project, <a href="http://openhatch.org/donate/">donate</a> or help us find
<a href="http://campus.openhatch.org/#sponsorship">company sponsorships</a></p>
</div>
</div>
</div>
</div>
<div class="pastevents">
<div class="container">
<div class="row" id="past">
<div class="col-md-8 col-md-offset-2">
<h1 id="pastevents">Past Events</h1>
</div>
</div>
<div class="row" id="past">
<div class="col-md-6 col-md-offset-3">
<h3>For events starting in 2015, check out our <a href="https://events.openhatch.org/">events website</a>.</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-2">
<img src="./static/img/pe_princeton2.jpg" class="img-thumbnail">
<h4>Princeton University</h4>
<h4 class="date">November 22nd, 2014</h4>
<p>Organized by <a href="http://opensourceatprinceton.com/">Open Source at Princeton</a>, sponsored by <a href="http://www.twosigma.com/">Two Sigma</a>.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe_perscholas.jpg" class="img-thumbnail">
<h4>Per Scholas</h4>
<h4 class="date">November 19th, 2014</h4>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_noimage.jpg" class="img-thumbnail">
<h4>SUNY Stony Brook</h4>
<h4 class="date">November 22nd, 2014</h4>
<p>Hosted by <a href="http://www.ceas.sunysb.edu/undergrad/Student%20Organizations/uc_sbcs.asp">Stony Brook Computing Society</a>.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe_noimage.jpg" class="img-thumbnail">
<h4>SUNY Baruch</h4>
<h4 class="date">November 18th, 2014</h4>
</div>
<div class="col-md-4">
<img src="./static/img/pe_berkeley.jpg" class="img-thumbnail">
<h4>University of California at Berkeley</h4>
<h4 class="date">November 16th, 2014</h4>
<p>Organized by <a href="http://hackersatberkeley.com/">Hackers at Berkeley</a> and sponsored by <a href="http://www.redhat.com/en">Red Hat</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="https://www.flickr.com/photos/paulproteus/sets/72157647030201783/">Pictures</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_uw.jpg" class="img-thumbnail">
<h4>University of Washington</h4>
<h4 class="date">November 16th, 2014</h4>
<p>Hosted by the UW EScience Institute.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe_cornell.jpg" class="img-thumbnail">
<h4>Cornell University</h4>
<h4 class="date">November 15th, 2014</h4>
<p>Hosted by <a href="https://www.facebook.com/CornellWomenInComputing">Women in Computing at Cornell</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="https://www.facebook.com/media/set/?set=a.872596756092925.1073741844.579890425363561&type=1">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_columbia2.jpg" class="img-thumbnail">
<h4>Columbia University</h4>
<h4 class="date">November 15th, 2014</h4>
<p>Hosted by <a href="https://adicu.com/">the Application Development Initiative</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_swarthmore.jpg" class="img-thumbnail">
<h4>Swarthmore College</h4>
<h4 class="date">November 15th, 2014</h4>
<p>Hosted by <a href="http://www.cs.swarthmore.edu/wics/">Swarthmore Women in Computer Science</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="https://www.facebook.com/media/set/?set=a.340676112781102.1073741839.183668195148562&type=1">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_iub2.png" class="img-thumbnail">
<h4>Indiana University at Bloomington</h4>
<h4 class="date">November 15th, 2014</h4>
<p>Hosted by <a href="http://www.soic.indiana.edu/">the IUB School of Informatics and Computing</a>.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe_hartnell2.jpg" class="img-thumbnail">
<h4>Hartnell College</h4>
<h4 class="date">November 15th, 2014</h4>
<p>Organized by <a href="[email protected]">Katie Cunningham</a>, Computer Science Education Coordinator for <a href="http://t.co/gMJXNE26au">CSIT-in-3</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="https://www.flickr.com/photos/paulproteus/sets/72157648941648409/">Pictures</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_uvic.jpg" class="img-thumbnail">
<h4>University of Victoria</h4>
<h4 class="date">October 18th, 2014</h4>
<p>Organized by University of Victoria's <a href="https://wecs.csc.uvic.ca/">Women in Engineering and Computer Science</a> and <a href="http://www.csc.uvic.ca/Program_Information/Undergraduate_Studies/CSCU.htm">Computer Science Course Union</a>, sponsored by <a href="https://www.mozilla.org/en-US/">Mozilla</a>.</p>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://tiptoes.ca/open-hatch-mozilla/">Blog post #1</a> <br /><span class="glyphicon glyphicon-pencil"></span> <a href="http://errietta.me/blog/openhatch/">Blog post #2</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_noimage.jpg" class="img-thumbnail">
<h4>Claremont Graduate University</h4>
<h4 class="date">October 18th, 2014</h4>
<p>Hosted by the CGU GIS club.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe-depaul.jpg" class="img-thumbnail">
<h4>DePaul University</h4>
<h4 class="date">October 18th, 2014</h4>
<p>Hosted by <a href="http://www.cdm.depaul.edu/Pages/default.aspx">the DePaul University College of Digital Media</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_noimage.jpg" class="img-thumbnail">
<h4>Bucknell University</h4>
<h4 class="date">October 18th, 2014</h4>
<p>Hosted by the <a href="http://www.bucknellosc.tk/">Bucknell Open Source Community</a>.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe_ccsf3.jpg" class="img-thumbnail">
<h4>City College of San Francisco</h4>
<h4 class="date">September 13th, 2014</h4>
<p>Organized by <a href="http://hills.ccsf.edu/~coders/"> CCSF Coders</a>, <a href="http://hills.ccsf.edu/~lug/index.html">CCSF Linux Users Group</a>, <a href="groups.google.com/group/ccsf-wddc">CCSF Web Developers and Designers</a>, and <a href="http://hills.ccsf.edu/~wwc/">Women Who Code CCSF</a>. Sponsored by the <a href="http://mozilla.org/">Mozilla foundation</a>, Inter Club Council of City College of San Francisco and <a href="http://www.workforcedevelopmentsf.org/trainingprograms/index.php?option=com_content&view=article&id=92&Itemid=85">TechSF</a>.</p>
<span class="glyphicon glyphicon-star-empty"></span> <a href="https://www.facebook.com/media/set/?set=a.761653543876075.1073741831.434578126583620&type=3">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_morris2.jpg" class="img-thumbnail">
<h4>University of Minnesota at Morris</h4>
<h4 class="date">September 13th, 2014</h4>
<p>Hosted by the Computer Science Discipline at Morris.</p>
<span class="glyphicon glyphicon-pencil"></span><a href="http://opensource-usability.blogspot.com/2014/09/contributing-to-free-software.html">Blog post #1</a> <br /><span class="glyphicon glyphicon-pencil"></span> <a href="http://noahkeitel.com/wp/an-open-source-experience-with-students-from-the-university-of-minnesota-morris/">Blog post #2</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_davis.jpg" class="img-thumbnail">
<h4>University of Califonia at Davis</h4>
<h4 class="date">May 10th, 2014</h4>
<p>Organized by the <a href="http://daviscsclub.org/">Davis Computer Science Club</a> and sponsored by <a href="http://www.rackspace.com/">Rackspace</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://imgur.com/a/AevNh">Pictures</a> <span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2014/teaching-open-source-at-uc-davis/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_hartnell.jpg" class="img-thumbnail">
<h4>Hartnell College</h4>
<h4 class="date">May 3rd, 2014</h4>
<p>Organized by <a href="[email protected]">Katie Cunningham</a>, Computer Science Education Coordinator for <a href="http://t.co/gMJXNE26au">CSIT-in-3</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="https://www.dropbox.com/sh/wbfhkw2hoh1gf7g/AAAjxJGufO-IKbK9J6_-Ny6Ia">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_mit2.jpg" class="img-thumbnail">
<h4>Massachusetts Institute of Technology</h4>
<h4 class="date">April 26th and 27th, 2014</h4>
<p>Hosted by the <a href="http://sipb.mit.edu/">MIT Student Information Processing Board</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="https://www.flickr.com/photos/paulproteus/sets/72157644782270554/">Pictures</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_neiu.jpg" class="img-thumbnail">
<h4>Northeastern Illinois University</h4>
<h4 class="date">April 26th, 2014</h4>
<p>Hosted by Rachel Adler, Francisco Iacobelli, and the NEIU Computer Science Club.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://media.chicagolug.org/u/chicagolug/collection/openhatch-at-neiu/">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_stonybrook.jpg" class="img-thumbnail">
<h4>SUNY Stony Brook</h4>
<h4 class="date">April 24th, 2014</h4>
<p>Hosted by <a href="http://www.ceas.sunysb.edu/undergrad/Student%20Organizations/uc_sbcs.asp">Stony Brook Computing Society</a>.</p>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2014/short-event-big-impact-open-source-at-suny-stony-brook/">Blog post</a> <span class="glyphicon glyphicon-picture"></span> <a href="https://www.flickr.com/photos/paulproteus/sets/72157644782239044/">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_gmu.jpg" class="img-thumbnail">
<h4>George Mason University</h4>
<h4 class="date">April 19th, 2014</h4>
<p>Hosted by <a href="http://gmulug.com/">MasonLUG</a>, <a href="http://srct.gmu.edu/">SRCT</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="https://www.facebook.com/media/set/?set=a.558685994249975.1073741835.288369651281612">Pictures</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_ccsf2.jpg" class="img-thumbnail">
<h4>City College of San Francisco</h4>
<h4 class="date">March 22nd, 2014</h4>
<p>Hosted by <a href="http://www.ccsf.edu/coders">CCSF Coders</a>, <a href="http://www.ccsf.edu/wwc">Women Who Code CCSF</a>, and the <a href="http://www.ccsf.edu/lug">CCSF Linux Users Group</a>.</p>
<span class="glyphicon glyphicon-star-empty"></span> <a href="https://www.flickr.com/photos/paulproteus/sets/72157644769790722/">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_umass2.jpg" class="img-thumbnail">
<h4>University of Massachusetts at Amherst</h4>
<h4 class="date">March 8th, 2014</h4>
<p>Hosted by <a href="http://sites.ieee.org/sb-umassa/">UMass IEEE</a>.</p>
<span class="glyphicon glyphicon-star-empty"></span><span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2014/teaching-open-source-at-umass-amherst/">Blog post</a> <a href="https://www.flickr.com/photos/paulproteus/sets/72157644368100338/">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_arizona.jpg" class="img-thumbnail">
<h4>University of Arizona</h4>
<h4 class="date">February 8th, 2014</h4>
<p>Hosted by UA's <a href="http://uofa-acm.github.io/">ACM Chapter</a>, <a href="https://www.cs.arizona.edu/wics/">WiCS Chapter</a> and <a href="http://uagamedev.blogspot.com/">Video Game Developers Club</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_princeton.jpg" class="img-thumbnail">
<h4>Princeton University</h4>
<h4 class="date">November 24th, 2013</h4>
<p>Hosted by <a href="http://princetonwics.wordpress.com/">Princeton Women in Computer Science</a>.</p>
<span class="glyphicon glyphicon-pencil"></span><a href="http://openhatch.org/blog/2014/open-source-comes-to-princeton/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_rutgers.jpg" class="img-thumbnail">
<h4>Rutgers University</h4>
<h4 class="date">October 22nd, 2013</h4>
<p>Hosted by <a href="http://wcs.rutgers.edu/">Rutgers Women in Computer Science</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157638428363123/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2014/teaching-open-source-at-rutgers-university/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_columbia.jpg" class="img-thumbnail">
<h4>Columbia University</h4>
<h4 class="date">October 19th, 2013</h4>
<p>Hosted by <a href="http://www.cs.columbia.edu/wics/">Columbia University's Women in Computer Science</a> and the <a href="http://adicu.com/">Application Development Initiative</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157638427423795/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2014/teaching-open-source-at-columbia-university/">Blog post</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_morris.jpg" class="img-thumbnail">
<h4>University of Minnesota at Morris</h4>
<h4 class="date">September 28th, 2013</h4>
<p>Hosted by the Computer Science Discipline at Morris.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157636106635206/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2014/teaching-open-source-at-morris/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_uic.jpg" class="img-thumbnail">
<h4>University of Illinois Chicago</h4>
<h4 class="date">September 24th and 25th, 2013</h4>
<p>Hosted by <a href="http://www.cs.uic.edu/CSGSA/WiCS">Women in Computer Science at UIC</a> and <a href="http://www.cs.uic.edu/">UIC Computer Science</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157636106826233/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2013/teaching-open-source-in-chicago/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_purdue.jpg" class="img-thumbnail">
<h4>Purdue University</h4>
<h4 class="date">September 22nd, 2013</h4>
<p>Hosted by the <a href="http://www.cs.purdue.edu/cswn">Computer Science Women's Network</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157636106786844/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2013/teaching-open-source-at-purdue-university/">Blog post</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_iub.jpg" class="img-thumbnail">
<h4>Indiana University Bloomington</h4>
<h4 class="date">September 21st, 2013</h4>
<p>Hosted by the <a href="http://www.soic.indiana.edu/">Indiana University School of Informatics and Computing</a> and the <a href="http://csclub.soic.indiana.edu/">Indiana University CS Club</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157636075330234/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2013/teaching-open-source-at-indiana-university-bloomington/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_ccsf.jpg" class="img-thumbnail">
<h4>City College of San Francisco</h4>
<h4 class="date">June 29th, 2013</h4>
<p>Hosted by <a href="http://www.ccsf.edu/coders">CCSF Coders</a> and the <a href="http://www.ccsf.edu/lug">CCSF Linux Users Group</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157639588752735/">Pictures</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_neu.jpg" class="img-thumbnail">
<h4>Northeastern University</h4>
<h4 class="date">June 22nd, 2013</h4>
<p>Hosted by the <a href="http://acm.ccs.neu.edu/">Northeastern University ACM</a>.</p>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2013/northeastern-university/">Blog post</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_umass.jpg" class="img-thumbnail">
<h4>University of Massachusetts at Amherst</h4>
<h4 class="date">April 14th, 2013</h4>
<p>Hosted by <a href="http://sites.ieee.org/sb-umassa/">UMass IEEE</a> and <a href="http://umass.acm.org/">UMass ACM</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157633364526404/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2013/umass/"> Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_wellesley.jpg" class="img-thumbnail">
<h4>Wellesley College</h4>
<h4 class="date">April 6th, 2013</h4>
<p>Hosted by the <a href="http://new.wellesley.edu/cs">Wellesley Department of Computer Science</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157633210961074/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2013/wellesley/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_harvard.jpg" class="img-thumbnail">
<h4>Harvard University</h4>
<h4 class="date">February 16th, 2013</h4>
<p>Hosted by <a href="http://www.hcs.harvard.edu/~harvardwomenincs/">Harvard Undergraduate Women in Computer Science</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157632806397074/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2013/open-sources-comes-to-harvard/">Blog post</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_uiuc.jpg" class="img-thumbnail">
<h4>University of Illinois, Urbana-Champaign</h4>
<h4 class="date">October 6th and 7th, 2012</h4>
<p>Hosted by the <a href="http://www.acm.uiuc.edu/">UIUC ACM</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157631732465491/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2012/teaching-open-source-at-uiuc-reflections-projections/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_jhu.jpg" class="img-thumbnail">
<h4>Johns Hopkins University</h4>
<h4 class="date">September 13th and 15th, 2012</h4>
<p>Hosted by the <a href="http://www.acm.jhu.edu/">JHU ACM</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157631677669485/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://openhatch.org/blog/2012/getting-students-involved-in-open-source-at-johns-hopkins/">Blog post</a>
</div>
<div class="col-md-4">
<img src="./static/img/pe_rpi.jpg" class="img-thumbnail">
<h4>Rensselaer Polytechnic Institute</h4>
<h4 class="date">April 21st and 22nd, 2012</h4>
<p>Hosted by the <a href="http://rcos.rpi.edu/">Rensselaer Center for Open Source</a>.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://www.flickr.com/photos/paulproteus/sets/72157629549194738/">Pictures</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="./static/img/pe_umd.jpg" class="img-thumbnail">
<h4>University of Maryland College Park</h4>
<h4 class="date">February 25th and 26th, 2012</h4>
<p>Hosted by the <a href="http://www.cs.umd.edu/~awc/">Association of Women in Computing</a>.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe_mit.jpg" class="img-thumbnail">
<h4>Massachusetts Institute of Technology</h4>
<h4 class="date">September 20th, 2011</h4>
<p>Hosted by the <a href="http://sipb.mit.edu/">MIT Student Information Processing Board</a>.</p>
</div>
<div class="col-md-4">
<img src="./static/img/pe_penn.jpg" class="img-thumbnail">
<h4>University of Pennsylvania</h4>
<h4 class="date">September 25th and 26th, 2010</h4>
<p>Hosted by the Penn Department of Computer Science.</p>
<span class="glyphicon glyphicon-picture"></span> <a href="http://openhatch.org/blog/2010/photos-from-penn/">Pictures</a>
<span class="glyphicon glyphicon-pencil"></span> <a href="http://opensource.com/life/10/11/introducing-students-world-open-source-day-1">Blog post</a>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 endofpage">
</div>
</div>
</div>
</div>
</div>
<div id="sponsors" class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Sponsors</h1>
<p>Open Source Comes to Campus is funded through generous donations from individuals and companies. Our thanks to Patron level sponsors <b>MongoDB</b>, <b>Stripe</b>, and Snabb, and to Bronze level sponsor <b>Puppet Labs</b>.</p>
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-2">
<img src="./static/img/mongodb.png" class="img-responsive">
</div>
<div class="col-md-2">
<img src="http://openhatch.org/blog/wp-content/uploads/2013/07/stripe.png" class="img-responsive">
</div>
<div class="col-md-2">
<img src="https://snabb.co/snabb_screen.png" class="img-responsive">
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-2">
<img src="http://openhatch.org/blog/wp-content/uploads/2013/07/PL_logo_horizontal_RGB_sm.png" class="img-responsive">
</div>
<div class="col-md-2 col-md-offset-1">
<img src="./static/img/google.png" class="img-responsive">
</div>
<div class="col-md-2 col-md-offset-1">
<img src="./static/img/github.png" class="img-responsive">
</div>
</div>
</div>
<div id="sponsorship" class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Sponsorship</h1>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p>The Open Source Comes to Campus workshop series is made possible by <a href="#sponsors">generous corporate sponsors</a> who support students entering the open source tech world. If your company would like to sponsor Open Source Comes to Campus, <a href="mailto:[email protected]">get in touch</a>!</p>
</div>
<div class="col-md-8 col-md-offset-2"><h2>Sponsorship tiers</h2></div>
<div class="tiers col-md-8 col-md-offset-2">
<div class="row">
<div class="col-xs-12">
<h3>$1,000 – Champion</h3>
<ul>
<li>Your name and sponsorship level on the
program website</li>
<li>Your name and sponsorship level in all print,
email, and web announcements for that event</li>
</ul>
</div>
<div class="col-xs-12">
<h3>$2,000 – Patron</h3>
<ul>
<li>Your name, logo, and sponsorship level on the
program website</li>
<li>Your name and sponsorship level on all print,
email, and web announcements for one event</li>
<li>Special invitation to send a person to career
panels at one event</li>
</ul>
</div>
<div class="col-xs-12">
<h3>$4,000 – Gold</h3>
<ul>
<li>Your name, logo, and sponsorship level on the
program website</li>
<li>Your name and sponsorship level on all
email and web announcements, as well as mentioned to media in interviews about the program</li>
<li>Special invitation to send a person to career
panels at two events</li>
</ul>
</div>
<div class="col-xs-12">
<h3>$8,000 – Platinum</h3>
<ul>
<li>Your name and logo at opening and closing
of all workshops</li>
<li>Your name, logo, and sponsorship level on the
program website</li>
<li>Your name and sponsorship level on all
email and web announcements, as well as mentioned to media in interviews about the program</li>
<li>Special invitation to send a person to career
panels at three events</li>
</ul>
</div>
<div class="col-xs-12">
<h3>$16,000 – Diamond</h3>
<ul>
<li>An invitation to provide brand signage at
every workshop, and to provide gifts to
attendees from your organization</li>
<li>Your name and logo at opening and closing
of all workshops</li>
<li>Your name, logo, and sponsorship level on the
program website</li>
<li>Your name and sponsorship level on all
email and web announcements, as well as mentioned to media in interviews about the program</li>
<li>Special invitation to send a person to career
panels at all events</li>
</ul>
</div>
<div class="col-xs-12">
<h3>$X – Custom Level</h3>
<p>None of the above donation levels work for you? <a href="mailto:[email protected]">Email us</a> and we'll work something out.</p>
</div>
<div class="col-xs-12">
<h3>How to sponsor</h3>
<p>Get in touch with us by emailing hello at openhatch.org, or jump straight to the <a href="https://openhatch.org/donate/">donate page</a> and enter your donation amount at the Maverick level.</p>
<p>We encourage you to read our <a href="https://docs.google.com/spreadsheets/d/1NMiwisDYcxVvdLM4jgwgg8QvvLkWlNEi7CLtfN0oHqI/edit#gid=0">2014 planned program budget</a>.
<p>Our <a href="https://openhatch.org/donate/">2014 donate page</a> and <a href="http://linode.openhatch.org/~paulproteus/oss-campus-diversity.pdf">historic 2013 sponsor prospectus</a> explain the origin of the program and the history of the organization.</p>
</div>
</div>
</div>
</div>
</div>
<div class="bluestripe bottomstripe">
<div class="container">
<div class="row">
<div class="col-md-8">
<br /><br />
<p>Want to learn more about Open Source Comes to Campus? You can <a href="http://lists.openhatch.org/mailman/listinfo/osctc-planning">join our mailing list</a> and <a href="http://openhatch.org/blog/tag/osctc/">read more on our blog</a>.</p>
</div>
<div class="col-md-4">
<h4 class="pull-right">A project of <a href="https://openhatch.org/"><img src="https://openhatch.org/w/images/thumb/a/a6/Openhatch-logo.png/500px-Openhatch-logo.png" width="100px"></a></h4>
</div>
</div>
</div>
</div>
</div>
</body>
</html>