-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtakeaways2.html
61 lines (41 loc) · 1.93 KB
/
takeaways2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://dokie.li/media/css/lncs.css" />
<title>Takeaways for Week 2</title>
</head>
<body>
<h1>Takeaways for Week 2</h1>
<h2>Topics</h2>
<h3>Resource Descriptions</h3>
<p class="counter">
Replace this text with your takeaway of Lecture 4 about the topic of "Resource Descriptions". Use between 100 and 200 words.
</p>
<h2>Literature</h2>
<h3>Shoham 2015</h3>
<p class="counter">
Replace this text with your takeaway of the paper by Shoham. Cite it as [Shoham 2015]. Use between 100 and 200 words.
</p>
<h3>Benson and Karger 2014</h3>
<p class="counter">
Replace this text with your takeaway of the paper by Benson and Karger. Cite it as [Benson and Karger 2014]. Use between 100 and 200 words.
</p>
<h3>Haas et al. 2011</h3>
<p class="counter">
Replace this text with your takeaway of the paper by Haas et al. Cite it as [Haas et al. 2011]. Use between 100 and 200 words.
</p>
<h3>Berners-Lee et al. 2001</h3>
<p class="counter">
Replace this text with your takeaway of the paper by Berners-Lee et al. Cite it as [Berners-Lee et al. 2001]. Use between 100 and 200 words.
</p>
<h2>References</h2>
<ul>
<li>Shoham. 2015. <a href="http://dx.doi.org/10.1145/2803170">Why knowledge representation matters.</a> Communications of the ACM, 59(1).</li>
<li>Benson and Karger. 2014. <a href="http://dx.doi.org/10.1145/2556288.2557036">End-Users Publishing Structured Information on the Web: An Observational Study of What, Why, and How.</a> In CHI 2014.</li>
<li>Haas et al. 2011. <a href="http://dx.doi.org/10.1145/2009916.2010014">Enhanced results for web search.</a> In SIGIR '11.</li>
<li>Berners-Lee, Hendler, and Lassila. 2001. <a href="http://www.scientificamerican.com/article/the-semantic-web/">The Semantic Web.</a> Scientific American, 284(5).</li>
</ul>
<script src="https://rawgit.com/ucds-vu/km2018-portfolio-template/master/scripts.js"></script>
</body>
</html>