Skip to content

Commit bb38c25

Browse files
committed
added hackathon page
1 parent c490420 commit bb38c25

1 file changed

Lines changed: 99 additions & 0 deletions

File tree

hackathons.html

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<!DOCTYPE HTML>
2+
<!--
3+
Hyperspace by HTML5 UP
4+
html5up.net | @ajlkn
5+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
6+
-->
7+
<html>
8+
<head>
9+
<title>GU Methods Lab | Workshops</title>
10+
<meta charset="utf-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
12+
<link rel="stylesheet" href="assets/css/main.css" />
13+
<link rel="icon" href="https://emojipedia-us.s3.amazonaws.com/thumbs/120/microsoft/106/brain_1f9e0.png">
14+
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
15+
</head>
16+
<body class="is-preload">
17+
18+
<!-- Header -->
19+
<header id="header">
20+
<a href="index.html" class="title">GU Methods Lab</a>
21+
<nav>
22+
<ul>
23+
<li><a href="journalclub.html">Journal Club</a></li>
24+
<li><a href="workshops.html">Workshops</a></li>
25+
<li><a href="hackathons.html" class="active">Hackathons</a></li>
26+
</ul>
27+
</nav>
28+
</header>
29+
30+
<!-- Wrapper -->
31+
<div id="wrapper">
32+
33+
<!-- Main -->
34+
<section id="main" class="wrapper">
35+
<div class="inner">
36+
<h1 class="major">Hackathons & Mini-labs</h1>
37+
<span class="image fit"><img src="images/banner_hackathon.jpg" alt="" /></span>
38+
39+
<p>
40+
A few times throughout the academic year, we meet either on a larger-scale (hackathons) or on a smaller-scale (mini-labs) to explore/analysis public neuroimaging datasets and/or improve neuroimaging resources (e.g., tutorial creation, in-house lab scripts, software development). These are typically casual, low-pressure gatherings aimed at improving skills and increasing research productivity. <b>No coding experience required!</b>
41+
</p>
42+
43+
<h3>November 16-17, 2020<br>Brainhack DC
44+
</h3>
45+
<p><a href="https://brainhackdc.github.io/BrainHackDC2019/" target="blank">[Website]</a>
46+
<br/><br/>
47+
Tutorials included: Intro to BIDS/fMRIprep, Intro to Jupyter Notebooks/Python for Neuroimagers, & Intro to Functional Connectivity<br/><br/>
48+
Sponsored by <a href="https://cfmi.georgetown.edu/" target="blank">the Center for Functional and Molecular Imaging</a>, <a href="https://psychology.georgetown.edu/" target="blank">Georgetown Department of Psychology</a>, & <a href="http://www.gradgov.com/" target="blank">Georgetown GradGov</a>.</p>
49+
50+
51+
52+
<h4>Contributors</h4>
53+
54+
<table role="table">
55+
<thead role="rowgroup">
56+
<tr role="row">
57+
<td align="center" role="columnheader"><a href="https://shawnrhoads.github.io/" target="blank"><img src="https://avatars3.githubusercontent.com/u/24925845" width="100px;" alt=""/><br /><sub><b>Shawn Rhoads</b></a><br/><b title="Instruction">📢</b><b title="Code">💻</b><b title="Tutorial"></b><b title="Event Organizing">📋</b><b title="Ideas">🤔</b><b title="Funding">🔍</b></sub></td>
58+
59+
<td align="center" role="columnheader"><a href="https://nacs.umd.edu/gradprofile/merchant/junaid" target="blank"><img src="https://avatars3.githubusercontent.com/u/8362069" width="100px;" alt=""/><br /><sub><b>Junaid Merchant</b></a><br/><b title="Instruction">📢</b><b title="Code">💻</b><b title="Tutorial"></b><b title="Event Organizing">📋</b><b title="Ideas">🤔</b></sub></td>
60+
61+
<td align="center" role="columnheader"><a href="https://www.stoodleylab.org/lab-members" target="blank"><img src="https://avatars3.githubusercontent.com/u/" width="100px;" alt=""/><br /><sub><b>Laura Rice</b></a><br/><b title="Instruction">📢</b><b title="Code">💻</b><b title="Tutorial"></b><b title="Event Organizing">📋</b><b title="Ideas">🤔</b></sub></td>
62+
63+
</tr>
64+
</thead>
65+
66+
</table>
67+
68+
<p>
69+
The above follows the <a href="https://github.com/all-contributors/all-contributors" target="blank">all-contributors</a> specification (see <a href=
70+
"https://allcontributors.org/docs/en/emoji-key" target="blank">emoji key</a>).</p>
71+
72+
</div>
73+
74+
</section>
75+
76+
</div>
77+
78+
<!-- Footer -->
79+
<footer id="footer" class="wrapper alt">
80+
<div class="inner">
81+
<center>
82+
<ul class="menu">
83+
<li>&copy; GU Methods Lab. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
84+
</ul>
85+
</center>
86+
</div>
87+
</footer>
88+
89+
<!-- Scripts -->
90+
<script src="assets/js/jquery.min.js"></script>
91+
<script src="assets/js/jquery.scrollex.min.js"></script>
92+
<script src="assets/js/jquery.scrolly.min.js"></script>
93+
<script src="assets/js/browser.min.js"></script>
94+
<script src="assets/js/breakpoints.min.js"></script>
95+
<script src="assets/js/util.js"></script>
96+
<script src="assets/js/main.js"></script>
97+
98+
</body>
99+
</html>

0 commit comments

Comments
 (0)