-
Notifications
You must be signed in to change notification settings - Fork 10
/
news_archive.html
377 lines (317 loc) · 26.9 KB
/
news_archive.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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WJRL86VLXW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WJRL86VLXW');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>News archive - 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="fellowship.html">Fellowship</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="search.html">🔍</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">ReproNim News Archive</h1>
</div>
</div><!-- row -->
<div class="row">
<div class="col-md-12">
<h3>Past Events and Activities</h3>
<p>
<ul>
<li><strong>ReproNim 'First Fridays' Webinar, December 1, 2023 </strong>
<ul>
<li><a href="https://cbs.fas.harvard.edu/directory/6975/">Daniel Asay</a> joins us from the Harvard University Center for Brain Science. He discusses his work with Tim O'Keefe and colleagues on open-source quality control pipelines (XNAT 1.8+ plugins), particularly for diffusion weighted imaging, in his presentation: <em> <a hre="https://dwiqc.readthedocsio/en/latest/">DWIQC</a>: Diffusion Imaging Quality Control Pipeline</em></li>
<li> <a href="https://youtu.be/inKkwjSe4hY">Video Presentation</a> and <a href="https://drive.google.com/drive/folders/1CS8G1kFg2cdzFb7CYqgJXRcGsptBCya5">Slides</a> are now available.</li>
</ul>
<li>The <a href="https://www.mcgill.ca/neuro/open-science/open-science-awards-and-prizes/neuro-irv-and-helga-cooper-foundation-open-science-prizes">2023 Neuro-Irv and Helga Cooper Foundation Open Sciences International Prize</a> was recently awarded to the Brain Imaging Data Structure (<a href="https://bids.neuroimaging.io/">BIDS</a>) as an impactful global community initiative driving international data standards for neuroimaging. ReproNim faculty member and BIDS Steering Committee member <strong>Yaroslav Halchenko</strong> represented BIDS at the <a href="https://www.mcgill.ca/neuro/channels/event/5th-annual-neuro-open-science-action-symposium-2023-349513">5th Open Science in Action Symposium</a> (November 30, 2023 in Montreal, Canada)
<li> <a href="https://www.sfn.org/meetings/neuroscience-2023">Society for Neuroscience 2023 Annual Meeting</a>, November 11-15, 2023
<ul>
<li> In-person at the Walter E. Washington Convention Center, Washington, D.C., <em>(also includes a virtual component)</em> </li>
<li> ReproNim faculty were there, including representation at the following exhibitor booths: </li>
<ul>
<li>DANDI: Distributed Archives for Neurophysiology Data Integration (Booth #3316)</li>
<li> INCF: International Neuroinformatics Coordinating Facility (Booth #3323) </li>
<li> NIF: Neuroscience Information Framework (Booth #3417)</li>
</ul>
</ul>
<li> <strong>Center for Open Science</strong>, Virtual Event: <a href= "https://www.cos.io/events"> "Helping Others Use Your Data: Lessons from the Field of Neuroscience"</a></li>
<ul>
<li>Virtual Event, <strong>Wednesday, November 8, 2023 at 11am ET</strong></li>
<li> <a href= "https://youtu.be/8eN-ML7R03k">Event Recording</a> now available.</li>
<li>Speakers included ReproNim Faculty member David Keator and collaborator Karl Helmer </li>
</ul>
<li> <strong>ReproNim 'First Fridays' Webinar, November 3, 2023 </strong> at <strong>2pm EDT</strong></li>
<ul>
<li>We welcome <a href="https://theorg.com/org/octave-bioscience/org-chart/anisha-keshavan">Anisha Keshavan</a>, Senior Data Scientist from Octave Bioscience, for a discussion of <em>'Reproducible Data Science Practices at Octave.'</em></li>
<li> <a href="https://youtu.be/DG6mUZ5XlS4"> Video Presentation</a> is now available.</li>
</ul>
<li><strong>ReproNim 'First Fridays' Webinar, October 6, 2023</strong> at <strong>2pm EDT</strong>
<ul>
<li><a href="https://connects.catalyst.harvard.edu/Profiles/display/Person/54973">Rudolph Pienaar</a> joins us as guest speaker to kickoff our fall season! He shares his expertise and insights on the development and applications of an open source platform for computational research and medicine (<a href="https://chrisproject.org/">ChRIS</a>), with a presentation on <em>"The Challenges of Medical Computing in the Age of AI and Clouds – how ChRIS can help."</em>
<li><a href ="https://youtu.be/NTl-25tgKgY"> Video Presentation</a> and <a href ="http://fnndsc.childrens.harvard.edu/ChRIS/ReproNim">Slides</a> are now available.
</ul>
<li> ReproNim faculty members Maryann Martone, Yaroslav Halchenko, and Jeff Grethe gave lectures in the <a href="https://www.incf.org/incf-short-course-introduction-neuroinformatics-2023"> INCF Short Course: Introduction to Neuroinformatics </a> at the University of Washington Seattle, October 2-4, 2023</li>
<li> The <a href="https://www.reprorehab.usc.edu/"> 2023-2024 Reproducible Rehabilitation Research Education Program</a> (ReproRehab) kicked off its second year under the leadership of ReproNim Fellow Sook-Lei Lew, joined by ReproNim Faculty members David Kennedy and JB Poline. University of Southern California, Los Angeles, CA. September 29-30, 2023</li>
<li> ReproNim had strong representation at the <a href="https://neuroinformatics.incf.org/2023/sessions"> INCF Neuroinformatics Assembly 2023</a>! (virtual event, September 18-20, 2023). Both JB Poline and Maryann Martone led sessions in this year’s assembly, organized around the theme of ‘Transparency in FAIR neuroinformatics’ and were joined by several ReproNim faculty:</li>
<ul>
<li> Session 1: A FAIR roadmap for knowledge graphs and ontologies
<ul>
JB Poline, (chair, speaker), Jeff Grethe (speaker), Fahim Imam (speaker)
</ul>
<li>Session 3: Streamlining Cross-Data Platform Integration: Processes and Solutions for Rapidly Developing an Integrated Workflow Across Independent Systems for the US BRAIN Initiative Cell Census
<ul>
<li> Maryann Martone (co-chair, speaker), Yaroslav Halchenko</li>
</ul>
</ul>
<li>This year’s <a href="https://summit.makedatacount.org/program/"> Make Data Count (MDC) Summit: The Time is Now to Advance Data Metrics</a>, Washington DC (September 12-13, 2023) included a presentation by ReproNim Faculty member JB Poline in the session on ‘Incorporating Data Metrics in Tenure & Promotion.’</li>
<li>Both David Kennedy and JB Poline participated as instructors in the <a href="https://neurohackademy.org/">Neurohackacademy</a> summer school program in neuroimaging and data science, (hybrid event, August 7-18, 2023) based at the University of Washington eScience Institute, Seattle, WA
</li>
<li>We are very excited about our third year of the <a href="https://www.repronim.org/fellowship.html"><strong>ReproNim/INCF Training Fellowship</strong></a>
<ul>
<li>We also know that inquiring minds would like to know! We anticipate opening applications in January 2024 for our fourth year of the fellowship, with a start date in June, 2024
</ul>
<li>ReproNim faculty, affiliates and fellows all had a strong presence at the <a href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageid=4114"><strong>2023 Organization for Human Brain Mapping</a></strong> (OHBM) Annual Meeting, July 22-26, in Montreal, Canada
<ul>
<li>OHBM <a href="https://ohbm-schedule-2023.my.canva.site/#saturday-day-1">Conference</a>, July 22-26, 2023
<ul>
<li>Venue: Palais de congress de Montreal, 1001 Place Jean-Paul-Riopelle, Montreal, Canada
</ul>
<li>OHBM <a href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageid=4204">Educational Courses</a>, Saturday, July 22, 2023 at the Palais de congress de Montreal, Montreal, Canada
<ul>
<li>Venue: Palais de congress de Montreal, 1001 Place Jean-Paul-Riopelle, Montreal, Canada
<ul>
<li>ReproNim Faculty <strong>Yaroslav Halchenko</strong> and ReproNim Affiliate <strong>Peer Herholz</strong> give presentations in the Educational Course on "Open and Reproducible Neuroimaging."
</ul>
</ul>
<li>OHBM <a href="https://ohbm.github.io/hackathon2023/">Brainhack 2023</a>, July 19-21, 2023
<ul>
<li><em>Hybrid event: in person in Montreal, CN plus three virtual hubs</em>
<li>In-person: Maison Notman House, 51 Sherbrooke St W, Montreal, Canada
<li>Virtual Hubs: Europe, the Middle East + Africa, Asia-Pacific
</ul>
</ul>
<li>ReproNim faculty and colleagues lead neuroinformatics neuroimaging sessions in at the <a href="https://neuroinformatics.incf.org">INCF Neuroinformatics Assembly</a> (virtual meeting), September 12-16, 2022
<li>Our own Yaroslav Halchenko, David Kennedy and Maryann Martone give presentations at the <a href="https://neurosciencenetwork.org/ACNN_Workshop_2022.html#home">7th Annual Big Data Neuroscience (BDN) Workshop</a> at the University of Texas in Austin, September 15-16, 2022
<li>ReproNim faculty and colleagues presented a half-day <a href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageid=4055">OHBM educational course</a> on Sunday, June 19, 2022, in Glasgow, Scotland, called <em><a href="https://www.humanbrainmapping.org/files/2022/Revised%20Educational%20Courses/How_to_Write_a_Re-executable_Publication_v3.pdf">How to Write a Re-executable Publication</a></em>.</li>
<li>ReproNim celebrates <strong><a href="https://www.umassmed.edu/news/news-archives/2022/02/david-kennedy-awarded-$6-million-repronim-brain-imaging-grant/">NIBIB-funded 5-year Center Grant Renewal</a></strong>
<li>We are very excited about our third year of the <a href="https://www.repronim.org/fellowship.html"><strong>ReproNim/INCF Training Fellowship</strong></a>.
<ul>
<li>A big Congratulations and Welcome to our new Fellows!
</ul>
<li>The <a href="https://abcd-repronim.org">2022 ABCD-ReproNim Course</a> provides training for reproducible analyses of big data, using the Adolescent Brain Cognitive Development Study (<a href="https://abcdstudy.org/about/">ABCD</a>)data, in conjunction with instruction on ReproNim-endorsed methods and principles for reproducible data analysis. A supplemental module on Artificial Intelligence/Machine Learning is also included.
<ul>
<li>Although the course is now completed, all lectures and course materials continue to be publicly available online:
<ul>
<li>ABCD ReproNim <a href="https://www.abcd-repronim.org/index.html">Course materials</a>
<li>Artificial Intelligence/Machine Learning <a href="https://www.abcd-repronim.org/ml.html"> Module materials</a>
</ul>
</ul>
<li><strong>ReproNim Office Hours Program</strong> Drop-In for virtual Office Hours on the <strong>First Thursday of each month at 1pm Eastern Time</strong>,
or contact us anytime by email at <em>[email protected]</em> to schedule a session.
<ul>
<li>Do you have a reproducibility question, challenge or problem?
<li>ReproNim faculty are available to provide support and guidance on implementation of reproducibility principles and technologies in your work.
<li>Open to all levels of user, whether you are new to reproducibility methods or an established investigator.
<li><strong>Office Hours Drop-In Sessions</strong> at <strong>1pm Eastern Time</strong>
<ul>
<li><strong>Thursday December 1, 2022</strong>
<li><strong>Thursday November 3, 2022</strong>
<li><strong>Thursday October 6, 2022</strong>
<li><strong>Thursday September 1, 2022</strong>
</ul>
<li>Sessions are accessible via Gathertown meeting space:
<ul>
<li>If you are new to <a href="https://gather.town/app/ESJPNXX7CVirKett/nmind"> Gathertown</a> you will be prompted to join (which involves creating a username and password) and an avatar will be created for you that allows you to navigate the space. Upon entering, look for 'ReproNim Dave' in the 'attendees' list on the left, and follow, find, or message him.
</ul>
</ul>
<li>Join us for our new Fall Season! <a href="https://www.repronim.org/webinar-series.html"><strong>ReproNim Webinar Series</strong></a>, <strong>‘First Fridays’ at 2pm, Eastern Time</strong>
<ul>
<li> Webinars are held on the first Friday of every month, from 2-3pm Eastern Time
<li> Featured topics will include important efforts in reproducibility, from both ReproNim and others
<li><strong>Friday, December 2, 2022 at 2pm EST</strong>
<ul>
<li>Special guest <a href="https://uams-triprofiles.uams.edu/profiles/display/1802861">Keith Bush</a> shares his wisdom and experience in implementing best practices and tools for enhancing the rigor and reproducibility of neuroimaging throughout the <a href="https://psychiatry.uams.edu/research/birc/?_ga=1.22816571.1823374017.1366814353"> Brain Imaging Research Center at the University of Arkansas for Medical Sciences</a> with a presentation on <em>Transitioning a Neuroimaging Research Center to Open and Reproducible Science: A Case Study.</em> See his <a href="https://www.frontiersin.org/articles/10.3389/fdata.2022.988084/full">recent publication</a> on lessons learned!
<li><a href ="https://youtu.be/zFr8DyTGhxQ">Video Presentation</a> and <a href="https://drive.google.com/drive/folders/1B0EyiRsOP8-cBKD3SZDxGT9jZYCALlTC">Slides</a> are now available.
</ul>
<li><strong>Friday, November 4, 2022 at 2pm EDT</strong>
<ul>
<li>ReproNim Collaborator <a href="https://faculty.sites.uci.edu/myassa/">Mike Yassa</a>, along with ReproNim faculty <a href="https://www.faculty.uci.edu/profile.cfm?faculty_id=6406">David Keator</a>, join us from UCI for a discussion of <em>Early life adversity and brain development: A case study in imaging insights and challenges.</em>
<li> <a href="https://youtu.be/lYSe76-F9RM">Video Presentation</a> is now available.
</ul>
<li><strong>Friday, October 7, 2022 at 2pm EDT</strong>
<ul>
<li>We kick off the new academic year with a special presentation by ReproNim faculty member <strong>Maryann Martone</strong> (<a href="https://profiles.ucsd.edu/maryann.martone">UCSD</a>, <a = href="https://www.incf.org/team/prof-maryann-martone">INCF</a>), <em>Reflections on progress in open and FAIR neuroscience.</em>
<li><a href=" https://youtu.be/hX_JnsZz-uY"> Video Presentation</a> is now available.
</ul>
</ul>
<li>Announcing the new ReproNim Webinar Series, 'First Fridays' at 2pm, Eastern Time
<ul>
<li>Join us on the first Friday of every month, from 2-3pm Eastern Time
<li>Featured topics will include important efforts in reproducibility, from both ReproNim and others
<li><strong>Friday, January 3, 2020 at 2pm EST</strong>
<ul>
<li>ReproNim investigator <strong>Dorota Jarecka</strong> presents <em>"Testing scientific workflows with Testkraken"</em>
<li>Both the <a href="https://www.youtube.com/watch?v=d5KbmuhvnwE"> Video Presentation</a> and <a href="https://drive.google.com/open?id=1QzcywXi1ThawyxJQLFVGG8hls9H0trOC"> Slides</a> are now available
</ul>
<li><strong>Friday, December 6, at 2pm EST</strong>
<ul>
<li>ReproNim investigator <strong>Yaroslav Halchenko</strong> and colleagues present <em>"Taking Control of your DICOM Data: ReproIn/Heudiconv Tools"</em>
<li>Both the <a href="https://www.youtube.com/watch?v=j2SKX37-w4c&list=PLs3CA4ShM1DUX0nTMKfoB8Z6kdrZpByLa&index=5&t=0s"> Video Presentation</a> and <a href="https://docs.google.com/presentation/d/14UNWQVY49c9Xc-7sj1FkoILXnt-wYjW404oqT-FtCW8/edit#slide=id.p"> Slides</a> are now available!
</ul>
<li><strong>Friday, November 1, at 2pm EDT</strong>
<ul>
<li>Our own <strong>David Kennedy</strong> presents <em>"State of the ReproNim: A High-Level Overview to Reproducibility in Neuroimaging Research"</em>
<li>Both the <a href="https://www.youtube.com/watch?v=CS_SP7iYuns&feature=youtu.be"> Video Presentation</a> and <a href="https://drive.google.com/open?id=1ziznB86woaRhNLLYaqanuySqssNqhe4ZsyXcD5Rb5HM"> Slides</a> are now available!
</ul>
<li>Join us on the first Friday of every month, from 2-3pm Eastern Time
<li>Featured topics will include important efforts in reproducibility, from both ReproNim and others
</ul>
<li>See you at the annual <a href="https://www.sfn.org/meetings/neuroscience-2019">Society for Neuroscience meeting</a> in Chicago, October 19-23, 2019!
<ul>
<li> <a href="https://docs.google.com/document/d/19EJrAzHRKgmdhTEdBHrOVP2kew9QJGUjCkhRb6aZT2g/edit?usp=sharing">ReproNim presents</a>: Talks, posters, and demos
</ul>
<li> <a href="https://www.repronim.org/"><strong> ReproNim</a> and <a href="http://schizconnect.org/">SchizConnect</a> - A Project-Centered Example of Containers and Semantic Markup </strong> <a href="https://docs.google.com/document/d/14j0D28ZcyNZGedGIS9AlvRpHciPXkzE6uiqYQgqdLtI/edit?usp=sharing">(Agenda)</a>
<ul>
<li> <strong>Session 1, Friday October 4, 2019, 2-3:30pm EDT </strong> 1.5 Hour Webinar with SchizConnect and ReproNim faculty
<ul>
<li> Introduction to the <a href="http://schizconnect.org/"> SchizConnect</a> Project, Semantic Markup, and Containerized Workflows
<li> <em>[video conference open to the public]</em>
<li> Connect by Zoom: <a href="https://umassmed.zoom.us/j/822880060">https://umassmed.zoom.us/j/822880060</a> , or see <a href="https://docs.google.com/document/d/14j0D28ZcyNZGedGIS9AlvRpHciPXkzE6uiqYQgqdLtI/edit?usp=sharing"> Agenda</a> for additional details
</ul>
<li><strong> Session 2, Friday October 18, 2019, 9am-5pm CDT</strong>, Full day Workathon with SchizConnect and ReproNim faculty
<ul>
<li>Containerized Workflows and Semantics: Project Integration/Tools Applications
<li><em>[video conference open to the public]</em>
<li>Connect by BlueJeans: <a href="https://northwestern.bluejeans.com/2163410074">https://northwestern.bluejeans.com/2163410074</a> , or see <a href="https://docs.google.com/document/d/14j0D28ZcyNZGedGIS9AlvRpHciPXkzE6uiqYQgqdLtI/edit?usp=sharing"> Agenda</a> for additional details
</ul>
</ul>
<li>A few highlights from <a href="https://escience2019.sdsc.edu/">IEEE eScience 2019</a> in San Diego, CA
<ul>
<li>Keynote lecture by project leader Maryann Martone:<a href="https://escience2019.sdsc.edu/keynote/martone/"> Neuroscience as an open, FAIR and citable discipline</a>
<li>The <a href="https://researchobject.github.io/ro2019/">RO2019 Workshop in Research Objects</a>
<ul>
<li>ReproNim presents <a href="https://zenodo.org/record/3336609#.XYFRaSUpC-w">The ReproPub</a> A hybrid research object for supporting publication-level re-execution and generalization of neuroimaging research findings
<li>External Advisory Board member Daniel Katz presents <a href="https://zenodo.org/record/3338176#.XYFRFCUpC-w">Citation and Research Objects: Toward Active Research Objects</a>
</ul>
</ul>
<li> ReproNim joins in a <a href="https://www.isi.edu/events/calendar/12756">Reproducibility Colloquium at USC</a>, September 23, 2019
<li> Maryann Martone shares her expertise on "Harnessing the Power of Cloud Technology to Propel Neuroscience Research Forward" at the National Academies of Science <a href="http://www.nationalacademies.org/hmd/Activities/Research/NeuroForum/2019-SEP-24.aspx">Neuroscience Data in the Cloud Workshop</a> September 24, 2019 in Washington, DC.
<li> Great meeting at <a href="https://www.neuroinformatics2019.org/">INCF NeuroInformatics 2019</a>
<ul>
<li> External Advisory Board member <a href="https://www.research.manchester.ac.uk/portal/en/researchers/carole-goble(bcd47b34-dc6d-42d5-8561-7a4cd64f07c0).html"> Carole Goble</a> gives Plenary Lecture!
<li> <a href="https://docs.google.com/document/d/1Lu-q_fBsfnivfzVQgTBbpaF0Ori9deI0XxsgCMs90bo/edit?usp=sharing">ReproNim Presentations</a>
<li> NIDM/BIDS Scientific Interest Group (SIG) Meeting
</ul>
<li> <a href= "https://docs.google.com/document/d/1IsSnV1ZX3mF8fEH-FplFZXSrbov8igqF8Owd_tSAULU/edit?usp=sharing">ReproNim Activities</a> at <a href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageID=3882&activateFull=true">OHBM 2019</a> in Rome, Italy
<ul>
<li>Pre-OHBM Events
<ul>
<li>Inaugural workshop, <a href="https://www.repronim.org/fellowship">2019-2020 ReproNim/INCF Training Fellowship</a>, June 5, 2019
<li> <a href= "https://ohbm.github.io/hackathon2019/">OHBM Hackathon</a> TrainTrack ‘Untutorials’ in DataLad, ReproIn, Semantic Markup, & Containers. June 6-8, 2019
</ul>
<li>OHBM Conference Presentations, June 9-13, 2019
<ul>
<li>ReproHour Tutorials in Reproducibility, Open Science Room/ReproPub, Posters, Booth
</ul>
</ul>
<li> Congratulations to our Inaugural 2019-2020 class of ReproNim/INCF Fellows!</li>
<li> ReproNim is launching a new Training Fellowship!</li>
<ul>
<li> Gain conceptual and practical training in reproducible neuroimaging topics
<li> Share expertise and expand your professional network for future collaborations
<li> Establish mentorship ties for the next year with ReproNim faculty
<li> Applications being accepted for 2019 Fellows until February 26, 2019
<li> Program Announcement and Application here: <a href="https://docs.google.com/forms/d/e/1FAIpQLSdHhe-mYSqwqgpHQc8u-LnW3iSgVsKXuXE7I0_RBa_LI6xIYw/viewform">Link</a>
<li> Sponsored jointly with the International Neuroinformatics Coordinating Factility (INCF) <a href="https://www.incf.org/">Link</a></li>
</ul>
<li> ReproNim Tools Currently Featured on the Big Data U's website! <a href="https://bigdatau.ini.usc.edu/">Link</a></li>
<li> Society for Neuroscience Events:
<ul>
<li> SfN Neuroinformatics Social, Tuesday November 6, 2018. <a href="https://www.sfn.org/Meetings/Neuroscience-2018/Sessions-and-Events/SfN-Sponsored-Socials#Tuesday,-November-06,-2018-6:45PM-8:45PM">Link</a>
<li> SfN Workshop FAIR Neuroscience: Sharing and Collaborating for Reproducible Neuroscience, November 5, 2018. <a href="https://www.sfn.org/Meetings/Neuroscience-2018/Sessions-and-Events/Professional-Development-Workshops#Monday,-November-05,-2018">Link</a>
<li> SfN Worskhop How a Journal Handles Your Paper, including Reproducibility Issues, November 4, 2018. <a href="https://www.sfn.org/Meetings/Neuroscience-2018/Sessions-and-Events/Professional-Development-Workshops#Sunday,-November-04,-2018">Link</a>
<li> Reproducible NeuroImaging Training November 2-3, 2018, before SfN: <a href="https://tinyurl.com/repronim-train">Link</a>
</ul>
<li> 5 Steps to Reproducible Neuroimaging Draft <a href="http://www.reproducibleimaging.org/5steps">here</a></li>
<li> Reproducible NeuroImaging Training November 2-3, 2018 before SFN: <a href="https://tinyurl.com/repronim-train">Link</a></li>
<li> OHBM Hackathon TrainTrack: <a href="https://ohbm.github.io/hackathon2018/">Link</a></li>
<li> OHBM Sunday All-day Hands-On Training Course in Reproducible Neuroimaging: <a href="https://github.com/ReproNim/ohbm2018-training">Link</a></li>
<li> ReproNim Activities at OHBM 2018 in Singapore: <a href="https://docs.google.com/document/d/1y7HSYe5q2WkA9QM_UJuOBX8AA8f_uvXeANdluzHZD14/edit?usp=sharing">Link</a></li>
<li> Slides from the SOBP 2018 symposium Reproducibility in Psychiatric Neuroimaging: Big Data for Big Problems posted here: <a href="https://osf.io/b73mz/wiki/home/">Link</a></li>
<li> There will be a Reproducible Neuroimaging Training Workshop held just prior to the Society for Neuroscience meeting in Washington DC, November 10-11, 2017. See <a href="https://tinyurl.com/repronim-sfn17">https://tinyurl.com/repronim-sfn17</a> for more details</li>
</p>
</div>
</div>
</div>
</section>
<section class="section-3">
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3> </h3>
<p>
</p>
</div>
</section>
<footer class="site-footer">
<div>
<ul class="list-inline quicklinks">
<li>Copyright © ReproNim 2016-2024</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>