-
Notifications
You must be signed in to change notification settings - Fork 3
/
summaries3.html
67 lines (45 loc) · 2.1 KB
/
summaries3.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 3</title>
</head>
<body>
<h1>Summaries for Week 3</h1>
<h2>Topics</h2>
<h3>Logic</h3>
<p class="counter">
Replace this text with your summary of Lecture 5 about (some aspects of) the topic of "Logic". Use between 100 and 200 words.
</p>
<h3>Ontologies</h3>
<p class="counter">
Replace this text with your summary of Lecture 6 about (some aspects of) the topic of "Ontologies". Use between 100 and 200 words.
</p>
<h2>Literature</h2>
<h3>Gensler 2010</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Gensler. Cite it as [Gensler 2010]. Use between 100 and 200 words.
</p>
<h3>Odell 1994</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Odell. Cite it as [Odell 1994]. Use between 100 and 200 words.
</p>
<h3>Davis et al. 1993</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Davis. Cite it as [Davis et al. 1993]. Use between 100 and 200 words.
</p>
<h3>Gruber 1995</h3>
<p class="counter">
Replace this text with your summary of (some aspects of) the paper by Gruben. Cite it as [Gruber 1995]. Use between 100 and 200 words.
</p>
<h2>References</h2>
<ul>
<li>Gensler. 2010. <a href="https://www.routledge.com/products/9780415226745">Chapter 1 of Introduction to Logic.</a> Routledge.</li>
<li>Odell. 1994. <a href="http://www.conradbock.org/compkind.html">Six different kinds of composition.</a> Journal Of Object-Oriented Programming 5(8).</li>
<li>Davis, Shrobe, and Szolovits. 1993. <a href="http://dx.doi.org/10.1609/aimag.v14i1.1029">What is a Knowledge Representation?</a> AI magazine, 14(1).</li>
<li>Gruber. 1995. <a href="http://dx.doi.org/10.1006/ijhc.1995.1081">Toward principles for the design of ontologies used for knowledge sharing.</a> International Journal of Human-Computer Studies, 43(5-6).</li>
</ul>
<script src="https://rawgit.com/ucds-vu/km2018-portfolio-template/master/scripts.js"></script>
</body>
</html>