-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
218 lines (191 loc) · 7.64 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Genomics and Data Science</title>
<!-- <link rel="icon" href=images/dslogo.png> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen">
</head>
<head>
<style>
body {margin:0;}
ul.nav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #F5F5F5;;
position: fixed;
top: 0;
width: 100%;
}
li.nav {
float: left;
}
li a {
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
color: gray;
background-color: #ddd;
}
.active {
background-color: #4CAF50;
}
.alive {
background-color: #b2d8d8;
}
.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
background: -moz-linear-gradient(top, #3e779d, #65a9d7);
background: -ms-linear-gradient(top, #3e779d, #65a9d7);
background: -o-linear-gradient(top, #3e779d, #65a9d7);
padding: 9px 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 16px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
border-top-color: #28597a;
background: #28597a;
color: #ccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
}
.line-separator{
height:1px;
background:#717171;
border-bottom:1px solid #313030;
}
.title {
border-bottom: 1px solid #dedede;
}
.quick-list-item {
background-color:#e6f3ff;
border-left:solid #0072c1;
color:black;
margin:10px 0;
min-height:100px;
padding:10px;
}
.quick-list-item:hover {
background-color:#CAE1FF;
}
.quick-list-item > hr {
margin:5px 0;
}
.tg {border-collapse:collapse;border-spacing:0;border-color:#7fbf7f;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#7fbf7f;color:#669;background-color:#cce5cc;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#7fbf7f;color:#039;background-color:#66b266;}
.tg .tg-dn63{background-color:#b7dbb7;font-size:14px;color:#000000;vertical-align:top}
.tg .tg-3xcb{font-size:14px;color:#000000;vertical-align:top}
.tg .tg-2zhz{font-size:14px;color:#000000;text-align:center;vertical-align:top}
</style>
</head>
<ul class="nav" align="right">
<li class="nav"><a class="alive" href="http://data8.org/connector">Connectors</a></li>
<li class="nav"><a href="https://bcourses.berkeley.edu/">bCourses</a></li>
<li class="nav"><a href="https://data8.org/">Data 8</a></li>
</ul>
</body>
<body>
<body>
<section class="page-header">
<h1 class="project-name">L&S 88-3 Genomics and Data Science</h1>
<h2 class="project-tagline">A Fall 2016 Data Science Connector Course </h2>
<h3>CCN:33550 | Shishi Luo | Tuesday 10:00-12:00 PM | 458 Evans Hall | Units: 2</h3>
</section>
<section class="main-content">
<!-- <h2 class="title">Announcements</h2>
<ul>
<li>Welcome to Genomics and Data Science!</li>
<li>Office hours have been moved to Soda Hall for this week</li>
<li>Homework: Reading, iPython Notebook </li>
</ul>
<p></p>
<p></p>
<p></p> -->
<!-- <hr> -->
<h2 class="title">Contact information</h2>
<p><b>Instructor:</b> Shishi Luo, shishi.luo@berkeley.edu</p>
<p><b>Connector assistant:</b> Moulay Draidia, mzdraidia@berkeley.edu</p>
<h2 class="title">Office Hours</h2>
<p>Thu 10:00-11:00 AM, 418 Evans Hall </p>
<h2 class="title">Course Description</h2>
<p>All course materials can be found at the following website or in bCourses:</p>
<p><a href="https://github.com/shishiluo/Genomics-DataScience" target="_blank">https://github.com/shishiluo/Genomics-DataScience</a></p>
<p>Genomics is triggering a revolution in medical discovery. Students will explore genomic data, including HIV genomics, personal genomics, and DNA forensics, as well as related legal and ethical issues. Biology background not required.</p>
<p></p>
<p>In this connector course, we will interact with a variety of genomic datasets, with specific emphasis on HIV genomics, personal genomics, and DNA forensics. We will learn to use tools, both from the foundations course and introduced in this course, to perform exploratory analyses of genomic metadata and DNA sequence data. Students will also explore the legal and ethical issues concerning the collection and use of genetic data through readings of news articles. By the end of this course, students will be able to perform a quantitative analysis of variation in a gene or genomic region and communicate the results of this analysis effectively to a non-expert audience.</p>
<p></p>
<p>This connector course will make use of the skills taught in the Foundations of Data Analysis (Data 8) as well as introduce material specific to the application of data science to genomic data. For example, students will apply their knowledge of tables and data visualization to explore quantitative characteristics of genomes, such as genome length, across different species. They will apply Bayes Rule to the problem of quantifying whether a defendant is guilty given DNA evidence against them. In the module on personal genomics, they will be introduced to genome-wide association studies, a high-dimensional version of multiple regression.</p>
<p></p>
<!-- <table class="tg" style="undefined;table-layout: fixed; width: 870px">
<colgroup>
<col style="width: 89px">
<col style="width: 270px">
<col style="width: 306px">
<col style="width: 205px">
</colgroup>
<tr>
<th class="tg-2zhz" colspan="4">Calendar</th>
</tr>
<tr>
<td class="tg-dn63">Date</td>
<td class="tg-dn63">Module</td>
<td class="tg-dn63">Reading</td>
<td class="tg-dn63">Assignment</td>
</tr>
<tr>
<td class="tg-3xcb">1/20</td>
<td class="tg-3xcb">Module 1</td>
<td class="tg-3xcb"> <a href="http://bds.sagepub.com/content/3/1/2053951716631130">Example Reading 1 </a></td>
<td class="tg-3xcb"></td>
</tr>
<tr>
<td class="tg-dn63">1/27</td>
<td class="tg-dn63">Module 2- Situating "Data" II: A pre-history of data</td>
<td class="tg-dn63">Example Reading 2<br><br>Example Reading 3</td>
<td class="tg-dn63"></td>
</tr>
<tr>
<td class="tg-3xcb">2/3</td>
<td class="tg-3xcb">Module 3- Ethical Toolbox I: Research and applied ethics</td>
<td class="tg-3xcb"><a href="http://www.hhs.gov/ohrp/regulations-and-policy/belmont-report/">Example Reading 4</a><br><br>Example Reading 5</td>
<td class="tg-3xcb">Assignment #1</td>
</tr>
<tr>
<td class="tg-dn63">4/27</td>
<td class="tg-dn63">Module X-1- Data Futures: Thinking ethically, thinking ahead</td>
<td class="tg-dn63">TBA</td>
<td class="tg-dn63"></td>
</tr>
<tr>
<td class="tg-3xcb">5/11</td>
<td class="tg-3xcb">Module X- Course Reflection: Revisiting our Data Doubles</td>
<td class="tg-3xcb"></td>
<td class="tg-3xcb">Final Project</td>
</tr>
</table>
-->
</html>