-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
46 lines (46 loc) · 3.64 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Introduction to Cybersecurity (ICS)</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="markdown.css" />
</head>
<body>
<h1 id="introduction-to-cybersecurity-ics">Introduction to Cybersecurity (ICS)</h1>
<h2 id="overview">Overview</h2>
<p>This repository contains the materials for an Introduction to Cybersecurity (ICS) course at the <a href="http://www.virginia.edu">University of Virginia</a>. It is being taught at UVa for the first time in the fall 2018 semester, so the content of this repo will be filled in as the semester progresses. The content can be viewed online at <a href="http://aaronbloomfield.github.io/ics">http://aaronbloomfield.github.io/ics</a>.</p>
<p>Students <em>currently</em> in the course should view the <a href="uva/index.html">uva/index.html</a> (<a href="uva/index.md">md</a>) file in the <strong>cloned</strong> repository (i.e., don’t try to view it on github.com); current students may also want to view the <a href="uva/daily-announcements.html#/">daily announcements</a>. Note that many of the course materials are modified right before they are needed – for example, this repository will be updated right before the semester starts.</p>
<p>The primary author of this repository is <a href="http://www.cs.virginia.edu/~asb">Aaron Bloomfield</a> (<a href="mailto:[email protected]">[email protected]</a>). Many of the materials were taken, with permission, from other sources – see the <a href="license.html">license page</a> (<a href="license.md">md</a>) for details.</p>
<h2 id="repository-contents">Repository Contents</h2>
<ul>
<li><a href="slides/index.html">Slides</a> (<a href="slides/index.md">md</a>): the slides presented in lecture, rendered using <a href="https://github.com/hakimel/reveal.js/">reveal.js</a></li>
<li><a href="exams/index.html">Exams</a> (<a href="exams/index.md">md</a>): the exams from the current and previous semesters</li>
<li><a href="uva/index.html">UVa</a> (<a href="uva/index.md">md</a>): material specific to the current course instance at UVA</li>
<li><a href="hws/index.html">Homeworks</a> (<a href="hws/index.md">md</a>)</li>
<li><a href="docs/index.html">Documents</a> (<a href="docs/index.md">md</a>)</li>
</ul>
<h2 id="license">License</h2>
<p>The material in this repository is released under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> (CC BY-SA).</p>
<p>Copyright (c) 2018-2019 by Aaron Bloomfield.</p>
<p>Some parts of this repository are taken, with permission, from other sources. The full details are in the <a href="license.html">License</a> (<a href="license.md">md</a>) file. In particular, some parts of this repository that were obtained elsewhere may not be allowed to be used for commercial purposes.</p>
</body>
</html>