-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (297 loc) · 16.4 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
<!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">
<title>TBH</title>
<link rel="icon" href="tbh-logo.ico"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./css/bootstrap-5.0.2.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js" integrity="sha512-2rNj2KJ+D8s1ceNasTIex6z4HWyOnEYLVC3FigGOmyQCZc2eBXKgOxQmo3oKLHyfcj53uz4QMsRCWNbLd32Q1g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.2/js/bootstrap.min.js" integrity="sha512-a6ctI6w1kg3J4dSjknHj3aWLEbjitAXAjLDRUxo2wyYmDFRcz2RJuQr5M3Kt8O/TtUSp8n2rAyaXYy1sjoKmrQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Countdown script -->
<script>
// Set the date we're counting down to
var countDownDate = new Date("August 30, 2024 23:59:59").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result
document.getElementById("demo").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "See you again next year!";
}
}, 1000);
</script>
</head>
<body>
<div id="tbh-nav"></div>
<div class="jumbotron-fluid jumbotron-landing mb-5">
<img src="./img/tbh-logo-09.png" class="img-fluid mx-5" width="500" alt="Logo">
<h2 class="text-light mx-5">September 27 - 29, 2024</h2>
<h2 class="text-light mt-3" id="demo"></h2>
</div>
<hr>
<div class="container my-5 d-none d-lg-block">
<div class="row align-middle">
<div class="col-6 my-auto">
<img src="img/hackathon-2024/group-2024.jpg" class="img-fluid" alt="Group photo of 2024 hackathon participants, organizers, and judges">
</div>
<div class="col-6 my-auto">
<p>
The Toronto Bioinformatics Hackathon is a student-led computational biology hackathon, bringing together early career bioinformaticians, molecular biologists, statisticians, and computer scientists from Toronto’s Discovery District to complete interdisciplinary projects that emphasize computational and entrepreneurial thinking.<br><br>In partnership with the Terrence Donnelly Centre and the Temerty Faculty of Medicine's Computational Biology in Molecular Genetics program, our participants will collaborate to propose innovative solutions to key challenges in computational biology with commercialization potential.<br><br>
<strong>
Date: Friday September 27th to Sunday September 29th, 2024<br>
Location: Terrence Donnelly Centre for Cellular & Biomolecular Research<br>
160 College St, Toronto, Canada
</strong>
<br>
<a href="./docs/TBH_Program_2024.pdf" class="btn tbh-btn mt-4" role="button" target="_blank">View our program</a>
</p>
</div>
</div>
</div>
<div class="container my-5 d-lg-none">
<div class="row" align="center">
<div class="col-12">
<p>
The Toronto Bioinformatics Hackathon is a student-led computational biology hackathon, bringing together early career bioinformaticians, molecular biologists, statisticians, and computer scientists from Toronto’s Discovery District to complete interdisciplinary projects that emphasize computational and entrepreneurial thinking.<br><br>In partnership with the Terrence Donnelly Centre and the Temerty Faculty of Medicine's Computational Biology in Molecular Genetics program, our participants will collaborate to propose innovative solutions to key challenges in computational biology with commercialization potential.<br><br>
<strong>
Date: Friday September 27th to Sunday September 29th, 2024<br>
Location: Terrence Donnelly Centre for Cellular & Biomolecular Research<br>
160 College St, Toronto, Canada
</strong>
</p>
<img src="img/venue/ccbr-01.jpg" class="img-fluid mt-5" alt="Terrence Donnelly Centre (hackathon venue)">
</div>
</div>
</div>
<hr>
<div class="container-fluid window my-5">
<div class="row justify-content-center py-5">
<div class="col-12" align="center">
<h3 align="center">Read about us in the Donnelly Centre News!</h3>
<a href="https://thedonnellycentre.utoronto.ca/news/donnelly-centre-students-organize-torontos-first-bioinformatics-hackathon" class="btn tbh-btn-outline mt-3" role="button" target="_blank">Visit article</a>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="row">
<div class="col-12">
<h1 align="center">Meet the judges</h1>
<p align="center">Our expert judges are bringing their experience and insight to spotlight our participants' innovative solutions.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-2 col-md-6 col-sm-12" align="center">
<img src="./img/headshots/A_Goeva_blue.png" class="img-fluid mt-5" alt="">
<h5 class="mt-3">Dr. Aleksandrina<br>Goeva</h5>
<p>Assistant Professor of Computational Biology</p>
<p>University of Toronto</p>
</div>
<div class="col-lg-2 col-md-6 col-sm-12" align="center">
<img src="./img/headshots/A_Shkurin_blue.png" class="img-fluid mt-5" alt="">
<h5 class="mt-3">Dr. Aleksei<br>Shkurin</h5>
<p>AI Lead</p>
<p>Invisible Technologies</p>
</div>
<div class="col-lg-2 col-md-6 col-sm-12" align="center">
<img src="./img/headshots/O_Whitley_blue.png" class="img-fluid mt-5" alt="">
<h5 class="mt-3">Dr. Owen<br>Whitley</h5>
<p>Computational Biologist</p>
<p>Roche Canada</p>
</div>
<div class="col-lg-2 col-md-6 col-sm-12" align="center">
<img src="./img/headshots/J_Fine_blue.png" class="img-fluid mt-5" alt="">
<h5 class="mt-3">Jacob<br>Fine</h5>
<p>PhD Student in Computational Biology</p>
<p>University of Toronto</p>
</div>
<div class="col-lg-2 col-md-6 col-sm-12" align="center">
<img src="./img/headshots/E_Afanasiev_blue.png" class="img-fluid mt-5" alt="">
<h5 class="mt-3">Elia<br>Afanasiev</h5>
<p>Master's Student in Neuroscience</p>
<p>McGill University</p>
</div>
</div>
</div>
<hr>
<div class="container my-5 d-none d-lg-block">
<div class="row">
<div class="col-12">
<h1 align="center">Powered by</h1>
<p align="center">A huge thank you to our sponsors and supporters - we couldn't do this without you!</p>
</div>
</div>
<div class="row justify-content-between mt-3 px-5">
<div class="col-md-3 px-0 my-auto">
<img src="./img/logos/ccbr.png" class="img-fluid" alt="">
</div>
<div class="col-md-3 px-0 my-auto">
<img src="./img/logos/mogen.png" class="img-fluid" alt="">
</div>
<div class="col-md-3 px-4 my-auto">
<img src="./img/logos/dg.png" class="img-fluid" alt="">
</div>
</div>
<div class="row justify-content-center mt-5 px-5">
<div class="col-md-3 px-3 my-auto" align="center">
<img src="./img/logos/csb.png" class="img-fluid w-75" alt="">
</div>
<div class="col-md-4 px-1 my-auto" align="center">
<img src="./img/logos/da-horizontal.png" class="img-fluid" alt="">
</div>
</div>
<div class="row justify-content-center mt-5 px-5">
<div class="col-md-3 px-0 my-auto">
<img src="./img/logos/wolfram.png" class="img-fluid" alt="">
</div>
<div class="col-md-3 px-0 my-auto" align="center">
<img src="./img/logos/bioinformatics.jpg" class="img-fluid w-75" alt="">
</div>
</div>
<div class="row justify-content-center mt-5 px-5">
<div class="col-md-6 px-0 my-auto">
<img src="./img/logos/gbb.png" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="container d-lg-none">
<div class="row">
<div class="col-12">
<h1 align="center">Powered by</h1>
<p align="center">A huge thank you to our sponsors and supporters - we couldn't do this without you!</p>
</div>
</div>
<div class="row">
<div class="col-10 mt-5 mx-auto">
<img src="./img/logos/ccbr.png" class="img-fluid" alt="">
</div>
<div class="col-10 mt-5 mx-auto">
<img src="./img/logos/mogen.png" class="img-fluid" alt="">
</div>
<div class="col-10 mt-5 px-5 mx-auto">
<img src="./img/logos/dg.png" class="img-fluid" alt="">
</div>
<div class="col-10 mt-5 mb-3 px-5 mx-auto">
<img src="./img/logos/csb.png" class="img-fluid" alt="">
</div>
<div class="col-10 mt-5 px-5 mx-auto">
<img src="./img/logos/da-vertical.png" class="img-fluid" alt="">
</div>
<div class="col-10 mt-5 mx-auto">
<img src="./img/logos/wolfram.png" class="img-fluid" alt="">
</div>
<div class="col-10 mt-5 px-4 mx-auto">
<img src="./img/logos/bioinformatics.jpg" class="img-fluid" alt="">
</div>
<div class="col-10 mt-5 px-2 mx-auto">
<img src="./img/logos/gbb.png" class="img-fluid" alt="">
</div>
</div>
</div>
<hr>
<div class="container my-5">
<div class="row">
<div class="col-12">
<h1 align="center">Code of Conduct</h1>
<p align="center">
We are committed to organizing an enjoyable experience for all our participants. This is essential for fostering a community that is welcoming and inclusive. Discrimination and/or harassment on the basis of any kind will therefore not be tolerated. By participating in this hackathon, you agree to abide by this Code of Conduct.
</p>
<h3 class="mt-5" align="center">Our Principles</h3>
<p class="mt-3">
<strong>Respect and Inclusivity: </strong>We are committed to providing a positive and inclusive experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, or religion.
</p>
<p class="mt-3">
<strong>Open Communication: </strong>Foster a community where everyone feels comfortable sharing their ideas and opinions without fear of harassment or criticism. Constructive feedback is encouraged, but it should be delivered with respect.
</p>
<p class="mt-3">
<strong>Collaboration and Support: </strong>Encourage collaboration and help others whenever possible. Our collective goal is to innovate and learn together.
</p>
<h3 class="mt-5" align="center">Unacceptable Behavior</h3>
<p class="mt-3">
<strong>Harassment and Bullying: </strong>This includes offensive verbal comments, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of events, inappropriate physical contact, and unwelcome sexual attention.
</p>
<p class="mt-3">
<strong>Exclusionary Behavior: </strong>Discouraging or excluding others from participating in discussions, projects, or social activities based on their personal attributes or choices.
</p>
<p class="mt-3">
<strong>Dishonesty: </strong>Plagiarism, unauthorized use of others' code or ideas, and other forms of cheating are strictly prohibited.
</p>
<p class="mt-5" align="center">
If you witness or experience any behavior that violates this code, please report it immediately. You can contact hackathon staff in person, through the <a href="contact.html">contact form</a> on our website, or by emailing [email protected].
</p>
<p class="mt-3" align="center">
We value the safety and well-being of our participants. All reports will be taken seriously and handled with respect and discretion.
</p>
<p class="mt-3" align="center">
Participants asked to stop any harassing behavior are expected to comply immediately. Violating these rules may result in the perpetrating participant being asked to leave the event at the sole discretion of the event organizers.
</p>
</div>
</div>
</div>
<hr>
<div id="sponsor-cta"></div>
<div id="footer"></div>
<!-- Load navigation menu -->
<script>
var xhttp_nav = new XMLHttpRequest();
xhttp_nav.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
// Insert the navbar into the DOM
document.getElementById("tbh-nav").innerHTML = xhttp_nav.responseText;
// Now that the navbar is loaded, add the scroll event listener
const navColour = document.querySelector("#tbh-nav");
window.addEventListener("scroll", () => {
if (window.scrollY >= 56) {
// Add the solid background (bg-* class) and navbar-scrolled class
navColour.classList.add("navbar-scrolled", "bg-blue");
} else {
// Remove the background and navbar-scrolled class to make it transparent
navColour.classList.remove("navbar-scrolled", "bg-blue");
}
});
}
};
xhttp_nav.open("GET", "./nav.html", true);
xhttp_nav.send();
</script>
<!-- Load sponsorship CTA -->
<script>
var xhttp_sponsor = new XMLHttpRequest();
xhttp_sponsor.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("sponsor-cta").innerHTML = xhttp_sponsor.responseText;
}
};
xhttp_sponsor.open("GET", "./sponsor-cta.html", true);
xhttp_sponsor.send();
</script>
<!-- Load footer -->
<script>
var xhttp_footer = new XMLHttpRequest();
xhttp_footer.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("footer").innerHTML = xhttp_footer.responseText;
}
};
xhttp_footer.open("GET", "./footer.html", true);
xhttp_footer.send();
</script>
</body>
</html>