-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
595 lines (541 loc) · 27.2 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<!-- <title>Neurotech@Berkeley</title> -->
<title>Neurotech@Berkeley</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="images/GradientLogo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<style>
@media (max-width: 768px) {
#logoText {
color: white !important;
}
}
@font-face {
font-family: 'Righteous';
src: url('fonts/righteous.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
#logoText,
.navbar-brand,
.nav-link,
.nav-btn-highlight,
.dropdown-toggle,
.dropdown-item,
h1 {
font-family: 'Righteous', sans-serif;
}
.nav-item .dropdown-menu .dropdown-item:hover {
background-color: #3B9C9C !important;
}
.rounded-box h1, .rounded-box p {
text-align: center;
}
.rounded-box {
background-color: rgba(0, 0, 0, 0.6);
padding: 50px 50px;
border-radius: 15px;
display: inline-block;
max-width: 70%;
}
.custom-longer-image {
height: 350px;
width: auto;
}
.reduced-break br {
line-height: 80%;
display: block;
content: "";
margin-top: 0.55em;
}
.bold-heading {
font-weight: 700;
}
.division-logo {
max-width: 50%;
height: auto;
display: block;
margin: 0 auto 10px;
}
.division-logo-container {
background-image: url('images/consulting.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 60px;
height: 60px;
display: block;
margin: 0 auto 10px;
}
.dropdown-menu {
background-color: white !important;
}
.dropdown-item:hover {
background-color: teal !important;
}
/* .navbar-brand #logoText {
color: black !important;
} */
#logoText {
color: black;
}
.navbar-nav .nav-link {
color: black !important;
}
/* Center-align the title and subtitle text */
.ftco-animate.mb-4.text-center.fadeInUp.ftco-animated h1,
.ftco-animate.mb-4.text-center.fadeInUp.ftco-animated p {
text-align: center;
}
/* Center the container div */
.row.slider-text.justify-content-center.align-items-center {
display: flex;
justify-content: center;
align-items: center;
}
/* Center-align the text within the container */
.inner-page .col-md-10 {
text-align: center;
}
/* Additional adjustments for the title and subtitle for specific screens */
@media (min-width: 768px) {
.inner-page .col-md-10 {
max-width: 100%;
flex: 0 0 100%;
}
}
/* Ensure the bread class (title) is centered */
.bread {
margin: 0 auto;
display: block;
}
/* Adjust the container div for large screens */
@media (min-width: 768px) {
.col-md-10.col-sm-12.ftco-animate.mb-4.text-center.fadeInUp.ftco-animated {
width: 100%;
max-width: none;
}
}
/* media format responsive: */
@media (max-width: 768px) {
.custom-longer-image {
width: 100%; /* Make the image take full width of the container */
height: auto; /* Maintain aspect ratio */
object-fit: cover; /* This will cover the area without stretching the image */
}
}
@media (max-width: 768px) {
.transparent-box {
max-width: 90%;
margin: 20px 5%;
}
}
@media (max-width: 768px) {
.footer-link {
text-align: center;
}
}
@media (max-width: 768px) {
.navbar-brand #logoText {
font-size: 15px !important;
}
}
@media (max-width: 768px) {
.navbar.navbar-expand-lg.bg-dark.custom-header {
background-color: rgba(0, 0, 0, 0.8) !important;
}
}
/* moblie version for navigation: */
.navbar-toggler-icon {
display: inline-block;
width: 22px;
height: 2px;
background-color: white;
position: relative;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
content: "";
background-color: white;
display: block;
width: 100%;
height: 2px;
position: absolute;
left: 0;
transition: all 0.3s;
}
.navbar-toggler-icon::before {
top: -7px;
}
.navbar-toggler-icon::after {
bottom: -7px;
}
</style>
</head>
<body>
<header role="banner" class="fixed-header">
<div class="header-blur">
<nav class="navbar navbar-expand-lg bg-dark custom-header">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/GradientLogo.png" alt="Logo" style="height: 30px; margin-right: 5px;">
<span id="logoText" style="color: black;">Neurotech@Berkeley</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample05"
aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav pl-md-5 ml-auto">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="projectsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Projects
</a>
<div class="dropdown-menu" aria-labelledby="projectsDropdown">
<a class="dropdown-item" href="divisions_devices.html">Software & Devices</a>
<a class="dropdown-item" href="divisions_consulting.html">Industry</a>
<a class="dropdown-item" href="divisions_education.html">Education</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="publicationsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Publications
</a>
<div class="dropdown-menu" aria-labelledby="publicationsDropdown">
<a class="dropdown-item" href="https://ucbneurotech.medium.com/" target="_blank">Blog</a>
<a class="dropdown-item" href="divisions_publications.html">MIND</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="conference.html">Conference</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<!-- <a class="btn nav-btn-highlight app-btn-bg" href="join.html" style="color: rgb(255, 255, 255); font-weight: 900; text-transform: none; margin-top: 24px; vertical-align: middle;">Apply</a> -->
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- END header -->
<!-- id="imageSection" -->
<div class="inner-page" id="imageSection">
<div class="slider-item overlay darken" style="background-image: url('images/SP24_grouppic_funny_landscape.jpg'); background-color: #0B2041; height: 104vh; background-position: center center;" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row slider-text justify-content-center align-items-center">
<div class="col-md-10 col-sm-12 ftco-animate mb-4 text-center fadeInUp ftco-animated">
<div class="rounded-box">
<h1 class="mb-3 bread" style="color: #ffffff;">About</h1>
<p>The brains behind Neurotech@Berkeley!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="mr-auto mb-5">
<span class="d-block text-uppercase text-secondary"></span>
</div>
<!-- <div class="col-lg-6">
<figure class="img-dotted-bg">
<img src="images/old_logo.png" alt="Image" class="img-fluid">
</figure>
</div> -->
</div>
</div>
</div>
<section class="ftco-section">
<div class="container">
<div id="project-mission">
<div class="row ftco-animate justify-content-center mb-4 pb-4 fadeInUp ftco-animated">
<div class="col-md-6 my-auto ftco-animate mb-2 pb-2 fadeInUp ftco-animated">
<h3 style="text-align: center; font-weight: bolder">Who we are</h3>
<br>
<p style="text-align: left; overflow-wrap: break-word; line-height: 1.5;">
We are an established student organization at Cal with a mission of fostering a vibrant community on
campus for students interested in the intersection of neuroscience and technology. We contribute to the
greater neurotechnology community by working on consulting projects, furthering neurotechnology research
in academia, reporting on recent neurotechnology field developments, and teaching neurotechnology fundamentals,
all while making friendships that last forever!
</p>
</div>
<div class="col-md-6 order-first order-md-last ftco-animate mb-2 pb-2 fadeInUp ftco-animated">
<img src="images/GM_amelia_ludo.jpg" class="img-fluid custom-longer-image">
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section gray-background">
<div class="container">
<div class="row justify-content-center mb-4 pb-4">
<div class="col-md-10 text-center heading-section ftco-animate fadeInUp ftco-animated">
<br>
<br>
<h2 style="font-weight: bolder">Mission</h2>
<p>As a community, our goal is to increase accessibility to neurotechnology through our 6 dedicated divisions, as well as through extensive external events.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate fadeInUp ftco-animated">
<div class="media block-6 services d-block">
<div class="d-flex justify-content-left">
<img src="images/computer.png" alt="Consulting Logo" class="division-logo" style="opacity: 0.3;">
<div class="icon color-2 d-flex justify-content-center mb-3"><span class="align-self-center icon-users"></span></div>
</div>
<div class="media-body p-2">
<h4 class="heading text-center bold-heading">Software</h4>
<!-- <p>
Neurotechnology's potential to improve lives is unmatched. Neurotech@Berkeley's software division is committed to building innovative, impactful software solutions to big problems.
</p> -->
<p>
We use different forms of neural data, such as those from EEG, MRI, and fNIRS, to build software-based solutions to a neuroscience problems. We currently have wide variety of projects, ranging from eye-tracking typing methods to brain-state-controlled music selection algorithms.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate fadeInUp ftco-animated">
<div class="media block-6 services d-block">
<div class="d-flex justify-content-left">
<img src="images/wires.png" alt="Consulting Logo" class="division-logo" style="opacity: 0.3;">
<div class="icon color-2 d-flex justify-content-center mb-3"><span class="align-self-center icon-users"></span></div>
</div>
<div class="media-body p-2">
<h4 class="heading text-center bold-heading">Devices</h4>
<!-- <p>
Products for the mind, by the mind. Our devices division aims to help members develop the skills to design products for the future.
</p> -->
<p>
Hardware for the mind, by the mind. We design and build in-house biosensing and BCI devices to experiment with new ways of interfacing with computers, augment human capabilities, and innovate new forms of prosthetics. Some of our devices are used by the software division
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate fadeInUp ftco-animated">
<div class="media block-6 services d-block">
<div class="d-flex justify-content-left">
<!-- <div class="division-logo-container"></div> -->
<img src="images/graphs.png" alt="Consulting Logo" class="division-logo" style="opacity: 0.3;">
<div class="icon color-2 d-flex justify-content-center mb-3">
<span class="align-self-center icon-users"></span>
</div>
</div>
<div class="media-body p-2">
<h4 class="heading text-center" style="font-weight: bolder;">Consulting</h4>
<p>
Our consulting division delivers neurotech-reliant solutions to industry partners.
</p>
<p>
Technical Project Managers are hand-picked to empower teams of five to six consultants of NT@B’s best developers, designers, and leaders. If you are interested in working with us, please contact us <a href="contact.html">here</a>.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate fadeInUp ftco-animated">
<div class="media block-6 services d-block">
<div class="d-flex justify-content-left">
<img src="images/plan.png" alt="Consulting Logo" class="division-logo" style="opacity: 0.3;">
<div class="icon color-2 d-flex justify-content-center mb-3"><span class="align-self-center icon-users"></span></div>
</div>
<div class="media-body p-2">
<h4 class="heading text-center" style="font-weight: bolder;">Operations</h4>
<p>
Our division connects our budding talent with neurotechnology's greatest minds in academia and industry. We build the pathway for ideas, software, and hardware to flow between us and the outside world by organizing networking events, academia/research panels, and our own hackathon! We also co-host the largest student-led neurotech conference in the nation (check it out by clicking "Conference" above!).
</p>
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate fadeInUp ftco-animated">
<div class="media block-6 services d-block">
<div class="d-flex justify-content-left">
<img src="images/pen.png" alt="Consulting Logo" class="division-logo" style="opacity: 0.3;">
<div class="icon color-2 d-flex justify-content-center mb-3"><span class="align-self-center icon-users"></span></div>
</div>
<div class="media-body p-2">
<h4 class="heading text-center" style="font-weight: bolder;">Publications</h4>
<p class="reduced-break">
<!-- <br> -->
<!-- The world of neurotechnology changes as fast as thought. Our publications division covers the latest in the industry on bioethics, data privacy, and technical innovations. -->
<p>
Our publications division has been recognized as a Medium's Top Writer in Innovation with 20,000+ followers. Our semesterly open-source publication, MIND, is a unique creative forum where dedicated writers dive deep into topics ranging from the neuroscience of death to the uses and consequences of brain implants -- give them a read by clicking "Publications" above! We also run a podcast, in which we have in-depth conversations with academia and industry experts in Neurotechnology.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-self-stretch ftco-animate fadeInUp ftco-animated">
<div class="media block-6 services d-block">
<div class="d-flex justify-content-left">
<img src="images/book.png" alt="Consulting Logo" class="division-logo" style="opacity: 0.3;">
<div class="icon color-2 d-flex justify-content-center mb-3"><span class="align-self-center icon-users"></span></div>
</div>
<div class="media-body p-2">
<h4 class="heading text-center" style="font-weight: bolder;">Education</h4>
<!-- <p>
As the field of neurotechnology grows, student interest and learning opportunities increase.
</p> -->
<p>
Neurotech@Berkeley’s education division seeks to spread knowledge and passion for neurotech through a student-led DeCal, Intro to Neurotechnology. Our course covers comprehensive background knowledge to get into the neurotech field--from demystifying foundational neurobiology to the cutting edge technologies involved in innovating in the field (click "Education" above to learn more!). In addition to the DeCal, our division also runs our New Member Education Program and provides opportunities to do independent academic research!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="row justify-content-center mb-4 pb-4">
<div class="col-md-7 text-center heading-section ftco-animate fadeInUp ftco-animated">
<br>
<br>
<br>
<h2>Meet our <span style="font-weight: 800;">team</span></h2>
</div>
</div>
<!-- Begin Airtable Embed -->
<div class="section">
<div class="container">
<div class="row">
<div class="col-12">
<iframe class="airtable-embed" src="https://airtable.com/embed/appQuLaPLp019z1pR/shrEkw3gQ7tkPTzTY?backgroundColor=blue&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="1000" style="background: transparent; border: 1px solid #ccc;"></iframe>
</div>
</div>
</div>
</div>
<br><br><br>
<footer class="site-footer" role="contentinfo">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 mb-5">
<h3 class="mb-4">Neurotech@Berkeley</h3>
<!-- <p class="mb-5">TBD</p> -->
<p class="mb-5">We are a student group acting independently of the University of California. We take
full responsibility for our organization and this web site.</p>
<a href="https://www.ocf.berkeley.edu">
<img src="https://www.ocf.berkeley.edu/hosting-logos/ocf-hosted-penguin.svg"
alt="Hosted by the OCF" style="border: 0;" />
</a>
</div>
<div class="col-md-5 mb-5 pl-md-5">
<div class="mb-5">
<h3 class="mb-4">Contact Info</h3>
<ul class="list-unstyled footer-link">
<li class="d-block">
<span class="d-block">Social Media</span>
<a href="https://www.facebook.com/neurotechberkeley/">
<img src="images\facebookLogo.png" class="social-logo" />
</a>
<a href="https://twitter.com/calneurotech">
<img src="images\twitterLogo.png" class="social-logo" />
</a>
<a href="https://github.com/neurotech-berkeley">
<img src="images\githubLogo.png" class="social-logo" />
</a>
<a href="https://medium.com/@ucbneurotech">
<img src="images\mediumLogo.png" class="social-logo" />
</a>
<a href="https://www.youtube.com/channel/UC0X69hdu_1U_KBwSxZndswQ/featured">
<img src="images\youtube_logo2.png" class="social-logo" />
</a>
</li>
<li class="d-block">
<span class="d-block">Email</span><span
class="text-white">contact@neurotech.berkeley.edu</span>
</li>
</ul>
</div>
</div>
<div class="col-md-3 mb-5">
<h3 class="mb-4">Links</h3>
<ul class="list-unstyled footer-link">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="about.html">About</a></li>
<!-- <li class="nav-item"><a href="/about.html" class="nav-link">About</a></li> -->
<li><a href="divisions.html">Projects</a></li>
<li><a href="https://medium.com/neurotech-berkeley">Blog</a></li>
<!-- <li><a href="join.html">Apply</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-12 text-md-center text-left">
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All Rights Reserved | This template is made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a>
</p>
</div>
</div>
</div>
</footer>
<!-- END footer -->
<!-- loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#f4b214" />
</svg></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/main.js"></script>
<!-- <script>
document.addEventListener("DOMContentLoaded", function() {
var headerHeight = document.querySelector('#imageSection').offsetHeight;
var logoText = document.getElementById('logoText');
window.addEventListener('scroll', function() {
// Exclude the logic for mobile screens.
if (window.innerWidth > 768) {
if (window.scrollY > headerHeight) {
document.querySelectorAll('.navbar-nav .nav-link').forEach(function(navItem) {
navItem.style.color = 'black';
});
logoText.style.color = 'black';
} else {
document.querySelectorAll('.navbar-nav .nav-link').forEach(function(navItem) {
navItem.style.color = 'white';
});
logoText.style.color = 'white';
}
}
});
});
</script> -->
</body>
</html>