-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
executable file
·90 lines (76 loc) · 5.84 KB
/
about.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
<!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/Logo_var1.svg">
<title>NoCaSS | About</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://platform.twitter.com/widgets.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>
<!-- Static navbar -->
<div id="navbar_replacement"></div>
<script src="assets/js/navbar.js"></script>
<div class="container pt">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3 col-sm-10 col-sm-offset-1">
<center><h1>Contact</center>
<center> <p> For all questions or queries please contact us at <a href="mailto:info@nocass.org">info@nocass.org</a></p> </center>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3 col-sm-10 col-sm-offset-1">
<center><h1> NoCaSS 2024 </center>
<p align="justify"> NoCaSS 2024 is back with a broader scope, bigger audience, and more time for individuals to bond. After a successful collaboration amongst students and post-docs to host NoCaSS in 2023 we will be continuing to welcome post-docs as well as students. The Norwich-Cambridge Science Symposium will be hosted in Norwich over two days to 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> </center>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3 col-sm-10 col-sm-offset-1">
<center><h1>History of NoCaSS</center>
<p align='justify'>NoCaSS was founded in 2013 by Annis Richardson and Jo Harrison, who were alumni of University of Cambridge and PhD students at the John Innes Centre. The founders of the conference seized upon the opportunity to connect two physically close plant research centres in a day of exchange of ideas, new collaborations, and innovations for future projects that removed the intimidation of large, international conferences for students. It helped connect the two premiere plant research centres and provided opportunities for discussion and collaboration that was sparse for students, in a day-long symposium known as Norwich-Cambridge Student Symposium. Thus, NoCaSS was born and has been held on a regular basis as a student-led and student-oriented conference.</p>
<p align='justify'> Read the original blog by the co-founder Jo Harrison <a target="_blank" href="https://johninnessvc.wordpress.com/2014/07/16/nocass-2014/">here</a> and watch the video below. </p>
</div>
</div>
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3 col-sm-10 col-sm-offset-1 centered">
<br>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/fgXCI3xhaag?rel=0&theme=light&color=white&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3 col-sm-10 col-sm-offset-1">
<br>
<p align='justify'>NoCaSS was then held in Cambridge in 2014 and reiterated to Norwich in 2015. After a hiatus, NoCaSS was held in Norwich in 2017. A few more years of hiatus and unfortunate delays posed by the pandemic, led to a virtual iteration of the conference hosted in Norwich in 2021.</p>
<p align='justify'> Read the blog post on the 2014 NoCaSS <a target="_blank" href="https://johninnessvc.wordpress.com/2014/08/05/nocass-2014-2/">here</a>.</p>
<br>
<br>
<center><h1>Gallery</center>
<img class="img-responsive center-block" style="width:560px" src="assets/img/Nocass 2013 photo.jpg" alt="2013 photo">
<p style="color:#808080;"><centre>NoCaSS 2013, Norwich </centre></p>
<img class="img-responsive center-block" style="width:560px" src="assets/img/nocass2017 photo.jpg" alt="2017 photo">
<p style="color:#808080;"><centre>NoCaSS 2017, Norwich</centre></p>
<img class="img-responsive center-block" style="width:560px" src="assets/img/screenshot of participants.jpg" alt="screenshot of participants">
<p style="color:#808080;"><centre>NoCaSS 2021, Virtual meeting</centre></p>
<img class="img-responsive center-block" style="width:560px" src="assets/img/Nocass past logos.jpg" alt="past logos">
<p style="color:#808080;"><centre>Past NoCaSS logos </centre></p>
</div>
</div>
<!-- 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>