-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
94 lines (83 loc) · 3.86 KB
/
registration.html
File metadata and controls
94 lines (83 loc) · 3.86 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
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
<!DOCTYPE html>
<html lang='en'>
<head>
<base href=".">
<link rel="shortcut icon" type="image/png" href="pictures/logos/smbe_favicon.jpg"/>
<link rel="stylesheet" type="text/css" media="all" href="main.css"/>
<meta name="description" content="SMBE Satellite Meeting Biological Noise">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="Conference">
<title>SMBE Satellite Meeting Biological Noise</title>
</head>
<body>
<div class="banner">
<img src="pictures/tuebingen_1.jpg" alt="Conference Banner" class="banner-image">
<div class="banner-text">
<p style="font-size: 1.1em;">SMBE Satellite Meeting on</p>
<p>Origin, Maintenance, and Evolution of</p>
<h1>Biological Noise</h1>
</div>
</div>
<table class="navigation">
<tr>
<td class="navigation">
<a title="Conference Home Page" href="index.html">Home</a>
</td>
<td class="navigation">
<a class="current" title="Register for the Conference" href="registration.html">Registration</a>
</td>
<td class="navigation">
<a title="Conference Program" href="program.html">Program</a>
</td>
<td class="navigation">
<a title="Location of the Conference" href="location.html">Location</a>
</td>
<td class="navigation">
<a title="Conference Flyer" href="flyer.html">Flyer</a>
</td>
</tr>
</table>
<br>
<p>
Please follow the steps below to complete your registration.
The deadline for abstract submission is <b>28th of Februrary 2025</b>.
</p>
<ol>
<li>
<b>Submit abstract below by the 28th of Februrary 2025</b><br>
</li>
<li>
<b>Receive notification of selected talks/posters (15th March 2025) </b><br>
</li>
<li>
<b>Payment (by 31st March 2025)</b><br>
Please follow the instruction in the email in step 2 to complete the payment.
</li>
<li>
<b>Receive registration confirmation</b><br>
Once your payment is confirmed, we will send you a confirmation email for the completion of your registration.
</li>
</ol>
<p>
<b>Note 1.</b><br>
The registration fee includes coffee breaks, lunch, and dinner for the three days, and a Stocherkahn boat ride along the Neckar river.
</p>
<p>
<b>Note 2.</b><br>
June is a busy time in Tuebingen.
After abstract submission, we recommend that you <b>book your hotel as soon as possible</b>.
There are many hotels downtown, but we have pre-booked some rooms to make sure that everyone finds a place to stay.
Please use 'SMBEnoise' if booking <a href="https://www.koncepthotels.com/neue-horizonte-tuebingen/#/booking/search" target="_empty"> here </a> or <a href="https://hotel-kupferhammer.com/en/home/" target="_empty">here</a>.
</p>
<p>
<b>Note 3.</b><br>
Travel support for ECR attendees is available. To apply for it, please fill the corresponding field in the registration form.
</p>
<iframe class="registration" src="https://docs.google.com/forms/d/e/1FAIpQLScG2xhVuVnwhxMTMdeweqTN6PmqIq1xTIMbTCIGH0k2ZpXarw/viewform?embedded=true" width="640" height="1690" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<footer>
© Conference Organizers
| Original design by <a href="https://github.com/mikepierce">Mike Pierce</a>
</footer>
</body>
</html>