-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
131 lines (121 loc) · 6.37 KB
/
publications.html
File metadata and controls
131 lines (121 loc) · 6.37 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title> Enriched Publication - Harmonized Data Portal</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div id="nav" class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.cedar-project.nl">CEDAR</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="harmonization.html">Harmonized Data</a></li>
<li class="active"><a href="publications.html">Publications</a></li>
<li class="RDF">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">RDF<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://github.com/CEDAR-project">GitHub</a></li>
<li><a href="http://lod.cedar-project.nl/cedar-mini/sparql">SPARQL Endpoint</a></li>
<li class="divider"></li>
<li><a href="https://gist.github.com/AshkanA">Query Examples</a></li>
</ul>
<li><a href="GIS.html">GIS</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="first-slide" src="image/publications.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>Related Publications</h1>
<h3>have a look at our publications for more in depth information<p>
<br>
<br>
</div>
</div>
</div>
</div>
</div><!-- /.carousel -->
<div class="container marketing">
<!-- FOOTER -->
<footer>
<p><strong>Main Journal Articles:</strong><br>
<br>
</p>
<p><a href="http://www.gesis.org/hsr/abstr/41-4/13ashkpour/">Source Oriented Harmonization of Aggregate Historical Census Data: A Flexible and Accountable Approach in RDF</a><br>
Ashkan Ashkpour, Kees Mandemakers, Onno Boonstra <br>
Historical Social Research / Historische Sozialforschung<br>
Volume 41 Issue 4, pages 296-307. GESIS - Leibniz Institute for the Social Sciences (2016)<br>
doi: 10.12759/hsr.41.2016.4.291–321<br>
<br>
</p>
<p><a href="http://www.tandfonline.com/doi/full/10.1080/01615440.2015.1026009">The Aggregate Dutch Historical Censuses: Harmonization and RDF </a><br>
Ashkan Ashkpour, Albert Meroño-Peñuela, Kees Mandemakers <br>
Historical Methods: A Journal of Quantitative and Interdisciplinary History<br>
Volume 48 Issue 4, pages 230-245. Taylor and Francis (2015)</p>
<p><br>
<a href="http://www.semantic-web-journal.net/content/semantic-technologies-historical-research-survey-0">Semantic Technologies for Historical Research: A Survey</a><br>
Albert Meroño-Peñuela, Ashkan Ashkpour, Marieke van Erp, Kees Mandemakers, Leen Breure, Andrea Scharnhorst, Stefan Schlobach, Frank van Harmelen. <br>
Semantic Web — Interoperability, Usability, Applicability, <br>
Volume 6 Issue 6, pages 539–564. IOS Press (2015)</p>
<p><br>
<a href="http://semantic-web-journal.net/content/cedar-dutch-historical-censuses-linked-open-data-1">CEDAR: The Dutch Historical Censuses as Linked Open Data</a><br>
Albert Meroño-Peñuela, Ashkan Ashkpour, Christophe Guéret, Stefan Schlobach. <br>
Semantic Web — Interoperability, Usability, Applicability (in press).</p>
<p><br>
</p>
<p>
<hr class="featurette-divider"> </p>
<p class="pull-right"><a href="#">Back to top</a></p>
</footer>
© Ashkpour et al. 2017 Enriched Publication. · <a href="about.html">info</a></div><!-- /.container --></div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62081365-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>