-
Notifications
You must be signed in to change notification settings - Fork 2
/
open_neuro.html
114 lines (104 loc) · 5.64 KB
/
open_neuro.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
<!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>OpenNeuro - NeuroNest</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>OpenNeuro</h1>
<p>OpenNeuro is a free and open platform that allows researchers to share and analyze neuroimaging data. It supports a variety of data types, including fMRI, MEG, EEG, and more. The platform is designed to foster collaboration and reproducibility in the field of neuroscience.</p>
<h2>Features of OpenNeuro</h2>
<p>OpenNeuro provides several key features to support researchers:</p>
<ul>
<li><strong>Data Sharing:</strong> Researchers can upload and share their datasets with the global neuroscience community. This promotes transparency and collaboration.</li>
<li><strong>Data Analysis:</strong> The platform integrates with various data analysis tools, allowing users to process and analyze their data directly on the platform.</li>
<li><strong>Compliance:</strong> OpenNeuro ensures that all shared data complies with the Brain Imaging Data Structure (BIDS) standard, facilitating easier data sharing and analysis.</li>
<li><strong>Open Access:</strong> All data on OpenNeuro is freely accessible, encouraging open science and data reuse.</li>
</ul>
<h2>Getting Started with OpenNeuro</h2>
<p>To get started with OpenNeuro, follow these simple steps:</p>
<ol>
<li><a href="https://openneuro.org/">Visit the OpenNeuro website</a> and create an account.</li>
<li>Upload your neuroimaging data, ensuring it complies with the BIDS standard.</li>
<li>Explore datasets shared by other researchers and use the integrated tools to analyze your data.</li>
<li>Share your findings with the community and collaborate on projects.</li>
</ol>
<h2>Why Use OpenNeuro?</h2>
<p>OpenNeuro offers numerous benefits for researchers:</p>
<ul>
<li><strong>Collaboration:</strong> By sharing data, researchers can collaborate more effectively and build on each other's work.</
<li><strong>Reproducibility:</strong> OpenNeuro promotes reproducibility by providing standardized data formats and analysis tools.</li>
<li><strong>Accessibility:</strong> The platform is free to use and provides open access to all datasets, making it a valuable resource for researchers around the world.</li>
<li><strong>Advancement:</strong> By sharing and reusing data, the neuroscience community can accelerate the pace of discoveries and innovations.</li>
</ul>
<p>OpenNeuro is an invaluable resource for the neuroscience community, promoting open science and collaborative research. Join OpenNeuro today and contribute to the advancement of neuroscience!</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:[email protected]" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© NeuroNest. 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>