Skip to content

Commit bc4781b

Browse files
authored
Merge pull request #162 from openworm/studentships
Studentships
2 parents f0df275 + 3b219ff commit bc4781b

File tree

3 files changed

+235
-30
lines changed

3 files changed

+235
-30
lines changed

donate.html

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,20 @@ <h1>Support us</h1>
6262
<div class="marketing">
6363

6464

65+
<h1>How can I contribute?</h1>
6566
<p class="marketing-byline pagination-centered">
66-
<h3>
67-
Contribute today to OpenWorm
68-
</h3>
6967

70-
<p class="lead">There are two ways to donate to OpenWorm. <br/>The first is through <strong><a href="https://opencollective.com" target="_blank">OpenCollective</a></strong>, where recurring donations can be set up:</p>
68+
<p class="marketing-byline">There are two ways to donate to OpenWorm. <br/><br/>The first is through <strong><a href="https://opencollective.com/openworm" target="_blank">OpenCollective</a></strong>, where recurring donations can be set up:</p>
7169

7270
<a href="https://opencollective.com/openworm" target="_blank">
7371
<img src="https://opencollective.com/openworm/donate/[email protected]?color=white" width=300 />
7472
</a>
7573
<br/><br/><br/>
7674

77-
<p class="lead">
75+
<p class="marketing-byline">
7876
Alternatively, donate through the Non-Profit <strong><a href="http://neurolinx.org" target="_blank">Neurolinx Research Institute</a></strong>.
7977
<br/>
80-
Your contribution is tax-deductible to the extent allowed by law.
81-
<br/>
82-
No goods or services were provided in exchange for your financial contribution.
78+
Your contribution is tax-deductible to the extent allowed by law. No goods or services are provided in exchange for your financial contribution.
8379
<br/>
8480
</p>
8581

@@ -100,7 +96,7 @@ <h3>
10096
<input type="hidden" name="cpp_header_image" value="http://www.openworm.org/img/OpenWormLogoS.png">
10197
<input type="hidden" name="cmd" value="_donations">
10298
<input id="amountSent" type="hidden" name="amount" value="50">
103-
<input type="submit" class="btn btn-danger btn-xlarge" name="submit" value="Donate now">
99+
<input type="submit" class="btn btn-danger btn-large" name="submit" value="Donate now">
104100
<input type="hidden" name="business" value="[email protected]">
105101
<input type="hidden" name="item_name" value="OpenWorm donation">
106102
<input type="hidden" name="currency_code" value="USD">
@@ -127,7 +123,7 @@ <h1 class="donate">It matters.</h1>
127123

128124
A <strong>revolution</strong> in the biosciences driven by simulation-based research, using predictive models running on high performance computing architectures with flexible user interfaces, is now possible.
129125

130-
What we are building with OpenWorm will enable <strong>unprecedented</strong> in silico experiments to power the next generation of advanced computational drug discovery and dynamic disease modeling.
126+
<br/><br/>What we are building with OpenWorm will enable <strong>unprecedented</strong> <i>in-silico</i> experiments to power the next generation of advanced computational drug discovery and dynamic disease modeling.
131127
</p>
132128

133129
<hr class="soften">
@@ -142,21 +138,31 @@ <h1>How will the money be spent?</h1>
142138
However every <strong>donation</strong> small or large, would help us to reach these targets:
143139
</p>
144140
<div class="row-fluid">
145-
<div class="span4">
146-
<i class="fa fa-plane fa-xl"></i>
147-
<h2>$15,000</h2>
141+
<div class="span6">
142+
<i class="fa fa-book fa-xl"></i>
143+
<h2>$500</h2>
148144
<p>
149-
Organize an OpenWorm conference. This would give our distributed team the possibility to meet in person, boosting productivity and coordination.
145+
Sponsor an <a href="./studentships.html">OpenWorm Studentship</a>. This would allow a talented <i>C. elegans</i> researcher to convert their published work for use in OpenWorm.
150146
</p>
151147
</div>
152-
<div class="span4">
148+
<div class="span6">
149+
<i class="fa fa-plane fa-xl"></i>
150+
<h2>$15,000</h2>
151+
<p>
152+
Organize an OpenWorm conference. This would give our distributed team the possibility to meet in person, boosting productivity and coordination.
153+
</p>
154+
</div>
155+
</div>
156+
157+
<div class="row-fluid">
158+
<div class="span6">
153159
<i class="fa fa-group fa-xl"></i>
154160
<h2>$40,000</h2>
155161
<p>
156-
Pay a PhD student or a Junior developer to work full-time on our team for one year. This would help us to coordinate our activities and contribute to the development of our many projects.
162+
Pay a PhD student or a junior developer to work full-time on our team for one year. This would help us to coordinate our activities and contribute to the development of our many projects.
157163
</p>
158164
</div>
159-
<div class="span4">
165+
<div class="span6">
160166
<i class="fa fa-flask fa-xl"></i>
161167
<h2>$100,000</h2>
162168
<p>

index.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,10 @@
5555
<i class="fa fa-heart-o fa-l donate"></i>
5656

5757
<h3>
58-
Contribute today to OpenWorm. <strong class="donate">Thank you!</strong>
58+
<a href="./donate.html">Contribute today</a> to OpenWorm. <strong class="donate">Thank you!</strong>
5959
</h3>
60-
<div class="btn-group" role="group" aria-label="...">
61-
<button id="d100" type="button" class="btn btn-default btn-large donation">$100</button>
62-
<button id="d50" type="button" class="btn btn-default active btn-large donation">$50</button>
63-
<button id="d25" type="button" class="btn btn-default btn-large donation">$25</button>
64-
<button id="d5" type="button" class="btn btn-default btn-large donation">$5</button>
65-
<button type="button" class="btn btn-default btn-large donation other">$</button>
66-
<input id="otherAmount" type="text" class="form-control" placeholder="Other" aria-describedby="basic-addon1"/>
6760

68-
</div>
69-
<button type="button" onclick="donate();"class="btn btn-danger btn-large donation other">Next</button>&nbsp;&nbsp;
70-
<a href="https://opencollective.com/openworm" target="_blank">
71-
<img src="https://opencollective.com/openworm/donate/[email protected]?color=white" width=300 />
72-
</a>
61+
7362
</div>
7463
<div id="myCarousel" class="carousel slide">
7564
<div class="carousel-inner">

studentships.html

Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
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="row">
64+
<div class="span3 bs-docs-sidebar">
65+
<ul class="nav nav-list bs-docs-sidenav">
66+
<li>
67+
<a href="#Background"><i class="fa fa-chevron-right"></i> Background</a>
68+
</li>
69+
<li>
70+
<a href="#Who"><i class="fa fa-chevron-right"></i> Who is this aimed at?</a>
71+
</li>
72+
<li>
73+
<a href="#What"><i class="fa fa-chevron-right"></i> What is required?</a>
74+
</li>
75+
<li>
76+
<a href="#Offer"><i class="fa fa-chevron-right"></i> What are we offering?</a>
77+
</li>
78+
<li>
79+
<a href="#How"><i class="fa fa-chevron-right"></i> How does the application work?</a>
80+
</li>
81+
82+
</ul>
83+
</div>
84+
<div class="span9">
85+
86+
<section id="Background">
87+
<div class="page-header">
88+
<h1>Background</h1>
89+
</div>
90+
91+
<p class="lead">We know that there is a huge amount of research which happens which is
92+
relevant to the goals of the OpenWorm project, but is not in an immediately usable/compatible format.
93+
Many researchers/labs may wish to contribute to the project, but the day to day work of
94+
experiments/analysis/publishing take priority.</p>
95+
96+
<p class="lead"><strong>OpenWorm Studentships</strong> are a new way to incentivize contribution
97+
to the project, offering small stipends and recognition to junior researchers who want to spend time bringing their research into the
98+
OpenWorm project and making it more accessible for the wider community.</p>
99+
100+
</section>
101+
102+
<section id="Who">
103+
<div class="page-header">
104+
<h1>Who is this aimed at?</h1>
105+
</div>
106+
107+
<p class="lead">Anyone involved in <i>C. elegans</i> research who has (or whose lab has) produced data,
108+
models or software, which has been publicly released and which would be useful for the OpenWorm project.</p>
109+
110+
<p class="lead">While it's not absolutely necessary that the recipient was personally involved in generating the data, there should be
111+
some connection to those who produced the data, to ensure that any questions about the data and any clarifying queries are
112+
quickly answered during the period of the project. For this reason a PhD student/postdoc in the lab which published the data
113+
would be an ideal candidate for this project.</p>
114+
115+
</section>
116+
117+
<section id="What">
118+
<div class="page-header">
119+
<h1>What is required?</h1>
120+
</div>
121+
122+
<p class="lead">The proposed work should focus on translating <b>existing research outputs</b> to a open formats,
123+
and integrating them with OpenWorm’s resources/repositories/documentation. It is assumed that the model/application/dataset will already be published
124+
(even in preprint form), and the time will be spent in making this as accessible/reusable as possible.</p>
125+
126+
<p class="lead">The Studentship recipient should outline their plans in the application (see below) and if selected, spend 2-3 months
127+
working to incorporate the resources into OpenWorm. They will be assigned a mentor from the project to help ensure the resources are
128+
well integrated with our existing online content.
129+
</p>
130+
131+
<p class="lead">Examples of potential activities include:</p>
132+
133+
<ul>
134+
<li class="lead">Converting datasets from original formats (Excel spreadsheets, MAT files) into more open, standardised forms (e.g. NWB), ideally with rich metadata embedded</li>
135+
<li class="lead">Creating Jupyter notebooks outlining how to explore/analyse data or models</li>
136+
<li class="lead">Adding models/simulation code to GitHub, adding installation/usage documentation, adding continuous integration/testing</li>
137+
<li class="lead">Converting models to standardised NeuroML format</li>
138+
</ul>
139+
140+
<p class="lead">While in exceptional cases an applicant could propose to use data that is not yet released, we fully acknowledge the importance of
141+
getting peer reviewed publications as part of a PhD/postdoc, and these activities should take priority when deciding how/when data
142+
should be released. Given the short timeline for the studentship projects, there is a need to avoid a situation where public release of data
143+
by a lab is held up due to publication delays. Therefore it is best if the data is already in the public domain at the time of application.</p>
144+
145+
</section>
146+
147+
<section id="Offer">
148+
<div class="page-header">
149+
<h1>What are we offering?</h1>
150+
</div>
151+
152+
<ul>
153+
<li class="lead">A stipend of $500 on successful completion of the project.</li>
154+
155+
<li class="lead">An opportunity to present your work to the OpenWorm community with an online talk hosted by the project.</li>
156+
157+
<li class="lead">Listed as a recipient of an OpenWorm Studentship on the OpenWorm website.</li>
158+
</ul>
159+
160+
</section>
161+
162+
<section id="How">
163+
<div class="page-header">
164+
<h1>How does the application work?</h1>
165+
</div>
166+
167+
<p class="lead"><b>The applications will be judged based on:</b></p>
168+
169+
<ol class="lead">
170+
<li class="lead">The scientific significance of the original work</li>
171+
<li class="lead">How much the proposed work contributes to the overall aims of the OpenWorm project</li>
172+
<li class="lead">The student’s plans for making the work more open/accessible</li>
173+
<li class="lead">How useful the resource would be for the wider <i>C. elegans</i> research community</li>
174+
</ol>
175+
176+
<p class="lead">Applications for the <strong>2021 Studentship Call</strong> will open soon. There will be 2 studentships on offer in this round. </p>
177+
<p class="lead">Apply here: <strong><i>coming soon...</i></strong></p>
178+
<p class="lead">Deadline: <strong><i>coming soon...</i></strong></p>
179+
</section>
180+
181+
182+
183+
</div>
184+
</div>
185+
</div>
186+
<!-- end pjax-content -->
187+
188+
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES
189+
190+
footer
191+
================================================== -->
192+
<div id="foot-nav"></div>
193+
<!-- foot-nav is filled with script in head -->
194+
195+
<!-- Le javascript
196+
================================================== -->
197+
<!-- at end of the document so the pages load faster -->
198+
199+
<!-- load other resources asynchronously: -->
200+
<script src="js/bootstrap.js" async></script>
201+
<script src="js/jquery.parss.uncompressed.js" async></script>
202+
<script src="http://platform.twitter.com/widgets.js" async></script>
203+
204+
<!-- execute main (initialize resources above + carousel/donate controls -->
205+
<script src="js/jquery.pjax.js"></script>
206+
<script src="js/main.js" defer></script>
207+
208+
</body>
209+
210+
</html>

0 commit comments

Comments
 (0)