-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathccsc18.html
501 lines (428 loc) · 32.6 KB
/
ccsc18.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>CSSA</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<!-- Google Analystics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28945871-1', 'auto');
ga('send', 'pageview');
</script>
<script src="//code.jquery.com/jquery.min.js"></script>
<script>
$.get("assets/header.html", function(data){
$("#header-placeholder").replaceWith(data);
});
</script>
<script>
$.get("assets/ccsc-navbar.html", function(data){
$("#ccsc-nav-placeholder").replaceWith(data);
});
</script>
<script>
$.get("assets/footer.html", function(data){
$("#footer-placeholder").replaceWith(data);
});
</script>
</head>
<body>
<div class="container">
<div id="header-placeholder"></div>
<div id='ccsc-nav-placeholder'></div>
<section id="about" style="background-color:#0C2549; background-image: url(images/conference/ccsc18/banner.png); background-size: 100% 100%; height: 600px">
<div class="row" style="height: 100%">
<div class="col-sm-3 ccsc15-header-mobile" style="height: 100%; margin-left: 2%">
<!-- <a href="https://www.eventbrite.com/e/california-cognitive-science-conference-2017-mistakes-tickets-31783761085" class="center" style="position: absolute; bottom: 2%"><button type="button" class="btn btn-primary btn-lg ccsc15-register">Register Now!</button></a>
--> </div>
</div>
</section>
<div id="buffer"></div>
<section id="info">
<div class="row ccsc18-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back to Top <i class="icon-chevron-up"></i> </a>
</div>
<div class="row">
<div class="col-md-6">
<h1 class="center" > Our Tenth Annual Conference </h1>
<a href="https://www.eventbrite.com/e/california-cognitive-science-conference-2018-past-present-future-tickets-44009094386"><button type="button" class="btn btn-primary btn-lg" style="background: #58585A; border: none" class = "center" >Click for Tickets!</button></a>
<!-- <a href="https://www.eventbrite.com/e/california-cognitive-science-conference-2018-past-present-future-tickets-44009094386">
<h1 class="center" > Click for Tickets! </h1> -->
<p> The Cognitive Science Student Association is pleased to host the tenth annual California Cognitive Science Conference (CCSC) held in April at UC Berkeley. The theme for CCSC 2018 is <i>Past, Present, Furture</i>. We will be exploring this exciting topic through the lenses of psychology, neuroscience, linguistics, anthropology, computer science, philosophy and more.
</p>
<p> The CCSC is an annual all-day symposium bringing together hundreds of students, researchers, and members of the general public from around the world who are passionate about the interdisciplinary field of Cognitive Science. We feature talks given by prominent scientists and thinkers from a wide variety of disciplines. Our acclaimed poster session provides undergraduates with the opportunity to present their own original research alongside graduate students and professional researchers. We sell out every year, so purchase your ticket sooner rather than later!</p>
<div class="center" style="margin-top: 40px">
<!-- <a href="http://ccsc2016.eventbrite.com" class="center"><button type="button" class="btn btn-primary btn-lg ccsc16-register">Register Now!</button></a> -->
</div>
</div>
<div id="scroller-1" class="col-md-6" style="margin-top: 30px">
<div class="carousel slide wet-asphalt">
<ol class="carousel-indicators">
<li data-target="#scroller-1" data-slide-to="0" class="active"></li>
<li data-target="#scroller-1" data-slide-to="1"></li>
<li data-target="#scroller-1" data-slide-to="2"></li>
<li data-target="#scroller-1" data-slide-to="3"></li>
<li data-target="#scroller-1" data-slide-to="4"></li>
</ol>
<div>
<div class="carousel-inner">
<div class="item active">
<img src="images/conference/ccsc16/ccsc16-1.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc16/ccsc16-2.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc16/ccsc16-3.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc16/ccsc16-4.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc16/ccsc16-5.jpg" style="width:100%; height:100%">
</div>
</div>
<a class="prev hidden-xs" href="#scroller-1" data-slide="prev">
<i class="icon-angle-left"></i>
</a>
<a class="next hidden-xs" href="#scroller-1" data-slide="next">
<i class="icon-angle-right"></i>
</a>
</div>
</div>
<p class="center"c style="margin-top: 5px"> Photos from the 2016 CCSC </p>
</div>
</div>
</section>
<div style="padding-bottom:30px; margin-bottom: 2px; border-bottom: 2px solid"></div>
<div style="padding-bottom:30px; border-top: 2px solid"></div>
<!-- <section id="speakers" class="offset2">
<div class="row ccsc16-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back To Top <i class="icon-chevron-up"></i> </a>
</div>
<div class="row center" style="margin-bottom: 30px;">
<h1 style="font-size: 40px"> Speakers Coming Soon! </h1>
</div>
</section> -->
<section id="speakers" class="offset2">
<div class="row ccsc15-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back To Top <i class="icon-chevron-up"></i> </a>
</div>
<div class="row center" style="margin-bottom: 30px;">
<h1 style="font-size: 40px"> Keynote Speakers </h1>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc18/ramachandran.png" style="height:70%; width:70%; border: 1px solid">
<!-- <img src="heck.png" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham"> V.S. Ramachandran </h1>
<!-- <h4 style="margin-top:0; color: #92ceb8;"> The Neurobiology of Language: Insights from Direct Cortical Recordings </h4> -->
<p class="ccsc15-p">V.S. Ramachandran is the Director of the Center for Brain and Cognition and a Professor in the Psychology Department and Neurosciences Program at the University of California, San Diego. Ramachandran’s work has focused on topics from visual perception to a range of conditions including synesthesia, phantom limb pain, and autism; he is best known for his experiments in behavioral neurology. Ramachandran has earned numerous accolades, including being named one of TIME magazine's 100 most influential people in the world and, most recently, the Padma Bhushan, the second highest civilian award in India. In addition to his published research, Ramachandran is the author of several books, including the acclaimed “Phantoms in the Brain.”
</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc18/dayan.jpg" style="height:70%; width:70%; border: 1px solid">
<!-- <img src="wolf.jpeg" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham"> Peter Dayan </h1>
<!-- <h4 style="margin-top:0; color: #92ceb8;"> The Neurobiology of Language: Insights from Direct Cortical Recordings </h4> -->
<p class="ccsc15-p"> Peter Dayan is the Director of Computational Neuroscience at the Gatsby Computational Neuroscience Unit in University College London, and a researcher at Uber AI Labs. His research focuses on mathematical and computational modelling of neural processing, particularly representation and learning. A major focus of his work is on understanding the ways in which animals and humans choose appropriate actions in the face of rewards and punishments, and the processes by which they form neural representations of the world. Dr. Dayan has been honored with both the Rumelhart and Brain prizes for his substantial contributions to the modern theoretical understanding of human cognition. He has over 200 publications and is the co-author of ‘Theoretical Neuroscience,’ one of the field’s leading textbooks. </p>
</div>
</div>
<div class="row center">
<h1 style="font-size: 40px; margin: 30px"> Focus Talk Speakers</h1>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center">
<img src="./images/conference/ccsc18/boroditsky.jpg" style="height:70%; width:70%; border: 1px solid">
<!-- <img src="bergen.jpg" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham"> Lera Boroditsky </h1>
<!-- <h4 style="margin-top:0; color: #92ceb8;"> Of Digits and Things </h4> -->
<p class="ccsc15-p"> Dr. Boroditsky received her B.A. degree in cognitive science at Northwestern University and her Ph.D. in cognitive psychology from Stanford University. She is currently an Associate Professor of Cognitive Science at the University of California, San Diego and is the Editor in Chief of Frontiers in Cultural Psychology. She has previously served on the faculty of MIT and Stanford. She studies language and cognition with a special focus on the relationships between the mind and world. Dr. Boroditsky has been named one of the 25 Visionaries changing the world by the Utne Reader, and is also a Searle Scholar, a McDonnell scholar, recipient of an NSF Career award, and an APA Distinguished Scientist lecturer.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center">
<img src="./images/conference/ccsc18/carmena.jpg" style="height:70%; width:70%; border: 1px solid">
<!-- <! <img src="whitney.jpg" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham"> Jose Carmena </h1>
<!-- <h4 style="margin-top:0; color: #92ceb8;"> Deixis, Accessibility, and Joint Attention </h4> -->
<p class="ccsc15-p">Dr. Jose Carmena is a professor of Electrical Engineering and Neuroscience at UC Berkeley, as well as the Co-Director of the Center for Neural Engineering and Prostheses at UC Berkeley and UCSF. Dr. Carmena's work leverages neuroplasticity, machine learning, and neurotechnology to ask how the brain learns and controls movement, and to develop smart prosthetics and neurotherapies. He has been the recipient of numerous awards, including the McKnight Technological Innovations in Neuroscience Award (2017), Bakar Fellowship (2012), the IEEE Engineering in Medicine and Biology Society Early Career Achievement Award (2011), the Aspen Brain Forum Prize in Neurotechnology (2010), and the National Science Foundation CAREER Award (2010).</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center">
<img src="./images/conference/ccsc18/drayson.png" style="height:70%; width:70%; border: 1px solid">
<!-- <img src="wong.png" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham"> Zoe Drayson </h1>
<!-- <h4 style="margin-top:0; color: #92ceb8;"> Enacting Multiple Viewpoints Simultaneously in Language and Co-speech Gesture: How to be Yourself, Your Past Self, and Someone Else All At Once </h4> -->
<p class="ccsc15-p"> Dr. Zoe Drayson is an Assistant Professor in Philosophy at the University of California, Davis. She earned her PhD in Philosophy from the University of Bristol, and has previously been a Research Fellow at the University of Stirling, a Visiting Fellow at the Center for Philosophy of Science at the University of Pittsburgh, and a Postdoctoral Research Fellow at the Australian National University. Her research is primarily in philosophy of mind and the philosophy of cognitive science, including psychological explanation, embodied and extended cognition, theories of perception, unconscious/implicit/tacit cognition, the nature of representation, and the philosophy of psychiatry.
</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center">
<img src="./images/conference/ccsc18/gweon.jpeg" style="height:70%; width:70%; border: 1px solid">
<!-- <img src="deacon.jpg" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham">Hyo Gweon</h1>
<p class="ccsc15-p">Hyo Gweon is an assistant professor of Psychology at Stanford University. She uses a mixture of approaches — developmental, computational, and neuroimaging — to explore how we make inferences about others’ minds, how learning occurs in social contexts, and what are the cognitive and neural mechanisms underlying these processes. She received her Ph.D. from M.I.T. where she was advised by Laura Schulz and Rebecca Saxe. In 2014, she was awarded the Kavli Frontiers of Science Fellowship.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center">
<img src="./images/conference/ccsc18/jacobs.jpg" style="height:70%; width:70%; border: 1px solid">
<!-- <img src="hearst.jpg" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham">Lucia Jacobs</h1>
<p class="ccsc15-p">Lucia Jacobs is a Professor in the Department of Psychology and the Helen Wills Neuroscience Institute at UC Berkeley. The main focus of her research is in the domain of animal cognition, particularly field studies of decision making in squirrels, sex differences in spatial cognition in rodents and humans and her current studies of olfactory navigation in search dogs and humans. Both this empirical work and her theoretical work on the evolution of limbic system structures aim to elucidate how cognition evolves. She received her Ph.D. in Ecology and Evolution from Princeton University. Dr. Jacobs has received numerous awards, including the NSF Career award and the University of California’s Prytanean Faculty Award.
</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center">
<img src="./images/conference/ccsc18/pardos.jpg" style="height:70%; width:70%; border: 1px solid">
<!-- <img src="wilbrecht.png" style="height:70%; width:70%; border: 1px solid"> -->
</div>
<div class="col-md-9 col-sm-8" style="margin-left: -3%">
<h1 style="font-family: Gotham"> Zachary Pardos </h1>
<!-- <h4 style="margin-top:0; color: #92ceb8;"> What Freud Got Right About Speech Errors </h4> -->
<p class="ccsc15-p">Dr. Zachary Pardos is an Assistant Professor in the School of Information and the Graduate School of Education at the University of California, Berkeley. Dr. Pardos earned his PhD in Computer Science from the Worcester Polytechnic Institute where he spent extensive time with K-12 educators and students working to integrate educational technology into the curriculum as a formative assessment tool. His research focal areas are on the representation of knowledge as communicated by student behavior and engineers personalized supports leveraging big data in education. His current projects look at the increasing upward mobility in the California postsecondary system and using behavioral and semantic data to map out paths to cognitive and career achievement in K-16. At UC Berkeley he directs the Computational Approaches to Human Learning (CAHL) research lab and is the recent recipient of an NSF AI educator award. He teaches courses on data mining and analytics, digital learning environments, and machine learning in education.</p>
</div>
</div>
</section>
<div style="padding-bottom:30px; margin-bottom: 2px; border-bottom: 2px solid"></div>
<div style="padding-bottom:30px; border-top: 2px solid"></div>
<section id="poster">
<div class="row ccsc18-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back To Top <i class="icon-chevron-up"></i> </a>
</div>
<div class="row center" style="margin-bottom: 20px;">
<h1 style="font-size: 40px;"> Poster Session </h1>
</div>
<div class="row">
<div class="col-md-6">
<p>The California Cognitive Science Conference is an opportunity for researchers (especially undergraduates) to exhibit their original work in the Cognitive Sciences. Poster Presenters at the conference will be able to mingle with and and receive feedback from professional scientists and our broader conference audience. Submitted abstracts will be evaluated based on interest and appeal to a wide audience; scientific and professional merit; clarity; and contribution to knowledge, practices, and policies.</p>
<p>As in previous years, we will be awarding a prize to the top posters, as selected by a popular vote by our attendees and by a holistic review by our organizing committee.</p>
<p><b>Submit an abstract of 300 words or less by April 4th, 2018 to be considered.</b></p>
<p>You will be notified about the status of your submission no later than April 13th, 2018. If your submission is accepted, you will be able to purchase a discounted poster presenter ticket ($17), which will be available beginning on April 13th. </p>
<!-- <div class="center">
<a href="https://drive.google.com/open?id=1psMGnNP9clQK8tU5MMrYWGF_LQkAFe2HNKtqzDfffaQ" class="center"><button type="button" class="btn btn-primary btn-lg " style="height: 70px; width: 250px; font-size: 30px; background-color: #b51e00">Submit Abstract</button></a>
</div> -->
<!-- <h2 class="center" > Deadline to Submit: <b>March 31st, 2017</b> </h2> -->
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc4tmAEkgu_TpcKE_5Bgi3mrbgHkGYzzdoSXxLPVPPFb8Fm6g/viewform">
<h2 class="center" > <b>Submissions Closed</b> </h2>
</div>
<div class="col-md-6">
<img src="./images/conference/ccsc15/ccsc15-poster1.jpg" style="height:100%; width:100%">
</div>
</div>
<h1 class="center" style="margin-top: 50px"> More Information for Poster Presenters </h1>
<br>
<ul class="faq">
<li>
<span class="number">01</span>
<div class="drop-content">
<a data-toggle="collapse" href="#q1">
<h3>How will poster presenters be selected?</h3>
<i class="icon-chevron-down"></i>
</a>
<div id="q1" class="collapse">
<p> An interdisciplinary committee will read and evaluate the abstracts in a blind-review process. The criteria of selection will be: 1) quality of presented research, 2) comprehensibility of the theoretical or practical stakes, 3) originality, 4) relevance to the field of cognitive science </p>
</div>
</div>
</li>
<li>
<span class="number">02</span>
<div class="drop-content">
<a data-toggle="collapse" href="#q2">
<h3>Do I have to register?</h3>
<i class="icon-chevron-down"></i>
</a>
<div id="q2" class="collapse">
<p> Yes, all attending poster presenters must register for the conference. If your abstract is accepted, you will be able to purchase the discounted poster presenter ticket ($17). Acceptance notices will be distributed by April 14th. </p>
</div>
</div>
</li>
<li>
<span class="number">03</span>
<div class="drop-content">
<a data-toggle="collapse" href="#q3">
<h3>When will I know whether my abstract is accepted?</h3>
<i class="icon-chevron-down"></i>
</a>
<div id="q3" class="collapse">
<p> Acceptance notices will be distributed by April 14th. </p>
</div>
</div>
</li>
<li>
<span class="number">04</span>
<div class="drop-content">
<a data-toggle="collapse" href="#q4">
<h3>Can I submit more than one abstract?</h3>
<i class="icon-chevron-down"></i>
</a>
<div id="q4" class="collapse">
<p> We are limiting submissions to one per presenter. Please select the one you think is the most appropriate. </p>
</div>
</div>
</li>
<li>
<span class="number">05</span>
<div class="drop-content">
<a data-toggle="collapse" href="#q5">
<h3>Can I make changes to my abstract once I’ve submitted it?</h3>
<i class="icon-chevron-down"></i>
</a>
<div id="q5" class="collapse">
<p> Yes. To change your submission, please go back to the google form where you submitted and make your changes there. Changes will not be accepted after March 31st. </p>
</div>
</div>
</li>
<li>
<span class="number">06</span>
<div class="drop-content">
<a data-toggle="collapse" href="#q6">
<h3>What materials will be provided for displaying my poster?</h3>
<i class="icon-chevron-down"></i>
</a>
<div id="q6" class="collapse">
<p> Please limit your poster to no larger than 4’ x 3’4” (size of provided foam backings). We will provide easels, foam backings, and clips so all you need to bring is your poster. </p>
</div>
</div>
</li>
<li>
<span class="number">07</span>
<div class="drop-content">
<a data-toggle="collapse" href="#q7">
<h3>Does my research have to be related to the theme?</h3>
<i class="icon-chevron-down"></i>
</a>
<div id="q7" class="collapse">
<p> Nope! It just needs to be related to any of the disciplines in cognitive science.</p>
</div>
</div>
</li>
</ul>
</section>
<div style="padding-bottom:30px; margin-bottom: 2px; border-bottom: 2px solid"></div>
<div style="padding-bottom:30px; border-top: 2px solid"></div>
<section id="schedule" class="offset3" style="background-image:url(images/conference/ccsc18/schedule.png); width: 100%; background-size: cover">
<div class="row ccsc18-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back to Top <i class="icon-chevron-up"></i> </a>
</div>
</section>
<!-- <section id="schedule" class="offset3" style="width: 100%">
<div class="row ccsc16-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back to Top <i class="icon-chevron-up"></i> </a>
</div>
<div class="row center" style="margin-bottom: 30px;">
<h1 style="font-size: 40px"> Schedule Coming Soon! </h1>
</div>
</section>
-->
<!-- <section id="speakers" class="offset2">
<div class="row ccsc16-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back To Top <i class="icon-chevron-up"></i> </a>
</div>
<div class="row center" style="margin-bottom: 30px;">
<h1 style="font-size: 40px"> Schedule Coming Soon! </h1>
</div>
</section> -->
<div style="padding-bottom:30px; margin-bottom: 2px; border-bottom: 2px solid"></div>
<div style="padding-bottom:30px; border-top: 2px solid"></div>
<section id="poster" class="offset4">
<div class="row ccsc18-section">
<a id="gototop" class="gototop" href="#" style="float:right; padding-right: 20px"> Back to Top <i class="icon-chevron-up"></i> </a>
</div>
<div class="row">
<div class="col-md-2" style="margin-top: 30px">
<!-- <img src="images/conference/ccsc14-7.jpg" style="height:100%; width:100%"> -->
</div>
<div class="col-md-8">
<h1 class="center" > Previous Conference Sponsors </h1>
<p> CSSA would like to thank the following sponsors for their generous contributions to past conferences. If your business would like to donate to CCSC 2018 and be featured in our conference program and website, please email us at <b>cssa.berkeley@gmail.com</b></p>
</div>
<div class="col-md-2" style="margin-top: 30px">
<!-- <img src="images/conference/ccsc14-7.jpg" style="height:100%; width:100%"> -->
</div>
<div class = "col-md-4" class="center">
<img src="images/conference/ccsc16/sponsors/citris.png" style="height:80%; width:80%; margin-left:auto; margin-right:auto; display:block">
<br>
<br>
<img src="images/conference/ccsc16/sponsors/psychology.png" style="height:80%; width:80%; margin-left:auto; margin-right:auto; display:block">
<br>
<br>
<img src="images/conference/ccsc16/sponsors/pacific_cookie.png" class="center" style="height:50%; width:50%; margin-left:auto; margin-right:auto; display:block">
<br>
<br>
<img src="images/conference/ccsc18/sponsors/fertilegrounds.jpg" class="center" style="height:50%; width:50%; margin-left:auto; margin-right:auto; display:block">
</div>
<div class = "col-md-4" class="center">
<img src="images/conference/ccsc16/sponsors/helen_wills.png" style="height:90%; width:90%; margin-left:auto; margin-right:auto; display:block">
<br>
<br>
<h3 class="center"> University of California Berkeley Social Sciences Division </h3>
<br>
<br>
<img src="images/conference/ccsc16/sponsors/icbs.png" style="height:80%; width:80%; margin-left:auto; margin-right:auto; display:block">
<br>
<br>
<img src="images/conference/ccsc16/sponsors/cheeseboard.png" style="height:80%; width:80%; margin-left:auto; margin-right:auto; display:block">
</div>
<div class = "col-md-4" class="center">
<img src="images/conference/ccsc16/sponsors/cogsci.png" style="height:80%; width:80%; margin-left:auto; margin-right:auto; display:block">
<br>
<br>
<br>
<img src="images/conference/ccsc16/sponsors/bear_basics.png" style="height:80%; width:80%; margin-left:auto; margin-right:auto; display:block">
<br>
<br>
<img src="images/conference/ccsc16/sponsors/berkeley_bowl.png" style="height:50%; width:50%; margin-left:auto; margin-right:auto; display:block">
</div>
</div>
</section>
<div id="buffer"></div>
<div id=footer-placeholder></div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>