forked from NoCaSS14/NoCaSS14.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
82 lines (77 loc) · 4.17 KB
/
registration.html
File metadata and controls
82 lines (77 loc) · 4.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/img/NoCass25logoplain.png">
<title>NoCaSS 2025 | Registration</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="navbar_replacement"></div>
<script src="assets/js/navbar.js"></script>
<!-- +++++ Registration Form Section +++++ -->
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3" align="center">
<h1>NoCaSS 2025</h1>
<h3><b>No</b>rwich and <b>Ca</b>mbridge <b>S</b>cience <b>S</b>ymposium for plant and microbial sciences is back for 2025!</h3>
<h3><b><p> Date: September 4th-5th 2025, hosted at the Sainsbury Lab, Cambridge.</p> </b> </h3>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3" align="center">
<h1>Registration</h1>
<h3 class="text-info"><font color="teal">Registration for NoCaSS 2025 is open from 4th June- 4th July.</font></h3>
<p align="center">We’re pleased to announce that the 2025 event will be held at the Sainsbury Lab in Cambridge across two days (4th-5th September) . NoCaSS 2025 will allow students and post-docs to present their research, form collaborations, and learn from each other. We are also introducing scientist-oriented panels on careers and a poster workshop to help the participants be active members in plant and microbial research across the world.</p>
<p align="center">This conference is <strong>free</strong> for all attendees. Additionally, the conference will cover transport and accommodation for Norwich-based attendees, thanks to generous funding from our sponsors. We cannot wait to welcome you to this meeting!</p>
<p align="center">
<a href="https://jic.link/NoCaSS2025" target="_blank" class="btn btn-primary" style="background-color: teal; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px;">
Register here
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3" align="center">
<h1>Abstract Submission</h1>
<h3 class="text-info"><font color="teal">Abstract submission for NoCaSS 2025 must be recieved by the 6th of July.</font></h3>
<p align="center">Participants who wish to submit an abstract will be prompted to do so via email after registration. You will be notified if you are successful by mid-August</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3" align="center">
<h1>NoCaSS 2025: Code of Conduct</h1>
<center> <h3>Please would those registering for the conference download and read a pdf version of the Code of Conduct. You can find it <a href="assets/img/NoCaSS 2025 Code of Conduct.docx" target="_blank">here</a>.</h3> </center>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3" align="center">
<br>
<br>
<br>
<br>
</div>
</div>
</div>
</body>
</script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>