Skip to content

Commit 80ec934

Browse files
committed
Initial ideas studentships
1 parent 831acd0 commit 80ec934

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

studentships.html

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>OpenWorm Studentships</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<meta name="description" content="OpenWorm Studentships">
9+
10+
<!-- REPLICATE THIS IN ALL PAGES -->
11+
12+
<!-- Le styles -->
13+
<link href="css/bootstrap.css" rel="stylesheet">
14+
<link rel="stylesheet" href="css/font-awesome.css">
15+
<link href="css/bootstrap-responsive.css" rel="stylesheet">
16+
<link href="css/main.css" rel="stylesheet">
17+
<link href="css/docs.css" rel="stylesheet">
18+
19+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
20+
<!--[if lt IE 9]>
21+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
22+
<![endif]-->
23+
24+
<!-- Fav and touch icons - this code is outdated -->
25+
<link rel="shortcut icon" href="favicon.ico">
26+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
27+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
28+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
29+
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
30+
31+
<div class="navbar navbar-inverse navbar-fixed-top">
32+
<div class="navbar-inner" id="head-nav">
33+
</div>
34+
</div>
35+
<script src="js/jquery-3.2.1.js"></script>
36+
<script>
37+
// get head-nav and foot-nav with jquery (get is async)
38+
$.get('header-content.html', function(data) {
39+
$('#head-nav').html(data);
40+
})
41+
$.get('footer-content.html', function(data) {
42+
$('#foot-nav').html(data);
43+
})
44+
</script>
45+
</head>
46+
47+
<body>
48+
<div id="pjax-content">
49+
<!-- END REPEAT-->
50+
51+
<header class="jumbotron subhead" id="overview">
52+
<div class="container">
53+
<!--<div class="openworm_logo_header"></div>-->
54+
<h1>OpenWorm Studentships</h1>
55+
<p class="lead">
56+
Support for <i>C. elegans</i> Ph.D. students and postdocs to get involved with the project
57+
</p>
58+
</div>
59+
</header>
60+
61+
<div class="container">
62+
63+
<div class="marketing">
64+
65+
66+
<h1>Background</h1>
67+
68+
<p class="marketing-byline">We know that there is a huge amount of research which happens which is relevant to the goals of the OpenWorm project, but is not in an immediately usable/compatible format. </p>
69+
70+
<p class="marketing-byline">Many researchers/labs may wish to contribute to the project, but the day to day work of experiments/analysis/publishing take priority.</p>
71+
72+
<p class="marketing-byline"><strong>OpenWorm Studentships</strong> are a new way to incentivize contribution to the project, offering small stipends and recognition to junior researchers who want to spend time bringing their research into the OpenWorm project and making it more accessible for the wider community.</p>
73+
74+
<h1>Who is this for?</h1>
75+
76+
<p class="marketing-byline">Anyone involved in <i>C. elegans</i> research who has (or whose lab has) produced data, models or software which would be useful for the OpenWorm project.<br /><br /></p>
77+
78+
79+
<h1>What is required?</h1>
80+
81+
<p class="marketing-byline">Spend 2-3 months converting </p>
82+
83+
84+
<h1>What are we offering?</h1>
85+
86+
<h1>How does the application work?</h1>
87+
88+
<p class="marketing-byline">Apply here: </p>
89+
90+
<p class="marketing-byline">The applications will be judged on</p>
91+
92+
93+
</div>
94+
</div>
95+
</div>
96+
<!-- end pjax-content -->
97+
98+
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES
99+
100+
footer
101+
================================================== -->
102+
<div id="foot-nav"></div>
103+
<!-- foot-nav is filled with script in head -->
104+
105+
<!-- Le javascript
106+
================================================== -->
107+
<!-- at end of the document so the pages load faster -->
108+
109+
<!-- load other resources asynchronously: -->
110+
<script src="js/bootstrap.js" async></script>
111+
<script src="js/jquery.parss.uncompressed.js" async></script>
112+
<script src="http://platform.twitter.com/widgets.js" async></script>
113+
114+
<!-- execute main (initialize resources above + carousel/donate controls -->
115+
<script src="js/jquery.pjax.js"></script>
116+
<script src="js/main.js" defer></script>
117+
118+
</body>
119+
120+
</html>

0 commit comments

Comments
 (0)