From b3a8f05c26d9bc0dd47c9e24a27e0a6e6ca11d78 Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Thu, 31 Oct 2019 14:08:37 +0100 Subject: [PATCH] x3m mapping is now only taken from url; ads policy aligned to aggregator instance; removed wf parameter unused --- .../nodes/X3MTransformAriadnePlusJobNode.java | 13 +- .../CleanerDSResourceType/cleaning_rule.xml | 86 +- ...7-de9a7d86-00cd-4348-905d-0c977b2b996d.xml | 4 +- .../RepositoryServiceResourceType/ads.xml | 33 +- .../ADS_Mapping.xml | 664 -------- .../ARIADNE_Policy.xml | 13 +- .../workflows/transform_x3m_template.xml | 10 - ...nContext-ariadneplus-collector-plugins.xml | 2 - .../ariadneplus/MappingDownloadTest.java | 41 - .../eu/dnetlib/x3m/ApplyX3MappingTest.java | 106 +- .../resources/eu/dnetlib/x3m/topLevel.xml | 1453 ----------------- 11 files changed, 86 insertions(+), 2339 deletions(-) delete mode 100644 dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ADS_Mapping.xml delete mode 100644 dnet-ariadneplus/src/test/java/eu/dnetlib/data/collector/plugins/ariadneplus/MappingDownloadTest.java delete mode 100644 dnet-ariadneplus/src/test/resources/eu/dnetlib/x3m/topLevel.xml diff --git a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/X3MTransformAriadnePlusJobNode.java b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/X3MTransformAriadnePlusJobNode.java index c651dc6..3143c5a 100644 --- a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/X3MTransformAriadnePlusJobNode.java +++ b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/X3MTransformAriadnePlusJobNode.java @@ -17,7 +17,6 @@ import eu.dnetlib.miscutils.functional.xml.XMLIndenter; import eu.dnetlib.msro.workflows.graph.Arc; import eu.dnetlib.msro.workflows.nodes.AsyncJobNode; import eu.dnetlib.msro.workflows.nodes.transform.ApplyX3Mapping; -import eu.dnetlib.msro.workflows.nodes.transform.X3MTransformJobNode; import eu.dnetlib.msro.workflows.procs.Env; import eu.dnetlib.rmi.common.ResultSet; import eu.dnetlib.rmi.enabling.ISLookUpException; @@ -35,7 +34,7 @@ import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; -public class X3MTransformAriadnePlusJobNode extends X3MTransformJobNode { +public class X3MTransformAriadnePlusJobNode extends AsyncJobNode { private static final Log log = LogFactory.getLog(X3MTransformAriadnePlusJobNode.class); private static final String OAI_NAMESPACE_URI = "http://www.openarchives.org/OAI/2.0/"; @@ -45,7 +44,6 @@ public class X3MTransformAriadnePlusJobNode extends X3MTransformJobNode { private String outputEprParam; private String mappingPolicyProfileId; - private String mappingProfileIds; private String mappingUrl; @@ -71,7 +69,6 @@ public class X3MTransformAriadnePlusJobNode extends X3MTransformJobNode { @Override protected String execute(final Env env) throws Exception { - log.info("Mapping profile ids read from node configuration: " + mappingProfileIds); log.info("Mapping Policy profile id read from node configuration: " + mappingPolicyProfileId); log.info("Mapping url read from node configuration: " + mappingUrl); final URL mappingURL = new URL(mappingUrl); @@ -225,14 +222,6 @@ public class X3MTransformAriadnePlusJobNode extends X3MTransformJobNode { this.mappingPolicyProfileId = mappingPolicyProfileId; } - public String getMappingProfileIds() { - return mappingProfileIds; - } - - public void setMappingProfileIds(final String mappingProfileIds) { - this.mappingProfileIds = mappingProfileIds; - } - public boolean isVerboseLogging() { return verboseLogging; } diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/CleanerDSResourceType/cleaning_rule.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/CleanerDSResourceType/cleaning_rule.xml index 869eb7e..2d185ec 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/CleanerDSResourceType/cleaning_rule.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/CleanerDSResourceType/cleaning_rule.xml @@ -1,61 +1,29 @@ -
- - - - - -
- - - Parthenos Default cleaning rules - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - String - +
+ + + + + +
+ + + Ariadne Default cleaning rules + + + + + + + + + + + + + + + + String +
\ No newline at end of file diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/MetadataFormatDSResourceType/7-de9a7d86-00cd-4348-905d-0c977b2b996d.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/MetadataFormatDSResourceType/7-de9a7d86-00cd-4348-905d-0c977b2b996d.xml index 21ed0a1..1ec941f 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/MetadataFormatDSResourceType/7-de9a7d86-00cd-4348-905d-0c977b2b996d.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/MetadataFormatDSResourceType/7-de9a7d86-00cd-4348-905d-0c977b2b996d.xml @@ -4,7 +4,7 @@ - + @@ -16,7 +16,7 @@ - + String diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml index 82b5d29..99073e4 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml @@ -4,7 +4,7 @@ - + @@ -33,9 +33,26 @@ julian.richards@york.ac.uk - ads - file:///var/lib/dnet/ariadne/398 - //*[local-name()='record']/*[namespace-uri()='http://purl.org/dc/elements/1.1/' and local-name()='identifier'][not(contains(text(), ' '))] + ads + file:///var/lib/dnet/ariadne/import/ads/398 + 2019-10-23T12:01:42+02:00 + b18609ed-f5a7-4402-9d57-f85e04780f20_TURTdG9yZURTUmVzb3VyY2VzL01EU3RvcmVEU1Jlc291cmNlVHlwZQ== + 354801 + 2019-10-24T09:27:44+02:00 + 31414646-a612-4ca9-9d58-712cf583047b_TURTdG9yZURTUmVzb3VyY2VzL01EU3RvcmVEU1Jlc291cmNlVHlwZQ== + //record[@type='collection']/*[local-name()='identifier'] | //record[@type='record']/*[local-name()='source'] + 354801 + + + ads + file:///var/lib/dnet/ariadne/test2 + 2019-10-29T17:07:16+01:00 + 6eb3b104-f374-4e4a-9c92-2cde0192c8a7_TURTdG9yZURTUmVzb3VyY2VzL01EU3RvcmVEU1Jlc291cmNlVHlwZQ== + 54800 + 2019-10-29T18:41:27+01:00 + 4332773e-b99d-4de8-8c7f-c459129b4207_TURTdG9yZURTUmVzb3VyY2VzL01EU3RvcmVEU1Jlc291cmNlVHlwZQ== + //record[@type='record']/*[local-name()='source'] + 54800 @@ -43,6 +60,14 @@ NamespacePrefix ads_________ + + dateOfCollection + Fri Sep 20 11:37:39 CEST 2019 + + + dateOfValidation + null + diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ADS_Mapping.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ADS_Mapping.xml deleted file mode 100644 index 0fbf3c3..0000000 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ADS_Mapping.xml +++ /dev/null @@ -1,664 +0,0 @@ - -
- - - - - -
- - - - - - - - -
\ No newline at end of file diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ARIADNE_Policy.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ARIADNE_Policy.xml index f7428a1..b9d0aad 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ARIADNE_Policy.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/ARIADNE_Policy.xml @@ -4,15 +4,15 @@ - + diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/transform_x3m_template.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/transform_x3m_template.xml index 2409731..78c015b 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/transform_x3m_template.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/transform_x3m_template.xml @@ -15,7 +15,6 @@ - @@ -74,7 +73,6 @@ - @@ -106,14 +104,6 @@ - - - - - - - - Update datasouce API extra fields diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/data/collector/plugins/ariadneplus/applicationContext-ariadneplus-collector-plugins.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/data/collector/plugins/ariadneplus/applicationContext-ariadneplus-collector-plugins.xml index 7a84f3b..f86d2f4 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/data/collector/plugins/ariadneplus/applicationContext-ariadneplus-collector-plugins.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/data/collector/plugins/ariadneplus/applicationContext-ariadneplus-collector-plugins.xml @@ -10,8 +10,6 @@ - diff --git a/dnet-ariadneplus/src/test/java/eu/dnetlib/data/collector/plugins/ariadneplus/MappingDownloadTest.java b/dnet-ariadneplus/src/test/java/eu/dnetlib/data/collector/plugins/ariadneplus/MappingDownloadTest.java deleted file mode 100644 index 8a1f3ae..0000000 --- a/dnet-ariadneplus/src/test/java/eu/dnetlib/data/collector/plugins/ariadneplus/MappingDownloadTest.java +++ /dev/null @@ -1,41 +0,0 @@ -package eu.dnetlib.data.collector.plugins.ariadneplus; - -import com.google.common.collect.Lists; - -import eu.dnetlib.data.collector.plugins.HttpSimpleCollectorPlugin; -import eu.dnetlib.data.collector.plugins.oai.engine.HttpConnector; -import eu.dnetlib.rmi.data.CollectorServiceException; -import eu.dnetlib.rmi.data.InterfaceDescriptor; -import org.junit.Assert; -import org.junit.Before; -import org.junit.Ignore; -import org.junit.Test; - -@Ignore -public class MappingDownloadTest { - - private InterfaceDescriptor apiDescriptor; - private HttpSimpleCollectorPlugin plugin; - private HttpConnector connector; - - @Before - public void prepare(){ - connector = new HttpConnector(); - plugin = new HttpSimpleCollectorPlugin(); - plugin.setHttpConnector(connector); - apiDescriptor = new InterfaceDescriptor(); - - } - - @Test - public void test() throws CollectorServiceException { - apiDescriptor.setBaseUrl("http://data.d4science.org/em1EemhBdUZ0bjNGTWJNNjlxVDltcm9acDFmMHlBSVVHbWJQNStIS0N6Yz0"); - Iterable res = plugin.collect(apiDescriptor, null, null); - Assert.assertTrue(Lists.newArrayList(res).size() == 1); - for(String r : res){ - System.out.println(r); - Assert.assertNotNull(r); - } - } - -} diff --git a/dnet-ariadneplus/src/test/java/eu/dnetlib/x3m/ApplyX3MappingTest.java b/dnet-ariadneplus/src/test/java/eu/dnetlib/x3m/ApplyX3MappingTest.java index 71d902d..14277dd 100644 --- a/dnet-ariadneplus/src/test/java/eu/dnetlib/x3m/ApplyX3MappingTest.java +++ b/dnet-ariadneplus/src/test/java/eu/dnetlib/x3m/ApplyX3MappingTest.java @@ -2,6 +2,8 @@ package eu.dnetlib.x3m; import java.io.IOException; import java.io.InputStream; +import java.net.MalformedURLException; +import java.net.URL; import eu.dnetlib.msro.workflows.nodes.transform.ApplyX3Mapping; import org.apache.commons.io.IOUtils; @@ -13,109 +15,37 @@ import org.dom4j.io.SAXReader; import org.junit.Test; import org.springframework.core.io.ClassPathResource; -/** - * Created by alessia on 13/03/17. - */ public class ApplyX3MappingTest { private static final Log log = LogFactory.getLog(ApplyX3MappingTest.class); private static String basePathProfiles = "/eu/dnetlib/bootstrap/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/"; + private String mappingUrl = "https://mapping.d4science.org/3MEditor/Services?id=575&output=text/xml&method=export"; - //Parthenos mappings - final String parthenosPolicyPath = "parthenos_policy1.5.xml"; - final String mappingAriadnePath = "ariadne_dataset_444_mapping.xml"; - final String mappingEhriPath = "ehri_328_mapping.xml"; - final String mappingCulturaItaliaPath = "culturaitalia_musei_312_mapping.xml"; - - //Parthenos records - final String ariadnePath = "/eu/dnetlib/x3m/new-10304736.xml"; - final String ehriRecord = "/eu/dnetlib/x3m/ehri_test.xml"; - final String ehriRecord2 = "/eu/dnetlib/x3m/EHRI_sample_record_328.xml"; - final String[] ariadneFiles = - new String[] { "/eu/dnetlib/x3m/new-10304737.xml", "/eu/dnetlib/x3m/new-10304738.xml", "/eu/dnetlib/x3m/new-10304739.xml", - "/eu/dnetlib/x3m/new-10304740.xml", "/eu/dnetlib/x3m/new-10304741.xml", "/eu/dnetlib/x3m/new-10304742.xml" }; - - final String culturaItaliaPath = "/eu/dnetlib/x3m/culturaItalia_record.xml"; + //Ariadne policy + final String ariadnePolicyPath = "ARIADNE_Policy.xml"; + //ADS record + final String adsRecordPath = "/eu/dnetlib/x3m/ads-record.xml"; @Test public void testAriadne() { - doBasicTest(this.mappingAriadnePath, this.ariadnePath); + doBasicTest(ariadnePolicyPath, adsRecordPath); } - @Test - public void testAriadneAll() throws IOException { - String m = loadFromTransformationProfile(mappingAriadnePath); - String g = getString(parthenosPolicyPath); - - ApplyX3Mapping x3m = new ApplyX3Mapping(new String[]{m}, g, false); - for(String path : ariadneFiles){ - String res = x3m.apply(getString(path)); - log.debug(res); - } - } - - - @Test - public void testEhri() throws IOException { - doBasicTest(this.mappingEhriPath, this.ehriRecord); - } - @Test - public void testEhri2(){ - doBasicTest(this.mappingEhriPath, this.ehriRecord2); - } - - @Test - public void testCulturaItalia() throws IOException { - doBasicTest(this.mappingCulturaItaliaPath, this.culturaItaliaPath); - } - - @Test - public void testMetashare(){ - doBasicTest("metashare_439_mapping.xml", "/eu/dnetlib/x3m/metashare.xml"); - } - - @Test - public void testCendariAuthors() { - doBasicTest("parthenos_policy1.5.xml", "cendari_authors_486.xml", "/eu/dnetlib/x3m/cendari_author_ex1.xml"); - } - @Test - public void testCendariAuthors2() { - doBasicTest("parthenos_policy1.5.xml", "cendari_authors_486.xml", "/eu/dnetlib/x3m/cendari_author_ex2.xml"); - } - - @Test - public void testCendariTesti1() { - doBasicTest("parthenos_policy1.5.xml", "cendari_texts_487.xml", "/eu/dnetlib/x3m/cendari_testi1.xml"); - } - - @Test - public void testCendariManoscritto(){ - doBasicTest("cendari_manuscripts_485.xml", "/eu/dnetlib/x3m/cendari_manoscritto.xml"); - } - - - @Test - public void testWp8_ok() { - doBasicTest("parthenos_policy1.5.xml", "parthenos_wp8.xml", "/eu/dnetlib/x3m/wp8.xml"); - } - - @Test - public void testTopLevel() { - doBasicTest("parthenos_policy1.5.xml", "parthenos_toplevel_mapping.xml", "/eu/dnetlib/x3m/topLevel.xml"); - } - - - public void doBasicTest(String mappingPath, String recordPath){ - doBasicTest(parthenosPolicyPath, mappingPath, recordPath); - } - public void doBasicTest(String policyPath, String mappingPath, String recordPath){ - String m = loadFromTransformationProfile(mappingPath); + public void doBasicTest(String policyPath, String recordPath){ String g = loadFromTransformationProfile(policyPath); String r = getString(recordPath); - ApplyX3Mapping x3m = new ApplyX3Mapping(new String[]{m}, g, true); + + URL mappingURL = null; + try { + mappingURL = new URL(mappingUrl); + } catch (MalformedURLException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + ApplyX3Mapping x3m = new ApplyX3Mapping(mappingURL, g, true); String res = x3m.apply(r); System.out.println("res is \n"+res); } diff --git a/dnet-ariadneplus/src/test/resources/eu/dnetlib/x3m/topLevel.xml b/dnet-ariadneplus/src/test/resources/eu/dnetlib/x3m/topLevel.xml deleted file mode 100644 index 46ba01d..0000000 --- a/dnet-ariadneplus/src/test/resources/eu/dnetlib/x3m/topLevel.xml +++ /dev/null @@ -1,1453 +0,0 @@ - - - - - RI Project - 1 - ARIADNE Project - ARIADNE brings together and integrates existing archaeological research data infrastructures so that researchers can use the various distributed datasets and new and powerful technologies as an integral component of the archaeological research methodology. - ARIADNE catalogue - ARIADNE Visual Media Service - Landscape Services - Cloud Hosting - Landscape Services - 3D Terrain Service - ICCD RA Thesaurus for archaeological objects - ARIADNE Consortium - 2012 - 2015 - Achille Felicetti - achille.felicetti@gmail.com - - - RI Project - 2 - DARIAH-GR/ΔΥΑΣ - The DYAS network implements the actions of DARIAH-GR in coordination with the European Research Infrastructure for Arts and Humanities DARIAH, of which Greece is a founding member. It is also Greece’s managing authority European Infrastructure. The National Infrastructure, funded by the General Secretariat of Research and Technology within the NSRF, entered the construction phase on 1st May, 2013. - DYAS Organizations and Collections Registries - DYAS Software Registry - THEMAS Humanities Thesauri - DARIAH-GR Consortium - 2014 - Thu Dec 31 2015 17:00:00 GMT-0500 (EST) - Athanasios Karasimos - akarasimos@academyofathens.gr - Anastasia Falierou - afalierou@academyofathens.gr - - - RI Project - 3 - EHRI Project - The mission of the European Holocaust Research Infrastructure (EHRI) is to support the Holocaust research community by building a digital infrastructure and facilitating human networks. EHRI provides online access to information about dispersed sources relating to the Holocaust through its Online Portal, and tools and methods that enable researchers and archivists to collaboratively work with such sources. Apart from providing an online platform, EHRI also facilitates an extensive network of researchers, archivists and others to increase cohesion and co-ordination among practitioners and to initiate new transnational and collaborative approaches to the study of the Holocaust. - EHRI Portal - EHRI Consortium - 2010 - Charles Riondet - charles.riondet@inria.fr - Elske Rotteveel - e.rotteveel@niod.knaw.nl - - - RI Project - 4 - Huma-Num - Supported by the CNRS (the French National Center for Scientific Research), Aix-Marseille University and the Campus Condorcet, Huma-Num is a French Very Large Research Infrastructure (“Très Grande Infrastructure de Recherche”, TGIR) with international reach devoted to Social Sciences and Humanities. It is part of the national ESFRI roadmap, which is in turn aligned with the European Union’s ESFRI framework. Indeed, Huma-Num is entrusted with France’s participation in two European Research Infrastructure Consortia (ERIC): DARIAH (Digital Research Infrastructure for the Arts and Humanities) and CLARIN (Common Language Resources and Technologies Infrastructure). It is also involved in European and international projects. - Nakala - Isidore - CoCoon - Huma-num Consortium - 2015 - Hélène Gautier - helene.gautier@huma-num.fr - Nicolas Larrousse - Nicolas.Larrousse@huma-num.fr - - - RI Project - 5 - CENDARI - CENDARI Archival Directory - CENDARI Sparql Endpoint - CENDARI Consortium - Emiliano Degl'Innocenti - emiliano.degli.innocenti@gmail.com - Maurizio Sanesi - maurizio.sanesi@virgilio.it - - - RI Project - 7 - META-NET Project - META-NET, a Network of Excellence consisting of 60 research centres from 34 countries, - is dedicated to building the technological foundations of a multilingual European information society. - META-NET is forging META, the Multilingual Europe Technology Alliance. - Metashare - META-NET Network of Excellence - 2010 - Monica Monachini - monica.monachini@ilc.cnr.it - Khalid Choukri - khalid.choukri@elra.fr - - - RI Project - 8 - CLARIN - CLARIN is the European Research Infrastructure for Language Resorces and Technology, making digital language resources available to scholars, researchers, students and citizen-scientists from all disciplines, especially in the humanities and social sciences, through single sign-on access. CLARIN offers long-term solutions and technology services for deploying, connecting, analyzing and sustaining digital language data and tools. CLARIN supports scholars who want to engage in cutting edge data-driven research, contributing to a truly multilingual European Research Area. - Virtual Language Observatory - CLARIN Concept Registry - Component Registry - CLARIN Centres Registry - CLARIN-EU - 2008 - 2015 - - - RI Project - FLaReNet project - A major condition for the take-off of the field of Language Resources and Language Technologies is the creation of a shared policy for the next years. - - FLaReNet aims at developing a common vision of the area and fostering a European strategy for consolidating the sector, thus enhancing competitiveness at EU level and worldwide. - - By creating a consensus among major players in the field, the mission of FLaReNet is to identify priorities as well as short, medium, and long-term strategic objectives and provide consensual recommendations in the form of a plan of action for EC, national organisations and industry. - - Through the exploitation of new collaborative modalities as well as workshops and meetings, FLaReNet will sustain international cooperation and (re)create a wide Language community. - LRE Map - FLaReNet - Sun Aug 31 2008 17:00:00 GMT-0400 (EDT) - Tue Aug 30 2011 17:00:00 GMT-0400 (EDT) - Monica Monachini - monica.monachini@ilc.cnr.it - - - RI Project - ICCU - CulturaItalia - CulturaItalia offers a thematic consultation of the Metadata Index, and in particular in the Cultural heritage thematic area, 2.268.000 items are available. In CulturaItalia there is a section devoted to the open data (http://dati.culturaitalia.it), where they are available in Dublin Core, PICO (CulturaItalia Application Profile) and CIDOC-CRM format. It’s also possible to search a datasets selection via SPARQL END POINT available in Linked Open Data format. CulturaItalia presents a section called MuseiD-Italia, dedicated to museums in which you can search and compare works from cultural collections of different Italian Institutes. - CulturaItalia Portal - MuseiD-Italia - PICO application profile - Thesaurus PICO - Central Institute for the Union Catalogue of Italian Libraries and Bibliographic Information (ICCU) - 2008 - Sara Di Giorgio - sara.digiorgio@beniculturali.it - - - RI Project - ARIADNEPLUS Project - A cluster project bringing together RIs from the disciplines of archaeology, humanities, cultural heritage and linguistics, inter alia, the ARIADNEPLUS Project aims to provide common solutions for RI activities and make available cross-disciplinary resources and communication. - ARIADNEPLUS Policy Wizard - Foresight studies - ARIADNEPLUS International Liaisons - Standardization Survival Kit - AriadnePlus Reference Resources Management - ARIADNEPLUS Project Consortium - 2015 - - - - - PE24 Volatile Dataset - 2 - ARIADNE Catalogue Dataset - A collection of archaeological datasets from across Europe. - ARIADNE catalogue - ARIADNE catalogue - XML - ACDM - Archaeology - ARIADNE Consortium - - - PE24 Volatile Dataset - 3 - CLARIN Virtual Language Observatory Dataset - The available archive files contain over 900000 datasets (language resources, tools, lexicons, corpora): XML files CLARIN harvested, in CLARIN format (CMDI, http://www.clarin.eu/cmd/), organised in one folder per content provider. These are description of datasets (e.g. linguistic corpora) and tools. - Virtual Language Observatory - Virtual Language Observatory - XML - CMDI - Linguistics - CLARIN-EU - - - PE24 Volatile Dataset - 4 - CENDARI Dataset - The available dataset is composed by 16 different resources, all related to medieval and romance philology and history. It contains data about 115000+ manuscripts, 95000+ texts and 18000+ authors. - CENDARI Archival Directory - CENDARI Archival Directory - XML - CIDOC-CRM - DM2E - MiddleAges - Middle Ages - CENDARI - - - PE24 Volatile Dataset - CLARIN Centres Registry Dataset - CLARIN Centres, their capabilities (especially available endpoints), as well as responsible persons - CLARIN Centres Registry - CLARIN Centres Registry - CLARIN-EU - - - PE24 Volatile Dataset - Component Registry Dataset - CMD profiles (/metadata schemas) - Component Registry - Component Registry - CLARIN-EU - - - PE24 Volatile Dataset - CLARIN Concept Registry Dataset - Concepts used for semantic annotation of metadata schemas and their definitions - CLARIN Concept Registry - CLARIN Concept Registry - CLARIN-EU - - - PE24 Volatile Dataset - 6 - DYAS Catalogue Dataset - The registries to access information on Greek institutions or individuals, and the collections, both analogue and digital, they own or manage. - Analogue Collections of Humanities and Arts - DYAS Organizations and Collections Registries - DYAS Organizations and Collections Registries - provided by DCU - XML - Dublin Core - FOAF - Philosophy - Theory of Sciences - Greek Literature - Greek Theatre and Theatrology - Turcology - Folklore and Ethnology - Linguistics - Archaeology - Classical Philology - Arts - Musicology - History - Philosophy - Greek Language and Linguistics - Anthropology - Literature - History of Arts - Archeology - Greek Theater and Theatrology - Musicology - Antiquity - Middle Ages - Modern Period - Contemporary Period - Greece - Magna Graecia - DARIAH-GR Consortium - - - PE24 Volatile Dataset - 7 - LRE Map Dataset - LRE Map is a mechanism intended to monitor the use and creation of language resources by collecting information on both existing and newly-created resources during the submission process. It is a collective enterprise of the LREC community, as a first step towards the creation of a very broad, community-built, Open Resource Infrastructure. It is meant to become an essential instrument to monitor the field and to identify shifts in shifts in the production, use, and evaluation of LRs and LTs over the years. - LRE Map - RDF - Relational DB - Computational Linguistics - NLP - Language resources - Modern Period - ILC-ELRA - - - PE24 Volatile Dataset - 8 - Metashare Dataset - Metashare - Metashare - Machine Translation - Computational Linguistics - NLP - Modern Period - Metashare Consortium - - - PE24 Volatile Dataset - 9 - Isidore Dataset - Selection of dataset related to Cultural Heritage - Isidore - Isidore - XML - RDF - Isidore Schema - Humanities - Social Sciences - Cultural Heritage - Prehistory - Antiquity - Middle Ages - Early Modern Period - Modern Period - Huma-num - - - PE24 Volatile Dataset - 10 - Nakala Dataset - Selection of dataset related to Cultural Heritage - Nakala - Nakala - XML - RDF - Nakala Schema - DCTerms - Humanities - Social Sciences - Cultural Heritage - Prehistory - Antiquity - Middle Ages - Early Modern Period - Modern Period - Huma-num - - - PE24 Volatile Dataset - 11 - CoCoON Dataset - Collections of oral resources from different parts of the world (https://cocoon.huma-num.fr/exist/crdo/collections.xql) - CoCoon - CoCoon - XML - RDF - EDM - OLAC - DCTerms - Oral Corpora - Cultural Heritage - Modern Period - - - PE24 Volatile Dataset - 12 - EHRI Portal Dataset - The EHRI portal offers access to information on Holocaust-related archival material held in institutions across Europe and beyond. - EHRI Portal - EHRI Portal - EAD - Holocaust Related Archive Material - Modern Period - - - PE24 Volatile Dataset - 13 - DARIAH-IT resources registry - Within the infrastructure each partner can contribute to the budget also in the form of inkind. In these datasets there are information collected by DARIAH-IT about collaborators, inkind(contributions), projects and partners - XML - CIDOC-CRM - National Resources - Capabilities - Sources - Contemporary Period - CNR-OVI - - - PE24 Volatile Dataset - 14 - BISLAM - BISLAM (Bibliotheca Scriptorum Latinorum Medii Recentiorisque Aevi),is a series of onomastic, biographical, bibliographic and historical-literary repertoires of mediolatine literature. - CENDARI Archival Directory - CENDARI Archival Directory - XML - CIDOC-CRM - MiddleAges - Middle Ages - SISMEL - - - PE24 Volatile Dataset - CulturaItalia Portal Dataset - CulturaItalia is the Portal of Italian Culture, managed by the Central Institute for the Union Catalogue of Italian Libraries (ICCU) of the Italian Ministry of cultural heritage, activities and tourism (MiBACT), in which are involved cultural institutions from all sectors and levels (national, regional and local). CulturaItalia, as national aggregator, plays an important role for the development of European initiative for accessing and sharing digital cultural heritage, like Europeana. CulturaItalia presents an integrated Digital Library, named MuseiD-Italia, with the most important digital collections of the Italian museums. CulturaItalia offers a thematic consultation of the Metadata Index and in the sectors of Visual art works, Anthropological Heritage; Documentary resources; Architectural Heritage; Works of applied arts; Environmental and landscape Heritage; Instruments and Means of transport. Currently we selected for ARIADNEPLUS project about 2.200.000 cultural items (objects) and 368 Collections( from MuseiD-Italia). - CulturaItalia Portal - CulturaItalia Portal - XML - PICO Application Profile - Cultural heritage - Documentary resources - Visual art works - Works of applied arts - Architectural Heritage - Anthropological Heritage - Instruments - Means of transport - Ancient Age - Middle Ages - Modern Age - Contemporary Age - Ministry for Cultural Heritage and Activities (MiBAC) - - - PE24 Volatile Dataset - Internet Culturale Dataset - Internet Culturale, catalogues and digital collections from Italian libraries, is the portal providing access to the cultural heritage held by Italian public libraries and important cultural institutions. It is a multimedia web tool that allows both bibliographic information and the digital library to be viewed in the same virtual place. - For ARIADNEPLUS: 925,791 results/ Documentary resources (66 sub-set) - CulturaItalia Portal Dataset - XML - MAG - Documentary resources - Ministry for Cultural Heritage and Activities (MiBAC) - - - PE24 Volatile Dataset - SAN - Sistema Archivistico Nazionale Dataset - It is the unified access point to national archival resources made available on the web by national, regional and local information systems, databases and digital search tools developed by the State, Regions and other public and private entities. - For ARIADNEPLUS: 754.889 results/ Archival Heritage - (15 sub-set) - CulturaItalia Portal Dataset - XML - CAT SAN - Documentary resources - Ministry for Cultural Heritage and Activities (MiBAC) - - - PE24 Volatile Dataset - Archivio storico delle arti contemporanee Dataset - ASAC dati is a database system for the management of information related to the ASAC collections. At present, the database manages data concerning the Film Library, part of the Photo Library, and the Venice Film Festival. - In the future, the project aims to include information concerning the other collections of the Biennale Archives, alongside bibliographic, historical and scientific records. - For ARIADNEPLUS: 100.632 results/ Visual art works; Documentary resources - CulturaItalia Portal Dataset - Visual art works - Photographs - Documentary resources - La Biennale di Venezia - - - PE24 Volatile Dataset - Regione Marche Dataset - Marche Beni Culturali is a portal designed to provide to the public with a unique access tool based on the Regional Heritage Information System (SIRPaC), which integrates the various digital resources collected by the Region in its activities and offers a vision of the regional heritage. - For ARIADNEPLUS: 73000 results/ Visual art works; Anthropological Heritage; Instruments; Documentary resources; Architectural Heritage; Works of applied arts; Environmental and landscape Heritage; Means of transport. - CulturaItalia Portal Dataset - Visual art works - Anthropological Heritage - Instruments - Documentary resources - Architectural Heritage - Works of applied arts - Environmental and landscape Heritage - Means of transport - Marche Region - - - PE24 Volatile Dataset - Biblioteca del Senato Dataset - The Senate Library's heritage, about 600,000 volumes, is made up of several collections that have developed over the years through targeted acquisitions and donations of particularly valuable funds by senators and scholars. Local statute and local history databases contain texts - manuscripts and prints of communes, corporations, confraternities and associations, selected among the most significant in the Senate Library's collection of content, rarity, or elegance of the edition. The local history database includes the bibliographic descriptions of about 1,200 ancient editions of Italian local history edited between 1500 and 1861. - For ARIADNEPLUS: 90.568 results/ Visual art works; Documentary resources - CulturaItalia Portal Dataset - Visual art works - Documentary resources - 1500-1861 - Senate of the Republic - Library - - - PE24 Volatile Dataset - Regione Piemonte Dataset - It contains collections made through census and inventory campaigns carried out with the support of the Piemonte Region on historical archives produced or preserved by various public and private subjects. - For ARIADNEPLUS: 74.232 results/ Visual art works - CulturaItalia Portal Dataset - Visual art works - Piemonte Region - - - PE24 Volatile Dataset - MuseiD-Italia Dataset - Digital Library of the cultural heritage preserved in the Italian museums of various sectors; the digital library has a dedicated interface called 'MuseiD-Italia' integrated with the CulturaItalia Portal. - For ARIADNEPLUS: 368 collections/ Visual art works; Anthropological Heritage; Instruments; Documentary resources; Architectural Heritage; Works of applied arts; Natural Heritage; Literary works; Environmental and landscape Heritage; Means of transport; Installations - CulturaItalia Portal Dataset - XML - Mets - Visual art works - Anthropological Heritage - Instruments - Documentary resources - Architectural Heritage - Works of applied arts - Natural Heritage - Literary works - Environmental and landscape Heritage - Means of transport - Installations - Ministry for Cultural Heritage and Activities (MiBAC) - - - PE24 Volatile Dataset - Istituto Centrale per la Storia del Risorgimento Dataset - The archive of the Institute for the History of the Italian Risorgimento - located in Rome in the Vittoriano complex - preserves a complex of extremely diverse documents in which it is possible to identify different archives and funds. The vast artistic and documentary heritage is one of the main sources for studying Italy and the international context from the mid 18th century to the end of the First World War. - For ARIADNEPLUS: 50.530 results/ Visual art works; Documentary resources; Works of applied arts - CulturaItalia Portal Dataset - Visual art works - Documentary resources - Works of applied arts - Contemporary Age - Institute for the History of the Italian Risorgimento - - - PE24 Volatile Dataset - Regione Emilia Romagna Dataset - PatER – Catalogue of the Cultural Heritage of Emilia-Romagna, is the portal that combines and integrates the digital resources created by the IBC (Institute for Cultural and Natural Art of the Emilia-Romagna Region) in its activities of valorisation, cataloging , preservation and development of the regional system of museums and cultural collections, making it visible and accessible not only to specialists, but to anyone who is browsing the web. - For ARIADNEPLUS: 37.197 results/ Visual art works; Documentary resources - CulturaItalia Portal Dataset - Visual art works - Documentary resources - Institute for Cultural and Natural Art of the Emilia-Romagna Region (IBC) - - - PE24 Volatile Dataset - Regione Lombardia Dataset - Lombardia Beni Culturali is the unified portal of the Lombardia cultural heritage. It includes the profiles of major culture institutes such as museums, archives and libraries, heritage catalogs, preserved heritage descriptions, architectural complexes and significant urban planning, historical archive resources, and thematic collections. - For ARIADNEPLUS: 24.800 results/ Visual art works; Anthropological Heritage; Documentary resources; Works of applied arts; Instruments - CulturaItalia Portal Dataset - Visual art works - Anthropological Heritage - Documentary resources - Works of applied arts - Instruments - Lombardia Region - - - PE24 Volatile Dataset - Istituto Nazionale per la Grafica Dataset - CalcoGRAFICA is the system that publishes the digital collections of the Central Institute for Graphics (ING) on the web and offers a full overview of the history of the image through engraved prints and matrices, drawings and photographs along a chronological period from the 15th century to the present. - For ARIADNEPLUS: 23.740 results/ Visual art works; Documentary resources - CulturaItalia Portal Dataset - Visual art works - Drawings - Prints/Engravings/Matrices - Documentary resources - 15th century to the present - Ministry for Cultural Heritage and Activities (MiBAC) - - - PE24 Volatile Dataset - Società Geografica Italiana Dataset - The Photographic Archive of the Italian Geographic Society (SGI) represents a great value in the national scenario. The Archive collects about 400,000 phototypes (positive, negative, slides, postcards), many of which combine documentary value with an intrinsic artistic value. This is mostly rare, often unpublished materials. The oldest collection dates back to 1866, while the latest acquisitions reveal contemporaryity. - For ARIADNEPLUS: 23.000 results/ Visual art works - CulturaItalia Portal Dataset - Visual art works - Photographs - Italian Geographic Society Onlus - - - PE24 Volatile Dataset - Polo Museale fiorentino Dataset - The Uffizi Galleries preserves inventories and extensive documentation on museum art works managed by MiBACT. The main inventories offer a complete historical and iconographic documentation of works of art preserved in Galleries museums. - For ARIADNEPLUS: 15.400 results/ Visual art works; Documentary resources; Works of applied arts; Instruments; Architectural Heritage - CulturaItalia Portal Dataset - Works of applied arts - Instruments - Architectural Heritage - Ministry for Cultural Heritage and Activities (MiBAC) - - - PE24 Volatile Dataset - Regione Umbria Dataset - The Portal UmbriaCultura integrates different types of resources: Museums, Archaeological Sites, Villas and Gardens, Rocche and Castles, Historical Theaters, Libraries, Historical Archives. - For ARIADNEPLUS: 5.400 results/ Visual art works - CulturaItalia Portal Dataset - Visual art works - Umbria Region - - - PE24 Volatile Dataset - Regione Calabria Dataset - IreSud Portal - a regional level database that links the Museums of Calabria; This is a collection of works and information relating to museums of historical and demo-anthropological. - For ARIADNEPLUS: 3.024 results/ Visual art works; Anthropological Heritage - CulturaItalia Portal Dataset - Visual art works - Anthropological Heritage - Calabria Region - - - PE24 Volatile Dataset - ARIADNEPLUS Policy Wizard Dataset - ARIADNEPLUS Policy Wizard - XML - Policy - ARIADNEPLUS Project Consortium - - - PE24 Volatile Dataset - Standardization Survival Kit Dataset - The underlying dataset of the SSK is a set of research scenarios (divided in steps) encoded in TEI documents that are linked together with referencing mechanisms. The scenarios and their steps can be easily extended, reused and customized. As steps are considered as autonomous objects in the architecture, they can be used in several scenarios. Customisation mechanisms make sure that the information displayed is linked to the context of the scenarios as much as possible, namely according to disciplines, research objects and techniques. - Standardization Survival Kit - Standardization Survival Kit - https://github.com/ARIADNEPLUSWP4/SSK/blob/master/spec/TEI_SSK_ODD.xml - XML - TEI - ODD - RNG - Standardization - Arts and Humanities - Best practices - Data modeling - Data management - ARIADNEPLUS Project Consortium - - - PE24 Volatile Dataset - Foresight Studies Dataset - This dataset integrates info about literature, seminars, topics, research trends and interviews concerning the evolution of the digital humanities in a medium term perspective. These data are collected by Task 3.4 (Foresight study and interdisciplinary research agenda). - Foresight studies - XML - Humanities - Foresight studies - ARIADNEPLUS Project Consortium - - - PE24 Volatile Dataset - International Liaisons Contact information Dataset - Information collected from ARIADNEPLUS partners about the organisations that they collaborate with. This data consists of the (public) contact details and classification of areas of interest by discipline and type as well as the name (fill and acronym), organisational structure and geographic scope. - ARIADNEPLUS International Liaisons - ARIADNEPLUS International Liaisons - XML - ARIADNEPLUS Project Consortium - - - PE24 Volatile Dataset - AriadnePlus Standard Reference Resources - A list of standard reference resources used by AriadnePlus - AriadnePlus Reference Resources Management - CSV - ARIADNEPLUS Project Consortium - - - - - PE17 - 1 - ARIADNE catalogue - A beta version of the ARIADNE portal is available at http://portal.ariadne-infrastructure.eu/. The portal brings together existing archaeological research datasets from ARIADNE partners so that researchers can browse and access the various distributed datasets for use in their projects. - Archaeological Datasets - ARIADNE Consortium - http://portal.ariadne-infrastructure.eu/ - OAI-PMH - - - PE13 - ARIADNE Visual Media Service - The ARIADNE Visual Media Service provides easy publication and presentation on the web of complex visual media assets. It is an automatic service that allows to upload visual media files on an ARIADNE server and to transform them into an efficient web format, making them ready for web-based visualization. - 3D Models - RTI Images - High Resolution Images - ARIADNE Consortium - CNR-ISTI - 2016-2020 - 2017 - Sun Dec 31 2017 17:00:00 GMT-0500 (EST) - Sun Jul 23 2017 17:00:00 GMT-0400 (EDT) - Open Access - http://visual.ariadne-infrastructure.eu/index.php/upload/terms - Users of the Visual Media Service: will not upload material you are not the copyright owner of; will not upload inappropriate material; will not use the media on display without consent from the owner; will give proper credits to us if you use the service. - Visual Computing Lab - ISTI - CNR, FEDERICO PONCHIO - Visual Computing Lab - ISTI - CNR, ROBERTO SCOPIGNO - send email to the provided communication address email - ponchio@isti.cnr.it - Backup - http://visual.ariadne-infrastructure.eu/ - - - PE7 - Landscape Services - Cloud Hosting - This is the main service to access, manage and eventually share your online data. This includes DEM input data, Geo-images, 3D models, etc. - 3D Data Hosting - ARIADNE Consortium - 2016 - CNR ITABC - Bruno.Fanini@itabc.cnr.it - http://landscape.ariadne-infrastructure.eu/oc/ - - - PE13 - Landscape Services - 3D Terrain Service - You can use this service to process DEM, geo-images and shapefiles to produce large 3D terrain Datasets optimised for real-time visualization and web streaming. - 3D Data Processing - ARIADNE Consortium - 2016 - CNR ITABC - Bruno.Fanini@itabc.cnr.it - http://landscape.ariadne-infrastructure.eu/vpb-service.php - - - PE17 - ICCD RA Thesaurus for archaeological objects - The RA terminological tool, curated by ICCU and VAST-LAB, constitutes a reworked version of the RA Thesaurus issued by the ICCD. The RA Thesaurus provides all the necessary terminological facilities for an efficent and well structured recording of the object coming from archaeological excavations. The vocabulary has been implemented by ICCD to support the encoding of two specific fields (OGTD - CLS). These two fields describe the definition of the object and its class and production. - Thesauri - ARIADNE Consortium - Tue Mar 24 2015 18:00:00 GMT-0400 (EDT) - ICCU Vast-LAB - http://vast-lab.org/thesaurus/ra/vocab/ - Sparql - API - RSS - - - PE15 - 3 - CENDARI Sparql Endpoint - CENDARI provides access to data through a SPARQL access point. The dataset is composed by 16 different resources, all related to medieval and romance philology and history. It contains data about 115000+ manuscripts, 95000+ texts and 18000+ authors. - Cultural Heritage Dataset - Sismel - Emiliano Degl'Innocenti - Via di Castello, 46, - 50141 Firenze - http://git-trame.fefonlus.it/sparql/ - - - PE17 - 5 - DYAS Organizations and Collections Registries - This tool was developed within the project DARIAH-GR Developing a Greek Research Infrastructure for the Humanities DYAS. The user, an arts and humanities researcher or scholar can use the registries to access information on Greek institutions or individuals, and the collections, both analogue and digital, they own or manage. The tool takes advantage of the expertise and the available digital resources to improve the quality of users’ research or for educational purposes. Cultural heritage managers (archivists, librarians, museum curators) leverage the collective expertise to maximize the social use of digital resources in the humanities and cultural heritage. The content of the digital tool is being continuously enriched and updated with the aim to enhance the visibility of Greek analogue and digital content and to provide increased access to scholarly content. Therefore the contribution of users is essential. The result was made possible thanks to the invaluable assistance of all the contributors of the institutions who responded to DYAS’ invitation. We are most grateful for the time they took to help with the project. - Analogue and Digital Collections Registry - Humanities Organisations Registry - DARIAH-GR Consortium - DCU - 2014/ until 2020 (?) - 2017 - Thu Dec 31 2015 17:00:00 GMT-0500 (EST) - Yes - Free/ CC - http://registries.dyas-net.gr/en/developer - full access to metadata/ possible restriction for data of the analogue collections - Eleni Vernardaki - Anastasia Falierou - Academy of Athens (DYAS Team) Anagnostopoulou 14, 10673 Athens - evernardaki@academyofathens.gr - http://registries.dyas-net.gr/en - OAI-PMH - DCAP - - - PE15 - 6 - LRE Map - The LRE Map (Language Resources and Evaluation) is a large database of language resources dedicated to Natural language processing (NLP). Information is collected during the submission phase of conferences in the sector of NLP; those making submissions are asked to provide metadata describing the resources they have used. - NLP - Computational Linguistics - Language Resources - ILC-CNR - ILC-ELRA - 2010 - Monica Monachini - Via Moruzzi 1, Pisa 56124 - monica.monachini@ilc.cnr.it - http://www.resourcebook.eu/lremap/owl/instances/ - - - PE15 - 7 - Metashare - META-SHARE is an open and secure network - of repositories for sharing and exchanging - language data, tools and related web services. - Machine Translation - Computational Linguistics - NLP - ILC-CNR - IIT-CNR - 2010 - Monica Monachini - Via Moruzzi 1, Pisa 56124 - monica.monachini@ilc.cnr.it - http://www.meta-share.org/ - - - PE17 - 8 - Isidore - ISIDORE is an aggregator that harvests more than 5 thousand sources from Humanities and Social Sciences and provides access to more than 5 million data. - Technically, ISIDORE uses OAI-PMH repositories to retrieve metadata and thereafter apply a full chain of processes (classification, enrichment, link resources with Semantic Web technologies etc.) - ISIDORE takes data in French, Spanish and English, enriches them in those three languages and provides also a multilingual web interface. - Humanities - Social Sciences - Cultural Heritage - Huma-num Consortium - full access to metadata / possible restriction for data - Hélène Gautier - Nicolas Larrousse - TGIR HUMA-NUM -UMS 3598 - 54 boulevard Raspail - 75006 Paris - https://www.rechercheisidore.fr/api - Restful API - - - PE17 - 9 - Nakala - Considering the fact that many scientific data producers do not have the digital infrastructure to provide a persistent and interoperable access to their data, Huma-Num has implemented a new tool called “Nakala” to expose research data in order to facilitate their reuse. - Nakala provides mainly three types of services: a permanent identifier to the resource, a permanent access to the data and associated metadata and an exposition of metadata based on semantic web technologies and OAI-PMH server. - Humanities - Social Sciences - Cultural Heritage - Huma-num Consortium - full access to metadata / possible restriction for data - Hélène Gautier - Nicolas Larrousse - TGIR HUMA-NUM -UMS 3598 - 54 boulevard Raspail - 75006 Paris - www.nakala.fr - OAI-PMH - Sparql Endpoint - - - PE17 - 10 - CoCoon - CoCoON is a repository dedicated to oral resources, described in OLAC format (a specific extension of DC for oral resources) and frequently associated with transcriptions. - The CoCoON platform provides an OAI-PMH access to metadata as well as an access via a Triple Store using EDM (Europeana Data Model). - CoCoON provides also a long term preservation service for data based on Huma-Num’s service. The author and institution remains responsible for the submitted documents and can have restricted and secure access to their data for a defined period if the content of the information is considered sensitive. - Oral Corpora - Cultural Heritage - Huma-num Consortium - LACITO - LLL - full access to metadata / possible restriction for data - Hélène Gautier - Nicolas Larrousse - TGIR HUMA-NUM -UMS 3598 - 54 boulevard Raspail - 75006 Paris - http://cocoon.huma-num.fr - OAI-PMH - - - PE17 - 11 - EHRI Portal - The EHRI portal offers access to information on Holocaust-related archival material held in institutions across Europe and beyond. - Holocaust Related Archive Material - EHRI Consortium - 2015 - https://portal.ehri-project.eu/terms - Charles Riondet - https://portal.ehri-project.eu/ - Restful API - - - PE17 - 12 - TRAME - TRAME is a metasearch tool for medieval manuscripts, hosted by the Fondazione Ezio Franceschini and SISMEL. It aims to assist users in finding primary sources for the study of medieval culture. Originally developed in 2011 to allow a combined search on a group of different Italian repositories and databases, it has increasingly widened its scope to become a global research infrastructure for all scholars of the Middle Ages. Its main aim is to build a research infrastructure that focuses on promoting interoperability and fostering discoverability among the different digital resources available in the medieval digital ecosystem. - SISMEL - Emiliano Degl'Innocenti - Maurizio Sanesi - http://git-trame.fefonlus.it/ - Restful API - - - PE17 - DYAS Software Registry - This tool was developed within the project DARIAH-GR Developing a Greek Research Infrastructure for the Humanities DYAS. The user, an arts and humanities researcher or scholar can use the registries to access information on Greek institutions or individuals, and the collections, both analogue and digital, they own or manage. The tool takes advantage of the expertise and the available digital resources to improve the quality of users’ research or for educational purposes. Cultural heritage managers (archivists, librarians, museum curators) leverage the collective expertise to maximize the social use of digital resources in the humanities and cultural heritage. The content of the digital tool is being continuously enriched and updated with the aim to enhance the visibility of Greek analogue and digital content and to provide increased access to scholarly content. Therefore the contribution of users is essential. The result was made possible thanks to the invaluable assistance of all the contributors of the institutions who responded to DYAS’ invitation. We are most grateful for the time they took to help with the project. - Registry Software - Metadata Aggregator - DCU - 2014 - 2015 - Thu Dec 31 2015 17:00:00 GMT-0500 (EST) - Yes - CC - http://registries.dyas-net.gr/en/developer - After contact with the DCU team (http://www.dcu.gr/) - Dimitris Gavrilis - Stavros Aggelis - DIGITAL CURATION UNIT (Institute for the Management of Information Systems, Athena Research Centre) Aigialeias 48 & Epidavrou, 151 25 Maroussi, Greece - contact@dcu.gr - http://registries.dyas-net.gr/en - OAI-PMH - DCAP - - - PE17 - CENDARI Archival Directory - The Archival Directory is a large database of archival descriptions and collections and is part of the CENDARI Virtual Research Environment. - It has a strong transnational focus and one of its aims is to include many archives and institutions which are little known or rarely used by researchers. The Archival Directory allows historians to view sources in a rarely seen transnational and comparative view. It is focused on archives and libraries containing resources on the Medieval era and World War One. - Medieval Archival Material - World War One Archival Material - CENDARI Consortium - Emiliano Degl'Innocenti - Maurizio Sanesi - https://archives.cendari.dariah.eu/ - - - PE17 - CLARIN Centres Registry - CLARIN Centres Registry is the primary starting/entry point into the CLARIN universe. It is the authoritative source of approved CLARIN Centres including information about the contact and the different available endpoints. Other parts of the infrastructure (especially the harvester) consult this registry to find out about (discover) existing centres and the endpoints they feature. - CLARIN-EU - http://clarin.eu/clarin-eric-datatables/centres - - - PE17 - Component Registry - The CLARIN Component Metadata Infrastructure (CMDI) provides a framework to create and use self-defined metadata formats. It relies on a modular model of so-called metadata components, which can be assembled together, to improve reuse, interoperability and cooperation among metadata modelers. The CMDI Component Registry was created to promote the re-use and sharing of metadata components and profiles. The registry contains all CLARIN metadata components and metadata profiles used to describe all metadata. It is expected to contain around 1.000 components and around 200 profiles. Reuse of components and profiles is stimulated as much as possible. Components and profiles are linked to the concepts from CCR for interoperability reason. The component Registry has the following features: Register and store CMDI components/profile Enable a user to edit and create Components/Profile Enable a user to browse and registered Components/Profile - CLARIN-EU - cmdi@clarin.eu - https://www.clarin.eu/componentregistry - - - PE17 - CLARIN Concept Registry - The CLARIN Concept Registry (CCR) is an OpenSKOS instance, which implements the W3C SKOS recommendation and data model. The CLARIN Concept Registry (CCR) forms the basis of the semantic interoperability layer of CLARIN, especially in the context of metadata, i.e., the Component MetaData Infrastructure (CMDI ). It does so by offering a collection of concepts, identifiable by their persistent identifiers, relevant for the domain of language resources. This registry contains the relevant concepts (based on the corresponding ISOcat data categories), such as those used by CMDI. The Concept Registry can be accessed by anyone using a read only facetted browser or via the search facilities of the CMDI Component Registry. Adding new concepts or changing existing ones can only be done by the national CCR coordinators, whose mission is to improve the quality of the concepts used within CLARIN. - CLARIN-EU - The Concept Registry can be accessed by anyone using a read-only facetted browser or via the search facilities of the CMDI Component Registry. Adding new concepts or changing existing ones can only be done by the national CCR coordinators. If you have such a request you should contact your national coordinator or, in case your country has not assigned one yet, send your request to ccr@clarin.eu. The coordinators will then discuss the request and get in touch with you about the handling of it. - ccr@clarin.eu - https://www.clarin.eu/conceptregistry/ - - - PE17 - Virtual Language Observatory - The Virtual Language Observatory (VLO) faceted browser was developed within CLARIN as a means to explore linguistic resources, services and tools available within CLARIN and related communities. All information in the VLO faceted browser is based on the metadata descriptions of resources as provided by the parties (CLARIN centers ) that host the original data. It gets refreshed regularly but may not be completely up-to-date with the current state of the original data and metadata depending on the date, time and state of the metadata providing/retrieval process (OAI-PMH is employed). - The VLO wants to help researchers to easily find suitable language resources and tools to carry out their research work. They can do this by searching, browsing and navigating geographically. Once they have found a useful resource they can then easily find tools, which may work on it. The purpose is that users may directly access the resources or services they have found, given they have the necessary permissions. - CLARIN-EU - vlo@clarin.eu - https://vlo.clarin.eu/ - - - PE17 - CulturaItalia Portal - CulturaItalia is an ever-growing collaborative network of public and private institutions. The participant-driven project is intended to bring together various players in the fields of Italian cultural production and access, partners who will be able to contribute to the development of the portal and thus to improve the visibility of their contents and initiatives on a national and international level. Museums, archives, libraries and other cultural entities both public and private can participate by making contents organised into databases available, or by sending news regarding initiatives, organisations and activities. CulturaItalia manages a catalog – Index – which gathers and indexes the information provided by the partners, by means of metadata. The original data will remain on the website of the provider, to which the user is guided, via link, for a complete consultation. For example, in the case of a photograph in the Index, the preview image (thumbnail) is visible along with identifying data and a link to the providers website, where the user can visualise the photograph in its original format, accompanied by all the information and the services in order to get the full benefit of the item. In CulturaItalia there is a section devoted to open data (http://dati.culturaitalia.it), where the data are available in Dublin Core, PICO (CulturaItalia Application Profile) and CIDOC-CRM format. It’s also possible to search via SPARQL END POINT a datasets selection available in Linked Open Data format. - Cultural Heritage Dataset - Ministry for Cultural Heritage and Activities (MiBAC) - Central Institute for the Union Catalogue of Italian Libraries and Bibliographic Information (ICCU) - 2008 - 2016 - Creative Commons CC0 1.0 Universal Public Domain Dedication - Sara Di Giorgio - c/o Istituto Centrale per il Catalogo Unico viale Castro Pretorio, 105 - 00185 Roma - http://www.culturaitalia.it/oaiProviderCI/OAIHandler - OAI-PMH - - - PE17 - PICO application profile - In the CulturaItalia Portal, importing metadata from external data sources occurs with mapping in one schema. This schema is expressed according to the Qualified Dublin Core standard, which has been further extended to define the PICO Application Profile (designed for the Portal) that includes a set of basic elements that can be used to describe any type of resource: Title, Creator, Subject, Description, Publisher, Contributor, Date, Type, Format, Identifier, Source, Language, Relation, Coverage, Rights, to which 3 additional elements have been added: Audience, Provenance, and RightsHolder. To these are added 18 additional elements, 33 element-refinement and a set of encodingschems (controlled ontologies or vocabularies). - Cultural Heritage Dataset - Central Institute for the Union Catalogue of Italian Libraries and Bibliographic Information (ICCU) - 2008 - 2016 - Sara Di Giorgio - c/o Istituto Centrale per il Catalogo Unico viale Castro Pretorio, 105 - 00185 Roma - http://www.culturaitalia.it/opencms/export/sites/culturaitalia/attachments/documenti/picoap/picoap1.0.xml - - - PE17 - Thesaurus PICO - The resources of the Index of CulturaItalia Portal are classified on the basis of a Thesaurus, a specialised dictionary, designed to manage and arrange diverse elements of information as well as information coming from different cataloguing systems. - Cultural Heritage Dataset - Central Institute for the Union Catalogue of Italian Libraries and Bibliographic Information (ICCU) - 2011 - Sara Di Giorgio - c/o Istituto Centrale per il Catalogo Unico viale Castro Pretorio, 105 - 00185 Roma - http://www.culturaitalia.it/opencms/export/sites/culturaitalia/attachments/thesaurus/4.3/thesaurus_4.3.0.skos.xml - - - PE17 - MuseiD-Italia - The Digital Library MuseiD-Italy is integrated in CulturaItalia, it contains the digital collections of Italian museums; MuseiD-Italia contains about 70,000 items included in 685 collections and 6380 museums. - Cultural Heritage Dataset - Central Institute for the Union Catalogue of Italian Libraries and Bibliographic Information (ICCU) - 2012 - Sara Di Giorgio - c/o Istituto Centrale per il Catalogo Unico viale Castro Pretorio, 105 - 00185 Roma - http://www.culturaitalia.it/opencms/museid/index_museid.jsp?language=it&tematica=header&selected=0 - OAI-PMH - - - PE17 - ARIADNEPLUS Policy Wizard - Policy - ARIADNEPLUS Project Consortium - 2018 - Hella Hollander - - - PE17 - Standardization Survival Kit - The SSK is designed as a comprehensive interface for guiding Arts and Humanities scholars through all available resources (collected within a dedicated Zotero library), on the basis of reference scenarios. The interface provides a single entry point for both novice and advanced scholars in the domain of digital methods, so that they can have quick access to the information needed for managing digital content, or applying the appropriate method in a scholarly context. Users will be able to explore the platform according to their needs, thanks to precise research criteria: disciplines, standards, research activities and research objects. - Guidance - Arts and Humanities - Research process - ARIADNEPLUS Project Consortium - 2018 - CC-by - Laurent Romary - temporary: http://ssk-application.ariadneplus.d4science.org/ssk/ - Restful API - - - PE12 - Foresight studies - Task 3.4 (Foresight study and interdisciplinary research agenda) concerns the evolution of the sector in a medium term perspective (5-10 years), preparing an agenda to achieve the desired service and knowledge integration. It surveys indications of trends within the partecipating research communities and analyses literature on the relevant topics. It also organizes expert seminars and focus groups to fine-tune the description of the research trends and the corresponding sector evolution, outlining appropriate strategies and interventions by academic and serearch institutions, funding agencies and research teams. All these collected information will be mapped in CIDOC-CRM according to the project guidelines. - Humanities - Foresight studies - ARIADNEPLUS Project Consortium - Mark Hedges - Maurizio Sanesi - - - PE12 - DARIAH-IT Registry - With this tool provided by DARIAH-IT an user can perform an advanced search of partners, in-kind contributions, funding opportunities and projects. - - Compared to the site of the funding opportunities HUB, here DARIAH-IT provides a wider information database, where there are numerous institutions and private companies that have been in contact with DARIAH, on the occasion of research projects or professional collaborations. - - With the ability to refine the search, the user will get only information which meet the interest expressed. - Digital Humanities - Research process - Guidance - DARIAH-IT - Emiliano Degl'Innocenti - Lino Leonardi - emiliano.deglinnocenti@cnr.it - http://it.dariah.eu/registro/it/ - - - PE12 - RUBRICA - RUBRICA (Reference Resources Integration plAtform) aims to foster the interoperability and integration of various reference resources used in different disciplines. Starting from trusted knowledge bases (i.e.: databases, thesauri, authority lists etc.) researchers could create, merge, edit and reuse specialized reference resources, developed according to specific research purposes, without performing repetitive tasks on each resource. RUBRICA also allows to share this knowledge base with other users thanks to the IT structure on which ARIADNEPLUS is based. RUBRICA , is being developed Within and for the ARIADNEPLUS project. - Reference resources - Research process - Humanities - SISMEL - Maurizio Sanesi - maurizio.sanesi@virgilio.it - https://services.d4science.org/group/rubrica - - - P17 - ARIADNEPLUS International Liaisons - Collection of organisations related to Humanities disciplines and/or areas of interest (such as standards and training) with whom the ARIADNEPLUS network has established relations. New collaborations are actively welcomed via Cooperation Agreements and by adding their details to the existing set of contacts (via a Google form which can then be added to the Registry). - ARIADNEPLUS Project Consortium - Fri Apr 13 2018 17:00:00 GMT-0400 (EDT) - Public - CC0 - Bente Maegaard - Sheena Bassett - bmaegaard@hum.ku.dk - - - PE17 - AriadnePlus Reference Resources Management - Activity of WP5 to gather and make available reference resources datasets of use to the RI information maangement community. - Reference resources - ARIADNEPLUS Project Consortium - Public - CC0 - George Bruseker - bruseker@ics.forth.gr - https://docs.google.com/spreadsheets/d/1dltpwfD2OpcWFs2ZwaLE6ArKHY8tt7CGCAW0U7iOuqc/edit?usp=sharing - - - - - If you are referencing the software as such, use volatile. If you are referencing a versio, use persistent. - An Identifier for the software - A name for the software - A free text description of the software - Indicate version number if applicable. - If the software belongs to a larger software package, identify it here. - If the software is available through an online hosting service, name this service here and fill in a service record on servicee apge. - If the software is curated (ie it is being developed), create a record for a curation service on the services tab. - If you can download the software from a service, indicate the name of this service here and fill out a relevant record for this service on the service page. - If you can run the software from a service, indicate the name of this service here and fill out a relevant record for this service on the service page. - The link at which the software resource can be run. - Indicate the programming languages which were used in the development of this software. - Indicate the type of action this software is intended to carry out. e.g. lemmatizer - Indicate the person or team that created the software via their name (and ideally create an actor record in the actors page. - - - - - PE25 RI Consortium - 1 - DARIAH-GR Consortium - The National Infrastructure for Digital Research in the Humanities is implemented by a network of academic institutions, universities and research centers, which is established in order to contribute to the development of research in the Humanities using information technologies. The introduction of information management and digital research methods in the Humanities necessitated this initiative which will facilitate the use of methodological and technological standards, best practices, as well as the exchange of expertise and access to cognitive resources. - DARIAH-GR/ΔΥΑΣ - Academy of Athens - Anagnostopoulou 14 - 10673 Athens - Greece - DARIAH-GR/ΔΥΑΣ - Academy of Athens - Anagnostopoulou 14 - 10673 Athens - Greece - +302103664603 - dyas@academyofathens.gr - http://www.dyas-net.gr/?lang=en - - - PE25 RI Consortium - 2 - CLARIN-EU - CLARIN ERIC is the governing and coordinating body of CLARIN (Common Languages Resources and Technology Infrastructure). It is a consortium of ca. 20 countries and intergovernmental organisations (and counting), represented by their ministries - CLARIN ERIC - c/o Utrecht University - Drift 10 - 3512 BS Utrecht - The Netherlands - contact-ariadneplus@clarin.eu - https://www.clarin.eu/ - - - PE25 RI Consortium - 3 - DARIAH EU - DARIAH is a pan-european infrastructure for arts and humanities scholars working with ICT-enabled methods. It supports digital research as well as the teaching of digital research methods. - DARIAH-EU - c/o TGIR Huma-Num - - CNRS UMS 3598 - 54 boulevard Raspail - 75006 Paris - France - DARIAH-EU Coordination Office - Centre Marc Bloch - Friedrichstraße 191 - D-10117 Berlin - Germany - jakob.epler@dariah.eu - http://www.dariah.eu/ - - - PE25 RI Consortium - 4 - EHRI Consortium - The mission of the European Holocaust Research Infrastructure (EHRI) is to support the Holocaust research community by building a digital infrastructure and facilitating human networks. EHRI provides online access to information about dispersed sources relating to the Holocaust through its Online Portal, and tools and methods that enable researchers and archivists to collaboratively work with such sources. - NIOD Institute for War, Holocaust and Genocide Studies (coordinator EHRI) - Herengracht 380 - 1016 CJ Amsterdam - The Netherlands - info@ehri-project.eu - https://www.ehri-project.eu/ - - - PE25 RI Consortium - 5 - ARIADNE Consortium - ARIADNE brings together and integrates existing archaeological research data infrastructures so that researchers can use the various distributed datasets and new and powerful technologies as an integral component of the archaeological research methodology. There is now a large availability of archaeological digital datasets that, together, span different periods, domains and regions; more are continuously created as a result of the increasing use of IT. These are the accumulated outcome of the research of individuals, teams and institutions, but form a vast and fragmented corpus and their potential has been constrained by difficult access and non-homogenous perspectives. - PIN, Servizi Didattici e scientifici per l'Università di Firenze Piazza G. Ciardi, 25, 59100 Prato (PO), Italy - PIN, Servizi Didattici e scientifici per l'Università di Firenze Piazza G. Ciardi, 25, 59100 Prato (PO), Italy - 00 39 0574 602578 - info@ariadne-infrastructure.eu - http://www.ariadne-infrastructure.eu/ - - - E40 Legal Body - 6 - SISMEL - S.I.S.M.E.L. is a leader in national and international research projects in the field of medieval culture and one of the most advanced research centers in Italy for the creation of innovative applications in digital humanities, including: bibliographic and onomastic databases, catalogues of authors, texts and manuscripts, tools for research data discoverability, interoperability and semantic integration and enrichment. - S.I.S.M.E.L., via Montebello 7, 50123 Firenze - S.I.S.M.E.L., via Montebello 7, 50123 Firenze - 055 204 8501 - maurizio.sanesi@virgilio.it - http://www.sismelfirenze.it/index.php?lang=en - - - E40 Legal Body - 9 - ICCU - ICCU - the Central Institute for the Union Catalogue of Italian Libraries (ICCU) of the Italian Ministry of cultural heritage, activities and tourism (MiBACT), manages CulturaItalia Portal the national aggregator, in which are involved cultural institutions from all sectors and levels (national, regional and local). As national aggregator it plays an important role for the development of European initiative for accessing and sharing digital cultural heritage, like Europeana. - Istituto Centrale per il Catalogo Unico viale Castro Pretorio, 105 - 00185 Roma - 06-49210425 - culturaitalia.info@beniculturali.it - http://www.culturaitalia.it/ - - - PE25 RI Consortium - 11 - Huma-num Consortium - Huma-Num is a Very Large Facility which aims to facilitate the digital turn in humanities and social sciences. - - To perform this mission, Huma-Num is built on an original organisation. It organises a collective dialogue with communities via consortia accredited by Huma-Num and provides a technological infrastructure on a national and European scale based on a vast network of partners and operators. - - Through consortia of actors in scientific communities, Huma-Num favors the coordination of the collective production of corpora of sources (scientific recommendations, technological best practices). It also provides research teams in the Human and Social sciences with a range of utilities to facilitate the processing, access, storage and interoperability of various types of digital data. This set of shared services comprises the provision of a Grid of services, a platform for the unified access to data (ISIDORE) and long-term archival facilities. - TGIR HUMA-NUM - UMS 3598 - - 54 boulevard Raspail - 75006 Paris - TGIR HUMA-NUM - CNRS UMS 3598 - - 54 boulevard Raspail - - F-75006 Paris - 01 40 48 64 49 - ariadneplus-suivi@listes.huma-num.fr - http://www.huma-num.fr/ - - - PE25 RI Consortium - 12 - CENDARI Consortium - Medieval Culture & WWI: Throughout the project, the CENDARI project team has worked on the establishment of an Archival Directory through the identification, description and cataloguing of archival holdings and other collections of value for research within the two project pilot areas – World War I and Medieval European Culture. A total of 168 Cultural Heritage Institutions were involved and the final - CENDARI Archive Directory contained approximately 830,000 datasets available for users. - By the end of the project, the number of archival descriptions established manually by the team was 3,107 (2,320 for the modern period and 787 for the medieval period) and the number of cultural heritage institutions described in the Archival Directory was 1,251. An overview of the approximately 830,000 datasets harvested by CENDARI. - Trinity College Dublin, the University of Dublin - (CENDARI coordinator) - College Green - Dublin 2 - Ireland - info@cendari.eu - emiliano.degli.innocenti@gmail.com - uhttp://www.cendari.e - - - E40 Legal Body - 13 - CNR-OVI - The Italian Dictionary (OVI-Opera del Vocabolario Italiano) is an Institute of the CNR with the institutional task of compiling an historical dictionary of the Italian language. At present the researchers of the OVI are working on the first section of this dictionary, called Tesoro della Lingua Italiana delle Origini (TLIO), i.e. “Thesaurus of the oldest Italian language”. - The present-day activity of the OVI is the continuation of a project started by the Accademia della Crusca in 1965 with funding from the CNR. This project, a new historical dictionary of Italian, was to be the heir of the glorious Vocabolario degli Accademici, but with the difference that it would not be prescriptive (i.e. proposing a model for how language should be used), but historically descriptive (i.e. offering documentation of the vocabulary of Italian in the course of its history). From the beginning, the Accademia della Crusca decided to make use of computers to manage the documentation, a method then to a large extent unknown in the lexicographical tradition. - The principal activities are: - • the compilation of the Tesoro della Lingua Italiana delle Origini (TLIO) - • the development, necessary for the dictionary work, of the database of Old Italian texts - • the development of software for lexicographical and linguistic purposes - CNR-OVI - Via di Castello, 46 - 50141 Firenze - 0039 055 452849 - emiliano.deglinnocenti@cnr.it - http://www.ovi.cnr.it - - - PE25 RI Consortium - META-NET Network of Excellence - META-NET, a Network of Excellence consisting of 60 research centres from 34 countries, - is dedicated to building the technological foundations of a multilingual European information society. - META-NET is forging META, the Multilingual Europe Technology Alliance. - monica.monachini@ilc.cnr.it - http://www.meta-share.org - - - PE25 RI Consortium - 22 - Central Institute for the Union Catalogue of Italian Libraries and Bibliographic Information (ICCU) - ICCU - the Central Institute for the Union Catalogue of Italian Libraries (ICCU) of the Italian Ministry of cultural heritage, activities and tourism (MiBACT), manages CulturaItalia Portal the national aggregator, in which are involved cultural institutions from all sectors and levels (national, regional and local). As national aggregator it plays an important role for the development of European initiative for accessing and sharing digital cultural heritage, like Europeana. - Istituto Centrale per il Catalogo Unico, viale Castro Pretorio 105 - - 00185 Roma - Istituto Centrale per il Catalogo Unico viale Castro Pretorio, 105 - 00185 Roma - 00 39 06 49210425 - culturaitalia.info@beniculturali.it - http://www.culturaitalia.it/ - - - E40 Legal Body - General Directorate for Archives (DGA) - The General Directorate for Archives, in accordance with the Code of Cultural Heritage and Landscape and within the guidelines specified by the Ministry, promotes and coordinates activities related to the conservation, protection and enhancement of national archival heritage. - Direzione Generale Archivi, Via di San Michele 22 - 00153 Roma - Via di San Michele 22, 00153 Roma - 0039 06 672361 - dg-a@beniculturali.it - dg-a@beniculturali.it - - - E40 Legal Body - Ministry for Cultural Heritage and Activities (MiBAC) - The Ministry of Cultural Heritage, and Activities (MiBAC), is responsible for the valorisation of culture, and the preservation of artistic and cultural heritage - Ministero dei beni e delle attività culturali e del turismo, Via del Collegio Romano 27 - 00186 Roma - Via del Collegio Romano, 27 00186 Roma - 0039 06 6723.2980 - http://www.beniculturali.it - - - E40 Legal Body - La Biennale di Venezia - La Biennale di Venezia was founded in 1895 and it is now one of the most famous and prestigious cultural organizations in the world. La Biennale, who stands at the forefront of research and promotion of new contemporary art trends, organizes exhibitions and research in all its specific sectors: Arts (1895), Architecture (1980), Cinema (1932), Dance (1999), Music (1930), and Theatre (1934). Its history is documented at the Historical Archives of Contemporary Arts (Asac) that recently has been completely renovated. - La Biennale - Ca’ Giustinian, San Marco 1364/A - 30124 Venezia - Ca’ Giustinian, San Marco 1364/A - 30124 Venezia - 0039 041 5218711 - info@labiennale.org - http://www.labiennale.org - - - E40 Legal Body - Marche Culture Foundation - The Foundation manages the Marche Cultural Heritage system on behalf of the Marche Region. Visual works and objects of memory, audiovisual documents and oral tradition, architectural monuments. - Fondazione Marche Cultura, Via Gentile da Fabriano 9 - - 60125 Ancona (AN) - Piazza Cavour 23 - 60121 Ancona (AN) - 0039 071 9951 62 - info@fondazionemcm.it info@pec.fondazionemcm.it - http://fondazionemcm.it/ - - - E40 Legal Body - Marche Region - Regions and local authorities promote the valorization of cultural heritage and the development of cultural activities in their own territory as a factor for civil, social and economic growth of the community. - Regione Marche, via Gentile da Fabriano, 9 - 60125 Ancona - Regione Marche, via Gentile da Fabriano, 9 - 60125 Ancona - 0039 071.8061 - regione.marche.protocollogiunta@emarche.it - http://www.regione.marche.it - - - E40 Legal Body - Senate of the Republic - Library - The library's holdings amount to some 700,000 mondern and contemporary books, pamphlets and other printed documents, 80 incunabula, 2,000 editions from the 16th century, 8,000 maps, 850 manuscripts, and 2,000 autograph items. The 3,500 periodical titles (Italian and foreign, current and discontinued) and 400 newspapers (Italian and foreign, of which 90 are currently received) constitute one of the most important such collections to be found in Italy, those dating to the 19th century being especially noteworthy. - The core holdings are Parliamentary papers (from Italy and elsewhere) and scholarly publications relating to Law, Political Sciences, History of Political Thought, and History of Journalism. They are complemented by numerous special collections, each of which boasts items of historical interest or bibliographical rarity. Of these, the most remarkable are: holdings of the Statutes of Italian Comuni and other bodies, from the late Middle Ages until modern times; complete sets of legislation passed by the independent states that made up pre-unity Italy; publications relating to local and regional Italian history; and a significant body of early texts on civil and canon law. - La Biblioteca del Senato della Repubblica Giovanni Spadolini, Piazza della Minerva, 38 - 00186 Roma - La Biblioteca del Senato della Repubblica Giovanni Spadolini, Piazza della Minerva, 38 - 00186 Roma - 0039 06.6706.3717 - BibliotecaMinerva@senato.it - http://www.senato.it - - - E40 Legal Body - Piemonte Region - Regions and local authorities promote the valorization of cultural heritage and the development of cultural activities in their own territory as a factor for civil, social and economic growth of the community. - Direzione Regionale Cultura Turismo e Sport della Regione Piemonte, Via Bertola, 34 - Torino - Direzione Regionale Cultura Turismo e Sport della Regione Piemonte, Via Bertola, 34 - Torino - 0039 011.4321564 | - culturaturismosport@regione.piemonte.it culturaturismosport@cert.regione.piemonte.it - http://www.regione.piemonte.it - - - E40 Legal Body - Institute for the History of the Italian Risorgimento - The Institute for the History of the Italian Risorgimento has the task of promoting and facilitating the studies of the Italian history from the period of Unity and Independence of Italy until the end of the First World - War. The Institute aims at gathering documents, publications and memorabilia, editing sources and memoirs, also by organizing scientific congresses. - Istituto per la Storia del Risorgimento italiano - Complesso del Vittoriano - p.zza Venezia, 00186 Roma - Istituto per la Storia del Risorgimento italiano - Complesso del Vittoriano - p.zza Venezia, 00186 Roma - 0039 06 6793598 - istituto@risorgimento.it - http://www.risorgimento.it - - - E40 Legal Body - Institute for Cultural and Natural Art of the Emilia-Romagna Region (IBC) - The Institute for Cultural and Natural Art of the Emilia-Romagna Region (IBC) was born in 1974 as an instrument for regional planning and local council consultancy in the field of cultural heritage. The Institute promotes the valorisation and restoration of the historical and artistic heritage, the protection, valorisation and preservation of historical centers, by providing its advice to the Region and local authorities. - Istituto per i beni artistici culturali e naturali della Regione Emilia-Romagna , Via Galliera 21 - 40121 Bologna - Istituto per i beni artistici culturali e naturali della Regione Emilia-Romagna , Via Galliera 21 - 40121 Bologna - 0039 051 5276600 - direzioneibc@postacert.regione.emilia-romagna.it - http://ibc.regione.emilia-romagna.it/ - - - E40 Legal Body - Lombardia Region - Regions and local authorities promote the valorization of cultural heritage and the development of cultural activities in their own territory as a factor for civil, social and economic growth of the community. - Regione Lombardia, Piazza Città di Lombardia 1 - 20124 Milano - Regione Lombardia, Piazza Città di Lombardia 1 - 20124 Milano - 0039 02 3232 3325 - http://www.regione.lombardia.it - - - E40 Legal Body - National Institute for Graphics (ING) - The Central Institute for Graphics was born from the union of "Calcografia Nazionale" of Pontifical Heritage and of the National Printing Council. Since its foundation, the Institute has been gathering an ever-increasing number of matrices, xylograph, photographs and artist videos. It also preserves prints, drawings and engravings from the library of Prince Corsini. - Istituto Centrale per la Grafica, - via della Stamperia 6 - 00187 Roma - Istituto Centrale per la Grafica, - via della Stamperia 6 - 00187 Roma - 0039 06 699801 - in-g.calcografica@beniculturali.it - http://www.grafica.beniculturali.it - - - E40 Legal Body - Italian Geographic Society Onlus - The Italian Geographic Society is a moral entity whose object is to promote the advancement of geographic knowledge, scientific research and to develop its dissemination through the organization of conferences and study trips. It was founded on May 12, 1867 in Florence as a free association and in 1869 it was recognized as a moral entity. - Società Geografica Italiana Onlus - Palazzetto Mattei in Villa Celimontana, Via della Navicella 12 - 00184 Roma - Società Geografica Italiana Onlus - Palazzetto Mattei in Villa Celimontana, Via della Navicella 12 - 00184 Roma - 0039 06 7008279 - archiviofotografico@societageografica.it - http://www.archiviofotografico.societageografica.it - - - E40 Legal Body - Uffizi Galleries - One of the most famous museums in the world, the Uffizi Gallery boasts exceptional collections of paintings and ancient sculptures. The invaluable collection of statues and busts adorning the corridors was gathered by the Medici family and is made up of Roman copies after lost Greek originals. Originally built to host the administrative offices of the Medici's government, today the Gallery is located on the last floor of the imposing building constructed between 1560 and 1580 after a design by Giorgio Vasari. In the Uffizi Galleries manages also the Department of Prints and Drawings; Uffizi Library and Digital Archives. - Gallerie degli Uffizi, Piazzale degli Uffizi 6, Firenze - 0039 055 23885 - ga-uff@beniculturali.it; - mbac-ga-uff@mailcert.beniculturali.it - http://www.uffizi.it - - - E40 Legal Body - Umbria Region - Regions and local authorities promote the valorization of cultural heritage and the development of cultural activities in their own territory as a factor for civil, social and economic growth of the community. - Regione Umbria, Corso Vannucci, 96 - 06121 Perugia - Regione Umbria, Corso Vannucci, 96 - 06121 Perugia - 0039 075 5043424 - urp@regione.umbria.it - http://www.regione.umbria.it - - - E40 Legal Body - Calabria Region - Regions and local authorities promote the valorization of cultural heritage and the development of cultural activities in their own territory as a factor for civil, social and economic growth of the community. - Segretariato Regionale del MiBACT Calabria, Via Skylletion, 1 - - 88021 Roccelletta di Borgia (CZ) - - Tel. - 0039 0961 391048 - 0039 0961 391079 - 0039 0961 391087 - sr-cal@beniculturali.it - http://www.beniculturalicalabria.it - - - PE25 RI Consortium - FLaReNet - The Network is organised according to two main dimensions: - - in concentric circles, corresponding to the degree of involvement in the Network activities: - the core circle, composed by the Coordinator and the Work Packages Leaders, who form the Steering Committee; - the second circle, composed by the Network Partners appearing in the project proposal; - the third circle, composed by the Network Institutional Members, namely other organizations that may be useful to add during the life of the Network, which should be involved on a regular basis in activities, meetings and interactions (the flexibility of the Network composition is very important to cope with issues or requirements arising during the project; some companies and institutions have already expressed their interest to be part of the Network); - the fourth circle, composed by the Network Individual Subscribers; - in the Working Groups corresponding to the topical Work Packages described in the Work Plan; here the relevant dimension is the topic, which is the focus of each activity. - During the life of the Network, the Network Support Group appearing in the project proposal will be contacted for specific meetings, workshops and activities and will be able to provide feedback and advice. - paola.baroni@ilc.cnr.it - http://www.flarenet.eu/ - - - E40 Legal Body - Instituto di Linguistica Computazionale «A. Zampolli» - The Institute for Computational Linguistics “A. Zampolli” (ILC) is a centre of reference in the field of Computational Linguistics at both national and international levels. The Institute is part of the Department of Social Science and Humanities, Cultural Heritage (DSU) (link is external) of the Italian National Research Council (CNR) (link is external) and carries out research activities in strategic scientific areas of the discipline, as well as publishing activities, training and education activities and technology transfer. - http://www.ilc.cnr.it - - - PE25 RI Consortium - ARIADNEPLUS Project Consortium - The ARIADNEPLUS Project Consortium is a pan-European collective of research partners with Research Infrastructures from across the domains of archaeology, humanities, cultural heritage and linguistics inter alia, forming its core membership. The purpose of the consortium is to research, implement and disseminate common solutions to RI problems and cross-disciplinary access to resources. - PIN, Servizi Didattici e scientifici per l'Università di Firenze Piazza G. Ciardi, 25, 59100 Prato (PO), Italy - PIN, Servizi Didattici e scientifici per l'Università di Firenze Piazza G. Ciardi, 25, 59100 Prato (PO), Italy - 00 39 0574 602578 - http://www.ariadneplus-project.eu/ - - - PE25 RI Consortium - DARIAH-IT - DARIAH - IT is the Italian node of DARIAH - UE, with which it shares the main mission. DARIAH provides advanced services based on the use of ICT for researchers in the field of arts and humanities, combining technological development with education and training, promoting collaboration and joint research, communication and dissemination, sharing of experiences and tools in the field of Digital Humanities for the transmission and use of digital cultural heritage. - - DARIAH - IT also aims to reuse the wealth of available scientific material and develop tools for connection, while ensuring interoperability, data retention and security, in different academic settings and communities. The digital revolution has demonstrated the enormous potential of technology in transforming arts and human research sciences. - - DARIAH - IT provides state-of-the-art digital research tools and promotes their use by a large, multidisciplinary research community. - emiliano.deglinnocenti@cnr.it - http://it.dariah.eu - - - -