-
Notifications
You must be signed in to change notification settings - Fork 2
/
what.html
255 lines (188 loc) · 11 KB
/
what.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
<!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="">
<link rel='icon' href='favicon.ico' type='image/x-icon' />
<title>BIⱯS</title>
<link rel="stylesheet" href="css/officer_carousel.css">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Squad theme CSS -->
<link href="css/style.css" type="text/css" rel="stylesheet">
<link href="color/default.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://momentjs.com/downloads/moment.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.js'></script>
<link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.min.css" />
<script src='https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/gcal.js'></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<div id="preloader">
<div id="load"></div>
</div>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<h1><img src = "img/bu2.png" width=36 /> BIⱯS</h1>
</a>
</div>
<nav id="navbar" class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="dropdown ">
<a href="about.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="what.html">What is BIⱯS?</a>
</li>
<li>
<a href="officers.html">Team</a>
</li>
<li>
<a href="bylaws.html">ByLaws</a>
</li>
</ul>
</li>
<li class="dropdown ">
<a href="calendar.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Events <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="calendar.html">Calendar</a>
</li>
<!-- <li>
<a href="gbody.html">G-Body</a>
</li> -->
</ul>
</li>
<li class="dropdown ">
<a href="resources.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="readme.html">Courses</a>
</li>
<li>
<a href="academic_guide.html">Academic Guide</a>
</li>
<li>
<a href="paper.html">Read paper (how)</a>
</li>
</ul>
</li>
<li class="">
<a href="projects.html">Projects</a>
</li>
<li class="">
<a href="reading.html">Reading Group</a>
</li>
<li class="">
<a href="workshops.html">Workshops</a>
</li>
<li class="">
<a href="join.html">Join</a>
</li>
<li>
<a href="https://www.linkedin.com/company/bennett-artificial-intelligence-society" target="_blank"><img src="img/icons/linkedin-icon2.png" width=20></a>
</li>
<li>
<a href="https://www.instagram.com/bias.bennett/" target="_blank"><img src="img/icons/insta-icon.png" width=20></a>
</li>
</ul>
</nav>
<!-- /.nav -->
</div>
<!-- /.container -->
</nav>
<script>
$(".navbar-custom").css('background-color', '#272940');
</script>
<!-- Section: about -->
<section id="about" class="home-section text-center">
<div class="heading">
<div class="heading-about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="wow bounceInDown" data-wow-delay="0.4s">
<div class="section-heading">
<h2>About Us</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-5">
<hr class="marginbot-50">
</div>
</div>
<div class="row">
<h4>Our Purpose</h4>
<p style="margin-left:3em; margin-right:3em">The Bennett Artificial Intelligence Society (BI∀S) promotes educational, professional, and social interaction among every undergraduate student interested in machine learning. We hold weekly discussions on the latest papers in the field, organize workshops, host speakers, and work on projects around machine intelligence at Bennett.</p>
<p>We receive support from the Department of Computer Science Engineering.</p>
</div>
<div class="row">
<div class="col-lg-2 col-lg-offset-5">
<hr class="marginbot-50">
</div>
</div>
<div class="row">
<h4>What We Do</h4>
<br>
<div class="col-md-6">
<div class="service-icon">
<img src="img/icons/social.png" height=35 alt="" />
</div>
<h5>Reading Group</h5>
<p>Our weekly discussions on recent machine learning papers, or “reading groups”, are at the core of our community. We strongly believe that undergraduates have the potential to do meaningful contributions in the field of ML and because of that, we organize these reading groups for undergraduates, presented by undergraduates. We are confident that this is one of the best ways for undergrads to have a taste of the current literature, all the while becoming a part of a vibrant community along the way.</p>
</div>
<div class="col-md-6">
<div class="service-icon">
<img src="img/icons/book.png" height=35 alt="" />
</div>
<h5>Workshops</h5>
<p>We host workshops, covering various topics in Machine Learning. Don’t worry if you haven’t had any exposure to Machine Learning before.<br>
Lectures -- Get a high-level understanding of the math behind neural networks, how to train a language model, and more!<br>
Labs -- Each lecture will have an associated lab component, where you can apply what you’ve learned. Meet and work with some of your fellow students.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<div class="service-icon">
<img src="img/icons/faculty.png" height=35 alt="" />
</div>
<h5>Labs</h5>
<p>We work closely with mentors on both research-based and applied machine learning projects. We aim for a publication at ML conferences. Every semester, we host a demo day and invite the community to see what we’ve been building!</p>
</div>
<div class="col-md-6">
<div class="service-icon">
<img src="img/icons/mentorship.png" height=35 alt="" />
</div>
<h5>Faculty events</h5>
<p>We hold several events to improve student-faculty relations, including student-faculty luncheons, mentorship program, presentations by faculty on their research, and information sessions on graduate programs.</p>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: about -->
<!-- Core JavaScript Files -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/custom.js"></script>
</body>
</html>