-
Notifications
You must be signed in to change notification settings - Fork 16
/
faq.html
557 lines (531 loc) · 36.3 KB
/
faq.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
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>ROHP 2024</title>
<!-- favicon -->
<link href="img/favicon.jpg" rel="icon">
<!-- web-fonts -->
<link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet"
type="text/css">
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400&display=swap"
rel="stylesheet" type="text/css">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style CSS -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/accordion.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<div id="overlay"></div>
<div id="main-wrapper">
<!-- Page Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<header class="header">
<!-- Navigation -->
<nav class="navbar main-menu" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-main-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand page-scroll" href="#page-top"><img src="img/logo.png" alt=""></a> -->
</div>
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" width="144" height="60" alt="">
</a>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse"
style="padding-top: 15px">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden"><a href="#page-top"></a></li>
<li><a href="index.html">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#"
role="button" aria-haspopup="true"
aria-expanded="false">Agenda</a>
<div class="dropdown-menu">
<a class="dropdown-item darkcolor"
href="agenda_virtual.html">Virtual</a>
<a class="dropdown-item darkcolor"
href="agenda_overnight.html">Overnight</a>
</div>
</li>
<li><a href="registration.html">Registration</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle btn-selected"
data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Resources</a>
<div class="dropdown-menu">
<a class="dropdown-item darkcolor" href="faq.html">FAQ</a>
<a class="dropdown-item darkcolor" href="housing.html">Housing
Tours</a>
</div>
</li>
<li><a href="committee.html">Committee</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- .nav -->
</header>
<!-- .about-event -->
<section id="section-venue" class="section-wrapper gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>FAQs</h1>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="accordion">
<div class="accordion-section">
<a class="accordion-section-title"
href="#accordion-1">The virtual programs are very
long. Do I
have to attend all of it?</a>
<div id="accordion-1" class="accordion-section-content">
<p class="darkcolor">Throughout the program, we will
be having
official stretch breaks and a dinner break to
avoid Zoom fatigue as much as possible. You will
not need to show your face or turn on your
camera during the Zoom call unless you are in a
breakout room interacting with the ROHP
committee members, your matched host, or other
fellow high school students. We do
<strong>highly encourage</strong> that everyone
attending
our programs
stay on the call for the whole night and morning
because we do not want you to miss out on any
valuable, exclusive information about Berkeley
and the Scholarship.
</p>
</div>
<a class="accordion-section-title"
href="#accordion-2">In what time zone will these
programs be held? What time should I enter the Zoom
link?</a>
<div id="accordion-2" class="accordion-section-content">
<p class="darkcolor">All the programs will be held
at Pacific Standard Time (PST). For the virtual programs,
we recommend that you come at least 5-10 minutes
early for both the night and morning portions
and stay in the waiting room to
ensure that your Zoom software is working
properly. </p>
</div>
<a class="accordion-section-title" href="#accordion-3">I
no longer want to attend ROHP but I have already
registered on Typeform. What should I do?</a>
<div id="accordion-3" class="accordion-section-content">
<p class="darkcolor">Please email us at
[email protected] ASAP
so we can let others who want to attend off the
waitlist. We understand that last-minute
emergencies may arise, but we would highly
prefer that you notify us at least 1 week in
advance of your registration cancellation.</p>
</div>
<a class="accordion-section-title"
href="#accordion-4">When
will I be notified that I'm off the waitlist?</a>
<div id="accordion-4" class="accordion-section-content">
<p class="darkcolor"> We will do our best to notify
you through your
email
that you are off the waitlist less than 5 days
before the program. In years past, we have
notified
students the day before the program; therefore,
it
is crucial that you check your email at least
once a
day. </p>
</div>
<a class="accordion-section-title"
href="#accordion-5">Will
I get off the waitlist?</a>
<div id="accordion-5" class="accordion-section-content">
<p class="darkcolor">If you are NOT within the first
5 to 10 spots on
the
waitlist of each program date, it is
<strong>unlikely that you will be given a
spot.</strong> Due to high demand, spaces
fill
up very quickly and priority will be given to
those
who are first on the waitlist for each program
date
and respond promptly to our invitation. We
encourage
you to look at other ROHP dates if your top
choice
is full. If you are interested in being on the
waitlist for multiple dates, you will need to
fill
the Guest Waitlist Typeform multiple times for
each
program date you are interested in.
</p>
</div>
<a class="accordion-section-title"
href="#accordion-6">What
is my position on the waitlist?</a>
<div id="accordion-6" class="accordion-section-content">
<p class="darkcolor">Unfortunately, we do not reveal
your waitlist
position publicly due to privacy reasons.
However,
if you contact us at [email protected],
we
will respond to you with your current waitlist
number for each program date.</p>
</div>
<a class="accordion-section-title"
href="#accordion-7">What
should my parents do?</a>
<div id="accordion-7" class="accordion-section-content">
<p class="darkcolor">We do not have additional
programming for
parents/guardians. These programs are organized
for
only student participation and engagement. If
your
parent(s)/guardian(s) are interested in
listening in
on the program or participating in any of the
program activities,
<strong>parent(s)/guardian(s)
are welcome to join their student in the
major-specific focus tours that are held
during
the morning portion of the program
</strong>.
A few select programs
may have a parent/guardian panel where
parent(s)/guardian(s) of current Regents'
Scholars
and the Scholarship Office will help answer
questions related to Financial Aid or
parent/guardian participation in RCSA. Your
parent(s)/guardian(s) are encouraged to attend
these
panels.
</p>
</div>
<a class="accordion-section-title"
href="#accordion-8">If
I'm not a Regents' Scholarship candidate, can I
still
register?</a>
<div id="accordion-8" class="accordion-section-content">
<p class="darkcolor">Unfortunately, ROHP is
available only to
prospective
Regents' Scholars, as we are directly funded by
the
Regents' and Chancellor's Scholars Association
and
the Scholarship Office. We will triple-check the
sign-up list before the programs to ensure that
you
are a Regents' and Chancellor's Scholar
candidate.
If you are not a candidate, we unfortunately
cannot
send you a Zoom link or match you with a host.
</p>
</div>
<a class="accordion-section-title"
href="#accordion-9">How
much does ROHP cost?</a>
<div id="accordion-9" class="accordion-section-content">
<p class="darkcolor">ROHP is free of charge to all
of our attendees,
and
we work hard to keep it this way! You will need
to
download the free Zoom software and create a
free
Zoom account to access our virtual programs.
For the in-person programs, food and lodging for
the entire duration are covered but travel costs
will not be covered or reimbursed.</p>
</div>
<a class="accordion-section-title"
href="#accordion-10">Are
all of the offered ROHP dates the same?</a>
<div id="accordion-10"
class="accordion-section-content">
<p class="darkcolor">No. This year, we will be
offering 2 types of programs: virtual and
in-person. Though most of the activities we will
be
doing are the same or very similar, some
activities, such as the campus/focus tours, will
be held in-person in groups versus online
through videos.
The biggest differences are the order of the
activities, as well as the hosting events for
virtual versus in-person. Virtual programs will
allow hosts and guests to meet in break-out
rooms, while in-person programs will have a
physical ovenight sleepover component.
In lieu of this, virtual
programs will give prospective scholars a
glimpse at Berkeley life through the event, “The
Berkeley Experience”, which will be a virtual
program-only event.
However, all virtual programs and all in-person
programs will follow an essentially similar
schedule, save for the performance groups,
professors, and student panels, which will
differ between every program. To see general
schedules of overnight and virtual programs, see
the <a href="agenda_virtual.html">virtual</a>
and <a href="agenda_overnight.html">Overnight</a>
agenda pages for more info.
</p>
</div>
<a class="accordion-section-title"
href="#accordion-11">ROHP
is full! Is there any way I can still learn about
Berkeley and the Scholarship?</a>
<div id="accordion-11"
class="accordion-section-content">
<p class="darkcolor">Of course! You are welcome to
visit to Berkeley
after
the pandemic, speak to the Scholarship Office,
and
take a virtual-guided campus tour. Additionally,
Cal
has a number of other general overnight host
programs, including the Overnight Stay Program
(OSP), which may be able to accommodate you.</p>
</div>
<a class="accordion-section-title"
href="#accordion-12">If we are attending an
in-person
program, what stuff should we bring?</a>
<div id="accordion-12"
class="accordion-section-content">
<p class="darkcolor"> We recommend looking at our <a
href="img/packinglist.png">packing list</a>
to get an idea of what to bring!
</p>
</div>
<a class="accordion-section-title"
href="#accordion-13">I
really can't find the answer to my question on this
website or the FAQs…</a>
<div id="accordion-13"
class="accordion-section-content">
<p class="darkcolor">Email us at
[email protected]. We may
take a
few business days to reply (we're full-time
students
too!)</p>
</div>
<a class="accordion-section-title"
href="#accordion-14">What are some safety and
wellness resources for students at UC Berkeley?</a>
<div id="accordion-14"
class="accordion-section-content">
<p class="darkcolor">
<strong>1. PATH to Care</strong>
<ul class="darkcolor">24/7 Line: (510) 643-2005</ul>
<ul class="darkcolor"><a target="_blank"
href="https://care.berkeley.edu/">https://care.berkeley.edu/</a>
</ul>
</p>
<p class="darkcolor">
<strong>2. Counseling and Psychological Services
(CAPS)</strong>
<ul class="darkcolor">General: (510) 642-9494</ul>
<ul class="darkcolor">24/7 Support Line: (855)
817-5667</ul>
<ul class="darkcolor"><a target="_blank"
href="uhs.berkeley.edu/caps">uhs.berkeley.edu/caps</a>
</ul>
</p>
<p class="darkcolor">
<strong>3. Night Safety Services</strong>
<ul class="darkcolor">Night Safety Shuttle, Bear
Walk, Blue Light System, Door-to-Door</ul>
<ul class="darkcolor"><a target="_blank"
href="https://nightsafety.berkeley.edu/home">https://nightsafety.berkeley.edu/home</a>
</ul>
</p>
</div>
<a class="accordion-section-title"
href="#accordion-15">What are the COVID-19 health
and safety protocols for the overnight programs?</a>
<div id="accordion-15"
class="accordion-section-content">
<p class="darkcolor"> We are always monitoring the
COVID-19 situation here at Berkeley. For
preliminary measures, we require non-cloth
surgical masks for all participants.
Please feel free to contact us at
[email protected] for the latest
COVID-19 information.
</p>
</div>
<!--end .accordion-section-content-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- .about-event -->
<!--
<section id="section-covid" class="section-wrapper about-event">
<div id="housing" class="container">
<div class="row">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<div class="row">
<div class="col-xs-12 text-center">
<h1 class="darkcolor">HOUSING TOURS</h1>
<p class="darkcolor">Take a look at the following videos
to learn more about Berkeley and some of the housing
options
that Scholars choose!
</div>
</div>
<div class="row" style="padding-bottom: 0px !important">
<div class="col-sm-8 col-sm-offset-2">
<div id="random_number1"
class="carousel slide youtube-carousel"
data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="video-container item active">
<div class="youtube-video" id='CEAvNETkC5A'>
</div>
</div>
<div class="video-container item">
<div class="youtube-video" id='M5bPQNFYbm8'>
</div>
</div>
</div>
<div class="controls">
<a class="left carousel-control"
href="#random_number1" data-slide="prev">
<div class="left-button">
<div
class="glyphicon glyphicon-chevron-left">
</div>
</div>
</a>
<a class="right carousel-control"
href="#random_number1" data-slide="next">
<div class="right-button">
<div
class="glyphicon glyphicon-chevron-right">
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- <section class="section-wrapper gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>Any Other Questions?</h1>
</div>
<p class="center">Email us at <a target="_blank"
href="mailto:[email protected]">[email protected]</a>
</p>
<!-- <form id="contactForm" class="subscribe-form form-inline" action="sendemail.php" method="POST">
<div class="form-group">
<label for="emailTwo" class="sr-only">Email</label>
<input type="email" class="form-control input-lg" required="" id="emailTwo" name="email" placeholder="Enter your email address">
</div>
<button type="submit" class="btn btn-primary btn-lg">SUBSCRIBE</button>
</form> -->
</div>
</div>
</div>
</section> -->
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<!--<script src="js/one-page-nav.js"></script>-->
<script src="js/scripts.js"></script>
<script src="js/youtube.js"></script>
<script src="js/accordion.js"></script>
<script src="js/agenda.js"></script>
<footer class="footer">
<div class="copytext text-center darkcolor">
<div class="copyright-section">
<div class="container">
<div class="col-md-12">
<div class="copytext text-center darkcolor"
style="padding-left: 95px !important; padding-top: 30px; padding-bottom: 30px">
COPYRIGHT © ROHP 2024. ALL RIGHTS RESERVED.
<a target="_blank" href="https://www.ocf.berkeley.edu"><img
src="https://www.ocf.berkeley.edu/hosting-logos/ocfbadge_mini8darkglow.png"
alt="Hosted by the OCF" style="border: 0;" id="ocf" /></a>
</div>
</div>
</div>
</div>
<p class="copytext text-center darkcolor">Follow us on Facebook <a target="_blank"
href="https://www.facebook.com/rohpberkeley">@rohpberkeley</a></p>
<p class="copytext text-center darkcolor">Follow us on Instagram <a target="_blank"
href="https://www.instagram.com/berkeleyrohp/">@berkeleyrohp</a></p>
<p class="copytext text-center darkcolor">Follow us on TikTok <a target="_blank"
href="https://vm.tiktok.com/ZMe1jKwFd/">@berkeleyrohp</a></p>
</div>
<!-- .container -->
</div>
<!-- .copyright-section -->
</footer>
</body>
</html>