-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
201 lines (187 loc) · 8.3 KB
/
contact.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
<!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- Contact</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 -->
<div class="head">
<h1>Contact</h1>
</div>
<!-- main content -->
<div class="seminarMain">
<div class="key">
<div class="keyBox" id="research">
<a href="mailto:[email protected]"><h4>E-mail</h4></a>
</div>
<div class="keyBox" id="applied">
<a href="http://eepurl.com/dMyKlQ"><h4>Newsletter Sign-up</h4></a>
</div>
<div class="keyBox" id="society">
<a href="https://wisconsinai.slack.com/">
<h4>Slack Link</h4>
</a>
</div>
</div>
</div>
<!-- Scripts -->
<script src="js/background.js"></script>
<script src="js/menu.js"></script>
<script src="js/sideNav.js"></script>
</body>
</html>