-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 3.6 KB
/
index.html
File metadata and controls
61 lines (56 loc) · 3.6 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="refresh" content="0; url=https://www.mpinat.mpg.de/horizons">
<title>Horizons in Molecular Biology Symposium 2024</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.svg">
</head>
<body>
<div id="header">
<img src="horizons-logo.svg" width="90" height="90" alt="">
<h1>Horizons in Molecular Biology 2024</h1>
</div>
<nav>
<span class="selected">Home</span> |
<a href="program/index.html">Program</a> |
<a href="about/index.html">About</a> |
<a href="registration/index.html">Registration</a> |
<a href="contact/index.html">Contact</a> |
<a href="faq/index.html">FAQ</a>
</nav>
<div id="column">
<div id="content">
<h2>Horizons in Molecular Biology Symposium</h2>
<hr>
<div class="even">
<a href="poster_2024.png" target="blank"><img src="poster_2024.png" alt=""></a>
<p>Welcome to the official Homepage of the <b>21st Horizons in Molecular Biology!</b></p>
<p>This year's Horizons is already over, and the organization of next year's conference has already begun. It will take place <b>from 8th to 11th of September 2025</b> - safe the date! We, the Horizons 2024 Organizing Team, would like to thank all of you who participated in this year's conference. It was a pleasure having you here in Göttingen, engaging in vivid scientific discussions with you and enjoying all the fun activities outside of the lecture hall together!</p>
<p>Traditionally, the first day of the conference is reserved for our <b>Career Fair</b>. This is not only the chance to meet scientists from outside of academia who share insights on how their career path led them to the exciting work they are currently doing, but also to develop soft skills in workshops specifically designed to the needs of PhD students and Postdocs.<br>
For the <b>Scientific Talks</b>, traditionally scheduled from Tuesday to Thursday, we are pleased to welcome a broad spectrum of internationally renowned scientists working in the fields of Cell Biology, Structural Biology, Bioinformatics, Neurosciences, Genome Maintenance and Expression, and Immunology. Fore more information, please see <a href="program/lectures.html">here</a>.</p>
<p>If you want to <b>support Horizons</b> with a donation or represent a company that would like to get in touch with a new generation of highly motivated, international students in the field of life sciences, please check out our information on <b>donations and advertisement</b> <a href="about/partners.html">here</a>.</p>
<p>In case you have any questions, check out the FAQ, or feel free to <a href="contact/index.html">contact us</a>.</p>
</div>
<img src="see_you_2025.jpg" alt="group photo from Horizons 2024 with the organizing team holding up letters that spell 'see you in 2025'" style="width: 100%">
</div>
</div>
<div id="footer">
<div id="institution-logos">
<img src="mpg-logo.png" width="200" alt="">
<img src="uni-logo.png" width="200" alt="">
</div>
<div id="footer-links">
<a href="https://www.facebook.com/horizonsmolbio" target="_blank">Facebook</a> |
<a href="https://twitter.com/horizonsmolbio" target="_blank">X (Twitter)</a> |
<a href="https://www.instagram.com/horizonsmolbio" target="_blank">Instagram</a> |
<a href="https://www.youtube.com/user/HorizonsMolBio" target="_blank">Youtube</a>
<br>
<a href="privacy-policy.html">Privacy Policy</a> |
<a href="legal-notice.html">Legal Notice</a>
</div>
</div>
</body>
</html>