-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·357 lines (324 loc) · 18.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Lom Linda University</a> will host the 2019 APSA Western Regional Meeting in Loma Linda, CA on Saturday, November 11, 2019. Registration is open to anyone interested in medicine, research, or both!">
<meta name="author" content="Tim Kennell, update: Christopher Sylvester">
<title>APSA WRM</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<link rel="icon" type="image/png" href="img/favicon.ico">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38792340-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-38792340-6');
</script>
</head>
<body id="page-top">
<!-- Navigation -->
<a class="menu-toggle rounded" href="#">
<i class="fa fa-bars"></i>
</a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a class="js-scroll-trigger" href="#page-top">APSA WRM</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#about">About</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#speakers">Speakers</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#schedule">Schedule</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#abstract">Abstract</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#location">Location</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#parking">Parking</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#Sponsors">Sponsors</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</nav>
<!-- Header -->
<header class="masthead d-flex">
<div class="container text-center my-auto">
<h1 class="mb-1" style="color: #fff; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;">APSA is coming to Loma Linda!</h1>
<h3 class="mb-5" style="color: #fff; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;">
<em>Register now for the Western Regional Meeting of the American Physician Scientists Association!</em>
</h3>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="https://docs.google.com/forms/d/e/1FAIpQLSc2LBwYvl2abiGRxTuxuEBe7hZsHhJr-x9zzzgyuqyavQ5Uiw/viewform?usp=sf_link ">Register for Free!</a>
<!-- <h3 class="mb-5" style="color: #fff; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;">
<br><em>Registration deadline is September 20th!</em>
</h3> -->
</div>
<div class="overlay"></div>
</header>
<!-- About -->
<section class="content-section bg-light" id="about">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>Join us at Loma Linda University!</h2>
<p class="lead mb-5">
The <a href="https://medicine.llu.edu/">Loma Linda University School of Medicine Medical Scientist Program</a> will host the 2019 APSA Western Regional Meeting in Loma Linda, CA on Sunday, November 17, 2019. Registration is open to anyone with an interest in medicine, research, or a career as a physician scientist. The conference welcomes all trainees in MD/PhD, DO/PhD, MD, DO, health sciences graduate programs, as well as undergraduate students interested in learning more about medical careers and research. All interested participants at all institutions are welcome regardless of APSA membership. <a href="https://docs.google.com/forms/d/e/1FAIpQLSc2LBwYvl2abiGRxTuxuEBe7hZsHhJr-x9zzzgyuqyavQ5Uiw/viewform?usp=sf_link">HERE</a> to register. Registration for the conference is FREE for all attendees. Presenting a Flash Talk is not required but encouraged.
</p>
<p class="lead" style="margin-bottom: 25px;">
Don't miss out on an opportunity to discuss cutting edge research and gain invaluable advice from experienced physician-scientists. Registration is <strong>free</strong>, so sign up today! We look forward to seeing you!</p>
<p class="lead" style="margin-bottom: 0px;"> Abstract Deadline: November 9</p>
<p class="lead" style="margin-bottom: 25px;"> Registration Deadline: November 11</p>
<a class="btn btn-primary btn-xl" href="https://docs.google.com/forms/d/e/1FAIpQLSc2LBwYvl2abiGRxTuxuEBe7hZsHhJr-x9zzzgyuqyavQ5Uiw/viewform?usp=sf_link ">Register for Free!</a>
</p>
</div>
</div>
</div>
</section>
<section class="content-section bg-primary text-white" id="speakers">
<div class="container text-center">
<div class="content-section-heading">
<br>
<h2 class="mb-5"><br>Keynote Speakers</h2>
</div>
<div class="row" align="left">
<div class="col-lg-10 mx-auto">
<img src="img/reeves.jpg" alt="Mark Reeves, MD, PhD" height="500" align="left" style="padding:20px;"> <!-- for speaker headshot-->
<p class="lead mb-5">
<strong><b>Mark Reeves, MD, PhD</b></strong>
</br> Mark Reeves has been interested in cancer for as long as he can remember. After graduating with a degree in biochemistry from La Sierra University, he started his medical training at Loma Linda University. Between his second and third years of medical school, he completed a PhD in Molecular Oncology in the Department of Biochemistry at UCLA. He then returned to Loma Linda University to complete medical school. He completed residency training in Surgery at Loma Linda University, interrupting this for a post-doctoral Surgical Oncology fellowship with Steve Rosenberg at the National Cancer Institute. He then finished his training with another fellowship in Surgical Oncology at the Memorial Sloan Kettering Cancer Center with Murray Brennan.
</br> Since returning to Loma Linda University, he has served in a number of leadership roles that have given him the opportunity to recruit talent to the University. At various times, he has served as the Program Director of the Surgery Residency, the Chief of Medical Oncology, the Director of the Cancer Center, and the Vice President for Institutes. As a surgical oncologist, he leads the Liver Oncology program at the LLU Cancer Center, and also the Surgical Oncology program at the VA Loma Linda Healthcare System. He also oversees an active Surgical Oncology Laboratory, and has published numerous articles in the field of oncology. In addition, he is responsible for LLU’s 13 Institutes as the Vice President for Institutes. As its Director, he is currently leading the Cancer Center on a disciplined pathway towards NCI designation as a Comprehensive Cancer Center.
</div>
</div>
</div>
</section>
<!-- Schedule -->
<section class="content-section bg-light" id="schedule">
<div class="container">
<div class="row" align="left">
<br>
<div class="col-xs-12 col-md-12 col-xlg-12">
<h3>Schedule</h3>
<p class="lead">Dress Code: Business Casual</p>
</div>
</div>
<div class="row" align="left">
<br>
<div class="col-xs-12 col-md-12 col-xlg-12">
<h4><strong>Sunday, November 17, 2019</strong></h4>
</div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>9:00 AM - 10:00 AM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Registration and Refreshments</strong></div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>10:00 AM - 10:05 AM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Opening Remarks</strong></div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>10:05 AM - 10:15 AM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>APSA Welcome</strong></div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>10:15 AM - 10:45 AM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"> Perspectives on hiring physician-scietnists and a successful career as a physician-scientist
<ul>
<li>Julia Weidmeier, MD, MPH, PGY3 Internal Medicine Clinic at Mayo Clinic, Hematology/Oncology Research</li>
<li>Lenore Ackman, MD, PhD, Surgeon-Scientist and Assistant Professor at Cedar Sinai</li>
<li>Olujimi A Ajijola, MD, PhD, Electrophysiologist and Program Director for the STAR Program at UCLA</li>
</ul>
</div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>10:45 AM - 11:25 AM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Keynote Address</strong>: Mark Reeves, MD, PhD</div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>11:30 AM - 12:15 PM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Flash Talks</strong>
</div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>12:15 PM - 1:15 PM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Lunch</strong></div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>1:15 PM - 2:00 PM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Keynote Address</strong>: Penelope Duerksen-Hughes, PhD</div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>2:00 PM - 3:00 PM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Breakout Session</strong>: Hiring as a physician-scientist & Continuing research beyond medical school
<ul>
<li>Mark Reeves, MD, PhD, Surgeon-Oncologist and Director of the Cancer Center at Loma Linda University</li>
<li>Kerby Oberg, MD, PhD, Pathologist, Researcher, and Vice Chair of Pathology and Human Anatomy at Loma Linda University</li>
<li>Steve Lee, MD, PhD, Associate Professor and Vice Chair, Otolaryngology & Head/Neck Surgery</li>
<li>Julia Weidmeier, MD, MPH, PGY3 Internal Medicine Clinic at Mayo Clinic, Hematology/Oncology Research</li>
</ul>
</ul>
</div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>3:00 PM - 4:00 PM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Student Oral Presentations</strong></div>
</div>
<div class="row" align="left">
<div class="col-xs-3 col-sm-3 col-md-3 col-xlg-3"><strong>4:00 PM - 4:15 PM</strong></div>
<div class="col-xs-9 col-sm-9 col-md-9 col-xlg-9"><strong>Closing Remarks</strong>
</div>
</div>
</section>
<!-- Abstracts -->
<section class="content-section bg-primary text-white" id="abstract">
<div class="container">
<div class="content-section-heading">
<h2 class="mb-5"><br>Abstracts and Flash Talks</h2>
</div>
<p class= "lead">All participants are encouraged to submit abstracts for the conference Flash Talk presentations. Abstracts will NOT be published and will only be used for the selection of the Flash Talk presenters.</p>
<p class= "lead"><strong>Guidlines</strong>: Flash Talks have a maximum duration of three minutes in length and no more than three slides per talk. The goal of the Flash Talk is to present research topics of current physician-scientist trainees and provide networking opportunities for future collaborations. There is also an opportunity to be selected for an Oral Presentation that is 10 minutes in duration.</p>
<p class= "lead">Specific instructions regarding format and slide submission will be emailed with selection notice.</p>
<P class= "lead"><strong>Abstract submission deadline is November 9, 2019.</strong></P>
<p class= "lead">Abstract Categories:
<ul>
<li>Biochemistry and Molecular Biology</li>
<li>Pathology</li>
<li>Molecular Microbiology and Immunology</li>
<li>Pharmacology and Physiology</li>
<li>Clinical Research</li>
<li>Social Sciences and Humanities</li>
</ul></p>
<!-- graphical guidelines
<h3>Guidelines</h3>
<div class="row" style="margin-top: 40px">
<div class="col-md-6 text-center">
<img src="img/page.svg" alt="abstract word limit" class="img-responsive" style="max-height: 200px">
<p class="lead" style="margin-top: 40px">300 Word Lim <!-- Global site tag (gtag.js) - Google Analytics
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38792340-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-38792340-6');
</script>it</p>
</div>
<div class="col-md-6 text-center">
<img src="img/poster.svg" alt="poster dimensions" class="img-responsive" style="max-height: 250px">
<p class="lead" style="margin-top: 40px">Poster Dimensions 30 in. X 40 in.</p>
</div>
</div>
-->
<div class="text-center" style="margin-top: 100px">
<h3>Submit while registering!</h3>
<a class="btn btn-light btn-xl" href="https://docs.google.com/forms/d/e/1FAIpQLSc2LBwYvl2abiGRxTuxuEBe7hZsHhJr-x9zzzgyuqyavQ5Uiw/viewform?usp=sf_link ">Register Today</a>
</div>
</div>
</section>
<!-- Map -->
<div class="container" id="location">
<div class="content-section-heading">
<h2 class="mb-5"><br>Location</h2>
</div>
</div>
<section class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13222.97789768488!2d-117.2641767!3d34.0504252!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xe2c04f6c3f3782ff!2sWong%20Kerlee%20International%20Conference%20Center!5e0!3m2!1sen!2sus!4v1571596328738!5m2!1sen!2sus" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen></iframe>
</section>
<!-- Parking -->
<section class="content-section bg-light" id="parking">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>Parking</h2>
<p class="lead mb-5">
Free parking is available a couple blocks down Campus Street at Parking Lot X behind the Centennial Complex, 24760 Stewart St, Loma Linda, CA 92354.
</p>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section class="content-section bg-primary text-white" id="sponsors">
<div class="container">
<div class="content-section-heading">
<h2 class="mb-5"><br>Sponsors</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12">
<br><br>
<a href="https://www.jci.org/"><img src="img/jci-insight-combined.jpg" alt="JCI" height="100"></a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12">
<br><br>
<a href="http://physicianscientists.org"><img src="img/apsa_logo.png" alt="APSA" height="100"></a>
</div>
</div>
</div>
</div>
</section>
<!----
<section class="content-section bg-primary text-white" id="sponsors">
<div class="container">
<div class="content-section-heading">
<h2 class="mb-5"><br>Financial Support</h2></div>
<strong>The Loma Linda University APSA is grateful for the support from the following:</strong>
<ul>
<li>Loma Linda University School of Medicine</li>
<li>American Physician Scientist Association</li>
<li>Journal of Clinical Investigation Insight</li>
</ul>
</section> -->
<!-- Footer -->
<footer class="footer text-center" id="contact">
<div class="container">
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.facebook.com/physicianscientists/">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://twitter.com/A_P_S_A">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" href="mailto:lillian.zhang@physicianscientists.org">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
<p class="text-muted small mb-0">Copyright © APSA 2018</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fa fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>
>