-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroles.html
283 lines (270 loc) · 14.4 KB
/
roles.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
<!DOCTYPE html>
<html class="full" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="AI Club UW Madison" />
<meta name="keywords" content="ai, uw, ai-uw, aiwu, ai@uw, madison, artificialintelligence" />
<meta name="author" content="Luke Houge" />
<link rel="shortcut icon" href="images/logo.png">
<meta property="og:title" content="AI @ UW" />
<meta property="og:image" content="images/logo_full_og.png" />
<title>AI @ UW- Get Involved</title>
<!-- Custom CSS -->
<link href="css/ai-club.css" rel="stylesheet">
<link href="css/leaders.css" rel="stylesheet">
<link href="css/menu.css" rel="stylesheet">
</head>
<!-- dots canvas-->
<canvas class='connecting-dots'>
</canvas>
<body>
<!-- menu banner-->
<header id="head" class="main-header">
<!-- main menu-->
<ul class="menuLarge">
<li class="menu__item"><a href="about.html">About</a></li>
<li class="menu__item"><a href="faq.html">FAQ</a></li>
<li class="menu__item"><a href="leadership.html">Leadership</a></li>
<li class="menu__item"><a href="roles.html">Join AI@UW</a></li>
<li class="menu__item"><a href="seminars.html">Seminars</a></li>
<li class="menu_item" id="menuLogo"><a href="index.html"><img src="images/logo.png" alt="AI@UW Logo"></a>
<p style="display:none">AI@UW Logo</p>
</li>
<li class="menu__item"><a href="studyGroups.html">Study Groups</a></li>
<li class="menu__item" data-sub="projects"><a href="projects.html">Projects</a></li>
<li class="menu__item"><a href="blog.html">Blog</a></li>
<li class="menu__item"><a href="calendar.html">Calendar</a></li>
<li class="menu__item"><a href="contact.html">Contact</a></li>
</ul>
<!-- mobile friendly menu-->
<ul class="menuSmall">
<li class="menu_item" id="menuLogoMobile"><a href="index.html"><img src="images/logo.png"></a></li>
<li class="menu_item" id="openMenu"><span onclick="openNav()">☰</span></li>
</ul>
<!-- menu dropdown-->
<div class="dropdown-holder">
<div class="dropdown__arrow"></div>
<div class="dropdown__bg">
<div class="dropdown__bg-bottom"></div>
</div>
<div class="dropdown__wrap">
<div class="dropdown-menu" id="studyGroups">
<div class="dropdown-menu__content">
<div class="top-section">
<div class="col-2">
<ul>
<h3 class="dropdownTitle">Active Study Groups</h3>
<ul>
<!-- <li><a href="studyGroups.html#niagi">Neuro-Inspired Artificial General
Intelligence</a></li> -->
<li><a href="studyGroups.html#casg">Causal Architecture Study Group</a></li>
<li><a href="studyGroups.html#dlsg">Deep Learning Study Group</a></li>
<li><a href="studyGroups.html#iaisg">Introduction to AI Study Group</a></li>
<li><a href="studyGroups.html#eaisg">Ethical AI Study Group</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="bottom-section">
</div>
</div>
</div>
<div class="dropdown-menu" id="projects" data-sub="projects">
<div class="dropdown-menu__content">
<div class="top-section">
<div class="col-2">
<ul>
<h3 class="dropdownTitle"><a href="studentProjects.html">Student Run</a></h3>
<ul>
<li><a href="studentProjects.html#att">Algorithmic Trading Team</a></li>
<li><a href="studentProjects.html#eag">Engr-auto Group</a></li>
<li><a href="studentProjects.html#mt">MelodiCoding Team</a></li>
</ul>
</ul>
<ul>
<h3 class="dropdownTitle"><a href="projects.html">Credit/Pay</a></h3>
<ul>
<li><a href="projects.html#1">Application of Machine Learning to Analyze
Molecular Dynamics Simulations</a></li>
<li><a href="projects.html#2">Exploring the Neural Basis of Consciousness</a>
</li>
<li><a href="projects.html#3">Building an Automated Machine Learning Algorithm for Characterization of Anxiety-related Vocalizations in Non-human Primates</a></li>
<li><a href="projects.html#4">Identifying Active Extravasation on Arteriograms
using Machine Learning</a></li>
<li><a href="projects.html#5">Application of Machine Learning to CT
Characterization of Renal Cell Carcinoma</a></li>
<li><a href="projects.html#6">Categorizing Dendritic Spine Morphology</a></li>
<li><a href="projects.html#7">Exploring Error and Model Domains in Materials
Machine Learning</a></li>
</ul>
</ul>
</div>
</div>
<div class="bottom-section">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- mobile friendly side menu-->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<ul>
<li class="menu__item"><a href="about.html">About</a></li>
<li class="menu__item"><a href="faq.html">FAQ</a></li>
<li class="menu__item"><a href="blog.html">Blog</a></li>
<li class="menu__item"><a href="leadership.html">Leaders</a></li>
<li class="menu__item"><a href="roles.html">Get Involved</a></li>
<li class="menu__item"><a href="seminars.html">Seminars</a></li>
<li class="menu__item"><a href="studyGroups.html">Study Groups</a></li>
<ul id="navSubMenu">
<!-- <li><a href="studyGroups.html#niagi">Neuro-Inspired Artificial General Intelligence</a></li> -->
<li><a href="studyGroups.html#casg">Causal Architecture Study Group:</a></li>
<li><a href="studyGroups.html#dlsg">Deep Learning Study Group</a></li>
<li><a href="studyGroups.html#iaisg">Introduction to AI Study Group</a></li>
<li><a href="studyGroups.html#eaisg">Ethical AI Study Group</a></li>
</ul>
<li class="menu__item"><a href="studentProjects.html">Projects: Student Run</a>
<ul id="navSubMenu">
<li><a href="studentProjects.html#att">Algorithmic Trading Team</a></li>
<li><a href="studentProjects.html#eag">Engr-auto Group</a></li>
<li><a href="studentProjects.html#mt">MelodiCoding Team</a></li>
</ul>
</li>
<li class="menu__item"><a href="projects.html">Projects: Credit/Pay</a>
<ul id="navSubMenu">
<li><a href="projects.html#1">Application of Machine Learning to Analyze Molecular Dynamics
Simulations</a></li>
<li><a href="projects.html#2">Exploring the Neural Basis of Consciousness</a></li>
<li><a href="projects.html#3">Building an Automated Machine Learning Algorithm for Characterization of Anxiety-related Vocalizations in Non-human Primates</a></li>
<li><a href="projects.html#4">Identifying Active Extravasation on Arteriograms using Machine
Learning</a></li>
<li><a href="projects.html#5">Application of Machine Learning to CT Characterization of Renal Cell
Carcinoma</a></li>
<li><a href="projects.html#6">Categorizing Dendritic Spine Morphology</a></li>
<li><a href="projects.html#7">Exploring Error and Model Domains in Materials Machine Learning</a>
</li>
</ul>
<li class="menu__item"><a href="calendar.html">Calendar</a></li>
<li class="menu__item"><a href="contact.html">Contact</a>
<ul id="navSubMenu">
<li class="menu__item"><a href="https://wisconsinai.slack.com/">Slack Link</a></li>
<li class="menu__item"><a href="mailto:[email protected]">Email</a></li>
<li class="menu__item"><a href="http://eepurl.com/dMyKlQ">Newsletter Sign-up</a></li>
</ul>
</li>
</ul>
</div>
</header>
<!-- mobile freindly side menu-->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<ul>
<li class="menu__item"><a href="about.html">About</a></li>
<li class="menu__item"><a href="faq.html">FAQ</a></li>
<li class="menu__item"><a href="leadership.html">Leaders</a></li>
<li class="menu__item"><a href="roles.html">Get Involved</a></li>
<li class="menu__item"><a href="seminars.html">Seminars</a></li>
<li class="menu__item"><a href="studyGroups.html">Study Groups</a></li>
<ul id="navSubMenu">
<!-- <li><a href="studyGroups.html#niagi">Neuro-Inspired Artificial General Intelligence</a></li> -->
<li><a href="studyGroups.html#casg">Causal Architecture Study Group:</a></li>
<li><a href="studyGroups.html#dlsg">Deep Learning Study Group</a></li>
<li><a href="studyGroups.html#iaisg">Introduction to AI Study Group</a></li>
<li><a href="studyGroups.html#eaisg">Ethical AI Study Group</a></li>
</ul>
<li class="menu__item"><a href="studentProjects.html">Projects: Student Run</a>
<ul id="navSubMenu">
<li><a href="studentProjects.html#att">Algorithmic Trading Team</a></li>
<li><a href="studentProjects.html#eag">Engr-auto Group</a></li>
<li><a href="studentProjects.html#mt">MelodiCoding Team</a></li>
</ul>
</li>
<li class="menu__item"><a href="projects.html">Projects: Credit/Pay</a>
<ul id="navSubMenu">
<li><a href="projects.html#1">Application of Machine Learning to Analyze Molecular Dynamics
Simulations</a></li>
<li><a href="projects.html#2">Exploring the Neural Basis of Consciousness</a></li>
<li><a href="projects.html#3">Building an Automated Machine Learning Algorithm for Characterization of Anxiety-related Vocalizations in Non-human Primates</a></li>
<li><a href="projects.html#4">Identifying Active Extravasation on Arteriograms using Machine
Learning</a></li>
<li><a href="projects.html#5">Application of Machine Learning to CT Characterization of Renal Cell
Carcinoma</a></li>
<li><a href="projects.html#6">Categorizing Dendritic Spine Morphology</a></li>
<li><a href="projects.html#7">Exploring Error and Model Domains in Materials Machine Learning</a>
</li>
</ul>
<li class="menu__item"><a href="calendar.html">Calendar</a></li>
<li class="menu__item"><a href="contact.html">Conact</a>
<ul id="navSubMenu">
<li class="menu__item"><a href="https://wisconsinai.slack.com/">Slack Link</a></li>
<li class="menu__item"><a href="mailto:[email protected]">Email</a></li>
<li class="menu__item"><a href="http://eepurl.com/dMyKlQ">Newsletter Sign-up</a></li>
</ul>
</li>
</ul>
</div>
<!-- header -->
<div class="head"><h1>Join AI@UW!</h1>
<h2>We have the following positions available for members to choose from. Feel free to post any questions to our Slack channel, #fyi-help, if you can’t find your question on our Q&A page.</h2>
</div>
<!-- main content -->
<div class="main">
<h2>TABLE OF CONTENTS</h2>
<ul class="contents">
<li><a href="roles.html#executive">Executive</a></li>
<li><a href="roles.html#em">Engineering Manager</a></li>
<li><a href="roles.html#sgl">Study Group Leader</a></li>
<li><a href="roles.html#se">Software Engineer</a></li>
<li><a href="roles.html#student">Student</a></li>
<li><a href="roles.html#mentor">Mentor</a></li>
</ul>
<br>
<hr>
<h2><span id="executive"></span>Executive</h2>
<p>Far from just a resume booster, this is a great opportunity to:
<ul>
<li>Work with other students who share your passion for AI research/technology</li>
<li>Make connections in industry and research</li>
<li>Contribute to something larger than yourself and leave your mark at UW-Madison</li>
</ul>
<h4>Responsibilities</h4>
If you're part of the exec team, you're part of shaping the org. As one of our club's leaders, you'll be expected to
bring new ideas to our regular meetings that help contribute to:
<ul>
<li>AI-related learning opportunities (e.g. assisting project managers and study group leaders)</li>
<li>Events (e.g. recruiting guest speakers, helping organize contests)</li>
<li>Club content/growth (flyers/newsletters, posting to community FYI channels, etc.).</li>
</ul>
<h4>Qualifications</h4>
It is not necessary to be an expert in AI--just a student who wants to see their ideas realized with the help of an
awesome team of fellow volunteers.
<h4>Application Instructions</h4>
If interested, please email us at <a href="mailto:[email protected]">[email protected]</a> with a resume/CV and brief note (5-10 sentences) explaining
how/why you would make a great addition to our team.</p>
<hr>
<h2><span id="em"></span>Engineering Manager</h2>
<p>Run your own engineering team to build the project of your dreams. Email us your project proposal today at <a href="mailto:[email protected]">[email protected]</a></p>
<hr>
<h2><span id="sgl"></span>Study Group Leader</h2>
<p>Want to study an AI/ML related topic more in-depth with others who share your interests? Email us a study group suggestion at [email protected] for permission to start your own group. This is a great opportunity if you want to work through a particular coursera course, start a paper-discussion group, or just find others interested in learning more about a specific research topic.</p>
<hr>
<h2><span id="se"></span>Software Engineer</h2>
<p>Join an engineering team to work on an epic AI project.</p>
<hr>
<h2><span id="student"></span>Student</h2>
<p>Join a study-group team to learn more about a specific AI/ML topic.</p>
<hr>
<h2><span id="mentor"></span>Mentor</h2>
<p>You’re a person with AI expertise and want to pass the baton forward. Mentors are expected to contribute a tutorial/workshop talk to the club’s seminar series.</p>
</div>
<!-- Scripts -->
<script src="js/background.js"></script>
<script src="js/menu.js"></script>
<script src="js/sideNav.js"></script>
</body>
</html>