-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpublications.html
More file actions
446 lines (436 loc) · 18.3 KB
/
publications.html
File metadata and controls
446 lines (436 loc) · 18.3 KB
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!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 | Project Overview</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">
<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>
<!-- Our Mission -->
<div class="website-wrapper">
<div id="story-section-header" style="margin-bottom: 60px; width: 60%">
<div class="story-title story-header-text">
Publishing data-driven, evidence-backed reports to inform policymaking.
</div>
<div class="story-text story-header-text" style="margin-top: 40px">
After identifying the needs of community partners, BIP teams work closely with academics, field experts, policymakers, and others to put together comprehensive, evidence-based research on diverse policy issues. These reports and white papers are often cited by policymakers in their legislative efforts as BIP advocates for sensible policy solutions in Rhode Island.
</div>
</div>
<!-- The Cards -->
<div class="line-for-projects-space">
<div class="line-text-wrapper">
<div class="line-text">
Past Publications
</div>
</div>
<hr class="light-hr">
</div>
<div class="projects-grid">
<!-- Image Card 1 -->
<div class="img-card">
<a href="https://drive.google.com/file/d/1ztVjMmOaJyAjXaNCfRppzxZT1nFImzvf/view?usp=sharing">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/home-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Published: Spring 2026
</div>
<div class="img-card-text-title">
Cutting the Tape: Recommendations to Reduce Rhode Island Regulatory Burdens in Affordable Housing Development
</div>
<div class="img-card-text-description">
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>See our work
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36.1 25.8" enable-background="new 0 0 36.1 25.8"
xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg>
</span>
</a>
</div>
</div>
</a>
<!-- Image Card 1 -->
<div class="img-card">
<a href="https://drive.google.com/file/d/1xkAcRr30EZWWuJIyQHPdwAOTYxnf-5bp/view?usp=sharing">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/home-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Published: Spring 2025
</div>
<div class="img-card-text-title">
Funding the Future: Why Rhode Island Needs a Permanent Revenue Stream Dedicated to Affordable Housing
</div>
<div class="img-card-text-description">
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>See our work
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36.1 25.8" enable-background="new 0 0 36.1 25.8"
xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg>
</span>
</a>
</div>
</div>
</a>
<!-- Image Card 2 -->
<div class="img-card">
<a href="https://drive.google.com/file/d/1iAOfAbZZA1G_Pv2iG8r2lac1-Drj2vOu/view?usp=drive_link">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/confession-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Published: Fall 2024
</div>
<div class="img-card-text-title">
Protecting Our Future Generations: How Coercive Interrogation Methods Endanger Juveniles in Rhode Island and Cause False Confessions
</div>
<div class="img-card-text-description">
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>See our work
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36.1 25.8" enable-background="new 0 0 36.1 25.8"
xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg>
</span>
</a>
</div>
</div>
</a>
<!-- Image Card 3 -->
<div class="img-card">
<a href="https://drive.google.com/file/d/169vKfyKTPygpHffjGMFol3TULM9CQqv7/view?usp=sharing">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/home-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Published: Spring 2024
</div>
<div class="img-card-text-title">
Small Units, Big Impact: The Role and Potential Impact of ADU Legalization on the Rhode Island Housing Crisis
</div>
<div class="img-card-text-description">
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>See our work
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36.1 25.8" enable-background="new 0 0 36.1 25.8"
xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg>
</span>
</a>
</div>
</div>
</a>
<!-- Image Card 4 -->
<div class="img-card">
<a href="https://drive.google.com/file/d/16duStA5O9f3FkJTC2a-Gmu5E5UOmTW_p/view?usp=sharing" target="_blank" rel="noopener noreferrer">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/bipta-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Published: Spring 2024
</div>
<div class="img-card-text-title">
Assessing Novel Funding Mechanisms for RIPTA: Creating Sustainable Long-Term Funding for Public Transit in RI
</div>
<div class="img-card-text-description">
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>See our work
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36.1 25.8" enable-background="new 0 0 36.1 25.8"
xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg>
</span>
</a>
</div>
</div>
</a>
<!-- Image Card 5 -->
<div class="img-card">
<a href="https://mhari.org/wp-content/uploads/2022/06/SoS-Report_Final-4.30.22.pdf" target="_blank" rel="noopener noreferrer">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/elders-card.png">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Published: Spring 2020
</div>
<div class="img-card-text-title">
The State of Behavioral Healthcare in Rhode Island
</div>
<div class="img-card-text-description">
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>See our work
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36.1 25.8" enable-background="new 0 0 36.1 25.8"
xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg>
</span>
</a>
</div>
</div>
</a>
<!-- 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">
<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/BrownInstituteforPolicy/" 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-institute-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/popper.js@1.16.1/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>