I am a historian working on political and intellectual history, with a primary focus on South East Europe.

I am currently based in Paris and work as an assistant at the project DISSINVENT (La contemporaine – Université de Paris) which aims to identify and render more visible and accessible the documents and collections produced by the Eastern European dissidents exiled in France between 1945 and 1991. My contributions in Wikipedia and Wikidata are part of this project.

Wikidata SPARQL Queries

edit
 #Looking for individuals whose archives are at La contemporaine by nationality
 SELECT ?person ?personLabel ?nationalityLabel
 WHERE {
 ?person wdt:P485 wd:Q856640.
 OPTIONAL {?person wdt:P27 ?nationality .}
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
 }