-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalt_lang.html
95 lines (85 loc) · 4.95 KB
/
alt_lang.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
<!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>Programming Languages</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>Programming Languages</h1>
<span class="image main"><img src="images/pic13.jpg" alt="" /></span>
<h2>R</h2>
<p>R is a powerful tool for neuroimaging analysis, offering a rich ecosystem of packages designed specifically for brain data. With libraries like neuroim and fslr, R provides seamless integration with popular neuroimaging software and tools. Its data manipulation capabilities through dplyr and visualization with ggplot2 allow for in-depth statistical analysis and elegant graphical representations of brain imaging data. R's extensive documentation and supportive community make it an accessible choice for both novice and experienced neuroimagers.</p>
<h2>Julia</h2>
<p>Julia's high-performance capabilities make it an excellent choice for computationally intensive neuroimaging tasks. With libraries such as NeuroData and Images.jl, Julia enables rapid processing and analysis of large-scale neuroimaging datasets. Its Just-In-Time (JIT) compilation ensures that complex algorithms run efficiently, while its strong mathematical and statistical functions facilitate advanced modeling and simulations. Julia's syntax is designed for ease of use, combining speed with simplicity, which is ideal for researchers needing both performance and flexibility.</p>
<h2>Ruby</h2>
<p>Ruby, while less commonly used in neuroimaging, offers a clean and intuitive syntax that can be leveraged for specialized applications. Through gems like narray and daru, Ruby can handle numerical data and perform statistical analysis relevant to brain imaging research. Its strong object-oriented programming features make it well-suited for developing custom neuroimaging tools or pipelines. While not as established in this field as R or Julia, Ruby's developer-friendly environment can be harnessed for bespoke solutions and integration with other software.</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>