-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopenscience_data.html
More file actions
98 lines (88 loc) · 5.11 KB
/
Copy pathopenscience_data.html
File metadata and controls
98 lines (88 loc) · 5.11 KB
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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Open Science and Data Sharing</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/NeuroNestLogo.png" alt="NeuroNest Logo" /></span><span class="title">NeuroNest</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resource_menu.html">Resources</a></li>
<li><a href="https://sopkoc.wixsite.com/neuronest/forum">Ask a Question</a></li>
<li><a href="https://sopkoc.wixsite.com/neuronest/about">About NeuroNest</a></li>
<li><a href="https://sopkoc.wixsite.com/neuronest/contact">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Open Science & Data Sharing</h1>
<h2><a href="fair_data.html">FAIR Guiding Principles for Scientific Data Management and Stewardship</a></h2>
<p>The FAIR principles (Findable, Accessible, Interoperable, Reusable) are a set of guidelines to improve the management and sharing of research data. These principles ensure that data is prepared in a way that optimizes its reuse and reproducibility.</p>
<h2><a href="bids_data.html">BIDS Format for Neuroimaging Data</a></h2>
<p>BIDS (Brain Imaging Data Structure) is a standardized way to organize and describe neuroimaging and behavioral data. It simplifies the process of data sharing, analysis, and collaboration in the neuroscience community. BIDS is designed to make data easier to use and to facilitate reproducible research.</p>
<h2><a href="nipoppy_data.html">NiPoppy Framework</a></h2>
<p>NiPoppy is a robust, automated pipeline designed for the quality assessment of neuroimaging data. It is particularly useful for researchers working with large datasets, ensuring that data quality is consistently evaluated and maintained.</p>
<h2><a href="datalad_data.html">DataLad: Data Management and Version Control for Neuroimaging</a></h2>
<p>DataLad is an open-source tool designed to facilitate data management and version control for large datasets, particularly in the field of neuroimaging. It combines the benefits of Git and and other data management tools to provide a comprehensive solution for tracking and sharing datasets.</p>
<h2><a href="open_neuro.html">OpenNeuro Data Platform</a></h2>
<p>OpenNeuro is an open science resource that provides a platform for sharing, discovering, and analyzing neuroimaging data. It encourages researchers to share their datasets publicly, following the FAIR principles, which enhances data accessibility, reproducibility, and collaboration within the neuroscience community. OpenNeuro supports various neuroimaging modalities, including MRI, EEG, MEG, and more, and allows researchers to access and contribute to a growing repository of standardized and well-curated datasets.</p>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Funding</h2>
<p> We would like to express our heartfelt gratitude to <strong>Neurohackademy</strong> at the <strong>University of Washington eScience Institute</strong> for providing invaluable training and support. This experience has significantly enriched our understanding of neuroimaging and data science. We also acknowledge the support of the National Institute of Mental Health (NIMH) grant number <strong>5R25MH112480-08</strong>, which made this opportunity possible.</p>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://x.com/Neuro_Nest" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/NeuroHackademy2024/NeuroNest" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:sopkoc@umich.edu" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>