-
Notifications
You must be signed in to change notification settings - Fork 0
/
s24-willard-med.html
512 lines (508 loc) · 25.5 KB
/
s24-willard-med.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
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!DOCTYPE html>
<html lang="en">
<head>
<title>S24WillardMED - Streamline</title>
<meta
name="description"
content="Streamline - The Rivers School's STEM Magazine & Outreach Club"
/>
<meta property="og:title" content="S24WillardMED - Streamline" />
<meta
property="og:description"
content="Streamline - The Rivers School's STEM Magazine & Outreach Club"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
null
}
</style>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/animate.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css"
/>
</head>
<body>
<link rel="stylesheet" href="./style.css" />
<div>
<link href="./s24-willard-med.css" rel="stylesheet" />
<div class="s24-willard-med-container">
<div class="s24-willard-med-content">
<div class="s24-willard-med-nav-bar">
<img
alt="Rectangle1I145"
src="public/external/rectangle1i145-k1uq-200h.png"
class="s24-willard-med-rectangle1"
/>
<div class="s24-willard-med-group1">
<img
alt="Ellipse1I145"
src="public/Streamline/logo_1-600w.png"
class="s24-willard-med-ellipse1"
/>
<span class="s24-willard-med-text">The Rivers Streamline</span>
</div>
<div class="s24-willard-med-group3">
<a href="index.html" class="s24-willard-med-text01">Home</a>
<span class="s24-willard-med-text02">About</span>
<a
href="https://www.instagram.com/rivers.streamline/"
target="_blank"
rel="noreferrer noopener"
class="s24-willard-med-text03"
>
<span>Instagram</span>
<br />
<br />
</a>
</div>
</div>
<div class="s24-willard-med-content1">
<div class="s24-willard-med-main-content">
<div class="s24-willard-med-content2">
<div class="s24-willard-med-oarticle">
<div class="s24-willard-med-blog-info">
<div class="s24-willard-med-heading">
<span class="s24-willard-med-text07">
MED Club helps students find footing among medical
opportunities
</span>
</div>
<div class="s24-willard-med-short-info">
<div class="s24-willard-med-aauthor">
<img
alt="ImageI2101"
src="https://media.licdn.com/dms/image/D4D03AQGxXtIRz006KA/profile-displayphoto-shrink_100_100/0/1709155055521?e=1717632000&v=beta&t=pkIpqo0rkkgZDXj4ZdZzgfg11FBFX-F3iQF6l8zxrKw"
class="s24-willard-med-image"
/>
<span class="s24-willard-med-text08">
Jack WIllard '24
</span>
</div>
<span class="s24-willard-med-text09">Spring 2024</span>
</div>
</div>
<img
alt="Image2101"
src="https://bbk12e1-cdn.myschoolcdn.com/54/photo/orig_photo1880787_9981392.png?"
loading="lazy"
class="s24-willard-med-image1"
/>
<span class="s24-willard-med-text10 ArticlequoteRegular">
Med Club helps Rivers students find their footing in an area
of unlimited medical opportunities
</span>
<div class="s24-willard-med-para">
<span class="s24-willard-med-text11 AMainArticleText">
<span>
For over five years, the Rivers MED Club has led the
charge to connect Rivers students with the global hub of
science and medicine that is only a few towns away in
Boston. This year in MED Club, our members have met with
professionals working in areas across the medical field,
including students, physicians, and researchers working
in spaces from the lab to the operating room. The club’s
mission is to provide Rivers students who are interested
in medicine with exposure to the field through
presentations, workshops, and discussions, especially
students who may not otherwise have such opportunities.
So far, our members have learned to suture, helped
organize our biannual blood drive, received
certification in CPR, and provided insight into the
medical professionals they want to see over the course
of the year.
</span>
<br />
<br class="AMainArticleText" />
</span>
<span class="s24-willard-med-text15 AMainArticleText">
<span class="AMainArticleText">
The MED Club 2024-2025 calendar of events kicked off
with a discussion with Dr. Albert Kim, a Rivers parent
and physician-scientist who was invited back to Rivers
after a successful visit with the McCartney Mathematics
Scholars last spring. Specializing in cardiac
electrophysiology by trade, Dr. Kim began his talk by
discussing his decision to pursue science and medicine
together by earning an MD as well a PhD in physiology
through the Medical Scientist Training Program at the
University of California, Los Angeles. Once he began
practicing, Dr. Kim was able to treat patients with
conditions interfering with the heart’s electrical
system while also overseeing clinical research and drug
development for these same conditions at Novartis, a
pharmaceutical corporation. By the beginning of the
pandemic, Dr. Kim had switched to research full time and
worked as the Vice President of Clinical Research in the
Internal Medicine Research Unit of Pfizer. Students were
interested in how Dr. Kim coordinated incredibly
high-profile projects as the company investigated
treatments and vaccinations for COVID-19. Since 2021,
Dr. Kim has served as the Chief Medical Officer at
Cambridge-based medical technology company Cytel, where
he has worked on award-winning software to maximize the
efficiency of clinical trials. During the visit,
MED-Club members got valuable insight from Dr. Kim about
how to balance a love for science with an interest in
clinical medicine.
</span>
<br class="AMainArticleText" />
<br class="AMainArticleText" />
</span>
<img
alt="Image2101"
src="https://images.roi-nj.com/wp-content/uploads/2017/12/medical-school-crop.jpg"
loading="lazy"
class="s24-willard-med-image2"
/>
<span class="s24-willard-med-text19">
<br class="AMainArticleText" />
<span class="AMainArticleText">
Most recently, the club met with Dr. Christopher Gabel,
a neuroscience researcher and lecturer at Boston
University Chobanian and Avedisian School of Medicine.
Dr. Gabel works with C. elegans, a species of worm,
about 1 millimeter in length, that is often used in the
development of drugs before testing on mice and
eventually humans. He explained to Rivers students how,
despite their size, C. elegans share a surprising amount
of genetic material with humans, and their short
lifespans allow for convenient observation in his lab.
Rivers students worked to interpret various charts of
light and electrical activity that Dr. Gabel uses to
monitor behavior of C. elegans neurons in response to
stimuli such as anesthesia and synapses, electrical
impulses that pass through neurons to trigger an action
in the body dictated by the brain. At the end of the
presentation, Dr. Gabel mentioned how surprised he was
to see that so many students enjoyed not only his work’s
practical applications in a doctor’s office or operating
room, but the process of running a lab and publishing
research as well.
</span>
<br class="s24-willard-med-text22" />
<br class="AMainArticleText" />
<span class="AMainArticleText">
Other speakers in MED Club this year have included Dr.
Patricia Barrios, a Rivers Spanish teacher and
Opthamologist from Bogotá, Colombia who discussed how
she became interested in eye surgery after working in a
military clinic serving indigenous peoples in the Amazon
rainforest, as well as Dr. Derek Stenquist ‘06, an
orthopedic trauma surgeon who discussed the connections
between orthopedic surgery and the carpentry that he
grew up learning from his dad. Many students also
recognized a familiar face when they met with Dylan
Keusch ‘19, a premedical student at Cornell who decided
to work as an EMT on Martha’s Vineyard and pursue
research and advising in the neurosurgery department at
Boston Children’s Hospital after receiving treatment for
a traumatic brain injury.
</span>
<br class="s24-willard-med-text25" />
<br class="AMainArticleText" />
</span>
<div class="s24-willard-med-quote">
<span class="s24-willard-med-text27 ArticlequoteRegular">
Both an engaging club and a Rivers extracurricular
institution, MED Club offers students a casual, informal
way to engage with the medical field.
</span>
</div>
<span class="s24-willard-med-text28">
<span></span>
<span class="AMainArticleText">
However, members of Rivers MED Club are not only meeting
medical professionals through classroom discussions. In
the fall, the club hosted pediatrician Dr. David Chung
to host a hands-on suturing workshop. With suture kits
in hand, students first practiced threading string
through cardboard cutouts of fun characters before
moving onto professional-quality skin pads. Even working
with cardboard cutouts, many found that the relaxed,
excited faces of the characters contrasted with the
difficulty of the task! We continued our interactive
programming with an on campus CPR certification, where
paramedic Jarrod MacKenzie administered the in-person
portion of the course with training dummies and practice
defibrillators that he set up in Revers. Finally, in
assemblies or on the lunch line, you may have seen MED
Club members helping out with our blood drive, whether
it be running the sign up table or brandishing
impressive jars of candy when selecting the winning
ticket for the raffle that all donors may enter.
</span>
<br class="s24-willard-med-text31" />
<br class="AMainArticleText" />
<span class="AMainArticleText">
Both an engaging club and a Rivers extracurricular
institution, MED Club offers students a casual, informal
way to engage with the medical field in an environment
where high school students can be hyper focused on
professionalism, competition, and, for lack of a better
word, having it all figured out. If you’d like to join
MED Club, reach out to one of our leaders, Jack Willard
([email protected]), Lexi Tower
([email protected]), or Ryan Ferguson
([email protected]) to be added to our email list
for the rest of the year. Also, make sure to look out
for the MED Club announcement and table at the club fair
in the fall!
</span>
<br class="s24-willard-med-text34" />
<br class="AMainArticleText" />
<br class="AMainArticleText" />
</span>
</div>
</div>
</div>
</div>
</div>
<div id="footer" class="s24-willard-med-footer">
<div class="s24-willard-med-contents">
<span class="s24-willard-med-text37">
<span class="s24-willard-med-text38">Contact Us</span>
<br />
</span>
<span class="s24-willard-med-text40">
<br />
<span>Co-founders:</span>
<br />
<span>Chelsea Yan: [email protected]</span>
<br />
<span>Joyce Do: [email protected]</span>
<br />
<br />
<span>Faculty Advisor:</span>
<br />
<span>Stewart Pierson: [email protected]</span>
</span>
</div>
<div class="s24-willard-med-contents1">
<span class="s24-willard-med-text52">
<span class="s24-willard-med-text53">About</span>
<br />
</span>
<span class="s24-willard-med-text55">
<br />
<span>
This website showcases the original written work of members of
Streamline. Streamline is a
</span>
<br />
<span>student-run magazine and club at The Rivers School.</span>
<br />
</span>
</div>
<img
alt="image"
src="public/Streamline/logo_1-600w.png"
class="s24-willard-med-image3"
/>
</div>
</div>
</div>
</div>
</body>
</html>