-
Notifications
You must be signed in to change notification settings - Fork 3
/
summaries4.html
67 lines (45 loc) · 2.27 KB
/
summaries4.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 4</title>
</head>
<body>
<h1>Summaries for Week 4</h1>
<h2>Topics</h2>
<h3>Controlled Natural Language</h3>
<p class="counter">
Replace this text with your summary of Lecture 7 about (some aspects of) the topic of "Controlled Natural Language". Use between 100 and 200 words.
</p>
<h3>Crowdsourcing for Knowledge Extraction</h3>
<p class="counter">
Replace this text with your summary of Lecture 8 about (some aspects of) the topic of "Crowdsourcing for Knowledge Extraction". Use between 100 and 200 words.
</p>
<h2>Literature</h2>
<h3>Miller 1995</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Miller. Cite it as [Miller 1995]. Use between 100 and 200 words.
</p>
<h3>Kumar et al. 2013</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Kumar et al. Cite it as [Kumar et al. 2013]. Use between 100 and 200 words.
</p>
<h3>Horrocks 2008</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Horrocks. Cite it as [Horrocks 2008]. Use between 100 and 200 words.
</p>
<h3>Heath and Bizer 2011</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Heath and Bizer. Cite it as [Heath and Bizer 2011]. Use between 100 and 200 words.
</p>
<h2>References</h2>
<ul>
<li>Miller. 1995. <a href="http://dx.doi.org/10.1145/219717.219748">WordNet: a lexical database for English.</a> Communications of the ACM, 38(11).</li>
<li>Kumar et al. 2013. <a href="http://dx.doi.org/10.1145/2470654.2466420">Webzeitgeist: Design Mining the Web.</a> In CHI 2013.</li>
<li>Horrocks. 2008. <a href="http://dx.doi.org/10.1145/1409360.1409377">Ontologies and the Semantic Web.</a> Communications of the ACM, 51(12). </li>
<li>Heath and Bizer. 2011. <a href="http://dx.doi.org/10.2200/S00334ED1V01Y201102WBE001">Chapter 1 of Linked Data: Evolving the Web into a Global Data Space.</a> Synthesis Lectures on the Semantic Web: Theory and Technology, 1:1, 1-136. Morgan & Claypool.</li>
</ul>
<script src="https://rawgit.com/ucds-vu/km2018-portfolio-template/master/scripts.js"></script>
</body>
</html>