-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam14-152.html
More file actions
284 lines (237 loc) · 21.4 KB
/
team14-152.html
File metadata and controls
284 lines (237 loc) · 21.4 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
<!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-58935361-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<header id="header" class="navbar navbar-inverse navbar-fixed-top" role="banner">
<!-- <div class="row" id="banner">
<img src="images/banners_logos/home_banner.jpg" style="height: 100%; width: 100%">
</div> -->
<div class="row" id="banner">
<a href="index.html"> <img src="images/banners_logos/websitehome_banner-2-shifted.jpg" style="height: 100%; width: 100%"></a>
</div>
<div style="width:100%; text-align: center">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse" style="margin:auto">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<li class="pink-hover"><a href="index.html">Home</a></li>
<li class="red-hover"><a href="about.html">About</a></li>
<li class="active"><a href="team15-16.html">People</a></li>
<li class="orange-hover"><a href="events.html">Events</a></li>
<li class="yellow-hover"><a href="ccsc17.html">Conference</a></li>
<li class="yellow-green-hover"><a href="community.html">Community</a></li>
<li class="light-green-hover"><a href="academics.html">Academics</a></li>
<li class="dark-green-hover"><a href="research.html">Research</a></li>
<li class="blue-hover"><a href="alumni.html">Alumni</a></li>
<li class="purple-hover"><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<section style="margin-bottom: 20px">
<div class="col-sm-3 col-md-3 col-lg-2">
<h3> Select a Year: </h3>
</div>
<div class="col-sm-9 col-md-9 col-lg-10">
<ul class="nav nav-tabs" role="tablist" style="margin-top: 10px">
<li class="col-ss-6 center"><a href="team13-14.html">2013 - 2014</a></li>
<li class="active col-ss-6 center"><a href="team14-15.html">2014 - 2015</a></li>
<li class="col-ss-6 center"><a href="team15-16.html">2015 - 2016</a></li>
<li class="col-ss-6 center"><a href="team16-17.html">2016 - 2017</a></li>
</ul>
</div>
</section>
<section id="about">
<h1 class="center">2014 - 2015 Officer Team</h1>
<div id="gap"></div>
<div class="row">
<div class="person">
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/bridget.jpg" alt="" style="height:275px; width: 275px">
</div>
<div class="col-md-8 col-sm-7">
<h2>Bridget MacDonald -- President</h2>
<p>Hi all, I’m Bridget! I'm very excited to be serving as the CSSA president for this school year. Cog sci has exposed me to a variety of amazing teachers and classes here at Berkeley, and joining CSSA has been a great way to meet fellow students with many talents and interests, brain related and beyond. In addition to creating a fun place for any and all with an interest in cognitive science, I hope that CSSA can provide a venue to explore the many related fields of cognitive science science and build a strong community of interdisciplinary scholars and brain enthusiasts. Outside of school, I work in cognitive development research and every other weekend, drive back to Davis to help with the UCD Surgical Internship. I love animals, music, taking & editing photos, and riding my bike in the early evening. Feel free to shoot me an email (bvmacdonald@berkeley.edu) or talk to me at our next meeting – look forward to meeting you!</p>
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-8 col-sm-7">
<h2> Sohee Kim -- External Vice President </h2>
<p>Hi everyone, my name is Sohee and I'm a senior majoring in Cognitive Science and Molecular & Cell Biology. I've been a part of CSSA since my freshmen year and have enjoyed every moment. I'll be working as your external Vice President this year. We got a great team all ready to work and I cannot be more excited. CSSA in general is a very chill student organization, eating and chatting, but we are all passionate about what we do. I'm interested in perception, neurodegenerative diseases and consciousness. I'm currently working at the Whitney Lab, doing some fMRI data processing for vision studies. Outside of CSSA, I sleep, draw, travel and do some intense karaoke. Don't hesitate to contact me about cognitive science, pre-med, MCB, and about life in general! I look forward to another great year!!</p>
</div>
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/sohee.jpg" alt="" style="height:275px; width: 275px">
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/matt.jpg" alt="" style="height:275px; width: 275px" >
</div>
<div class="col-md-8 col-sm-7">
<h2> Matthew Boggess -- Internal Vice President </h2>
<p>Hello everyone! I'm Matt and I'm the internal vice president for CSSA this year. I'm a 4th year pursuing a cognitive science and computer science double major. I'm more interested in the computational modeling and neuroscience side of cog sci and specifically in modeling learning systems, although I get pretty excited over most anything cog sci related. I am a research assistant in Professor Ivry's Cognition and Action lab where I work on computational models of motor learning systems in the brain. Outside of school, I enjoy playing soccer, running, hiking, and working in the UC Botanical garden. I'll be around at most every CSSA gathering so feel free to ask me questions about the major or anything else you'd like to chat about.</p>
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-8 col-sm-7">
<h2> Sabrina Erlhoff -- Outreach Coordinator (Fall) </h2>
<p> Hi! I'm Sabrina, a third-year CogSci major and Spanish Language minor. I am beyond excited to take over as Outreach Coordinator this year. My job will be to arrange CSSA's support and participation in local events, and also work with local schools to organize and teach lessons that introduce young students to neuroscience, basic methods used in scientific research, and the amazing powers of higher-level education. Last summer I worked in Dr. Bob Clark's lab at UCSD, researching the processes of memory in the mammalian brain, and next spring I will be traveling to Barcelona for six months to study psychology (in Spanish!) at the University of Barcelona. I love to go hiking, bake cookies, and sing in the shower. If you ever need help around campus or just an ice cream buddy, I’m your girl!</p>
</div>
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/sabrina.jpg" alt="" style="height:275px; width: 275px">
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/jessica.jpg" alt="" style="height:275px; width: 275px">
</div>
<div class="col-md-8 col-sm-7">
<h2> Jessica Bermudez -- Outreach Coordinator (Spring) </h2>
<p> Greetings! I'm Jessica, a second year pre-med CogSci major and German minor. I will be taking over for Sabrina as Outreach Coordinator while she is livin la vida loca in Barcelona. My favorite part of Outreach is going to schools to teach fifth graders about neuroscience. Seeing their reactions, curiosity, and *sometimes* disgust as they feel dead brains is entertainment in itself. I would definitely recommend getting involved! I'm also an RA at the Berkeley Early Learning Lab, where I study cognitive development. I enjoy coffee, exploring, and artsy things. Feel free to email email me at jessramber@berkeley.edu ! </p>
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-8 col-sm-7">
<h2> Matthew Shonman -- Treasurer </h2>
<p> Hi! My name is Matthew Shonman and I’m a senior majoring in cognitive science. I’m excited to take on the role of CSSA treasurer this year. I spend summers conducting research at a Navy sleep lab and work with Professor Michael Ranney here at Berkeley to develop and spread clear explanations of the science behind climate change. I plan to get a master’s or Ph.D. in psychology/cog sci. When not focused on classes (ask me about my 1700-page textbook), I play jazz trombone, find absurd news stories to pin on my Wall of Shame, and co-facilitate the Berkeley Review Of CogSci Articles (BROCA) DeCal. I’m looking forward to meeting you all and sharing my love of this fascinating field. </p>
</div>
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/matthew.jpg" alt="" style="height:275px; width: 275px">
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/aria.jpg" alt="" style="height:275px; width: 275px">
</div>
<div class="col-md-8 col-sm-7">
<h2> Aria Wang -- Technological Virtuoso </h2>
<p> Hello! My name is Aria! I am a third-year cognitive science major with emphasis on cognitive neuroscience and neural computation. It’s my honor to be the technological virtuoso for CSSA this year. I am curious about anything related to perception and consciousness and particularly topics like sensory processing and encoding. I am currently a research assistant in Feldman Lab where I study how tactile information is extracted and processed and encoded in sensory cortex. And I also work in Levi Lab at optometry department where I run psychophysics experiment to study binocular mechanisms. For something that is not science related, I enjoy painting, traveling and any outdoor activities on mountains or water. I am looking forward to meeting all of you who share the same passion with me and the CSSA. :) </p>
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-8 col-sm-7">
<h2> Timothy Guan -- Secretary </h2>
<p> Hi there! Name’s Tim. I’m a second year Cognitive Science and MCB double major who is fascinated by all aspects of the brain and mind from biochemistry to behavior. I joined CSSA in my first semester at Cal and have never looked back. You can look forward to a fantastic year with awesome people in this club. I know I am. When I’m not in class or lab (C. Chang Lab in the College of Chemistry, studying the role of copper binding in metabolic pathways), I’m usually watching Netflix, cooking, jamming to obscure music, or eating/drinking my way through San Francisco. Feel free to shoot me an email if you have any questions about life, the universe, or anything (hint: the answer is 42.) </p>
</div>
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/tim.jpg" alt="" style="height:275px; width: 275px">
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/sofia.jpg" alt="" style="height:275px; width: 275px">
</div>
<div class="col-md-8 col-sm-7">
<h2> Sofia Dhanani -- Historian </h2>
<p>Hi there! My name is Sofia and I’m your historian this year! (Yes, I will chase you around with a camera, and yes you will smile.) I’m a second year Cognitive Science major with an emphasis is Cognitive Neuroscience. I’m pre-med, hoping to pursue a career in clinical neurology after Cal. I’ve always been fascinated by the mind and I loved the way CogSci allows us to take such a diverse and thorough approach to uncovering the mystery that is the human mind. Outside of CSSA, I am a research assistant at the D’Esposito Lab where I use fMRI and TMS to study memory and metacognition in the prefrontal cortex, and am professional chair of PhiDE. When I’m not studying or playing with brains, I can be found at concerts, shooting and editing photographs, cooking, or going on foodie adventures. I’m looking forward to a great year with you all and feel free to chat with me about anything CogSci/pre-med/life in general related! </p>
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-8 col-sm-7">
<h2> Satya Vedula -- Alumni Coordinator </h2>
<p>Hello, all! My name is Satya, and I’m a second-year intended Cognitive Science major here at Cal. I am also on the pre-med track, with the aim of (hopefully) entering the field of neurology or psychiatry. I’m particularly interested in the processes of problem solving and the development of language. Outside of academics, I enjoy reading, cooking, playing racquetball, and cheering on my Seattle Seahawks. If you’ve got any questions about cognitive science, pre-med, racquetball, how to make toast, or anything else, feel free to ask!</p>
</div>
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/satya.png" alt="" style="height:275px; width: 275px">
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/ben.jpg" alt="" style="height:275px; width: 275px">
</div>
<div class="col-md-8 col-sm-7">
<h2> Ben Carvalho -- Internal Member </h2>
<p>Hi, I’m Ben! I’m a senior cognitive science major, with concentrations in cognitive neuroscience and computational modeling. Clearly, I think our major is fascinating and reaches so many interesting disciplines. Some of my favorite classes I’ve taken at Cal have been MCB 61 (w/ Presti) and CS 61B (w/ Shewchuk). This past summer, I worked as a research assistant in the Knight Cognitive Neuroscience lab and a TA for CS 10. I developed and teach a DeCal all about professional wrestling – 3 semesters strong, which I really enjoy. I’ve also worked at Sandia National Laboratories for several years as a biology research intern. Feel free to talk with me about research, cog sci, or anything related – which is practically anything. </p>
</div>
</div>
<div id="gap"></div>
<div class="person">
<div class="col-md-8 col-sm-7">
<h2> Rachel Wolfsohn -- Internal Member </h2>
<p>Rachel is an undergraduate studying cognitive science and computer science. She has taught and tutored computer science and mathematics. Her interests lie with the most nebulous concepts in Cog Sci- Schizophrenia, self-awareness, will and consciousness. She is currently prototyping her own innovation- a wearable for biometric monitoring.</p>
</div>
<div class="col-md-4 col-sm-5 center">
<img class="img-responsive img-thumbnail img-circle" src="images/officers/team14-15/rachel.jpg" alt="" style="height:275px; width: 275px" >
</div>
</div>
</div>
</section>
<div id="buffer"></div>
<footer id="footer">
<div class="row">
<div class="col-sm-5 center" id="copyright">
<!-- © 2013 <a target="_blank" href="http://shapebootstrap.net/" title="Free Twitter Bootstrap WordPress Themes and HTML templates">ShapeBootstrap</a>. All Rights Reserved. -->
© 2014 Cognitive Science Student Association.
</div>
<div class="col-sm-3 center">
<a href="https://www.facebook.com/groups/Cal.CSSA/"><i class="icon-md icon-facebook"></i></a>
<a href="https://www.linkedin.com/groups/Cognitive-Science-Student-Association-4294489?trk=groups_item_list_abbreviated-h-dsc&goback=%2Egpa_4294489_1_*2_*2_*2_true_cad%2Egna_4294489"><i class="icon-md btn-linkedin">in</i></a>
<a href="https://www.youtube.com/user/CalCogSci"><i class="icon-md icon-youtube"></i></a>
</div>
<div class="col-sm-2 footer center">
<a href="http://cogsci.berkeley.edu/"> cogsci.berkeley.edu </a>
</div>
<div class="col-sm-2 center footer">
<ul>
<li><a href="index.html">Home</a></li>
<li><a id="gototop" class="gototop" href="#"><i class="icon-chevron-up"></i></a></li><!--#gototop-->
</ul>
</div>
</div>
<div class="center">
<p> We are a student group acting independently of the University of California. We take full responsibility for our organization and this web site.
</p>
</div>
</footer>
</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>