-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
506 lines (446 loc) · 20.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Welcome to iGEM Stockholm.">
<title>iGEM Stockholm</title>
<link rel="icon" href="image/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href= "mystyle.css">
<!--for bootstrap 5-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
</head>
<body>
<!--Header-->
<div class="container-fluid text-whitesmoke text-center header">
<h1>Welcome to the official webpage of</h1>
<p></p><p></p>
<img class="mx-auto d-block" src="image/iGEMLogoColor.png" alt="iGEMLogoColor">
</div>
<!--Navbar-->
<nav class="navbar navbar-expand-xl navbar-light w-100" style="background-color: #B2DFDB;">
<div class="container-fluid" style="padding-left: 10%; padding-right: 15%;">
<a class="navbar-brand" href="#top">
<img src="image/iGEMLogoColor.png" alt="Logo" style="width:50px;" class="rounded-pill">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#allaboutigem">About iGEM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#igemstockholm">iGEM Stockholm</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#currentproject">Current project</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#allteams">Previous teams</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#SGEM">SGEM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery">Gallery</a>
</li>
</ul>
<!-- social media -->
<ul class="navbar-nav">
<li class="nav-item">
<div class="row justify-content-evenly">
<div class="col-1"></div>
<div class="col-2">
<a href="mailto:[email protected]" target="_blank" title="Send us an email">
<img src="image/mail_icon.png" alt="Email Logo" style="width:25px;height:25px;">
</a>
</div>
<div class="col-2">
<a href="https://www.linkedin.com/company/igemstockholm/" target="_blank" title="Visit our Linkedin">
<img src="image/linkedin_icon.png" alt="Linkedin Logo" style="width:25px;height:25px;">
</a>
</div>
<div class="col-2">
<a href="https:///www.instagram.com/igemstockholm/" target="_blank" title="Visit our Instagram">
<img src="image/instagram_icon.png" alt="Instagram Logo" style="width:25px;height:25px;">
</a>
</div>
<div class="col-2">
<a href="https://www.facebook.com/igemstockholm/" target="_blank" title="Visit our Facebook">
<img src="image/facebook_icon.png" alt="Facebook Logo" style="width:25px;height:25px;">
</a>
</div>
<div class="col-2">
<a href="https://www.youtube.com/channel/UCh_a6JvWdh6N_i5tYFFcpyw" target="_blank" title="Visit our Youtube">
<img src="image/youtube_icon.png" alt="Youtube Logo" style="width:25px;height:25px;">
</a>
</div>
<div class="col-1"></div>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Side bar -->
<div class="side-bar sticky-top">
<nav class="navigation">
<ul>
<li>
<a href="#Home">Home</a>
<a href="#allaboutigem">About iGEM</a>
<a href="#igemstockholm">iGEM Stockholm</a>
<a href="#currentproject">Current project</a>
<a href="#allteams">Previous teams</a>
<a href="#SGEM">SGEM</a>
<a href="#gallery">Gallery</a>
<a href="#Contact">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="main-content">
<!-- HOME -->
<div class="container-section" name="Home" id="Home">
<h2>Home</h2>
<p></p>
<h5>Welcome to iGEM Stockholm official webpage!</h5>
<p>Here you will find all the useful information regarding iGEM and iGEM Stockholm.</p>
<p>Welcome to the world of young biotechnologists from Stockholm!</p>
</div>
<!--About iGEM page-->
<div class="container-section" name="allaboutigem" id="allaboutigem">
<h2>About iGEM</h2>
<p></p>
<h5>What is iGEM?</h5>
<p>
iGEM, standing for International Genetically Engineered Machine, is the largest synthetic biology competition in the world where multidisciplinary
teams are working on designing techniques and building biological devices that will bring novel solutions to everyday issues facing the world.
By working on the projects, teams are contributing to an open registry of standard biological parts and the whole competition is stimulating
synthetic biology research and entrepreneurship in biotechnology. Teams are also encouraged to collaborate with leaders in the industry and
with each other, for the exchange of knowledge and skills. By virtue of marketing and human practices, students are motivated to bring synthetic
biology outside the lab by interacting with stakeholders, local communities, schools and many more.
</p>
<p>
Learn more about iGEM on the <a href="https://igem.org/" target="_blank">official iGEM webpage</a> of the competition.
</p>
</div>
<!--iGEM Stockholm-->
<div class="container-section" name="igemstockholm" id="igemstockholm">
<h2>iGEM Stockholm</h2>
<p></p>
<h5>What is iGEM Stockholm?</h5>
<p>
The iGEM Stockholm team is driven entirely by the team as an extracurricular project and participating students can come from any university
in Stockholm. This year, the Stockholm team consists of 18 ambitious students from all over the world, all studying their bachelor's or master’s
degree at KTH, Stockholm University, Karolinska Institutet or Stockholm School of Economics. Our team is highly diverse and multidisciplinary,
with people coming from different fields ranging from biotechnology to economics and to computer sciences.
</p>
</div>
<!--Current project-->
<div class="container-section" name="currentproject" id="currentproject">
<h2>Current project</h2>
<p></p>
<h5>What is iGEM Stockholm doing in 2022?</h5>
<p>
The iGEM Stockholm 2022 team is working on finding a solution to an autoimmune condition called Pernicious Anemia. People suffering
from this condition have difficulties absorbing vitamin B12 due to the production of autoantibodies. It can also become serious if
left untreated and cause a range of medical issues. Current treatment for pernicious anemia includes delivery of high doses of vitamin B12.
Patients are supposed to take injections daily or weekly. With the help of synthetic biology and protein engineering techniques,
we are trying to develop a new therapeutic model for treatment, thereby tackling this problem and making life easier for all the patients.
</p>
<p>
Learn more about this year's project:
<a target="_blank" role="link" aria-disabled="true">Soon available</a>
</p>
</div>
<!--All the teams-->
<div class="container-section" name="allteams" id="allteams">
<h2>Previous teams</h2>
<p></p>
<h5>What has been done by iGEM Stockholm so far?</h5>
<p>
iGEM Stockholm is taking part to the competition since 2015. Bellow you will find a link for every projects conducted so far by our previous teams.
</p>
<p>
Visit their wikipages by clicking on the year.
</p>
<p><br></p>
<!--Table-->
<div class="table-responsive">
<table class="table table-sm align-middle" style="width:100%;">
<thead>
<tr class="tr_title">
<th class="th-sm" style="width:8%;">Year</th>
<th class="th-sm" style="width:26%;">Project</th>
<th class="th-sm" style="width:12%;">Medal</th>
<th class="th-sm" style="width:54%;">Prizes</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><a class="dropdown-item" href="https://2021.igem.org/Team:Stockholm" target="_blank" title="Visit the wiki 2021">2021</a></th>
<td>MIKROSKIN</td>
<td>Gold</td>
<td></td>
</tr>
<tr>
<th scope="row"><a class="dropdown-item" href="https://2020.igem.org/Team:Stockholm" target="_blank" title="Visit the wiki 2020">2020</a></th>
<td>S-POP: A modular biosensor for the detection of POPs in water</td>
<td>Gold</td>
<td>
- Nominated for Best Entrepreneurship<br>
- Nominated for Best Sustainability
</td>
</tr>
<tr>
<th scope="row"><a class="dropdown-item" href="https://2019.igem.org/Team:Stockholm" target="_blank" title="Visit the wiki 2019">2019</a></th>
<td>Esther</td>
<td>Gold</td>
<td>
- Nominated for Best Software<br>
- Nominated for Best Entrepreneurship
</td>
</tr>
<tr>
<th scope="row"><a class="dropdown-item" href="https://2018.igem.org/Team:Stockholm" target="_blank" title="Visit the wiki 2018">2018</a></th>
<td>Biotic Blue</td>
<td>Gold</td>
<td>
- <strong>Awarded Best Environmental Project</strong><br>
- <strong>Awarded Best Integrated Human Practices</strong><br>
- Nominated for Best Presentation<br>
- Nominated for Best Education and Public Engagement<br>
- Nominated for Best Entrepreneurship<br>
- Nominated for Best Product Design<br>
- Nominated for Best Model<br>
</td>
</tr>
<tr>
<th scope="row"><a class="dropdown-item" href="https://2017.igem.org/Team:Stockholm" target="_blank" title="Visit the wiki 2017">2017</a></th>
<td>PROLUNG: A mucus degrading lung probiotic</td>
<td>Gold</td>
<td>
- Nominated for Best Entrepreneurship
</td>
</tr>
<tr>
<th scope="row"><a class="dropdown-item" href="https://2016.igem.org/Team:Stockholm" target="_blank" title="Visit the wiki 2016">2016</a></th>
<td>SMITe</td>
<td>Gold</td>
<td>
- Nominated for for Best Presentation<br>
- Nominated for for Best Education<br>
- Nominated for for Best Public Engagement<br>
</td>
</tr>
<tr>
<th scope="row"><a class="dropdown-item" href="https://2015.igem.org/Team:Stockholm" target="_blank" title="Visit the wiki 2015">2015</a></th>
<td>ABBBA: Affibody-Based Bacterial Biomarker Assay</td>
<td>Gold</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<!--sGEM-->
<div class="container-section" name="SGEM" id="SGEM">
<h2>SGEM</h2>
<p></p>
<h5>What is SGEM?</h5>
<p>
SGEM stands for Stockholm Genetically Engineered Machines and is a non-profit association founded in
2015 to ensure the annual participation of a Stockholm team in the iGEM competition.
</p>
<p>
SGEM is an organization that supports the current iGEM team and recruits next years team.
</p>
<p>
SGEM association consists of previous and current members of iGEM Stockholm. The board of SGEM,
which operates the association, is chosen democratically on the annual meeting of the association.
The main purpose of SGEM is to support iGEM Stockholm teams and to provide a platform for the public
and the members of SGEM to engage in synthetic biology. More specifically, this involves support in
recruiting the new iGEM team to ensure a smooth transition from one year to another, being a legal
entity to facilitate administrative and financial affairs, and to hand over knowledge in support of
their iGEM journey.
</p>
<p>
Learn more about it on the <a href="http://sgem.se/" target="_blank">official SGEM webpage</a>.
</p>
</div>
<!--Gallery-->
<div class="container-section" name="gallery" id="gallery">
<div>
<h2>Gallery</h2>
<p></p>
</div>
<div class="container">
<div id="carouselExampleIndicators" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" aria-label="Slide 5"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="5" aria-label="Slide 6"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image/DSC00741.jpg" class="img-fluid-carousel d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image/DSC00738.jpg" class="img-fluid-carousel d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image/DSC03181.jpg" class="img-fluid-carousel d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image/IMG_4760.jpg" class="img-fluid-carousel d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image/T--Stockholm--img--Team--group.jpg" class="img-fluid-carousel d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="image/T--Stockholm--team-01.jpg" class="img-fluid-carousel d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<p></p>
</div>
</div>
<!--Contact-->
<div class="container-section" name="Contact" id="Contact">
<h2>Contact</h2>
<p>We would be very happy to hear from you or to answer any of your questions.</p>
<p>Get in touch with us:</p>
<div class="row justify-content-evenly">
<div class="col-1">
<p></p>
</div>
<div class="col-2">
<p>
<a href="mailto:[email protected]" target="_blank" title="Send us an email">
<img src="image/mail_icon.png" alt="Email Logo" style="width:42px;height:42px;">
</a>
</p>
</div>
<div class="col-2">
<p>
<a href="https://www.linkedin.com/company/igemstockholm/" target="_blank" title="Visit our Linkedin">
<img src="image/linkedin_icon.png" alt="Linkedin Logo" style="width:42px;height:42px;">
</a>
</p>
</div>
<div class="col-2">
<p>
<a href="https:///www.instagram.com/igemstockholm/" target="_blank" title="Visit our Instagram">
<img src="image/instagram_icon.png" alt="Instagram Logo" style="width:42px;height:42px;">
</a>
</p>
</div>
<div class="col-2">
<p>
<a href="https://www.facebook.com/igemstockholm/" target="_blank" title="Visit our Facebook">
<img src="image/facebook_icon.png" alt="Facebook Logo" style="width:42px;height:42px;">
</a>
</p>
</div>
<div class="col-2">
<p>
<a href="https://www.youtube.com/channel/UCh_a6JvWdh6N_i5tYFFcpyw" target="_blank" title="Visit our Youtube">
<img src="image/youtube_icon.png" alt="Youtube Logo" style="width:42px;height:42px;">
</a>
</p>
</div>
<div class="col-1"></div>
</div>
</div>
</div>
<!--Footer-->
<div class="footer">
<div class="row">
<div class="col"></div>
<div class="col-10">
<p>Copyright ©iGEM Stockholm</p><p>Raphaël Mauron 2022</p><p><a href="igem_authors.html" target="_blank">Authors</a></p>
</div>
<div class="col"></div>
</div>
</div>
<!-- button to top!-->
<button
type="button"
class="btn btn-floating btn-lg rounded-pill"
id="btn-back-to-top"
style="background-color: #2A95B1;
color: white;"
>
<i class="fas fa-arrow-up"></i>
</button>
<script>
//Get the button
let mybutton = document.getElementById("btn-back-to-top");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (
document.body.scrollTop > 20 ||
document.documentElement.scrollTop > 20
) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
mybutton.addEventListener("click", backToTop);
function backToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- Script for highlight active nav link on page scroll -->
<script>
// Get all sections that have an ID defined
const sections = document.querySelectorAll("div.container-section[id]");
// Add an event listener listening for scroll
window.addEventListener("scroll", navHighlighter);
function navHighlighter() {
// Get current scroll position
let scrollY = window.pageYOffset;
// Now we loop through sections to get height, top and ID values for each
sections.forEach(current => {
const sectionHeight = current.offsetHeight;
const sectionTop = current.offsetTop - 50;
sectionId = current.getAttribute("id");
/*
- If our current scroll position enters the space where current section on screen is, add .active class to corresponding navigation link, else remove it
- To know which link needs an active class, we use sectionId variable we are getting while looping through sections as an selector
*/
if (
scrollY > sectionTop &&
scrollY <= sectionTop + sectionHeight
){
document.querySelector(".navigation a[href*=" + sectionId + "]").classList.add("active");
} else {
document.querySelector(".navigation a[href*=" + sectionId + "]").classList.remove("active");
}
});
}
</script>
</body>
</html>