-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvip_info.html
151 lines (135 loc) · 7.68 KB
/
vip_info.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
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<title>AIM Vertically Integrated Projects Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<link rel="icon" type="image/x-icon" href="/assets/favicon.png" />
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li>
<a href="index.html"><img src="images/aim.png" alt="AIM logo" width="50" /></a>
</li>
<li><a href="index.html#news">News</a></li>
<li><a href="index.html#amt">Our Projects</a></li>
<li><a href="index.html#activities">Research Areas</a></li>
<li><a href="index.html#who">Leaders</a></li>
<li><a href="index.html#outreach">Outreach</a></li>
<li><a href="index.html#vipteam">VIP Team</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<img src="images/aim.png" width="200" alt="" data-position="top center" />
<img src="images/vip-web.jpg" width="300" />
<h1 class="major">AIM Vertically Integrated Projects Team</h1>
<!-- Introduction -->
<section>
<h2>Introduction + Purpose of the Team</h2>
<p>
AIM stands out among other music technology research groups because of its pedagogy. While
other music technology groups may cater primarily to graduate students and professionals,
our group is open to all Purdue students of any major and experience level.
</p>
<p>
We hope that by helping any student interested in music technology/machine learning learn to
work with these technologies, we can make a difference in these students' lives while
simultaneously encouraging the adoption of music technology.
</p>
</section>
<section>
<h2>Interested students</h2>
<p>
Although we try to allow as many students as we have capacity for to join, we do have a
requirement that new members are fluent in Python and Numpy (or can pick it up within a week
or two of joining). Learning introductory coding, while important, would be almost
impossible while also balancing research duties on the team. <br />Pretty much every other
skill can be learned while on the team, although some skills take more dedication and effort
to learn than others.
</p>
<p>
Below you can find a
<a
href="https://docs.google.com/document/d/e/2PACX-1vTB7ZLT4CNdjF5E-sNophr7dWsP30Vypj6752FoC5zmAVj_3GulEg5HffDbSJF1aiee0gIJM9XIJYbI/pub"
>Google Doc</a
>
containing some information about the current VIP projects.
</p>
<h3>Projects + thesis capability</h3>
<p>
Almost all AIM students choose one of the following projects to work on (see the doc below).
However, if you have an idea for a scope extension to a project or would like to complete a
thesis/paper on a project, please reach out to the contacts below. We'd love to hear your
ideas!
</p>
<h3>Current projects</h3>
<iframe
width="100%"
height="700px"
src="https://docs.google.com/document/d/e/2PACX-1vTB7ZLT4CNdjF5E-sNophr7dWsP30Vypj6752FoC5zmAVj_3GulEg5HffDbSJF1aiee0gIJM9XIJYbI/pub?embedded=true"
></iframe>
<br /><br />
<h3>VIP Page</h3>
<a href="https://engineering.purdue.edu/VIP/teams/aim"
>Here is a link to the official Purdue AIM VIP page.</a
>
<br /><br />
</section>
<section>
<h2>What's next?</h2>
<p>
If you are interested in this project, email
<a href="mailto:yunglu@purdue.edu">Prof. Lu</a> or
<a href="mailto:tnadolsk@purdue.edu">Tim</a> to indicate your interest in the project.
</p>
<h3>Graduate students</h3>
<p>
Please indicate that you are a graduate student in your email. Funding might be available
depending on your level of commitment to the project. If you desire funding, please also
ensure your CV is up-to-date as it may be required shortly after the initial email.
</p>
<h3>Undergraduate students</h3>
<p>
Undergraduate students are required to join the VIP team for their first semester in AIM. A
CRN will be provided as needed once you email. Funding may be available to those
participating in SURF or similar positions; please follow the guidelines above.
</p>
</section>
<h2>Photos!</h2>
Below are some photos of various Purdue AIM VIP subteams + other things:
<a href="#" class="image"><img src="images/vip20230831.png" alt="" data-position="fit" /></a>
<a href="#" class="image"
><img src="images/companionteam20240125.jpg" alt="" data-position="fit"
/></a>
<a href="#" class="image"
><img src="images/motioncapture01.jpg" width="200" alt="" data-position="fit"
/></a>
<a href="#" class="image"><img src="images/motioncapture02.jpg" alt="" data-position="fit" /></a>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>