forked from emeryberger/COMPSCI-630
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
99 lines (83 loc) · 4.52 KB
/
header.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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon"
href="wp-content/uploads/2013/10/favicon-2.ico"
type="image/x-icon" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<title>Systems (COMPSCI 630)</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,500,600,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese'
rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Oswald:300,400,400italic,500,600,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese'
rel='stylesheet' type='text/css' />
<style>
body { font: Helvetica,Arial; padding-top: 3.5rem; }
.blackened { background-color: black; }
</style>
</head>
<body>
<div>
<div class="jumbotron blackened">
<div class="container">
<h1>
<font color="white">
Grad Systems (COMPSCI 630)
</font>
</h1>
</div>
</div>
<div class="container" width="100%">
<div class="w-100 p-3 row">
<table width="100%">
<tr>
<td>
<div class="card mb-12">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Course
Description</h4>
</div>
<div class="card-body">
<p>In this course, we will discuss classic papers across the broad area of Systems, in roughly chronological order by area: programming languages, architecture, runtime systems, operating systems, and system design in general. This is a lecture-driven class (<em>not a seminar</em>); you will not be expected to present papers, but you are expected to have read every paper before class and participate in in-class discussions.</p>
<p>This course can be used to satisfy core requirements for Systems for the M.S. and PhD degrees.</p>
<p>Grades will be based on in-class participation, projects, and exams.<br />
You must submit your reviews <b><a href="https://umass-systems19.hotcrp.com/">via the review submission site</a></b> <em>before each class</em>. <strong>Do not modify and re-submit your reviews: just submit once.</strong></p>
<p>See <a href="http://www.cs.berkeley.edu/~fox/paper_writing.html#rev">these notes by John Ousterhout</a> on writing reviews. Focus on the positive: these are classics for a reason!</p>
<p>Your reviews must address the following points:</p>
<ul>
<li><b>Summary:</b> (at least two paragraphs) What is the problem that this work addressed? What are the big ideas / key insights / technical contributions?</li>
<li><b>Significance / Contributions:</b> How have the assumptions / context this work was based on changed? What is the practical significance of these results today?</li>
<li><b>Discussion Points:</b> Include at least two discussion points to bring up in class.</li>
</ul>
<p>You will be expected to scribe at least one lecture’s notes. <a href="http://www.cs.umass.edu/~emery/classes/cmpsci691st/example-scribe-notes.tex">Here is an example</a> to use as a template (in LaTeX).</p>
<p>TA: <a href="mailto:aabhinav@cs.umass.edu">Abhinav Jangda</a> - W 4-5pm, CS207</p>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div class="card mb-12">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Course
Schedule</h4>
</div>
<div class="card-body">
All paper reviews should be submitted
using <a href="https://umass-systems19.hotcrp.com/">the
class HotCRP site</a>.
<p />
<table width="100%">
<tr>
<td>