-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!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 2</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<h1>Summaries for Week 2</h1> | ||
|
||
<h2>Topics</h2> | ||
|
||
<h3>Describing Things</h3> | ||
|
||
<p class="counter"> | ||
Replace this text with your summary of Lecture 1 about (some aspects of) the topic of "Describing Things". Use between 100 and 200 words. | ||
</p> | ||
|
||
<h2>Literature</h2> | ||
|
||
<h3>Shoham 2015</h3> | ||
|
||
<p class="counter"> | ||
Replace this text with your summary of (some aspects 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 summary of (some aspects 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 summary of (some aspects of) the paper by Haas et al. Cite it as [Haas et al.]. Use between 100 and 200 words. | ||
</p> | ||
|
||
<h3>Berners-Lee et al. 2001</h3> | ||
|
||
<p class="counter"> | ||
Replace this text with your summary of (some aspects 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> | ||
|