forked from ReproNim/repronim.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteach.html
196 lines (185 loc) · 11.3 KB
/
teach.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132556733-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132556733-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Teach - ReproNim</title>
<!-- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- font -->
<link href='https://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet'>
<link rel="stylesheet" href="font/font.css">
</head>
<body>
<div id="wrapper">
<section class="section-1">
<header class="site-header">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-8">
<h1 class="logo"><a href="index.html">ReproNim</a></h1>
</div>
<div class="col-sm-8 col-xs-4">
<nav class="navbar pull-right" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="ion-navicon"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="discover.html">Discover</a></li>
<li><a href="describe.html">Describe</a></li>
<li><a href="do.html">Do</a></li>
<li><a href="teach.html">Teach</a></li>
<li><a href="community.html">Community</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div> <!-- row -->
</div>
</header> <!-- site header -->
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="main-page-header">Teach</h1>
<h3 class="main-sub-header">Get your learn on</h3>
</div>
</div><!-- row -->
<div class="row">
<div class="col-md-12">
<p>Our Educational Objectives include:</p>
<ul>
<li>Topical training in the overall issues that affect the reproducibility of neuroimaging research (data acquisition and characterization, experimental methods, analyses, record keeping and reporting, reusability, and sharing of data and methods)</li>
<li>Development of a next-generation cadre of software developers that are versed in the techniques that promote reproducibility and education of the neuroimaging researcher in the tools that promote complete experimental description.</li>
<li>Train the trainer: we adopted the software and data carpentry philosophy and work to train individuals who will themselves train others.</li>
</ul>
<p>Our initial (Phase 1) curriculum focuses on developing material that address reproducibility in four areas: </p>
<ul>
<li>FAIR data</li>
<li>Computational basics</li>
<li>Reproducible workflows</li>
<li>Statistical tools</li>
</ul>
<p>
in order to initiate a set of tools and practices that are reproducibility-enabled. Future curricula will extend the reach of these materials to encompass a broader community of researchers and will feature more training material on the tools developed by the ReproNim project.</p>
<p>
We are developing the following forms of training:
<ul>
<li>Our curriculum is developed on <strong>Github</strong>; each of the modules is accessible from the sections below.
<li>In addition, this material is offered as a <strong>Moodle</strong> Course, accessible <a href="https://courses.repronim.org"> here</a>.
<li><a href="http://www.repronim.org/fellowship"><strong>ReproNim/INCF Training Fellowship</strong></a>; a Train-the-Trainer program to empower
researchers to teach reproducible methods to others.
</ul>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>ReproNim Introduction</h2>
<p>Why do we care about reproducibility? Can we do anything to improve the reproducibility of our neuroimaging work? Let's get motivated to change the world!</p>
<p><a href="http://www.repronim.org/module-intro/">Goto module.</a></p>
</div>
<div class="col-md-4">
<h2>Reproducibility Basics</h2>
<p>Shells, version control, package managers, and other tools to embrace "Reproducibility By Design"!</p>
<p><a href="http://www.repronim.org/module-reproducible-basics/">Goto module.</a></p>
</div>
<div class="col-md-4">
<h2>FAIR Data</h2>
<p>FAIR is a collection of guiding principles to make data Findable, Accessible, Interoperable, and Re-usable. We look at ways to ensure that a researcher’s data is properly managed and published in support of reproducible research.</p>
<p><a href="http://www.repronim.org/module-FAIR-data/">Goto module.</a></p>
</div>
</div><!-- row -->
<div class="row">
<div class="col-md-4">
<h2>Data Processing</h2>
<p>What do we need to know to conduct reproducible analysis? Learn to: Annotate, harmonize, clean, and version data; and Create and maintain reproducible computational environments.</p>
<p><a href="http://www.repronim.org/module-dataprocessing/">Goto module.</a></p>
</div>
<div class="col-md-4">
<h2>Statistics</h2>
<p>Here we describe some key statistical concepts, and how to use them to make your research more reproducible. Everything you ever wanted to know about power, effect size, P-values, sampling and everything else.</p>
<p><a href="http://www.repronim.org/module-stats/">Goto module.</a></p>
</div>
</div><!-- row -->
</div>
</section>
<section class"section-4" class="wrapper style1 special fade-up">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="main-page-header" id="team">Our Training Team</h1>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<span class="testimonial-img"><img src="https://satra.cogitatum.org/assets/satra.png" style="border-radius: 100%; display: block" alt="" /></span>
<h3>Satrajit Ghosh</h3>
<p></p>
</div>
<div class="col-sm-3">
<span class="testimonial-img"><img src="https://www.mcgill.ca/qls/files/qls/styles/wysiwyg_medium/public/jb_poline.png" style="border-radius: 100%; display: block" alt="" /></span>
<h3>Jean-Baptiste Poline</h3>
<p></p>
</div>
<div class="col-sm-3">
<span class="testimonial-img"><img src="images/dorota-jarecka.jpg" style="border-radius: 100%; display: block" alt="" /></span>
<h3>Dorota Jarecka</h3>
<p></p>
</div>
<div class="col-sm-3">
<span class="testimonial-img"><img src="https://centerforopenneuroscience.org/theme/img/team/yarik.jpg" style="border-radius: 100%; display: block" alt="" /></span>
<h3>Yaroslav Halchenko</h3>
<p></p>
</div>
<div class="col-sm-3">
<span class="testimonial-img"><img src="https://researcherprofiles.org/profile/Modules/CustomViewPersonGeneralInfo/PhotoHandler.ashx?NodeID=179261&cachekey=d928d839-b950-4c01-bb9b-d84061f59783" style="border-radius: 100%; display: block" alt="" /></span>
<h3>Jeffrey Grethe</h3>
<p></p>
</div>
<div class="col-sm-3">
<span class="testimonial-img"><img src="images/nina-preuss.jpg" style="border-radius: 100%; display: block" alt="" /></span>
<h3>Nina Preuss</h3>
<p></p>
</div>
<div class="col-sm-3">
<span class="testimonial-img"><img src="https://i2.wp.com/www.globaleducationideas.com/wp-content/uploads/2017/05/manymore.png?ssl=1" style="border-radius: 100%; display: block" alt="" /></span>
<h3>and Many More!!!</h3>
<p></p>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div>
<ul class="list-inline quicklinks">
<li>Copyright © ReproNim 2016-2019</div>
<li>Support: <a href="https://projectreporter.nih.gov/project_info_description.cfm?aid=8999833">NIH-NIBIB P41 EB019936</a></li>
<li>Site theme: themewagon.com</li>
</ul>
</div>
</footer>
</div> <!-- wrapper -->
<!-- js -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>