Skip to content

Commit

Permalink
put website back up
Browse files Browse the repository at this point in the history
  • Loading branch information
tamvilaythong committed Mar 14, 2020
1 parent 1d2acf5 commit a62c7c9
Show file tree
Hide file tree
Showing 2,818 changed files with 252,695 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Not Found | Data 8</title>
</head>

<body id="index" class="home">
<div class="head">
<h1>
404 Not Found
</h1>
<h1>
Return to
<a href="http://data8.org/">
<span class="coursename">Data 8</span>
</a>
</h1>
</body>

</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data8.org
143 changes: 143 additions & 0 deletions fa15/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content ="STAT 94: Foundations of Data Science" />
<meta name="keywords" content ="DS8, Data Science, Berkeley" />
<meta name="author" content ="Ani Adhikari, John DeNero, Michael I. Jordan, Tapan Parikh, David Wagner, Henry Milner, Ross Boczar, Sam Lau" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width">

<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="icon" href="./assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/article.css"/>

<title>Course Information | STAT 94 Fall 2015</title>

</head>

<body id="index" class="home">
<div class="head">
<h2>
<a href="http://data8.org/">
<span class="coursename">STAT 94</span>
</a>
</h2>
<p> Foundations of Data Science <br> Fall 2015</p>
<p>
<div class="instructors">
<span class="category">Principal Instructor:</span> <br> Ani Adhikari
</div>
<div class="instructors">
<span class="category">Co-Instructors:</span><br>
John DeNero<br>Michael I. Jordan<br>Tapan Parikh<br>David Wagner
</div>
</p>
<hr/>
<ul class="navigation">
<a href="./"><li>Calendar</li></a>
<a href="./resources.html"><li>Resources</li></a>

</ul>
<hr/>
<ul class="navigation">
<a href="./about.html"><li>Course Info</li></a>
<a href="./staff.html"><li>Staff</li></a>
<a href="./datascience/"><li><code>datascience</code> Reference</li></a>

<a href="https://piazza.com/berkeley/fall2015/ds10"><li>Piazza</li></a>
<a href="https://bcourses.berkeley.edu/courses/1377166"><li>bCourses</li></a>

</ul>
<hr/>
</div>

<div id="content">
<h2 id="course-information-and-policies">Course Information and Policies</h2>


<p>This introductory course in data science is built on three interrelated
perspectives: inferential thinking, computational thinking, and real-world
relevance. Given data arising from some real-world phenomenon, how does one
analyze that data so as to understand that phenomenon? How does one collect
data to answer questions that one is interested in? Inferential thinking
refers to an ability to connect data to underlying phenomena and to the ability
to think critically about the conclusions that are drawn from data analysis.
Computational thinking refers to the ability to conceive of the abstractions
and processes that allow inferential procedures to be embodied in computer
programs, and to ensure that such programs are scalable, robust and
understandable. In addition to teaching basic skills in computer programming
and statistical inference, the course will also involve the hands-on analysis
of a variety of real-world datasets, including economic data, document
collections, geographical data and social networks, and it will delve into
social and legal issues surrounding data analysis, including issues of privacy
and data ownership.</p>


<h2 id="course-format">Course Format</h2>


<p>The course includes many events: lecture, lab, office hours, and review
sessions. Weekly lab and lecture are typically the most valuable events to
attend.</p>

<p><strong>Lecture</strong>: The course includes three 50-minute lectures per week.</p>

<p><strong>Lab</strong>: The course includes one laboratory section each week. These sections
are run by an amazing group of Graduate Student Instructors. Getting to
know your GSI is an excellent way to succeed in this course. Participation in
lab is tracked but not required.</p>

<p><strong>Office Hours</strong>: Attending office hours is another excellent way to succeed in this course. Office hours are held by GSIs and the instructor each week. A schedule appears on the staff page of the course website.</p>

<p>In office hours, you can ask questions about the material, receive guidance on
assignments, and work with peers and course staff in a small group setting.</p>


<h2 id="grading">Grading</h2>


<p>Grades for this course are assigned using the following sources.</p>

<ul>
<li>30% Projects</li>
<li>20% Homework</li>
<li>20% Midterm</li>
<li>30% Final</li>
</ul>

<p>The midterm exam will be held in class on Monday 10/19. The final exam will be
held on Monday 12/14 from 8am to 11am, location to be announced.</p>


<h2 id="materials">Materials</h2>


<p>The primary text for this course is
<a href="http://data8.org/text">Computational and Inferential Thinking</a>, an online
textbook.</p>

<p>Homework will be distributed each week on paper (typically at lecture on
Friday) and posted online. You need to complete them in the spaces given on
the page where they appear, <strong>not</strong> electronically or on a separate piece of
paper. (Having a single format helps us grade them and forces you to write
concisely.) If you print your own copy, please print it double-sided.</p>

<p>Homework assignments are due in your lab section the week after they are handed out. (For example, the homework handed out on Friday, 8/28 is due in lab on Wednesday 9/2 or, for those in the Thursday lab, Thursday 9/3.)</p>


<h2 id="computing-resources">Computing Resources</h2>


<p>All computing assignments in this course will be completed on
<a href="http://ds8.berkeley.edu">ds8.berkeley.edu</a>. You can complete all computing
labs and projects using any computer (or device) that has a web browser.</p>

<p>The lab room for the course is 105 Cory. If you would like to use a lab
computer to work on an assignment, all students will have 24 hour access
to this room whenever there is not another course using it. By enrolling in
the course, you will have card-key access to this room using your Cal ID card.</p>
</div>
</body>

</html>
43 changes: 43 additions & 0 deletions fa15/assets/css/article.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/*
:Author: John DeNero
:Contact: [email protected]
:Copyright: This stylesheet has been placed in the public domain.
Stylesheet for use with the Data Science 8 website.
Fonts adopted from Mark Pilgrim's diveintopython3.org.
*/

/* layout */

.header {
margin-top: 20px;
}

h3.section {
margin-top: 20px;
border-bottom: 1px solid black;
}

/* fonts and spacing */

.content {
font-size: medium;
line-height: 1.6;
color: #222;
font-weight: 300;
max-width: 900px;
background: #fff;
margin: 1em auto;
}

.content h4 {
margin: 0px;
}

blockquote {
background-color: #f2dede;
border-color: #eed3d7;
border-radius: 10px;
padding-bottom: 20px;
padding: 2px 20px;
}
169 changes: 169 additions & 0 deletions fa15/assets/css/resource.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
/* Stylesheet for Data Science 8 resources */

html {
background: #fff;
color: #222;
}

body {
color: #222;
font-family: Helvetica, sans-serif;
font-size: 12pt;
font-weight: 300;
line-height: 1.6;
margin: 1em 40px;
max-width: 900px;
}

*:focus {
outline:none;
}


/* Headers */

h1, h2, h3 {
font-family: "Book Antiqua", Palatino, Georgia, serif;
}

#title-main {
color:#222;
font-size:2em;
text-align:center;
}

h2 {
border-bottom: 1px solid steelblue;
font-size:1.6em;
line-height: 100%;
padding-bottom: 8px;
padding-left: 0px;
padding-right: 75px;
padding-top: 10px;
}

/* block level elements */

p {
margin: 1.25em 0;
}

blockquote {
background-color: #f2dede;
border-color: #eed3d7;
border-radius: 10px;
padding-bottom: 20px;
padding: 2px 20px;
}



img {
display: block;
margin-left: auto;
margin-right: auto;
max-width:80%;
text-align:center;
}

p.figure-caption {
text-align: center;
}


hr {
width: 80%;
}

/* buttons */

button {
background-color:#fff;
border-style:none;
color:#007291;
cursor:pointer;
font-size:1em;
padding:7px 10px;
}

button:hover {
background-color:#007291;
color:#fff
}


/* span-level elements */

abbr {
font-variant: small-caps;
letter-spacing: 0.1em;
text-transform: lowercase;
}


/* links */

li a:hover, a:hover {
color: #59a3d7;
}

a:link, .w a {
color: steelblue;
}

a:visited {
color: #b44582;
}

/* Code */

pre, kbd, samp, code, var, pre span, tt {
font: medium/1 'Andale Mono', monospace;
line-height: 1.3;
}

tt, :not(pre)> code {
background-color: rgba(0,0,0,0.04);
border-radius: 3px;
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
}

pre {
background-color: #F3F3F6;
border-left: 2px solid #EEE;
border-right: 2px solid #EEE;
color: #000;
margin: 0px;
overflow:auto;
padding: 20px;
}


/* Lists */

ol.simple, ul.simple {
margin-bottom:1em;
}

ol.arabic {
list-style:decimal
}

ol.loweralpha {
list-style:lower-alpha
}

ol.upperalpha {
list-style:upper-alpha
}

ol.lowerroman {
list-style:lower-roman
}

ol.upperroman {
list-style:upper-roman
}
Loading

0 comments on commit a62c7c9

Please sign in to comment.