-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
306 lines (263 loc) · 16.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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-WHNN3CB');</script>
<!-- End Google Tag Manager -->
<!-- Bootstrap Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="A program that works to uplift high school researchers and their stories through two main parts: Blueprint, a professional youth scientific journal that features student researchers and their work, as well as Magnify, a blog that explores independent researchers and their motivations behind their projects.">
<meta name="keywords" content="blueprint, magnify, blog, journal, research, science, stem, stemchast, stemchats, nonprofit, students, programs">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css"
integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/72d227a617.js" SameSite="None; Secure" crossorigin="anonymous"></script>
<!-- icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#005792">
<meta name="theme-color" content="#ffffff">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Website CSS -->
<link rel="stylesheet" type="text/css" href="/styles/styles.css">
<link rel="stylesheet" type="text/css" href="/styles/media.css">
<title>Blueprint: Home</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-399S7QGWJQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-399S7QGWJQ');
</script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous">
</script>
<!-- load header into div with id="header" -->
<script>
$(function () {
$("#header").load("/insertables/header.html");
$("#footer").load("/insertables/footer.html");
});
</script>
</head>
<body class="home">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WHNN3CB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- HEADER -->
<div id="header"></div>
<!-- CONTENT -->
<!-- CAROUSEL -->
<div id='homepage'>
<div id='magnifycarousel'>
<div class='Carousel'>
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel" data-interval="10000" data-pause="hover">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-7">
<a href="https://blueprint-magnify.medium.com/kaitlyn-leitherer-how-to-save-the-bay-8d565e6fee76" target='_blank'>
<img class="d-block w-100" src="/images/HomePage/1.png" alt="First slide">
</a>
</div>
<div class="col-lg-3 align-self-center">
<h2>How to Save the Bay</h2>
<p>In my research, I analyze remote sensing data, or data where satellites have been used to collect information from all parts of the world...</p>
</div>
<div class="col-lg-1"></div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-8">
<a href="https://blueprint-magnify.medium.com/juliet-amadi-race-for-a-cure-6a99315034da" target='_blank'>
<img class="d-block w-100" src="/images/HomePage/2.jpeg" alt="Second slide">
</a>
</div>
<div class="col-lg-4 align-self-center">
<h2>Race for a Cure</h2>
<p>For my research, I conducted a review on Diffuse Intrinsic Pontine Glioma (DIPG) based on existing scientific literature. DIPG is a rare childhood cancer that occurs in the brainstem's most delicate area...</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-8">
<a href="https://blueprint-magnify.medium.com/bhavya-bansal-investigating-the-willingness-to-take-a-rapid-covid-19-test-15da7440e918" target='_blank'>
<img class="d-block w-100" src="/images/HomePage/3.png" alt="Third slide">
</a>
</div>
<div class="col-lg-4 align-self-center">
<h2>Investigating the Willingness to Take a Rapid COVID-19 Test</h2>
<p>With this research, my research mentor and I wanted to determine if there is a correlation between different factors that influence a person's willingness to take a daily rapid COVID-19 test...</p>
</div>
</div>
</div>
</div>
<div class="carousel-caption center">
<p class="black"><strong>Read more on Blueprint's blog <a class='linkintext' target='_blank' href="https://blueprint-magnify.medium.com/">Magnify</a></strong></p>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class='container'>
<p class='center important important-home'>Submissions for <b class="bold">VOLUME 3</b> of Blueprint are <b class="bold">due on October 31, 2021</b>. To learn more about our next volume, check our <a class="linkintext" target="_blank" href="https://bit.ly/blueprintVol3">Vol. 3 Landing Page</a>. This contains information about the upcoming application cycle timeline, submission requirements, FAQs, and more.<!-- To receive a notification when submissions open, please fill out
<a href='https://docs.google.com/forms/d/e/1FAIpQLSdcpCEkOlWuv4xJsOZaVP1sWB8GQyPfG3Jx7t3XVRQSCqT4Mw/viewform' target='_blank' class="linkintext">form.</a>--></p>
<p class="center">The Blueprint program works to uplift high school researchers and their stories.
It is composed of two main parts:</p>
<div class='introcards card-deck'>
<div class="card hover-shadow">
<div class="card-body">
<a href="/blog/" class="introcard-link"><h1 class="card-title center hover-swipe">Magnify</h1></a>
<p class="card-text">Magnify, a blog that explores independent researchers and their motivations behind their projects.</p>
</div>
</div>
<div class="card hover-shadow">
<div class="card-body">
<a href="/journal/" class="introcard-link"><h1 class="card-title center hover-swipe">Blueprint</h1></a>
<p class="card-text">Blueprint, a professional youth scientific journal that features student researchers and their work.</p>
</div>
</div>
</div>
<div class="journal">
<h1 class="center large-box-title">Blueprint Journal</h1>
<div class='row'>
<div class='col-lg-6'>
<iframe allowfullscreen="true" style="padding-top:1%;border:none;width:100%;height:400px;"
src="//e.issuu.com/embed.html?backgroundColor=%23ffffff&backgroundColorFullscreen=%23ffffff&d=final_blueprint_vol._1&hideIssuuLogo=true&hideShareButton=true&showOtherPublicationsAsSuggestions=true&u=blueprint.stemchats">
</iframe>
</div>
<div class="row col-lg-6">
<div class='center'>
<p>Researchers featured in <span style="font-weight:bolder;">VOLUME 1</span> were...</p>
</div>
<div class="row">
<div class='row justify-content-center'>
<div class='row col-sm-6 journalstats justify-content-center'>
<p>
<span class='numbers'>100%</span>female
<br>
<span class='numbers'>87.5%</span>POCm
<br>
<span class='numbers'>37.5%</span>FGLI
</p>
</div>
<div class='row col-sm-6 justify-content-center'>
<img class='journalimage' src="/images/HomePage/scientist.png" alt="Woman Scientist">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card partnercard">
<div class="card-header" style="background:#b3cdde">
<h1 style="text-align: center">
Partner With Us
</h1>
</div>
<div class="card-body">
<p class="center"> We are currently pursuing early-stage partnerships with professors, labs, and institutions offering us advisory about how best to
ensure integrity in our publication process. If you are interested in assisting or sponsoring us, please contact us at
<a href='mailto:[email protected]' class="linkintext">[email protected].</a></p>
</div>
</div>
<div class='carouselcontainer'>
<div id="carouselpartners" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class='row carouselrow'>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/caltech.png" alt="CalTech">
</div>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/utaustin.png" alt="UT Austin">
</div>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/uky.png" alt="University of KY">
</div>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/col.png" alt="Colorado State">
</div>
</div>
</div>
<div class="carousel-item">
<div class='row carouselrow'>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/unc.png" alt="UNC">
</div>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/boston.png" alt="Boston College">
</div>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/emory.png" alt="Emory">
</div>
<div class='col'>
<img class='partnerpic' src="/images/HomePage/purdue.png" alt="Purdue">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div id="footer"></div>
<!-- Bootstrap Javascript -->
<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.1/js/bootstrap.min.js"
integrity="sha384-XEerZL0cuoUbHE4nZReLT7nx9gQrQreJekYhJD9WNWhH8nEW+0c5qq7aIo2Wl30J"
crossorigin="anonymous"></script>
<!-- Scripts -->
<script src="https://www.gstatic.com/firebasejs/8.2.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.1/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.1/firebase-firestore.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyDoJPoXgRcjkeRq0z4TEVQdgfm4USmdT0Y",
authDomain: "i-stem-scholars.firebaseapp.com",
projectId: "i-stem-scholars",
storageBucket: "i-stem-scholars.appspot.com",
messagingSenderId: "365248308743",
appId: "1:365248308743:web:3eb6df4333086ea1982ca2",
measurementId: "G-VPJNQSBN1F"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>
</body>
</html>