-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·82 lines (78 loc) · 5.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="./website/img/fav.ico">
<title>Maël Auzias' teaching website</title>
<link href="./website/css/style.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="http://www.auzias.net">Network 101</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#material">Material</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#mark">Marking system</a></li>
<li><a href="#cc">Licence</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="starter-template">
<h1><small>open source </small>Network 101</h1>
<p class="lead">Use this webpage to get all the details about network courses.<br/>
If ever you cannot find any information,<br/>
feel free to send your question in an email to: <u>teaching<small> [at] </small>auzias<small> [dot] </small>net</u></p>
</div>
<hr/>
<div id="material">
<h1>Material</h1>
<p>You can find the open-sourced material of this course on <a href="https://github.com/auzias/network-courses">github</a>, or by downloading it:</p>
<ul>
<li><a href="http://teaching.auzias.net/slides/slides.pdf">slides</a> (<a href="http://teaching.auzias.net/slides/slides-to-print.pdf">printable version</a>)</li>
<li><a href="http://teaching.auzias.net/exercises/tutorials.pdf">tutorials</a></li>
<li><a href="http://teaching.auzias.net/exercises/practice.pdf">practicals</a></li>
<li><a href="http://teaching.auzias.net/exercises/submask-cheat-sheet.pdf">submask Cheat-sheet</a></li>
<li><a href="http://teaching.auzias.net/project/project-expectations.pdf">project expectations</a></li>
<li><a href="http://teaching.auzias.net/material/ComputerNetworks.pdf"><i>An Introduction to Computer Networks</i></a> written by <a href="http://intronetworks.cs.luc.edu/">Peter L Dordal</a> (<a href="https://creativecommons.org/licenses/by-nc-nd/3.0/">CC BY-NC-ND 3.0</a>)</li>
<li><a href="http://www.marionnet.org/wiki/doku.php?id=travaux_pratiques">pratical exercice (in French) using Marionnet</a> (<a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>)</li>
<li><a href="https://media.defcon.org/DEF%20CON%2022/DEF%20CON%2022%20video%20and%20slides/DEF%20CON%2022%20Hacking%20Conference%20Presentation%20By%20Christopher%20Soghoian%20-%20Blinding%20The%20Surveillance%20State%20-%20Video%20and%20Slides.m4v">DEF CON 22 talk by Christopher Soghoian - Blinding The Surveillance State</a> (<a href="https://media.defcon.org/">find other talks</a>)</li>
</ul>
</div>
<hr/>
<div id="agenda">
<h1>Agenda</h1>
<ul>
<li><del><strong>2015-09-05 08h00:</strong> mail me your overview (pdf) to teaching@auzias.net with the subject "<i>[overview] Name-student1 Name-student2 Name-student3</i>". Made with LaTeX: bonus points, late: malus points.</del></li>
<li><strong>2015-09-19 23h59:</strong> mail me your project report and presentations (pdf) to teaching@auzias.net with the subject "<i>[report] Name-student1 Name-student2 Name-student3</i>". Made with LaTeX: bonus points, late: malus points.</li>
<li><strong>2015-09-21 14h00, 16h00:</strong> project presentations.</li>
<li><strong>2015-09-21 16h15, 18h15:</strong> project presentations and final exam.</li>
</ul>
</div>
<hr/>
<div id="mark">
<h1>Marking system <small>(All equal weighting)</small></h1>
<ul>
<li><strong>Short tests:</strong> at the end of each lesson, a 10-minutes test consisting of 4 questions will be done <strong>without</strong> any documents.</li>
<li><strong>Project:</strong> <a href="http://teaching.auzias.net/project/project-expectations.pdf">details can be found here</a>.</li>
<li><strong>Exam:</strong> one hour -at most- final exam (paper, pencil) with <b>your own notes on <u>one A4</u> sheet (double sided)</b>.</li>
</ul>
</div>
<hr/>
<div id="cc">
<h1>Licence</h1>
<p class="center"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />
<span property="dct:title">Network courses</span> by <a href="http://teaching.auzias.net" property="cc:attributionName" rel="cc:attributionURL">Maël Auzias</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Based on a work at <a href="http://www.cs.vu.nl/~ast/" rel="dct:source">http://www.cs.vu.nl/~ast/</a> and by <a href="http://intronetworks.cs.luc.edu/">Peter L Dordal</a>.</p>
</div>
</div><!-- /.container -->
</body>
</html>