-
Notifications
You must be signed in to change notification settings - Fork 5
/
takeaways1.html
47 lines (31 loc) · 1.3 KB
/
takeaways1.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 lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://dokie.li/media/css/lncs.css" />
<title>Takeaways for Week 1</title>
</head>
<body>
<h1>Takeaways for Week 1</h1>
<h2>Topics</h2>
<h3>Knowledge and Media</h3>
<p class="counter">
Replace this text with your takeaway of Lecture 2 about the topic of "Knowledge and Media". Use between 100 and 200 words.
</p>
<h2>Literature</h2>
<h3>Voida et al. 2011</h3>
<p class="counter">
Replace this text with your takeaway of the paper by Voida et al. Cite it as [Voida et al. 2011]. Use between 100 and 200 words.
</p>
<h3>Guha et al. 2016</h3>
<p class="counter">
Replace this text with your takeaway of the paper by Guha et al. Cite it as [Guha et al. 2016]. Use between 100 and 200 words.
</p>
<h2>References</h2>
<ul>
<li>Voida, Harmon, and Al-Ani. 2011. <a href="http://dx.doi.org/10.1145/1978942.1979078">Homebrew databases: complexities of everyday information management in nonprofit organizations.</a> In CHI '11, ACM.</li>
<li>Guha, Brickley, and Macbeth. 2016. <a href="http://dx.doi.org/10.1145/2844544">Schema.org: evolution of structured data on the web.</a> Communications of the ACM 59(2).</li>
</ul>
<script src="https://rawgit.com/ucds-vu/km2018-portfolio-template/master/scripts.js"></script>
</body>
</html>