-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtakeaways6.html
53 lines (35 loc) · 1.41 KB
/
takeaways6.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>Takeaways for Week 6</title>
</head>
<body>
<h1>Takeaways for Week 6</h1>
<h2>Topics</h2>
<h3>Data Security</h3>
<p class="counter">
Replace this text with your takeaway of Lecture 11 about the topic of "Data Security". Use between 100 and 200 words.
</p>
<h3>Relations and Rules</h3>
<p class="counter">
Replace this text with your takeaway of Lecture 12 about 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 takeaway of the paper by Moreau and Groth. Cite it as [Moreau and Groth 2013]. Use between 100 and 200 words.
</p>
<h3>Baeza-Yates 2018</h3>
<p class="counter">
Replace this text with your takeaway of the paper by Baeza-Yates. Cite it as [Baeza-Yates 2018]. 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>Baeza-Yates 2018. <a href="http://dx.doi.org/10.1145/3209581">Bias on the Web.</a> Communications of the ACM, 61(6).</li>
</ul>
<script src="https://raw.githack.com/ucds-vu/ko2021-templates/main/scripts.js"></script>
</body>
</html>