-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
358 lines (356 loc) · 28.3 KB
/
index.html
File metadata and controls
358 lines (356 loc) · 28.3 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Personal website of Dr. Ashkan Ashkpour. Read more about my work, projects, and datasets." />
<meta name="author" content="Ashkan Ashkpour" />
<title>Ashkan Ashkpour, PhD</title>
<!-- Canonical URL -->
<link rel="canonical" href="https://ashkpour.com/" />
<link rel="icon" type="image/x-icon" href="assets/img/favicon-32x32.png" />
<!-- Open Graph / Social sharing -->
<meta property="og:type" content="profile" />
<meta property="og:title" content="Ashkan Ashkpour, PhD" />
<meta property="og:description" content="Senior Data Architect and researcher in data harmonization, Linked Data and Semantic Web technologies. Creator of the Gemeentelijk Gegevensmodel." />
<meta property="og:url" content="https://ashkpour.com/" />
<meta property="og:image" content="https://ashkpour.com/assets/img/ashkan-ashkpour.jpg" />
<meta property="og:image:alt" content="Ashkan Ashkpour, PhD – Senior Data Architect" />
<meta property="og:locale" content="en_US" />
<meta property="profile:first_name" content="Ashkan" />
<meta property="profile:last_name" content="Ashkpour" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FNQ007DNQ7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FNQ007DNQ7');
</script>
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ashkan Ashkpour",
"jobTitle": "Senior Data Architect",
"honorificPrefix": "Dr.",
"worksFor": {
"@type": "Organization",
"name": "City of Delft"
},
"alumniOf": {
"@type": "CollegeOrUniversity",
"name": "Erasmus University Rotterdam"
},
"affiliation": {
"@type": "Organization",
"name": "City of Delft"
},
"sameAs": [
"https://www.linkedin.com/in/ashkanashkpour/",
"https://scholar.google.nl/citations?user=6lEzjD4AAAAJ&hl",
"https://www.instagram.com/ashkan.ash99/",
"https://www.wikidata.org/wiki/Q132147524",
"https://github.com/AshkanA",
"https://www.facebook.com/AshkanAshkpour"
],
"url": "https://ashkpour.com",
"description": "Ashkan Ashkpour, PhD, is a Senior Data Architect and researcher with extensive experience in data harmonization, data modeling, Linked Data technologies, and historical data analysis. He holds a PhD in integrating and harmonizing statistical data in the Semantic Web. He currently works on the Gemeentelijk Gegevensmodel (GGM), an award-winning national data model for (re)use by all Dutch municipalities.",
"image": {
"@type": "ImageObject",
"url": "https://ashkpour.com/assets/img/ashkan-ashkpour.jpg",
"contentUrl": "https://ashkpour.com/assets/img/ashkan-ashkpour.jpg",
"description": "Portrait of Ashkan Ashkpour, PhD – Senior Data Architect"
},
"knowsAbout": [
"Data Harmonization",
"Data Modeling",
"Data Architecture",
"Linked Data",
"Semantic Web",
"Historical Data"
]
}
</script>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Ashkan Ashkpour</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/ashkan-ashkpour.jpg" alt="Ashkan Ashkpour" /></span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#CV">CV</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#publications">Publications</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#book">Book</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0">
Ashkan
<span class="text-primary">Ashkpour, PhD.</span>
</h1>
<div class="subheading mb-5">
Data Architect · Scientific Researcher · Harmonization · Linked Data · Co-Founder
</div>
<p class="lead mb-5">Starting his scientific career as a Master in Economics and Informatics at the Erasmus University in Rotterdam he continued to work in a highly interdisciplinary environment during his PhD and Post-doc projects at the Royal Netherlands Academy of Arts and Sciences (KNAW) , more specifically at the cross-borders of Social Sciences and Computer Science, often referred to as the Digital Humanities. His research interests span from data harmonization and modelling, ontologies and classification systems, to Linked Open Data, Semantic Web technologies and Data Management. Currently working as a Senior Data Architect for the city of Delft, developing a cohesive and generic data model for all municipalities in the Netherlands to use, being awarded with the Dutch national price "GemeenteDelers 2022" for this work.</p>
<div class="social-icons">
<a class="social-icon" href="https://www.linkedin.com/in/ashkanashkpour/" target="_blank" title="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://github.com/AshkanA" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
<a class="social-icon" href="https://scholar.google.nl/citations?user=6lEzjD4AAAAJ&hl" target="_blank" title="Google Scholar"><i class="fab fa-google"></i></a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- CV-->
<section class="resume-section" id="CV">
<div class="resume-section-content">
<h2 class="mb-5">EXPERIENCE</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Senior Data Architect</h3>
<div class="subheading mb-3">City of Delft</div>
<p>Enterprise Data Architecture. Primarily responsible for the Dutch Municipal Data Model (i.e. het Gemeentelijke Gegevensmodel), a generic and integrated (national) data model and standard for all municipal data in the Netherlands.</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Post-doc Researcher</h3>
<div class="subheading mb-3">CLARIAH</div>
<p>Worked in various Linked Data related projects in the CLARIAH group with a focus on knowledge representation and data integration across time and space.</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">PhD Researcher</h3>
<div class="subheading mb-3">Erasmus University Rotterdam, IISH</div>
<p>The topic of my PhD research was the ‘theory and practice of data harmonization using Linked Data technologies’ with specific focus on the evolution and harmonization of historical Dutch census data.</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Research Member</h3>
<div class="subheading mb-3">Erasmus Studio</div>
<p>Success factors and bottlenecks of the Virtual Knowledge Studio (VKS) Collaboratory: A workflow based analysis.</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Technical Consultant</h3>
<div class="subheading mb-3">Greenvalley</div>
<p>Enterprise Content Management System</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">Video Production</h3>
<div class="subheading mb-3">929 Productions</div>
<p>Co-founder and creative director. Scenario writing, editing, camera operator, After Effects</p>
</div>
</div>
<h2 class="mb-5"></h2>
<h2 class="mb-5">Education</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Doctor of Philosophy, PhD</h3>
<div class="subheading mb-3">Historical Census Data Harmonization using Linked Data Technologies, Erasmus University Rotterdam, IISH</div>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Master of Science, MSc</h3>
<div class="subheading mb-3">Economics & Informatics, Erasmus University Rotterdam</div>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">Bachelor of Information and Communication Technology</h3>
<div class="subheading mb-3">Bedrijfskundige Informatica, Inholland University of Applied Sciences</div>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Publications-->
<section class="resume-section" id="publications">
<div class="resume-section-content">
<h2 class="mb-5">Publications</h2>
<p><strong>2025</strong></p>
<p>Meetup Gemeentelijk Gegevensmodel. Datagedrevenwerken in de praktijk: praktische handvatten. Kennisnetwerk Data en Samenleving, VNG. Utrecht Museum Speelklok. Ashkpour, A. (2025). </p>
<p> </p>
<p><strong>2024</strong></p>
<p>Ashkpour, A. (2024). Gemeentelijk Gegevensmodel Sterk in Opmars. https://www.computable.nl/. Computable. Accessed October 22, 2024. https://www.computable.nl/2024/10/22/gemeentelijk-gegevensmodel-sterk-in-opmars/. </p>
<p> </p>
<p>GGM Roundtable: Informatiegestuurd werken in de praktijk - GGM en Microsoft Azure</p>
<p> </p>
<p><strong>2023</strong></p>
<p>VNG kennisnetwerk - Samen versnellen door een gemeenschappelijke taal voor gegevens</p>
<p> </p>
<p><strong>2022</strong></p>
<p>Ashkpour, A. (2022). "Het Gemeentelijk Gegevensmodel bouwt aan een gezamenlijk datafundament". Vereniging Directeuren Publieksdiensten. https://www.publieksdiensten.nl/nieuws/het-gemeentelijk-gegevensmodel-bouwt-aan-een-gezamenlijk-datafundament. </p>
<p> </p>
<p>Ashkpour, A. (2022). Winnaar GemeenteDelers 2022 - Het Gemeentelijk Gegevensmodel (een gezamenlijk datafundament voor alle gemeenten) </p>
<p> </p>
<p><strong>2020</strong></p>
<p>Ashkpour, A. (2020). VNG Grant Innovatiefonds innovatieve projecten gemeenten - doorontwikkeling van het GGM in samenwerking</p>
<p> </p>
<p>OpenGazAm: Linked Open Data Gazetteer of the Early-Modern Americas Database. Stapel, Rombert; Ashkpour, Ashkan</p>
<p> </p>
<p><strong>2019</strong></p>
<p>KDP Grant DANS - Subsidie Kleine dataprojecten - data classification platform</p>
<p> </p>
<p>Diamonds in Borneo: Commodities as Concepts in Context, presented by A. Ashkpour at DATeCH (2019), Brussels Belgium</p>
<p> </p>
<p>A Centralized Data Classification Platform: Exploration and Contribution of Knowledge Systems. Presented in Session: Overcoming Limitations in Big Data at SSHA in Chicago (2019).</p>
<p> </p>
<p>Ashkan Ashkpour. “Theory and Practice of Historical Census Data Harmonization. The Dutch Historical Census Use Case: A flexible, structured and accountable approach using Linked Data. Erasmus University (2019). PhD Thesis.</p>
<p> </p>
<p><strong>2018</strong></p>
<p>Ashkan Ashkpour, Albert Meroño-Peñuela. “LOCS AND KEYS: Linked Open Classification System and Opening up Knowledge”. In: European Social Science History Conference (ESSHC 2018), 4-7 April, Belfast, North Ireland, UK (2018)<br><br><br>Albert Meroño-Peñuela, Ashkan Ashkpour, Valentijn Gilissen, Jan Jonker, Tom Vreugdenhil, Peter Doorn. “Improving Access to the Dutch Historical Censuses with Linked Open Data”. Research Data Journal for the Humanities and Social Sciences (in print) (2018)<br> </p>
<p><strong>2017</strong></p>
<p>KDP Grant DANS - Subsidie Kleine dataprojecten - contemporary census data enrichment Linking past and present: Augmenting historical municipality characteristics through harmonization and linkage with contemporary data.</p>
<p><br>Ashkan Ashkpour, Albert Meroño-Peñuela. “LICR: a cocktail of religions" at the session: Challenges in Historical Data Linkage and Classification”. In: 42nd Annual Meeting of the Social Science History Association (SSHA), Montreal, Canada (2017)</p>
<p> </p>
<p><strong>2016</strong></p>
<p>Ashkpour, A., Mandemakers, K., & Boonstra, O. W. A. (2016). <em>Source Oriented Harmonization of Aggregate Historical Census Data: a flexible and accountable approach in RDF</em>. <em>Historical Social Research</em>. 41(4) pp. 296-307</p>
<p> </p>
<p>Ashkpour, A. (Developer), & Meroño-Peñuela, A. (Developer). (2016). Geharmoniseerde Historische Census Data - 1859-1920. DOI: 10.17026/dans-z9j-x2vy [Dataset]</p>
<p> </p>
<p>Meroño-Peñuela, A. (Developer), Ashkpour, A. (Developer), & Guéret, C. D. M. (Developer). (2016). CEDAR RDF DATABASE, THE DUTCH HISTORICAL CENSUSES (1795-1971) AS LINKED OPEN DATA. Data Archiving and Networked Services (DANS).DOI: 10.17026/dans-xpk-wj5w [Dataset]</p>
<p> </p>
<p>Ashkpour, A., Meroño-Peñuela, A., & Mandemakers, K. (2016). <em>Harmonizing Aggregate Historical Dutch Census Data: a Flexible Approach</em>. Paper presented at European Social Science History conference, Valencia.</p>
<p> </p>
<p>Meroño-Peñuela, A., & Ashkpour, A. (2016). <em>Historical Quantitative Reasoning on the Web</em>. Paper presented at European Social Science History conference, Valencia.</p>
<p> </p>
<p><strong>2015</strong></p>
<p>Ashkpour, A., Meroño-Peñuela, A., & Mandemakers, K. (2015). <em>The Aggregate Dutch Historical Censuses. Harmonization and RDF</em>. <em>Historical Methods: A Journal of Quantitative and Interdisciplinary History</em>, <em>48</em>(4), 530-545. DOI: 10.1080/01615440.2015.1026009</p>
<p> </p>
<p>Meroño-Peñuela, A., Ashkpour, A., Guéret, C. D. M., Scharnhorst, A. M., & Wyatt, S. (2015). <em>CEDAR: Linked Open Census Data: Project Statement</em>. <em>DH Commons Journal</em>, <em>1</em>(1).</p>
<p> </p>
<p>Meroño-Peñuela, A., Ashkpour, A., Guéret, C. D. M., & Schlobach, S. (2015). <em>CEDAR: The Dutch Historical Censuses as Linked Open Data</em>. <em>Semantic Web Journal</em>.</p>
<p> </p>
<p><strong>2014</strong></p>
<p>Ashkpour, A, Merono-Penuela, A & Mandemakers, CA 2014, 'CEDAR: Harmonization of Historical Dutch Census Data' ESSHC Vienna 2014, 01/01/2014, .</p>
<p> </p>
<p>Ashkpour, A & Meroño-Peñuela, A, <em>Census Data in RDF</em>, 2014, Data set.</p>
<p> </p>
<p>Ashkpour, A & Meroño-Peñuela, A 2014, 'The CEDAR Project: Harmonizing the Dutch Historical censuses in the Semantic Web' Digital Humanities Benelux 2014, The Hague, 12/06/2014, .</p>
<p> </p>
<p>Ashkpour, A & Meroño-Peñuela, A 2014, 'Vizualizations of the CEDAR Project' Digital Humanities Benelux conference, The Hague, Netherlands, 12/06/2014 - 13/06/2014, .</p>
<p><span>Meroño-Peñuela, A, Ashkpour, A & Guéret, C 2014, 'From Flat Lists to Taxonomies : Bottom-up Concept Scheme Generation in Linked Statistical Data Bottom-up Construction of Concept Schemes' Paper presented at 2nd International Workshop on Semantic Statistics (SemStats 2014), Riva del Garda, Italy, 19/10/2014, .</span></p>
<p> </p>
<p>Meroño-Peñuela, A & Ashkpour, A 2014, 'From Napoleon Conquests to the Big Brother Sabotage : Harmonization of the Dutch Historical Censuses in the Semantic Web' Digital Humanities Congress 2014, The University of Sheffield, Sheffield, United Kingdom, 04/09/2014 - 06/09/2014, .</p>
<p> </p>
<p>Meroño-Peñuela, A & Ashkpour, A 2014, 'Integrating Historical Census Data in the Semantic Web' Historical Network Research Conference, Ghent, Ghent, Belgium, 15/09/2014 - 19/09/2014, .</p>
<p> </p>
<p>Meroño-Peñuela, A, Ashkpour, A, van Erp, M, Mandemakers, K, Breure, L, Scharnhorst, A, Schlobach, S & van Harmelen, F 2014, 'Semantic Technologies for Historical Research: A Survey' <em>Semantic Web Journal</em>, pp. 1.</p>
<p> </p>
<p><strong>2013</strong></p>
<p>Meroño-Peñuela, A, Ashkpour, A, Rietveld, L, Hoekstra, R & Schlobach, S 2013, 'Linked Humanities Data: The Next Frontier? A Case-study in Historical Census Data'. in T Kauppinen & LC Pouchard (eds), <em>Proceedings of the 2nd International Workshop on Linked Science 2012 (LISC2012) – Tackling Big Data.</em> Boston, 2nd International Workshop on Linked Science 2012 (LISC2012), 1 January.</p>
<p> </p>
<p>Merono-Penuela, A, Hoekstra, R, Scharnhorst, A, Gueret, C & Ashkpour, A 2013, 'Longitudinal Queries over Linked Census Data'. in <em>SEMANTIC WEB: ESWC 2013 SATELLITE EVENTS.</em> vol. 7955, Lecture Notes in Computer Science, Springer, pp. 306-307.</p>
<p> </p>
<p>Merono-Penuela, A, Gueret, C, Ashkpour, A & Scharnhorst, A 2013, 'Publishing, Harmonizing and Consuming Census Data: the CEDAR Project'. in <em>Workshop proceedings.</em> Open Data on the Web Workshop, World Wide Web Consortium Open Data Institute, Open Knowledge Foundation, 13-14 April.</p>
<p> </p>
<p><strong>2012</strong></p>
<p>Meroño-Peñuela, A, Ashkpour, A, Rietveld, L & Hoekstra, R 2012, 'Linked Humanities Data: The Next Frontier? A Case-study in Historical Census Data' <em>CEUR Workshop Proceedings</em>, vol 951.</p>
<p> </p>
<p> </p>
</div>
</section>
<hr class="m-0" />
<!-- Projects-->
<section class="resume-section" id="projects">
<div class="resume-section-content">
<h2 class="mb-5">Projects</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0"><a href="https://schemalab.app/" target="_blank">SchemaLab</a></h3>
<div class="subheading mb-3">Data Model Tooling Platform</div>
<p>SchemaLab bridges the gap between logical data models and real-world use by generating structured schemas, validating quality and publishing models as linked data.</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0"><a href="https://github.com/gemeente-delft/Gemeentelijk-Gegevensmodel/" target="_blank">Gemeentelijk Gegevensmodel</a></h3>
<div class="subheading mb-3">Data Architect</div>
<p>Working on a uniform and standard data model for (all) municipal data in the Netherlands.</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0"><a href="https://classifyer.app" target="_blank">Classifyer</a></h3>
<div class="subheading mb-3">A centralized data classification platform</div>
<p>Currently serving over half a million mappings to 10 different classification systems (including HISCO, HISCLASS, AAT and AMCO) since our launch and growing, thanks to all the contributors</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0"><a href="https://datasets.iisg.amsterdam/dataverse/LICR" target="_blank">LICR</a></h3>
<div class="subheading mb-3">Linked International Classification of Religions</div>
<p>A 5-star Linked International Classification for Religions. This Classification Systems provides mappings to various other well known system (IPUMS, NAPP, HL7) and is enriched with descriptions from DBPedia.</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0"><a href="https://clariah.nl" target="_blank">CLARIAH</a></h3>
<div class="subheading mb-3">Postdoc</div>
<p>Common Lab Research Infrastructure for the Arts and Humanities.NWO, 2015-2019. Interdisciplinary research, Linked Open Data, Structured and unstructured data</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0"><a href="https://easy.dans.knaw.nl/ui/datasets/id/easy-dataset:76773" target="_blank">CEDAR</a></h3>
<div class="subheading mb-3">PhD Project</div>
<p>Census Data Research: Dutch census data in a web of global cultural and historic information. KNAW, Computational Humanities Programme, 2011-2015. The harmonization of the Dutch historical censuses (1795-2010) using Linked Open Data technologies.</p>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Book-->
<section class="resume-section" id="book">
<div class="resume-section-content">
<h2 class="mb-5">Book</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Theory and Practice of Historical Census Data Harmonization. The Dutch historical census use case: a flexible, structured and accountable approach using Linked Data technology</h3>
<div class="subheading mb-3">PhD Dissertation</div>
<a href="https://www.google.nl/books/edition/Theory_and_Practice_of_Historical_Census/1PU5EQAAQBAJ" target="_blank">
<img src="assets/img/BookCover.PNG" class="img-fluid img-thumbnail" alt="PhD Dissertation">
</a>
<p></p>
<p><a href="https://www.google.nl/books/edition/Theory_and_Practice_of_Historical_Census/1PU5EQAAQBAJ">Download</a> and read a digital version for free on Google Books or Purchase a signed printed copy of the book directly.</p>
</div>
</div>
</div>
</section>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>