forked from mollygibson/bioinformatics_wkshp_washu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule-day3.html
executable file
·135 lines (135 loc) · 5.02 KB
/
schedule-day3.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!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><a href="index.html">Home</a></li>
<li class="active"><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 sub-header -->
<div class="header_sub_bg">
<div class="wrap">
<div class="wrapper">
<div class="hdr-nav">
<ul class="sub_nav">
<li><a href="schedule-day1.html">Day 1</a></li>
<li><a href="schedule-day2.html">Day 2</a></li>
<li class="active"><a href="schedule-day3.html">Day 3</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<!-- start main -->
<div class="wrap">
<div class="wrapper">
<div class="main">
<div class="content">
<table>
<thead>
<tr>
<th>When</th>
<th>Lesson</th>
<th>Applied Exercise</th>
<th>Instructor</th>
</tr>
</thead>
<tbody>
<tr>
<td data-title="When">9:00-9:30</td>
<td data-title="What">Review and help with day 2 exercises</td>
<td data-title="Lessons">--</td>
<td data-title="Who">--</td>
</tr>
</tbody>
<tbody>
<tr>
<td data-title="When">9:30-10:00</td>
<td data-title="What"><a href="http://nbviewer.ipython.org/github/mollygibson/bioinformatics_wkshp_washu/blob/master/python/lessons/Python8_Numpy.ipynb" target="_blank">Scientific Python: NumPy/SciPy</a><br />
(<a href="http://nbviewer.ipython.org/github/mollygibson/bioinformatics_wkshp_washu/blob/master/python/lessons/Python8_Numpy_Solution.ipynb" target="_blank">Solution</a>)
</td>
<td data-title="Lessons">--</td>
<td data-title="Who">Molly</td>
</tr>
</tbody>
<tbody>
<tr>
<td data-title="When">10:00-10:45</td>
<td data-title="What"><a href="http://nbviewer.ipython.org/github/mollygibson/bioinformatics_wkshp_washu/blob/master/python/lessons/Python9_Matplotlib.ipynb" target="_blank">Scientific Python: Plotting your data</a><br />
(<a href="http://nbviewer.ipython.org/github/mollygibson/bioinformatics_wkshp_washu/blob/master/python/lessons/Python9_Matplotlib-Solution.ipynb" target="_blank">Solution</a>)
</td>
<td data-title="Lessons">--</td>
<td data-title="Who">Molly</td>
</tr>
</tbody>
<tbody>
<tr>
<td data-title="When">10:45-11:00</td>
<td data-title="What">BREAK</td>
<td data-title="Lessons">--</td>
<td data-title="Who">--</td>
</tr>
</tbody>
<tbody>
<tr>
<td data-title="When">11:00-11:45</td>
<td data-title="What"><a href="http://nbviewer.ipython.org/github/mollygibson/bioinformatics_wkshp_washu/blob/master/python/lessons/Python11_Regex.ipynb" target="_blank">Scientific Python: Regular Expressions</a></td>
<td data-title="Lessons">--</td>
<td data-title="Who">Nicole</td>
</tr>
</tbody>
<tbody>
<tr>
<td data-title="When">11:45-12:55</td>
<td data-title="What"><a href="http://nbviewer.ipython.org/github/mollygibson/bioinformatics_wkshp_washu/blob/master/python/lessons/Python12_Pipelines.ipynb" target="_blank">Pipelines: Putting it all together</a><br />
(<a href="http://nbviewer.ipython.org/github/mollygibson/bioinformatics_wkshp_washu/blob/master/python/lessons/Python12_Pipelines-Solution.ipynb" target="_blank">Solution</a>)
</td>
<td data-title="Lessons">--</td>
<td data-title="Who">Nicole</td>
</tr>
</tbody>
<tbody>
<tr>
<td data-title="When">12:55-1:00</td>
<td data-title="What"><a href="https://docs.google.com/forms/d/1ucpsaqxlE5K4VgRViZmjfjVfEf0-PC_Xb0NCfGdma34/viewform" target="_blank">Survey</a></td>
<td data-title="Lessons">--</td>
<td data-title="Who">Nicole</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>