forked from mollygibson/bioinformatics_wkshp_washu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·99 lines (99 loc) · 5.72 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>Bioinformatics Bootcamp</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- google fonts-->
<link href='http://fonts.googleapis.com/css?family=Merriweather+Sans' rel='stylesheet' type='text/css'>
<!-- end google fonts -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!-- start header -->
<div class="header_bg">
<div class="wrap">
<div class="wrapper">
<div class="header">
<h2 class="head">Bioinformatics Workshop @WashU</h2>
<div class="cssmenu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="schedule-day1.html">Schedule</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="credits.html">Credits</a></li>
<div class="clear"></div>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<!-- start main -->
<div class="wrap">
<div class="wrapper">
<div class="main">
<div class="content">
<h2 class="style list">When</h2>
<h1>January 6-8, 2015</h1>
<h1>9:00 am - 1:00 pm</h1>
<h2 class="style list">Where</h2>
<h1>Farrell Learning and Teaching Center</h1>
<h1>Holden Auditorium</h1>
<h2 class="style list">Why</h2>
<p>The goal of this workshop is to introduce students to computing skills that will allow more productive and reproducible results when analyzing biological datasets.
</p>
<h2 class="style list">Who</h2>
<p>This three-day workshop is designed for graduate students in the Division of Biology and Biomedical Sciences at Washington University in Saint Louis.
</p>
<h2 class="style list">Before you come</h2>
<h3 class="style list">For Mac users</h3><p>The default shell in all versions of Mac OS X is bash, so no need to install anything. You access bash from the Terminal (found in /Applications/Utilities). You may want to keep Terminal in your dock for this bootcamp.</p><br />
<p><a href="http://en.wikipedia.org/wiki/Cyberduck">Cyberduck</a> is a secure file transfer client and will allow you to transfer files to and from a remote computer. To install Cyberduck, download the <a href="https://update.cyberduck.io/Cyberduck-4.6.1.zip">Cyberduck installer</a>, double-click the downloaded file to unzip, and move the Cyberduck file to the Applications folder.</p><br />
<h3 class="style list">For Windows users</h3><p><a href="http://en.wikipedia.org/wiki/PuTTY">PuTTY</a> is a secure shell client and will allow you access to a command-line environment for the course. To install PuTTY, download the <a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe">PuTTY installer</a>, double-click the downloaded file, and follow the installation wizard.</p><br />
<p><a href="http://en.wikipedia.org/wiki/Cyberduck">Cyberduck</a> is a secure file transfer client and will allow you to transfer files to and from a remote computer. To install Cyberduck, download the <a href="https://update.cyberduck.io/windows/Cyberduck-Installer-4.6.1.exe">Cyberduck installer</a>, double-click the downloaded file, and follow the installation wizard.</p>
<h2 class="style list">Etherpad</h2>
<p>Chat with instructors, helpers, and each other <a href="https://etherpad.mozilla.org/GGjOOOTYxU" target="_blank">here!</a></p>
<h2 class="style list">Instructors and Helpers</h2>
<div class="group">
<h3 class="style list">Instructors</h3>
<div class="person">
<img src="images/gibson.jpg">
<div class="desc"><span style="color: #777777;">Molly Gibson</span> is a graduate student in the Computational & Systems Biology program in the lab of Gautam Dantas and is an instructor with <a href="http://software-carpentry.org/">Software Carpentry</a>.</div>
</div>
<div class="person">
<img src="images/rockweiler.jpg">
<div class="desc"><span style="color: #777777;">Nicole Rockweiler</span> is a graduate student in the Computational & Systems Biology program in the lab of Ting Wang.</div>
</div>
</div>
<div class="group">
<h3 class="style list">Helpers</h3>
<div class="person">
<img src="images/nophoto.jpg">
<div class="desc"><span style="color: #777777;">Drew Hughes</span> is a graduate student in the Molecular Genetics and Genomics program in the lab of Joe Corbo.</div>
</div>
<div class="person">
<img src="images/chaudhari.png">
<div class="desc"><span style="color: #777777;">Hemangi Chaudhari</span> is a graduate student in the Computational & Systems Biology program in the lab of Barak Cohen.</div>
</div>
<div class="person">
<img src="images/elliott.jpg">
<div class="desc"><span style="color: #777777;">GiNell Elliott</span> is a graduate student in the Computational & Systems Biology program in the lab of Ting Wang.</div>
</div>
<div class="person">
<img src="images/fiore.jpg">
<div class="desc"><span style="color: #777777;">Chris Fiore</span> is a graduate student in the Computational and Systems Biology program, working in the lab of Barak Cohen.</div>
</div>
<div class="person">
<img src="images/pesesky.jpg">
<div class="desc"><span style="color: #777777;">Mitch Pesesky</span> is a graduate student in the Molecular Microbiology and Microbial Pathogenesis program in the lab of Gautam Dantas.</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="clear"></div>
</body>
</html>