-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
212 lines (188 loc) · 10.1 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Open Science in Bioinformatics Workshop</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,500,500italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/ico" href="https://mozillascience.org/img/favicon.ico">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/javascript/script.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<aside>
<div class="image">
<img src="assets/images/science-fox.svg">
</div>
<nav>
<a class="selected" href="#schedule">Schedule</a>
<a href="#presentation">Presentation</a>
<a href="#guides">Sessions</a>
<a href="#notes">Notes</a>
<a href="#help">Help</a>
<a href="#survey">Survey</a>
</nav>
</aside>
<article>
<div class="logo">
<a href="" title="Kenya Bioinformatics Network">
<img src="assets/images/banner.jpg" />
</a>
</div>
<h1>Open Science in Bioinformatics Workshop</h1>
<small>August 9-10, 2018</small>
<div class="meta-information">
<p class="summary">
This project seeks to sensitize and promote open and reproducible Bioinformatics research within Nairobi. The target groups are the researchers, graduate students and highly motivated undergraduate students in local universities within Nairobi region. Through the project, we aim to promote open, reproducible and collaborative Bioinformatics research and produce researchers equipped with tools -- Git & GitHub, reproducible research notebooks (Rmarkdown and Jupyter) -- for open and collaborative research. The participants will be ready to tackle local Bioinformatics challenges. In addition, this project is a step towards building a community of Open Scientists in Nairobi.
</p>
</div>
<div class="image">
<img src="http://i.imgur.com/CfugmWx.png" alt="mozwow" height="90" width="770">
</div>
<h2 id="schedule">Schedule</h2>
<p>
The schedule can be found in the workshop repository <a href="https://github.com/BioinfoNet/OpenScienceKE/blob/master/schedule.md" target="_blank">here</a>.
</p>
<!-- Links to talks -->
<h2 id="presentation">Presentations</h2>
<p>
The link(s) to the presentation(s) can be found below.
</p>
<ol>
<li><strong><a href="https://docs.google.com/presentation/d/12dA9opTYgzwJfUZwPDE05eqgGr0hC69F3-RQQ1gkr-g/edit?usp=sharing" target="blank">Welcome: Open Science Seminar</a></strong> - In this presentation, we'll give a quick recap of our seminar for the benefit of those who did not attend. It also serves as our introduction</li>
</ol>
<h2 id="guides">Sessions</h2>
<!-- Links to sessions -->
<ol class="steps">
<h1>Introduction to Command line</h1>
<p>
A quick introduction to the basics of the command line.
</p>
<ol>
<li><a href="https://github.com/BioinfoNet" target="blank">Learn Command line</a>: Link to training materials for this session.</li>
<li><a href="http://rik.smith-unna.com/command_line_bootcamp/?id=ktktp3edv3" target="blank"> command-line bootcamp</a>: Learn command-line at your own pace using this tutorial </li>
</ol>
<h1>Markdown</h1>
<p>
A quick introduction to the basic markdown syntax. This is a pre-requisite to working with GitHub and Literate programming tools (Rstudio, Jupyter)
</p>
<ol>
<li><a href="https://github.com/BioinfoNet/IntroductoryMarkdown" target="blank">Introductory Markdown</a>: Link to training materials for this session.</li>
<li><a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet" target="blank"> Markdown Markdown-Cheatsheet</a>: A reference guide to basic markdown syntax. </li>
</ol>
<h1>Git and GitHub</h1>
<p>
Learn how to create and use GitHub for collaborative research and coding projects. We will introduce how you can set up local git repositories, and how to push the local changes to GitHub.
</p>
<ol>
<li><a href="https://github.com/BioinfoNet/TeachingGit" target="blank">Teaching Git</a>: Link to training materials for this session.</li>
<li><a href="https://docs.google.com/presentation/d/1NVHLHiL-tw-3e5KYFY-N_ISjWgGHIs45eAypEUep_hU/edit?usp=sharing" target="blank">Friendly GitHub</a>: Link to slides used in this session.</li>
<li><a href="https://mozillascience.github.io/friendly-github/" target="blank">Friendly Github Workshop Repository</a>: .</li>
</ol>
<h1>Rstudio</h1>
<p>
We introduce the power of Rstudio for collaborative and reproducible research using R.
</p>
<ol>
<li><a href="https://github.com/BioinfoNet/ReproducibleResearchRStudio" target="blank">Reproducible Research with RStudio</a>: Link to training materials for this session.</li>
<li><a href="http://www.rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf" target="blank"> RMarkdown-Cheatsheet</a>: A reference guide to basic markdown syntax. </li>
</ol>
<h1>Jupyter</h1>
<p>
We introduce how you can harness the power of Jupyter Notebooks for collaborative and reproducible research using Python. Jupyter notebooks can also be used with Julia and R.
</p>
<ol>
<li><a href="https://github.com/BioinfoNet/TeachingJupyterNotebooks" target="blank">Reproducible Research with Jupyter</a>: Link to training materials for this session.</li>
</ol>
</ol>
<h2 id="notes">Notes</h2>
<p>
We have a living <a href="https://public.etherpad-mozilla.org/p/2018-openscienceke">etherpad</a> where we will be collecting any questions from participants and answering either on a rolling basis or after the workshop. Hop on the pad if you've got questions, comments, or want to help answer any of the questions.
</p>
<h2 id="help">Help</h2>
<ol class="steps">
<!-- Step 1 -->
<li>
<h1>Getting Help</h1>
<p>
Here we'll hopefully answer questions you might have.
</p>
<ul>
<li>
<h2>What is the workshop hashtag?</h2>
<ul>
<li>Tweet with #OpenScienceKE</li>
</ul>
</li>
<li>
<h2>Where is it being held?</h2>
<ul>
<li>KENET Training Lab, Jomo Kenyatta Memorial Library, University of Nairobi</li>
</ul>
</li>
<li>
<h2>What is the WIFI code?</h2>
<ul>
<li>KENET:
<ul>
<li>username</li>
<li>password</li>
</ul>
</li>
<li>Guests:
<ul>
<li>username</li>
<li>password</li>
</ul>
</li>
</ul>
</li>
<li>
<h2>Where can I find the Code of Conduct?</h2>
<p>
We subscribe to the Science lab code of conduct, which you can find <a href="https://www.mozillascience.org/code-of-conduct">here</a>. In summary, we subsribe to the golden rule: Do unto others as you would have them do unto you.
</p>
</li>
<li>
<h2>Who can I approach if I have any problems or issues to report that violate our Code of Conduct?</h2>
<ul>
<li><strong>Caleb Kibet</strong> - <a href="https://twitter.com/calkibet">@Cakkibet</a>, kipkuruis[at]hotmail.com</li>
<li><strong>Pauline Karega</strong> - <a href="https://twitter.com/karegaP">@karegaP</a>, karegapaul[at]gmail.com </li>
</ul>
</li>
</ul>
</li>
<!-- Step 2 -->
<li>
<h1>Finding Resources</h1>
<p>
Here we'll list some persistent resources that you might use throughout the workshop.
</p>
</ol>
<!-- <h2 id="glossary">Glossary</h2>
<section class="glossary">
<section class="term">
<h3>Open Science</h3>
<p>
...
</p>
</section>
<section class="term">
<h3>Open Access</h3>
<p>
...
</p>
</section>
</section> -->
<h2 id="survey">Survey</h2>
<ul>
<li>
<h3>Post Workshop Survey</h3>
<p><a href="https://goo.gl/xTyuSy">Please fill out this survey so we can help make this workshop better!</a></p>
</li>
</ul>
</article>
</body>
</html>