-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsummaries5.html
67 lines (45 loc) · 2.36 KB
/
summaries5.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
<!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 5</title>
</head>
<body>
<h1>Summaries for Week 5</h1>
<h2>Topics</h2>
<h3>Knowledge Representation on the Web</h3>
<p class="counter">
Replace this text with your summary of Lecture 9 about (some aspects of) the topic of "Knowledge Representation on the Web". Use between 100 and 200 words.
</p>
<h3>Knowledge Modeling</h3>
<p class="counter">
Replace this text with your summary of Lecture 10 about (some aspects of) the topic of "Knowledge Modeling". Use between 100 and 200 words.
</p>
<h2>Literature</h2>
<h3>Bizer et al. 2009</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Bizer et al. Cite it as [Bizer et al. 2009]. Use between 100 and 200 words.
</p>
<h3>Vrandecic and Krotzsch 2014</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Vrandecic and Krotzsch. Cite it as [Vrandecic and Krotzsch 2014]. Use between 100 and 200 words.
</p>
<h3>Beek et al. 2016</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Beek et al. Cite it as [Beek et al. 2016]. Use between 100 and 200 words.
</p>
<h3>Schreiber et al. 2008</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Schreiber et al. Cite it as [Schreiber et al. 2008. Use between 100 and 200 words.
</p>
<h2>References</h2>
<ul>
<li>Bizer et al. 2009. <a href="http://dx.doi.org/10.1016/j.websem.2009.07.002">DBpedia - A crystallization point for the Web of Data.</a> Web Semantics, 7(3).</li>
<li>Vrandecic and Krotzsch. 2014. <a href="http://dx.doi.org/10.1145/2629489">Wikidata: a free collaborative knowledgebase.</a> Communications of the ACM 57(10).</li>
<li>Beek et al. 2016. <a href="http://dx.doi.org/10.1109/mic.2016.43">LOD Laundromat: Why the Semantic Web Needs Centralization (Even If We Don’t Like It).</a> IEEE Internet Computing, 20(2).</li>
<li>Schreiber et al. 2008. <a href="http://dx.doi.org/10.1016/j.websem.2008.08.001">Semantic annotation and search of cultural-heritage collections: The MultimediaN E-Culture demonstrator.</a> Web Semantics, 6(4).</li>
</ul>
<script src="https://rawgit.com/ucds-vu/km2018-portfolio-template/master/scripts.js"></script>
</body>
</html>