-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsummaries6.html
53 lines (35 loc) · 1.55 KB
/
summaries6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://dokie.li/media/css/lncs.css" />
<title>Summaries for Week 6</title>
</head>
<body>
<h1>Summaries for Week 6</h1>
<h2>Topics</h2>
<h3>Semantic Fire Fighting</h3>
<p class="counter">
Replace this text with your summary of Lecture 11 about (some aspects of) the topic of "Semantic Fire Fighting". Use between 100 and 200 words.
</p>
<h3>Relations and Rules</h3>
<p class="counter">
Replace this text with your summary of Lecture 12 about (some aspects of) the topic of "Relations and Rules". Use between 100 and 200 words.
</p>
<h2>Literature</h2>
<h3>Moreau and Groth 2013</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Moreau and Groth. Cite it as [Moreau and Groth 2013]. Use between 100 and 200 words.
</p>
<h3>Janhunen and Nimelä 2016</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Janhunen and Nimelä. Cite it as [Janhunen and Nimelä 2016]. Use between 100 and 200 words.
</p>
<h2>References</h2>
<ul>
<li>Moreau and Groth. 2013. <a href="http://dx.doi.org/10.2200/S00528ED1V01Y201308WBE007">A Data Journalism Scenario. Chapter 2 of Provenance: An Introduction to PROV.</a> Morgan & Claypool.</li>
<li>Janhunen and Nimelä. 2016. <a href="https://doi.org/10.1609/aimag.v37i3.2671">The Answer Set Programming Paradigm.</a> AI Magazine 37(3).</li>
</ul>
<script src="https://rawgit.com/ucds-vu/km2018-portfolio-template/master/scripts.js"></script>
</body>
</html>