-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathannouncements-06-26.html
110 lines (91 loc) · 4.76 KB
/
announcements-06-26.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./theme/css/main.css" />
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">
Data 8 Summer 2018
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="./faq.html">FAQ</a></li>
<li><a href="./office-hours.html">Office Hours</a></li>
<li><a href="./policies.html">Policies</a></li>
<li><a href="./schedule.html">Schedule</a></li>
<li><a href="./staff.html">Staff</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./materials.html">Materials</a></li>
<li><a href="./python-reference.html">Python Reference</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Links <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://data8.org/connector/">Connectors</a></li>
<li><a href="http://datahub.berkeley.edu/">DataHub</a></li>
<li><a href="http://data8.org/datascience/">Datascience Docs</a></li>
<li><a href="">Feedback</a></li>
<li><a href="https://piazza.com/berkeley/summer2018/data8">Piazza</a></li>
<li><a href="http://data.berkeley.edu">Berkeley Division of Data Sciences</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<section id="content" class="body">
<header>
<h2 class="entry-title">
<a href="./announcements-06-26.html" rel="bookmark"
title="Permalink to Announcements-06-26">Announcements-06-26</a></h2>
</header>
<footer class="post-info">
<time class="published" datetime="2018-06-26T00:00:00-07:00">
Tue 26 June 2018
</time>
<address class="vcard author">
By <a class="url fn" href="./author/the-course-staff.html">The Course Staff</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content">
<ul>
<li>Homework 02 is due tonight </li>
<li>Homework 03 will be released sometime soon after lecture</li>
<li>We will have two forms of demos from now on. Live is the one with no code filled in that you can work on during lecture, while Demos will be the completed version after lecture. </li>
</ul>
<p>A few reminders:</p>
<ul>
<li><a href="http://data8.org/su18/policies.html">Policies Page</a> is important, read through it.</li>
<li>Please sign up for the Data 8 <a href="https://piazza.com/class/jgk0rvi1y5xyn">Piazza</a>. We'll use this discussion forum to answer questions, post announcements, and more.</li>
<li>All your assignments will be completed on <a href="https://summer.datahub.berkeley.edu">summer.datahub.berkeley.edu</a>. If you have any problems, there's a Jupyter post on Piazza where you can ask questions!</li>
<li>If you're joining this class late, talk to your Lab GSI!</li>
<li>Project 1 will be released this Friday, so start looking for partners from your assigned lab section. </li>
<li>Vinitra's OH this week are cancelled.</li>
</ul>
</div><!-- /.entry-content -->
</section>
</div>
<footer id="contentinfo" class="body">
</footer><!-- /#contentinfo -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>