-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathresearch.html
218 lines (205 loc) · 8.42 KB
/
research.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
---
layout: none
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Association for Computing Machinery at UTD</title>
<meta
name="description"
content="We're officers with one goal: building a greater, more collaborative computing community at UT Dallas."
/>
<meta
property="og:title"
content="The Association for Computing Machinery at UTD"
/>
<meta
property="og:description"
content="We're a team of officers with one goal: building a greater, more collaborative computing community at UT Dallas."
/>
<meta property="og:image" content="png/team-hero1.jpg" />
{% include common-head.html %}
</head>
<body>
{% include common-nav.html %}
<div class="main-container">
<section class="hero-slider large-image">
<ul class="slides">
<li>
<div class="background-image-holder overlay">
<img
alt="Slide Background"
class="background-image"
src="png/team-hero19.jpg"
/>
</div>
<div class="container vertical-align">
<div class="row">
<div class="col-xs-12">
<div class="text-block">
<div class="detail-line contrast-white-detail"></div>
<h1 class="contrast-h1 contrast-white">
<strong>ACM Research</strong>
</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<p
class="lead contrast-white-p"
style="font-size: 32px; line-height: 37px; font-weight: 300"
>
Our semester-long research-based initiative
</p>
</div>
</div>
</div>
</li>
</ul>
</section>
<section class="large-pad">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-12 text-center">
<p class="super-lead left-align-mobile">
ACM Research is a semester-long, research-based initiative for
students who want to explore various subfields in computer
science. You will be guided by a research lead and faculty
advisor throughout the semester to successfully create a
tangible research project.
</p>
</div>
</div>
</div>
</section>
<section class="wide-features">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>What is the application process like?</h4>
<p>
The first step is to fill out our application. Our application
consists of general questions intended to give us insight into
your previous development and leadership experience. Next,
you'll be followed up with a coding challenge. You can explore
our challenges from past semesters
<a href="https://github.com/ACM-Research/Coding-Challenge-S22"
>here</a
>
for Spring 2022 and
<a href="https://github.com/ACM-Research/Coding-Challenge-F21"
>here</a
>
for Fall 2021. From these applications, we select the most
promising candidates for one-on-one interviews. The interview
is the last step of the application process. Based on the
application and interview, we select the very best candidates
to create around 5 teams of 5 people.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>Do I need to have prior development experience?</h4>
<p>
ACM Research is designed for those new to performing academic
research. We do not require prior research experience but we
do recommend being familiar with a moderate level of software
development. If you are able to work on the coding challenge
then you should have no issues in participating in ACM
Research.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>How do I stand out during the application process?</h4>
<p>
Be genuine! We want to see your passion for research and
desire to be curious. We can only judge your experience and
character based on what we see in the application, so fill all
of the questions out! Leaving questions blank is a lost
opportunity for us to learn more about you.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="main-hero">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h5 class="events-header">Projects</h5>
{% assign projects = site.projects %}
{% for project in projects %}
<div class="col-md-6 col-sm-12" style="height: 200px; clear: right;">
<div class="narrow-feature">
<div class="content">
<h5>{{ project.name }}</h5>
<p class="lead">{{ project.description }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section> -->
<section class="wide-features">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>How is ACM Research structured?</h4>
<p>
You will be placed into a team of approximately five students
with a project and a research lead (who is a past ACM Research
participant). Additionally, each team will be supported by a
professor who will serve to mentor the team in conducting
research. We will have weekly (and mandatory) build nights
every Monday from 8:30 pm - 10:00 pm. This is time for you to
work with your team, meet with your mentor and learn. Some
build nights may include a short tech-related workshop
designed to diversify your tech skills.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>What is the time commitment?</h4>
<p>
The minimum time commitment is the 1.5 hours required for each
weekly build night. Beyond this, you and your team may need
extra time to complete your project so it's up to you to
schedule the time amongst yourselves.
</p>
</div>
</div>
</div>
</div>
</section>
{% include common-footer.html %}
</div>
<script src="js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/flexslider.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/placeholders.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>