-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathccsc19.html
More file actions
474 lines (415 loc) · 31.5 KB
/
ccsc19.html
File metadata and controls
474 lines (415 loc) · 31.5 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
<!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/ccsc19/ccsc19-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 Eleventh Annual Conference </h1>
<a href="https://www.eventbrite.com/e/california-cognitive-science-conference-2019-constructing-happiness-tickets-54277285823"><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 eleventh annual California Cognitive Science Conference (CCSC) held in April at UC Berkeley. The theme for CCSC 2019 is <i>Constructing Happiness</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>
<div class="center" style="margin-top: 40px">
<img src="./images/conference/ccsc19/schedule19.png" style="width:70%; border: 1px 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/brain_logo.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"> Speakers updated weekly! </h1>
</div>
</div>
-->
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc19/keltner.jpg" 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"> Dacher Keltner </h1>
<p style="margin-top:0"> Dacher Keltner is a professor of Psychology at UC Berkeley and faculty director of the Greater Good Science Center. Dacher’s research focuses the biological and evolutionary origins of emotion, in particular prosocial states such as compassion, awe, love, and beauty, and power, social class, and inequality. He is the co-author of two textbooks, Born to Be Good: The Science of a Meaningful Life, The Compassionate Instinct, and The Power Paradox: How We Gain and Lose Influence. Dacher has published over 200 scientific articles, written for many media outlets, and consulted for the Center for Constitutional Rights (to help end solitary confinement), Google, Facebook, the Sierra Club, and for Pixar’s Inside Out. </p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc19/gruber.jpg" 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"> June Gruber </h1>
<p style="margin-top:0"> Dr. June Gruber is an Assistant Professor of Psychology and Neuroscience, and recent ICS Faculty Fellow, at the University of Colorado Boulder where she directs the Positive Emotion and Psychopathology Laboratory. June received her Ph.D. in Clinical Psychology and B.A. in Psychology from UC Berkeley, where she was an NIMH Predoctoral Fellow in Affective Science. After completing her Ph.D. in 2009, she was an Assistant Professor of Psychology at Yale University, and in 2014 relocated to the University of Colorado Boulder. She has authored nearly 100 articles and chapters that focus on emotion, happiness, and psychological-health in young and middle-aged adults with and without a history of mood difficulties and co-edited <a href="http://www.amazon.com/Positive-Emotion-Integrating-Light-Sides/dp/0199926727/ref=sr_1_1?ie=UTF8&qid=1395624520&sr=8-1&keywords=light+and+dark+sides+gruber">Positive Emotion: Integrating the Light Sides and Dark Sides</a> and the forthcoming Oxford Handbook of Positive Emotion and Psychopathology. Her work has been recognized by a Rising Star Award from the Association for Psychological Science (APS), Janet Taylor Spence Award for Transformative Early Career Contributions from APS, NARSAD Young Investigator Award, and the Arthur Greer Memorial Prize for Outstanding Junior Faculty at Yale University. Dr. Gruber is the Interim Editor-in-Chief for Perspectives on Psychological Science. Her most recent passion is focused on ways to integrate science with teaching, including participating regularly in FTEP workshops on campus, co-writing a new mentoring column "Letters to Young Scientists" for Science Careers, publishing a recent correspondence in Nature on why written lab agreements are important in scientific mentoring, and received an IMPART award to run a workshop on campus next semester focused on providing research mentoring opportunities for underrepresented women students in affective science. </p>
</div>
</div>
<div class="row center" style="margin-bottom: 30px;">
<h1 style="font-size: 40px"> Focus Talk Speakers </h1>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc19/haybron.jpg" 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"> Dan Haybron </h1>
<p style="margin-top:0"> Dan Haybron is the Theodore R. Vitali C.P. Professor of Philosophy at Saint Louis University. He received his PhD in philosophy at Rutgers University. His research focuses on ethics and the philosophy of psychology, with an emphasis on well-being, as well as related issues in political philosophy. He has published numerous articles in these areas. In 2015 he was awarded a $5.1 million grant for a three-year project, Happiness and Well-Being: Integrating Research Across the Disciplines, funded by the John Templeton Foundation and Saint Louis University. He is the author of The Pursuit of Unhappiness: The Elusive Psychology of Well-Being (Oxford University Press, 2008), and Happiness: A Very Short Introduction (Oxford University Press, 2013). </p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc19/zhou.jpg" 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"> Qing Zhou </h1>
<p style="margin-top:0"> Dr. Zhou is an Associate Professor of Psychology and a core faculty in the Clinical Science Program at UC-Berkeley. Her research focuses on cultural, family, and temperament influences on children's executive function, socio-emotional, and academic development from preschool age to adolescence. She and her collaborators have conducted longitudinal studies of Chinese children in Asia, and Chinese American and Mexican American children in the U.S. She is a recipient of the Foundation for Child Development Young Scholars Award, and her work has been published in top journals in developmental, cultural, clinical, and educational psychology. Dr. Zhou directs the Culture and Family Study Lab at UC-Berkeley (https://zhoulab.berkeley.edu/). Her team is conducting a NIH-funded longitudinal study on bilingual, executive function, and socioemotional development of preschool-age dual language learners from low-income Mexican American and Chinese American families. </p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc19/whittaker2.JPG" 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"> Steve Whittaker </h1>
<p style="margin-top:0"> Steve Whittaker is Professor of Human Computer Interaction at University of California at Santa Cruz. Probably best known for his work on computer mediated communication, he uses approaches that are motivated by the social sciences to design novel interactive systems that address important human problems. He is a member of the CHI Academy, and Editor of the journal Human Computer Interaction. He received a Lifetime Research Achievement Award from SIGCHI (Special interest group on Computer Human Interaction). He is also a Fellow of the Association for Computational Machinery. He has worked both in industry and academia, at IBM Labs, AT&T Bell Labs, and University of Sheffield, UK. His current interests are in personal informatics and computational well-being. His most recent book with Ofer Bergman is The Science of Managing Our Digital Stuff, from MIT Press. </p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 center" >
<img src="./images/conference/ccsc19/presti.jpg" 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"> David Presti </h1>
<p style="margin-top:0"> David Presti is a teaching professor of neurobiology, psychology, and cognitive science at the University of California, Berkeley, where he has been on the faculty in molecular and cell biology for nearly 30 years. For more than a decade he worked in the clinical treatment of addiction and of post-traumatic-stress disorder at the Department of Veterans Affairs Medical Center in San Francisco. And for the past 15 years, he has been teaching neuroscience and conversing about science with Tibetan Buddhist monastics in India, Bhutan, and Nepal. He has doctorates in molecular biology and biophysics from Caltech, and in clinical psychology from the University of Oregon, and is author of Foundational Concepts in Neuroscience: A Brain-Mind Odyssey (Norton, 2016) and of Mind Beyond Brain: Buddhism, Science, and the Paranormal (Columbia, 2018). </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>Submissions have closed, come support your fellow undergraduate researchers by viewing their posters at conference!</p>
<!-- <p><b>Submit an abstract of 300 words or less by the submission deadline (April 10th, 2019) to be considered.</b></p>-->
<!-- <p>If your submission is accepted, you will be able to purchase a discounted poster presenter ticket ($17), which will be available after the selection deadline. </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://goo.gl/forms/7mHD7jk4fRl0q8rR2", target="_blank">
<h2 class="center" > <b>Submission Deadline Extended until Wednesday April 10th, Apply Here</b> </h2></a>
-->
</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, tentatively, 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 the submission deadline. </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>