-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
141 lines (134 loc) · 6.44 KB
/
registration.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BCA Research Expo - Contact Us</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function () {
$("#header").load("header.html");
$("#nav").load("nav.html");
$("footer").load("footer.html");
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Monda:400,700|Titillium+Web:600" rel="stylesheet">
<link href="css/researchExpo.css" rel="stylesheet" type="text/css">
</head>
<!-- The start of everything visible on the page -->
<body>
<header id="header"></header> <!-- Header-->
<nav id="nav"></nav> <!-- Nav Bar -->
<!-- Begin main content section -->
<section id="subPages">
<article id="contact" title="Contact Us">
<h2 class="subpage_headings greenTextColor">Registration</h2>
<p>Our own ISEF-affiliated fair, the BCA Research Expo at Bergen County Academies, is now open for
registration. The premilinary round will be held on Sunday, March 1st and the finals will be on the
evening of Wednesday, March 11th. This change will enable BCA to highlight the extraordinary research
done by our students as well as provide more students with the opportunity to compete for a spot at the
Intel International Science and Engineering Fair that will take place this year in Pittsburgh,
Pennsylvania. Research teachers will be sharing more information with students in the upcoming weeks.
</p>
<p>It is our expectation that all students in BCA’s research program will complete the registration for
entry at one of the following levels of participation in The BCA Research Expo. Students may discuss
these options with their research teacher to determine which level is most appropriate:
<ol type="a" class="indented">
<li>Full poster presentation (local prizes as well as consideration for attending ISEF)</li>
<li>Full poster presentation (local prizes only)</li>
<li>Research Associate Division (local prizes only)</li>
</ol>
</p>
<p>To register for the Expo, the following forms must be completed, as indicated, by November 25th and can
be revised up until December 13th, 2019. <a target="_blank"
href="https://sspcdn.blob.core.windows.net/files/Documents/SEP/ISEF/2019/Forms/All.pdf">Forms can be
found and filled in by clicking here.</a></p>
<p class="importantNote"><span class="blueTextColor" style="font-weight: 900;">Important Note:</span> In
order to successfully complete the form, you <span class="blueTextColor"
style="font-weight: 900;">MUST</span> download the PDF, open the downloaded file with Acrobat, and
then save it. Only then can you add information to the fields, and save again every time before you
close the file to retain your information.</p>
<p>The following four forms must be completed as described below, by <strong>all</strong> students enrolled
in research. <strong>Students should then print the forms, obtain parental signature where indicated and
return the forms to their mentors who will help them complete the process.</strong> If your child is
engaged in off campus research, we encourage them to follow the registration procedures outlined in this
letter.
<ul class="indented">
<li>Checklist for Adult Sponsor (Completed by student and BCA research teacher)</li>
<li>Student Checklist 1A (Completed by student and mentor)</li>
<li>Research Plan/Project Summary – must accompany 1A (Completed by student and mentor)</li>
<li>Approval Form 1B (Completed and signed by student and parent)</li>
</ul>
</p>
<p>The following forms must be completed, as indicated, by all students except those who selected “Research
Associate Division” above. </p>
<ul class="indented">
<li>Form 1C (only for students who did research in a lab outside of BCA)</li>
<li>Qualified Scientist Form 2 (completed by mentor)</li>
<li>Risk Assessment Form (completed by student and mentor)</li>
<li>Human Participants Form 4 (only for Psychology research)</li>
<li>Vertebrate Animal 5A & 5B– (only for students who did research in a lab outside of BCA)</li>
<li>Potentially Hazardous Forms 6A & 6B (for Vertebrate Animal. Cell & Molecular projects only –
completed by student and mentor)</li>
<li>Continuation Projects Form 7 - If student’s current research was previously entered in an ISEF
affiliated Fair (completed by mentor and student)</li>
</ul>
</p>
<p>If your child is involved in research in any of the following areas, they should contact their BCA
research mentor:
<ul class="indented">
<li>Behavioral and Social Science</li>
<li>Biochemistry, Medicine, Health Science, Microbiology</li>
<li>Animal and Plant Sciences (Zoology and Botany)</li>
<li>Earth and Space Sciences</li>
<li>Engineering</li>
<li>Environmental Sciences</li>
<li>Mathematics and Computer Sciences</li>
<li>Physical Sciences (Chemistry and Physics)</li>
<li>Robotics</li>
<li>Bioinformatics</li>
</ul>
</p>
<p style="font-style:italic">For additional information please have your child contact their Research
mentor.<a class="forSmallDevices" href="#">Top of page</a></p>
</article>
</section>
<!-- end id "mainContent" -->
<!-- Begin aside section (right side of the page under the slides) -->
<footer id="footer"></footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/expo.js"></script>
<script src="js/rwdImageMaps.min.js"></script>
<script>
$(document).ready(function (e) {
$('img[usemap]').rwdImageMaps();
});
</script>
<script>
/*// DOM ready
$(function() {
// Create the dropdown base
$("<select />").appendTo("nav");
// Create default option "Go to..."
$("<option />", {
"selected": "selected",
"value" : "",
"text" : "Go to..."
}).appendTo("nav select");
// Populate dropdown with menu items
$("nav a").each(function() {
var el = $(this);
$("<option />", {
"value" : el.attr("href"),
"text" : el.text()
}).appendTo("nav select");
});
// To make dropdown actually work
$("nav select").change(function() {
window.location = $(this).find("option:selected").val();
});
});*/
</script>
</body>
</html>