-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (117 loc) · 3.99 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
---
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="https://docs.google.com/document/d/1TINfE1iHtfiqbHkIDOdmvjkNTmDoIWT6zeA316yM5Hc/edit?usp=sharing">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-4">
<div class="card border-light bg-light pt-3 justify-content-center align-items-center">
<p class="lead">
<a href="https://forms.gle/HCHtonTGE3C5hyA27">
Fill out Peer Feedback
</a>
</p>
</div>
</div>
<div class="col-md-4">
<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/709241">
Turn in Homework
</a>
</p>
</div>
</div>
<div class="col-md-4">
<div class="card border-light bg-light pt-3 justify-content-center align-items-center">
<p class="lead">
<a href="https://drive.google.com/drive/folders/1M_5yQvfRBQgGFZCQnjXoEvIQqmIrvpyo?usp=drive_link">
Upload Talk Slides
</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>
Co-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="nirav.png" alt="">
<br/>
Nirav Atre<br/>
<a href="[email protected]">[email protected]</a>
Co-Instructor<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>
<li><a href="https://drive.google.com/file/d/1BfnhqXz_uoWCVhG0gMGdMfd6-S23TPoN/view?usp=share_link">Peer Speaking Evaluation</a></li>
</ul>
</div><!--col-md-12-->
</div><!--row-->
<hr />
<!-- COURSE SCHEDULE -->
<div class="row">
<div class="col-md-12">
<p class="lead">Course Schedule</p>
</div><!--col-md-12-->
</div><!--row-->
<div class="row">
<div class="col-md-12">
<iframe width=100% height=800 src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTWPK3ubNuWC7a84NOvPS1GQKsABhaAc9Lxh3CqZmIcioq_ZoMvJDjfJeREgRN9O2gA2R1pOhbS_RGs/pubhtml?gid=0&single=true&widget=true&headers=false"></iframe>
</div>
</div>