-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
121 lines (107 loc) · 3.57 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
---
layout: cmu
title: (Spring 2020) Graduate Computer Networks
---
<!-- OVERVIEW AND LINK TO SYLLABUS -->
<div class="row">
<div class="col-md-12">
<p class="lead">Overview</p>
<p>
15-744 is a doctoral course in computer networking research. The goals are:
</p>
<p>
<ul>
<li>
To understand the state of the art in network protocols, network architecture, and networked systems.
</li>
<li>
To engage with systems research at a scholarly level through written and oral argument.
</li>
<li>
To investigate novel ideas and make new scholarly arguments through a semester-long research project in computer networking.
</li>
</ul>
<a href="syllabus.pdf">Before enrolling in this course, please read the syllabus.</a>
</p>
</div><!--col-md-12-->
</div><!--row-->
<hr />
<!-- HOMEWORK -->
<div class="row">
<div class="col-md-12">
<p class="lead">Quick Links</a>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="card border-light bg-light pt-3 justify-content-center align-items-center">
<p class="lead">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd5BHbIXQJ5ME4hktkBZfSkRVc5L2CD7YX1N-GainG53hh-FA/viewform?usp=sf_link">
Fill out Peer Feedback
</a>
</p>
</div>
</div>
<div class="col-md-6">
<div class="card border-light bg-light pt-3 justify-content-center align-items-center">
<p class="lead">
<a href="https://www.gradescope.com/courses/357292">
Turn in Homework
</a>
</p>
</div>
</div>
</div>
<hr />
<!-- STAFF SECTION -->
<div class="row">
<div class="col-md-12">
<p class="lead">Staff</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="card border-light bg-light h-100 pt-2 px-2 pb-2">
<img class="rounded-circle img-fluid d-block mx-auto" src="justine.jpg" alt="">
<br/>
Justine Sherry <br/>
<a href="mailto:[email protected]">[email protected]</a>
Instructor <br/>
</div> <!-- CARD -->
</div> <!-- COL -->
<div class="col-md-3">
<div class="card border-light bg-light h-100 pt-2 px-2 pb-2">
<img class="rounded-circle img-fluid d-block mx-auto" src="philip.jpg" alt="">
<br/>
Adithya Abraham Philip<br/>
<a href="[email protected]">[email protected]</a>
Teaching Assistant<br/>
</div> <!-- CARD-->
</div> <!-- COL -->
</div><!--row-->
<hr />
<!-- RESOURCES -->
<div class="row">
<div class="col-md-12">
<p class="lead">Writing Resources</p>
<ul>
<li><a href="topic-sentences-gcc.pdf">The BLUF Handout</a></li>
<li><a href="https://www.cmu.edu/student-success/other-resources/handouts/comm-supp-pdfs/improving-writing-known-new.pdf">The Known-New Flow</a></li>
<li><a href="https://www.vanderbilt.edu/AnS/english/mwollaeger/cdw.htm">Claim-Data-Warrant</a></li>
<li><a href="paper-rubric.pdf">Prof Sherry's Systems Paper Rubric</a></li>
<li><a href="https://www.cmu.edu/gcc/appointment/index.html">Make an appointment at the GCC</a></li>
</ul>
</div><!--col-md-12-->
</div><!--row-->
<hr />
<!-- COURSE SCHEDULE -->
<div class="row">
<div class="col-md-12">
<p class="lead">TENTATIVE Schedule</p>
</div><!--col-md-12-->
</div><!--row-->
<div class="row">
<div class="col-md-12">
<iframe width=100% height=600 src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSawlNiS-h9I3vlyOnIJOLihteP4srC1jvmBeEXaePWwQWBnHYcrP-N23azXCJdHjcksoJtO-LJR1UG/pubhtml?gid=0&single=true&widget=true&headers=false"></iframe>
</div>
</div>