-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfor-students.html
313 lines (294 loc) · 11.7 KB
/
for-students.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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>Brown Initiative For Policy</title>
<meta name="title" content="Brown Initiative For Policy">
<meta name="description"
content="Brown Initiative for Policy is a student-run, non-partisan think tank. We propose and advocate for sensible solutions to problems in the Providence and R.I. community.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://metatags.io/">
<meta property="og:title" content="Brown Initiative For Policy">
<meta property="og:description"
content="Brown Initiative for Policy is a student-run, non-partisan think tank. We propose and advocate for sensible solutions to problems in the Providence and R.I. community.">
<meta property="og:image"
content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://metatags.io/">
<meta property="twitter:title" content="Brown Initiative For Policy">
<meta property="twitter:description"
content="Brown Initiative for Policy is a student-run, non-partisan think tank. We propose and advocate for sensible solutions to problems in the Providence and R.I. community.">
<meta property="twitter:image"
content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NCVSMR5');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Brown Initiative for Policy | Information for Students</title>
<link rel="icon" href="/favicon.ico">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<script src="/js/home.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCVSMR5" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<div class="header-wrapper">
<nav class="navbar navbar-expand-lg navbar-light bg-light nav-custom">
<div class="navbar-brand" onclick="window.location.href='/'" style="cursor: pointer;">
<img src="/img/home/logo.png" height="30" alt="">
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="for-partners.html">For Partners</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="for-students.html">For Students</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html" style="padding-right: 0px">About Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Loader -->
<div class="preloader">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Website Content -->
<div class="website-wrapper">
<div class="students-section-header">
<div class="story-title story-header-text" style="text-align: center;">
Interested in Joining Us?
</div>
<div class="partner-text partner-header-text">
BIP typically accepts applications for analyst positions at the beginning of the fall and spring
semesters. We will be recruiting analysts in Spring 2025 for ongoing projects and new projects
currently in development. Please check this page regularly and follow us on <a href="https://www.instagram.com/browninitiativeforpolicy/">@browninitiativeforpolicy</a> on Instagram
for updates on info session times, application deadlines, and more.
</div>
</div>
</div>
<div class="full-width-white-background" style="margin-bottom: 10px;">
<div class="website-wrapper">
<div class="recruiting-section-header">
<div class="recruiting-title">
Spring 2025 Application Timeline
</div>
<div class="partner-text partner-header-text">
<a href="https://forms.gle/B8KekaiCF5Ef1QZV6">Application</a> opens: Wednesday 1/22
<br>
Information session in Friedman 201: Sunday 1/26, 4pm
<br>
Application deadline: Thursday 1/29
<br>
Decisions released by Wednesday 2/5
<!-- You can apply to be an analyst for the Spring 2024 application cycle <a href="https://docs.google.com/forms/d/e/1FAIpQLScvsiXsxvMdGoN-W1h95U06L-sbsTRyYPf0RQ8q7E35lOmiLw/viewform">here</a>.
<br>
<br>
<b>1/24:</b> Applications Open
<br>
<b>2/1:</b> Applications Due
<br>
<b>2/3-4:</b> Interviews
<br>
<b>Week of 2/5:</b> Staff List Finalized -->
</div>
<!-- <div class="students-date-header">
Tuesday, February 1, 2022 at 4:00 pm
</div>
<div class="students-date-body">
Analyst application opens
</div>
<div class="recruiting-card-button-space">
<button onclick="window.location.href='https://docs.google.com/forms/d/e/1FAIpQLScbSaSdcWHxboi3ZPy5Cn9vmUIlVXD6mSRE-vxNZAl2Mjyy1A/viewform'"
style="cursor: pointer;" class="projects-more-button">
APPLY HERE
</button>
</div> -->
<!-- <div class="students-date-header">
Saturday, September 18, 2021 at 2:00 pm
</div>
<div class="students-date-body">
Recruiting Info Session in Smith-Buonanno Hall Room 201
</div>
<div class="recruiting-card-button-space">
<button onclick="window.location.href='https://docs.google.com/forms/d/e/1FAIpQLSfdyJE1tHsYI9Uz-d8ZujMFEhMNx4dZSbEyNBEsO8FP_kKDLA/viewform'"
style="cursor: pointer;" class="projects-more-button">
RSVP HERE
</button>
</div> -->
<!-- <div class="students-date-header">
Monday, February 14, 2022 at 11:59 pm
</div>
<div class="students-date-body">
Analyst application closes
</div>
<div class="students-date-header">
February 15-19, 2022
</div>
<div class="students-date-body">
Interview period and decisions released
</div> -->
</div>
</div>
</div>
<!-- desktop footer-->
<div id="footer-white-background">
<div class="website-wrapper">
<div class="footer">
<div class="footer-left-area">
<div class="footer-logo-area">
<img class="footer-logo" src="./img/common/footer-logo.png">
<div class="footer-slogan">
Proposing and advocating for sensible solutions to problems in our community.
</div>
</div>
<div class="footer-copyright">
© Brown Initiative for Policy All Rights Reserved
</div>
</div>
<div class="footer-right-area">
<div class="footer-flex">
<div class="footer-subspace">
<ul class="footer-ul">
<li class="footer-headpage">Key Links</li>
<li> <a href="index.html" class="footer-page">
Home
</a></li>
<li> <a href="projects.html" class="footer-page">
Projects
</a></li>
<li> <a href="about-us.html" class="footer-page" style="margin-bottom: 0;">
About Us
</a></li>
</ul>
</div>
<div class="footer-subspace">
<ul class="footer-ul">
<li class="footer-headpage">Join Us</li>
<li> <a href="for-partners.html" class="footer-page">
For Partners
</a></li>
<li> <a href="for-students.html" class="footer-page">
For Students
</a></li>
<li> <a href="#" class="footer-page" style="margin-bottom: 0;">
Pitch a Project
</a></li>
</ul>
</div>
<div class="footer-subspace">
<ul class="footer-ul">
<li class="footer-headpage">Follow Us</li>
<li> <a href="https://www.facebook.com/BrownInitiativeforPolicy/" class="footer-page">
Facebook
</a></li>
<li> <a href="https://www.instagram.com/browninitiativeforpolicy/" class="footer-page">
Instagram
</a></li>
<li> <a href="https://www.linkedin.com/company/brown-initiative-for-policy"
class="footer-page" style="margin-bottom: 0;">
LinkedIn
</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- mobile footer -->
<div id="footer-white-background-mobile" style="margin-top: 0;">
<div class="website-wrapper">
<div class="mobile-footer-logo-area">
<img class="mobile-footer-logo" src="./img/common/footer-logo.png">
<div class="mobile-footer-slogan">
Proposing and advocating for sensible solutions to problems in our community.
</div>
</div>
<div class="mobile-footer-link-area">
<a href="index.html" class="mobile-footer-page" style="margin-bottom: 0;">
Home
</a> <span>·</span>
<a href="projects.html" class="mobile-footer-page" style="margin-bottom: 0;">
Projects
</a> <span>·</span>
<a href="about-us.html" class="mobile-footer-page" style="margin-bottom: 0;">
About Us
</a> <span>·</span>
<a href="for-partners.html" class="mobile-footer-page" style="margin-bottom: 0;">
For Partners
</a> <span>·</span>
<a href="for-students.html" class="mobile-footer-page" style="margin-bottom: 0;">
For Students
</a> <span>·</span>
<a href="#" class="mobile-footer-page" style="margin-bottom: 0;">
Pitch a Project
</a> <span>·</span>
<a href="https://www.facebook.com/BrownInitiativeforPolicy/" class="mobile-footer-page"
style="margin-bottom: 0;">
Facebook
</a> <span>·</span>
<a href="https://www.instagram.com/browninitiativeforpolicy/" class="mobile-footer-page"
style="margin-bottom: 0;">
Instagram
</a> <span>·</span>
<a href="https://www.linkedin.com/company/brown-initiative-for-policy" class="mobile-footer-page"
style="margin-bottom: 0;">
LinkedIn
</a>
</div>
<div class="mobile-footer-copyright">
© Brown Initiative for Policy<br>All Rights Reserved
</div>
</div>
</div>
<!-- JS for Bootstrap -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
</body>
</html>