Skip to content

Commit 1e95018

Browse files
committed
added workshops page wiht prev events and materials
1 parent c6f8d55 commit 1e95018

1 file changed

Lines changed: 134 additions & 0 deletions

File tree

workshops.html

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
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+
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
14+
</head>
15+
<body class="is-preload">
16+
17+
<!-- Header -->
18+
<header id="header">
19+
<a href="index.html" class="title">GU Methods Lab</a>
20+
<nav>
21+
<ul>
22+
<li><a href="journalclub.html">Journal Club</a></li>
23+
<li><a href="workshops.html" class="active">Workshops</a></li>
24+
<li><a href="workshops.html">Hackathons</a></li>
25+
</ul>
26+
</nav>
27+
</header>
28+
29+
<!-- Wrapper -->
30+
<div id="wrapper">
31+
32+
<!-- Main -->
33+
<section id="main" class="wrapper">
34+
<div class="inner">
35+
<h1 class="major">Workshops</h1>
36+
<span class="image fit"><img src="images/banner_workshops.jpg" alt="" /></span>
37+
38+
<p>
39+
A few times per semester, trainees or invited faculty (internal or external) will lead a demonstration or hands-on workshop on a method used in cognitive neuroscience and neuroimaging. Typically, these are paired with our journal club topics to continue discussions and broaden insight.
40+
</p>
41+
42+
<h3>March 2, 2020<br>Introduction to Representational Similarity Analysis
43+
</h3>
44+
<p><a href="https://github.com/gu-methods-lab/rsa_resources" target="blank">[Materials]</a></p>
45+
46+
<table role="table">
47+
<thead role="rowgroup">
48+
<tr role="row">
49+
<td align="center" role="columnheader"><a href="https://srdamera.com/"><img src="https://avatars3.githubusercontent.com/u/28606263" width="100px;" alt=""/><br /><sub><b>Sri Damera</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>
50+
51+
<td align="center" role="columnheader"><a href="https://shawnrhoads.github.io/"><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></sub></td>
52+
</tr>
53+
</thead>
54+
</table>
55+
56+
<h3>December 6, 2019<br>Workshop on Connectome-based Predictive Modeling
57+
</h3>
58+
<p><a href="https://github.com/esfinn/cpm_tutorial" target="blank">[Materials]</a></p>
59+
60+
<table role="table">
61+
<thead role="rowgroup">
62+
<tr role="row">
63+
64+
<td align="center" role="columnheader"><a href="esfinn.github.io/"><img src="https://avatars3.githubusercontent.com/u/20361384" width="100px;" alt=""/><br /><sub><b>Emily Finn</b></a><br/><b title="Instruction">📢</b><b title="Code">💻</b><b title="Tutorial"></b><b title="Ideas">🤔</b></sub></td>
65+
66+
<td align="center" role="columnheader"><a href="https://shawnrhoads.github.io/"><img src="https://avatars3.githubusercontent.com/u/24925845" width="100px;" alt=""/><br /><sub><b>Shawn Rhoads</b></a><br/><b title="Event Organizing">📋</b></sub></td>
67+
</tr>
68+
</thead>
69+
</table>
70+
71+
72+
<h3>October 21, 2019<br>Introduction to Non-Parametric Statistics in fMRI
73+
</h3>
74+
<p><a href="https://github.com/gu-methods-lab/nonparametric_stats_tutorial" target="blank">[Materials]</a></p>
75+
76+
<table role="table">
77+
<thead role="rowgroup">
78+
<tr role="row">
79+
<td align="center" role="columnheader"><a href="https://srdamera.com/"><img src="https://avatars3.githubusercontent.com/u/28606263" width="100px;" alt=""/><br /><sub><b>Sri Damera</b></a><br/><b title="Instruction">📢</b><b title="Code">💻</b><b title="Tutorial"></b><b title="Ideas">🤔</b></sub></td>
80+
81+
<td align="center" role="columnheader"><a href="https://github.com/ml1796"><img src="https://avatars3.githubusercontent.com/u/41344078" width="100px;" alt=""/><br /><sub><b>Marissa Laws</a></b><br/><b title="Event Organizing">📋</b><b title="Ideas">🤔</b></sub></td>
82+
</tr>
83+
</thead>
84+
</table>
85+
86+
87+
<h3>March 28, 2019<br>Introduction to Python
88+
</h3>
89+
<p><a href="https://github.com/shawnrhoads/Intro-Python-for-Neuroimagers" target="blank">[Materials 1]</a> <a href="https://github.com/gu-methods-lab/intro-to-python-fmri" target="blank">[Materials 2]</a></p>
90+
91+
<table role="table">
92+
<thead role="rowgroup">
93+
<tr role="row">
94+
<td align="center" role="columnheader"><a href="https://srdamera.com/"><img src="https://avatars3.githubusercontent.com/u/28606263" width="100px;" alt=""/><br /><sub><b>Sri Damera</b></a><br/><b title="Instruction">📢</b><b title="Code">💻</b><b title="Tutorial"></b><b title="Ideas">🤔</b></sub></td>
95+
96+
<td align="center" role="columnheader"><a href="https://github.com/ml1796"><img src="https://avatars3.githubusercontent.com/u/37379641" width="100px;" alt=""/><br /><sub><b>Katherine O'Connell</a></b><br/><b title="Instruction">📢</b><b title="Code">💻</b><b title="Tutorial"></b><b title="Ideas">🤔</b></sub></td>
97+
98+
<td align="center" role="columnheader"><a href="https://shawnrhoads.github.io/"><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></sub></td>
99+
</tr>
100+
</thead>
101+
</table>
102+
103+
<br><br>
104+
The above follows the <a href="https://github.com/all-contributors/all-contributors" target="blank">all-contributors</a> specification (see <a href=
105+
"https://allcontributors.org/docs/en/emoji-key" target="blank">emoji key</a>).
106+
107+
</div>
108+
109+
</section>
110+
111+
</div>
112+
113+
<!-- Footer -->
114+
<footer id="footer" class="wrapper alt">
115+
<div class="inner">
116+
<center>
117+
<ul class="menu">
118+
<li>&copy; GU Methods Lab. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
119+
</ul>
120+
</center>
121+
</div>
122+
</footer>
123+
124+
<!-- Scripts -->
125+
<script src="assets/js/jquery.min.js"></script>
126+
<script src="assets/js/jquery.scrollex.min.js"></script>
127+
<script src="assets/js/jquery.scrolly.min.js"></script>
128+
<script src="assets/js/browser.min.js"></script>
129+
<script src="assets/js/breakpoints.min.js"></script>
130+
<script src="assets/js/util.js"></script>
131+
<script src="assets/js/main.js"></script>
132+
133+
</body>
134+
</html>

0 commit comments

Comments
 (0)