-
Notifications
You must be signed in to change notification settings - Fork 30
/
academy-faq_OLD.html
280 lines (262 loc) · 10.5 KB
/
academy-faq_OLD.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NRNB Academy FAQ</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed"
href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<div class="belt white">
<div class="container">
<h2>NRNB Academy FAQ</h2>
<p>
This page answers the most commonly asked questions about NRNB
Academy. If you have questions not answered here, contact <a
href="mailto:[email protected]">the administrator</a>.
</p>
<p>
<a href="academy.html">Academy Main</a> | <a
href="academy-ideas.html">Academy Ideas</a>
</p>
<p class="text-success lead">About NRNB Academy</p>
<ol>
<li><a href="#about">What is NRNB Academy?</a></li>
<li><a href="#goals">What are the goals of the program?</a></li>
<li><a href="#work">How does the program work?</a></li>
<li><a href="#eligible">Who is eligible to participate in
NRNB Academy?</a></li>
<li><a href="#university">Is NRNB Academy an accredited
learning institution?</a></li>
</ol>
<p class="text-success lead">Applying to NRNB Academy</p>
<ol>
<li><a href="#apply">How do I apply?</a></li>
<li><a href="#applicationformat">What should an application
look like?</a></li>
<li><a href="#multipleapps">Can I submit more than one
application?</a></li>
</ol>
<p class="text-success lead">Mentoring Organizations</p>
<ol>
<li><a href="#mentoringorg">What is a mentoring
organization?</a></li>
<li><a href="#orgroles">What is the role of the mentoring
organization?</a></li>
</ol>
<p class="text-success lead">Other Questions</p>
<ol>
<li><a href="#gsoc">What is Google Summer of Code?</a></li>
<li><a href="gsoc-nrnb">What is the relationship between
NRNB Academy and Google Summer of Code?</a></li>
<li><a href="#questions">What if I have questions not
answered in this FAQ?</a></li>
</ol>
<hr />
<p class="text-success lead">About NRNB Academy</p>
<ol>
<li><a name="about"></a><b>What is NRNB Academy?</b>
<p>NRNB Academy offers you the opportunity to work with our open
source development team on network biology related tools and
resources.</p></li>
<li><a name="goals"></a><b>What are the goals of the
program?</b>
<p>
<ul>
<li>Provide students with practical open source dev
experience.</li>
<li>Provide hobbyists and professionals with introductory
projects.</li>
<li>Promote open source development of scientific tools for
network biology.</li>
<li>Produce useful tools and resources for the research
community.</li>
</ul>
</p></li>
<li><a name="work"></a><b>How does the program work?</b>
<p>
If you are familiar with how the <a
href="http://code.google.com/soc/">Google Summer of Code
program</a> works, then you have the basic idea. Basically, you find a
project idea you like, and we match you with the appropriate
mentors who then evaluate your application. <a
href="academy.html#work">Details</a>
</p></li>
<li><a name="eligible"></a><b>Who is eligible to participate
in NRNB Academy?</b>
<p>Anyone!</p></li>
<li><a name="university"></a><b>Is NRNB Academy an
accredited learning institution?</b>
<p>No. NRNB Academy is not a university, college or other
accredited learning institution. NRNB Academy projects do not
result in academic credit or a diploma.</p></li>
</ol>
<p class="text-success lead">Applying to NRNB Academy</p>
<ol>
<li><a name="apply"></a><b>How do I apply?</b>
<p>
You can submit applications at any time. First, check out our <a
href="academy-ideas.html">Ideas Page</a>. Do some background
research on the ideas of interest to you. You can also discuss your
ideas with the mentoring organization before submitting an
application. Once you have settled on a project idea, complete the
<a href="academy-admissions.html">Admissions Form</a> to start the
process. The admin will follow up with you to put you in contact
with potential mentors. At this point, you should start putting
together your official application.
</p></li>
<li><a name="applicationformat"></a><b>What should an
application look like?</b>
<p>
Your application should include the following:
<ul>
<li>Your information
<ul>
<li>Name, email, and website <em>(optional)</em></li>
</ul>
</li>
<li>Brief background: education and relevant work experience</li>
<li>Your programming interests and strengths
<ul>
<li>What are your languages of choice?</li>
<li>Any prior experience with open source development?</li>
<li>What do you want to learn through this program?</li>
</ul>
</li>
<li>Your interest and background in biology or bioinformatics
<ul>
<li>Any prior exposure to biology or bioinformatics?</li>
<li>Any interest in learning a bit of biology?</li>
</ul>
</li>
<li>Your ideas for a project (an original idea or one
expanded from our <a href="academy-ideas.html">Ideas Page</a>)
<ul>
<li>Provide as much detail as possible</li>
<li><em>Strong applicants include an implementation
plan and timeline (hint!)</em></li>
<li>Refer to and link to other projects or products that
illustrate your ideas</li>
<li>Identify possible hurdles and questions that will
require more research/planning</li>
</ul>
</li>
<li>What can you bring to the team?
<ul>
<li>Are you enthusiastic?</li>
</ul>
</li>
</ul>
<br />
<li><a name="multipleapps"></a><b>Can I submit more than
one application?</b>
<p>Yes, but only one application will be accepted. Note that
quality is preferred over quantity when it comes to applications.</p>
</li>
</ol>
<p class="text-success lead">Mentoring Organizations</p>
<ol>
<li><a name="mentoringorg"></a><b>What is a mentoring
organization?</b>
<p>Any organization involved in open-source software development
related to NRNB tools or related systems biology tools.</p></li>
<li><a name="orgroles"></a><b>What is the role of the
mentoring organization?</b>
<p>
Each mentoring organization is expected to provide:
<ul>
<li>A pool of project ideas you are interested in mentoring.
These will be publicly posted on our <a href="academy-ideas.html">Ideas
Page</a>.
</li>
<li>A person or group responsible for discussing proposals
with potential enrollees, and ultimately reviewing and accepting
applications.</li>
<li>A person or group of people responsible for monitoring
the progress of each accepted project.</li>
<li>A written evaluation of each participant at the
conclusion of the project.</li>
</ul>
</p></li>
</ol>
<p class="text-success lead">Other Questions</p>
<ol>
<li><a name="gsoc"></a><b>What is Google Summer of Code?</b>
<p>
<a href="http://code.google.com/soc/">Google Summer of Code
(GSoC)</a> is a global program funded by Google that offers student
developers stipends to write code for various open source software
projects. NRNB participates in GSoC each summer, utilizing the same
pool of mentors and ideas. Check out the <a href="gsoc.html">NRNB
GSoC page</a> for more information.
</p></li>
<li><a name="gsoc-nrnb"></a><b>What is the relationship
between NRNB Academy and Google Summer of Code?</b>
<p>NRNB Academy is not part of Google Summer of Code and is not
affiliated with Google. The programs are similar in how they are
organized and operated, and NRNB has participated in Google Summer
of Code as a mentoring organization, but that is the extent of the
similarities. If NRNB is accepted as a GSoC mentoring organization
in the future, some project ideas may overlap between NRNB Academy
and our GSoC participation. However, acceptance to NRNB Academy
does not guarantee a GSoC project with NRNB. For eligeble projects,
a separate application for GSoC is required, which will be
evaluated competitively under the framweork of GSoC.</p></li>
<li><a name="questions"></a><b>What if I have questions not
answered in this FAQ?</b>
<p>
Please contact <a href="mailto:[email protected]">the
admin</a> with any additional questions.
</p></li>
</ol>
<hr>
<footer>
</footer>
</div>
<!-- /container -->
</div>
<!-- For Navbar -->
<script src="assets/js/jquery-1.11.0.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/page_setup.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push([ '_setAccount', 'UA-19386719-1' ]);
_gaq.push([ '_trackPageview' ]);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl'
: 'http://www')
+ '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>