SlideShare uma empresa Scribd logo
1 de 29
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 1
Ziziphus mucronata Source: JMK / Wikimedia
VRA Core 4 in Transcultural Studies
Adopting Core 4 in a DH Environment
Matthias Arnold, Heidelberg | Session VRA Core 4 Unbound | March 13, 2014 | VRA 32nd Annual Conference
The Cluster of Excellence
"Asia and Europe in a Global Context: The Dynamics of Transculturality“
Established in October 2007 as part of the Excellence Initiative by the German
Federal and State Governments, carried out by the German Research
Foundation (DFG) and the German Council of Science and Humanities
(Wissenschaftsrat)
Aim is to “enhance the understanding of the multi-layered interactions between
and within Asia and Europe”
Ca. 60 projects organized in 17 interdisciplinary research groups and 4 research
areas; DH unit: Heidelberg Research Architecture (HRA)
5 new professorships, Graduate School, M.A. Transcultural Studies
The Karl-Jaspers Centre for Advanced Transcultural Studies, Heidelberg
Photo M. Arnold 2010
(Some) Research fields:
Anthropology, Archaeology, Art History, Buddhist
Studies, Chinese Studies, Egyptology, Historical
Studies, Indology, Islam Studies, Japanese Studies,
Law, Media and Communication Studies, Musicology,
Public Health, Political Sciences, Religious Studies,
Social Sciences, Tibetan Studies, and more
Languages: English, German
Chinese, Japanese, Arabic, Hindi, Bengali, Sanskrit,
Russian, etc.
The Heidelberg Research Architecture (HRA)
HRA is a cooperation partner to Cluster projects providing
consultation – training – development
with partners on local, national, international level.
Small team
6 people - 3 positions for programming
Closely related to the newly established Junior Research Group
“Digital Humanities - Digital Cultural Heritage”
The Karl-Jaspers Centre for Advanced Transcultural Studies, Heidelberg
Photo M. Arnold 2010
Main Expertise:
General Digital Humanities consultancy for projects –
Conceptual design for DH related tasks
Digitisation, MediaLab – Workflows and documentation
– Data migration – Workshops and trainings – Co-
teaching
Project databases – Research analysis
Development: Metadata Framework Tamboti
Webportal: http://hra.uni-hd.de
Development I: Project databases
Development II: Tamboti Metadata Framework
A „suite of web applications that forms an integrated environment for
interdisciplinary and internationally distributed studies in transcultural
dynamics.“
•Modular structure, applications within eXist-db
•LDAP integration, granular access control
•Users can store, organise, share, and publish multilingual metadata
records of different media formats: text, image, video, audio
•Different intl. standardized metadata schemas (sustainability, data
exchange); one search for all data/schemas
currently integrated formats: MODS - VRA core - TEI, Wiki records, video
annotation records (structured notes in MODS), text extracted from
uploaded PDF files, name authority files (e.g. MADS)
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 6
Source code: https://github.com/eXist-db/tamboti Heidelberg instance: http://tamboti.uni-
hd.de
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 7
A framework for metadata and annotations
Bibliographic information in
MODS
Image metadata in VRA core 4
with Ziziphus
Part of video and part of audio
annotation with pan.do/ra
Part of image annotation with
HyperImage
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 9
Ziziphus mucronata Source: JMK / Wikimedia
Ziziphus – The VRA Core editor
Digital still image metadata editor
Some requirements
• Integration with Tamboti Metadata Framework
• Saving data writes XML (store directly into db)
• Form based editing (do not expose xml to users)
• Customisable interface (e.g. based on editor roles)
• Integration of controlled vocabularies
• Allow multilingual data
• Encode agent roles
• Allow agents (with roles) for descriptions
• Allow alternative notation of dates
• Add local data
• Keep code for editing forms simple
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 12
local extension
of
VRA Core
1) Multilingual data
VRA Core allows xml:lang
Problem: encoding more complex data
xml:lang="ja-Latn-x-ala“
=> new global attributes:
•@language
three-character code according to ISO 639-2b (e.g. eng, ger, chi, hin)
•@script
four-character code according to ISO 15924 (e.g. Latn, Arab, Hans, Deva)
•@transliteration
list of “transliteration schemas” based on ALA-LC (e.g. “Arabic/ALA-LC”,
“Chinese/modified Wade-Giles”)
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 13
2) Agents: roles and „description-authors“
• additional @vocab and @type to accommodate list of MARC
relator terms
• allow repeatable agents (“author”) within <description>
<description>
<text lang="eng" script="Latn">some description</text>
<author>
<name vocab="local" type="personal" refid="uuid of person">
name of author</name>
<role vocab="marcrelator" type="code">aut</role>
</author>
<author>
<name vocab="local" type="personal" refid="uuid of person">
name of editor</name>
<role vocab="marcrelator" type="code">edt</role>
</author>
</description>
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 14
3) Dates: uncertainty and alternativeNotation
• based on recommendations in CCO:
additional @type: about, before, after, active
->will allow better computing of numerical date values
<earliestDate type="before">1256</earliestDate>
• subelement <alternativeNotation> for non-western calendar data
<date>
<earliestDate>1941-03-06
<alternativeNotation lang=”chi” script=”Hant”> 民 三十年三月六日國
</alternativeNotation>
<alternativeNotation lang=”chi” transliteration=”Chinese/ALA-LC”>
Minguo 30 nian 3 yue 6 ri</alternativeNotation>
</earliestDate>
</date>
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 15
4) Avoid „code explosion“
VRA Core 4 very flexible:
•all global attributes may be attached to every element
•we even added more global attributes
•for automatically generated forms: editor too flexible!
=> restriction:
global attributes may only be used below <elementSet> level
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 16
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 17
Ziziphus mucronata Source: JMK / Wikimedia
Ziziphus Demonstration (Screencast)
Watch the video online:
http://kjc-sv030.kjc.uni-heidelberg.de/OM/480p.webm
Watch the video online:
http://kjc-sv030.kjc.uni-heidelberg.de/OM/480p.webm
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 20
Ziziphus mucronata Source: JMK / Wikimedia
Outlook
Ziziphus
Next steps in development:
• Implement controlled vocabularies: VIAF (ongoing), Getty AAT
• Improve batch upload
• Relations editor
• Group editing: viewer (ongoing) -> editor
• Documentation
Medium-term plans
• Read/write embedded metadata
• Export to RDF
• Standalone editor
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 22
Ziziphus
Currently working on Beta 2 (v0.30):
https://github.com/betterFORM/ziziphus/
Access Tamboti/Ziziphus for testing:
•testuser accounts (name is password)
• testuser1 - testuser2 - testuser3
•documentation in preparation
• http://ziziphus-help.uni-hd.de
Are you interested in working with us on the VRA editor?
We are seeking collaboration partners to further develop Ziziphus.
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 23
VRA Core
Documentation of our VRA Core 4 extensions: Google docs
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 25
VRA Core
Possible further additions/modifications
•Grouping of elements
• put original script, transliteration, and translation in one element,
e.g. inscription, title
• Calendar information
• Identify the calendar, e.g. Julian/Gregorian, Minguo, Japan, Hindu,
Coptic, Buddhist…
•Dealing with user-defined elements
• not all variants of data can be covered by the core – how to allow
users to add their own elements?
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 26
VRA Core
Expanding the use of VRA Core
Tamboti
• Wiki and slideshow modules use images from Zizphus
Next step: use VRA Core metadata (e.g. title, description)
External applications
• HyperImage (part-of-image-annotation): add VRA core as metadata
schema
• pan.do/ra (part-of-video annotation): include image metadata
Provide sample records
• from Priya Paul Collection: whole collection is available
http://priyapaulcollection.uni-hd.de/
• in preparation: 10 records as full metadata samples
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 27
VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 28
Contact:
http://hra.uni-hd.de
http://tamboti.uni-hd.de
http://ziziphus-help.uni-hd.de
ziziphus@asia-europe.uni-heidelberg.de
matthias.arnold@uni-hd.de

Mais conteúdo relacionado

Mais procurados

ESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsPeter Haase
 
DSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platformDSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platformAndrea Bollini
 
DSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRISDSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRISAndrea Bollini
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked DataEUCLID project
 
Repository technologies
Repository technologiesRepository technologies
Repository technologiesAndrea Bollini
 
TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...
TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...
TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...LIBER Europe
 
DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...Andrea Bollini
 
Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data Asuncion Gomez-Perez
 
DSpace-CRIS: new features and contribution to the DSpace mainstream
DSpace-CRIS: new features and contribution to the DSpace mainstreamDSpace-CRIS: new features and contribution to the DSpace mainstream
DSpace-CRIS: new features and contribution to the DSpace mainstreamAndrea Bollini
 
The Digital Archaeological Workflow: A Case Study from Sweden
The Digital Archaeological Workflow: A Case Study from SwedenThe Digital Archaeological Workflow: A Case Study from Sweden
The Digital Archaeological Workflow: A Case Study from SwedenMarcus Smith
 
2007 iPres Beijing - MIXED: Preservation by migration to XML
2007 iPres Beijing - MIXED: Preservation by migration to XML2007 iPres Beijing - MIXED: Preservation by migration to XML
2007 iPres Beijing - MIXED: Preservation by migration to XMLDirk Roorda
 
Mind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingMind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingSimeon Warner
 
Ariadne: Interoperability
Ariadne: InteroperabilityAriadne: Interoperability
Ariadne: Interoperabilityariadnenetwork
 
Discovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsDiscovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsPeter Haase
 
Web Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web ArchivesWeb Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web ArchivesHelge Holzmann
 
Adoption and Integration of Persistent Identifiers in European Research Infor...
Adoption and Integration of Persistent Identifiers in European Research Infor...Adoption and Integration of Persistent Identifiers in European Research Infor...
Adoption and Integration of Persistent Identifiers in European Research Infor...LIBER Europe
 
Web Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web ArchivesWeb Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web ArchivesHelge Holzmann
 
IRIS-supporting and managing the research life cycle-eunis15
IRIS-supporting and managing the research life cycle-eunis15IRIS-supporting and managing the research life cycle-eunis15
IRIS-supporting and managing the research life cycle-eunis15Michele Mennielli
 

Mais procurados (19)

ESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge Graphs
 
DSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platformDSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platform
 
DSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRISDSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRIS
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked Data
 
Repository technologies
Repository technologiesRepository technologies
Repository technologies
 
TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...
TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...
TIB AV-Portal: Semantic Content Mining with Semi-Automatic Metadata Editing. ...
 
DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...
 
Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data
 
DSpace-CRIS: new features and contribution to the DSpace mainstream
DSpace-CRIS: new features and contribution to the DSpace mainstreamDSpace-CRIS: new features and contribution to the DSpace mainstream
DSpace-CRIS: new features and contribution to the DSpace mainstream
 
The Digital Archaeological Workflow: A Case Study from Sweden
The Digital Archaeological Workflow: A Case Study from SwedenThe Digital Archaeological Workflow: A Case Study from Sweden
The Digital Archaeological Workflow: A Case Study from Sweden
 
2007 iPres Beijing - MIXED: Preservation by migration to XML
2007 iPres Beijing - MIXED: Preservation by migration to XML2007 iPres Beijing - MIXED: Preservation by migration to XML
2007 iPres Beijing - MIXED: Preservation by migration to XML
 
Mind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingMind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvesting
 
Ariadne: Interoperability
Ariadne: InteroperabilityAriadne: Interoperability
Ariadne: Interoperability
 
Discovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsDiscovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data Portals
 
Web Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web ArchivesWeb Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web Archives
 
HDF Update
HDF UpdateHDF Update
HDF Update
 
Adoption and Integration of Persistent Identifiers in European Research Infor...
Adoption and Integration of Persistent Identifiers in European Research Infor...Adoption and Integration of Persistent Identifiers in European Research Infor...
Adoption and Integration of Persistent Identifiers in European Research Infor...
 
Web Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web ArchivesWeb Data Engineering - A Technical Perspective on Web Archives
Web Data Engineering - A Technical Perspective on Web Archives
 
IRIS-supporting and managing the research life cycle-eunis15
IRIS-supporting and managing the research life cycle-eunis15IRIS-supporting and managing the research life cycle-eunis15
IRIS-supporting and managing the research life cycle-eunis15
 

Destaque

Visionarios De La Nueva Tierra
Visionarios De La Nueva TierraVisionarios De La Nueva Tierra
Visionarios De La Nueva Tierrajoan vallmy
 
Destry Roach Resume 9-22-2015 Update
Destry Roach Resume 9-22-2015 UpdateDestry Roach Resume 9-22-2015 Update
Destry Roach Resume 9-22-2015 UpdateDestry Roach
 
Los personajes y perfiles psicologicos
Los personajes y perfiles psicologicosLos personajes y perfiles psicologicos
Los personajes y perfiles psicologicosFabio Ortega
 
Estudio de mercado para la exportación del plátano canario
Estudio de mercado para la exportación del plátano canarioEstudio de mercado para la exportación del plátano canario
Estudio de mercado para la exportación del plátano canarioBrenda Murcia Ortiz
 
Presentation My Resume007
Presentation My Resume007Presentation My Resume007
Presentation My Resume007mpandey12127
 
Tecnologia 3er corte[1]
Tecnologia 3er corte[1]Tecnologia 3er corte[1]
Tecnologia 3er corte[1]aranzatirado
 
Como acabara el_mundo_(cb)
Como acabara el_mundo_(cb)Como acabara el_mundo_(cb)
Como acabara el_mundo_(cb)Regina Franco
 
El consumo INTELIGENTE de Salud
El consumo INTELIGENTE de SaludEl consumo INTELIGENTE de Salud
El consumo INTELIGENTE de SaludComercial-APPSalud
 
Portafolio de Ntics 1 "C"
Portafolio de Ntics 1 "C"Portafolio de Ntics 1 "C"
Portafolio de Ntics 1 "C"Paul Sarmiento
 
Visión de la Tecnología de un Operador global
Visión de la Tecnología de un Operador globalVisión de la Tecnología de un Operador global
Visión de la Tecnología de un Operador globalInternetNG DIT UPM
 
Using predictive indicators of student success at scale – implementation succ...
Using predictive indicators of student success at scale – implementation succ...Using predictive indicators of student success at scale – implementation succ...
Using predictive indicators of student success at scale – implementation succ...Kevin Mayles
 
Triple E - Corporate Profile
Triple E - Corporate ProfileTriple E - Corporate Profile
Triple E - Corporate ProfileGaurav Aeran
 
Blanco de desarrollo agropecuario de panama
Blanco de desarrollo agropecuario de panamaBlanco de desarrollo agropecuario de panama
Blanco de desarrollo agropecuario de panamaIvonne Baires
 

Destaque (20)

Visionarios De La Nueva Tierra
Visionarios De La Nueva TierraVisionarios De La Nueva Tierra
Visionarios De La Nueva Tierra
 
Destry Roach Resume 9-22-2015 Update
Destry Roach Resume 9-22-2015 UpdateDestry Roach Resume 9-22-2015 Update
Destry Roach Resume 9-22-2015 Update
 
Los personajes y perfiles psicologicos
Los personajes y perfiles psicologicosLos personajes y perfiles psicologicos
Los personajes y perfiles psicologicos
 
Estudio de mercado para la exportación del plátano canario
Estudio de mercado para la exportación del plátano canarioEstudio de mercado para la exportación del plátano canario
Estudio de mercado para la exportación del plátano canario
 
Cuando instalé windows
Cuando instalé windowsCuando instalé windows
Cuando instalé windows
 
Presentation My Resume007
Presentation My Resume007Presentation My Resume007
Presentation My Resume007
 
Tecnologia 3er corte[1]
Tecnologia 3er corte[1]Tecnologia 3er corte[1]
Tecnologia 3er corte[1]
 
Como acabara el_mundo_(cb)
Como acabara el_mundo_(cb)Como acabara el_mundo_(cb)
Como acabara el_mundo_(cb)
 
Concurso de Piano de la Fundación AVANZA
Concurso de Piano de la Fundación AVANZAConcurso de Piano de la Fundación AVANZA
Concurso de Piano de la Fundación AVANZA
 
El consumo INTELIGENTE de Salud
El consumo INTELIGENTE de SaludEl consumo INTELIGENTE de Salud
El consumo INTELIGENTE de Salud
 
Peritaciones Criminalísticas
Peritaciones CriminalísticasPeritaciones Criminalísticas
Peritaciones Criminalísticas
 
Portafolio de Ntics 1 "C"
Portafolio de Ntics 1 "C"Portafolio de Ntics 1 "C"
Portafolio de Ntics 1 "C"
 
Manual ingenius
Manual ingeniusManual ingenius
Manual ingenius
 
Año 2011
Año 2011Año 2011
Año 2011
 
Catálogo Ducco 2014
Catálogo Ducco 2014Catálogo Ducco 2014
Catálogo Ducco 2014
 
Visión de la Tecnología de un Operador global
Visión de la Tecnología de un Operador globalVisión de la Tecnología de un Operador global
Visión de la Tecnología de un Operador global
 
Using predictive indicators of student success at scale – implementation succ...
Using predictive indicators of student success at scale – implementation succ...Using predictive indicators of student success at scale – implementation succ...
Using predictive indicators of student success at scale – implementation succ...
 
Epitelios esculapio
Epitelios esculapioEpitelios esculapio
Epitelios esculapio
 
Triple E - Corporate Profile
Triple E - Corporate ProfileTriple E - Corporate Profile
Triple E - Corporate Profile
 
Blanco de desarrollo agropecuario de panama
Blanco de desarrollo agropecuario de panamaBlanco de desarrollo agropecuario de panama
Blanco de desarrollo agropecuario de panama
 

Semelhante a VRA Core 4 in Transcultural Studies - Adopting Core 4 XML in a DH Environment.

Latest developments in Hydra-land - Chris Awre, University of Hull
Latest developments in Hydra-land - Chris Awre, University of HullLatest developments in Hydra-land - Chris Awre, University of Hull
Latest developments in Hydra-land - Chris Awre, University of HullRepository Fringe
 
11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”
11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”
11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”DuraSpace
 
Ukcorr hydra presentation
Ukcorr hydra presentationUkcorr hydra presentation
Ukcorr hydra presentationChris Awre
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providerslocloud
 
Linked Data Publishing with Drupal (SWIB13 workshop)
Linked Data Publishing with Drupal (SWIB13 workshop)Linked Data Publishing with Drupal (SWIB13 workshop)
Linked Data Publishing with Drupal (SWIB13 workshop)Joachim Neubert
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageNoreen Whysel
 
From Box to Hydra via Archivematica
From Box to Hydra via ArchivematicaFrom Box to Hydra via Archivematica
From Box to Hydra via ArchivematicaJisc RDM
 
Mark Zöpfgen: Software-Supported Bibliographic Recording and Linked Data
Mark Zöpfgen: Software-Supported Bibliographic Recording and Linked DataMark Zöpfgen: Software-Supported Bibliographic Recording and Linked Data
Mark Zöpfgen: Software-Supported Bibliographic Recording and Linked Datambruemmer
 
Session 8 - Koha in the University Classroom
Session 8 - Koha in the University ClassroomSession 8 - Koha in the University Classroom
Session 8 - Koha in the University ClassroomJonathan Field
 
Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)Sergio Fernández
 
Get A Head on Your Repository
Get A Head on Your RepositoryGet A Head on Your Repository
Get A Head on Your Repositoryeosadler
 
NIF 2.0 Phd thesis intermediate report
NIF 2.0 Phd thesis intermediate reportNIF 2.0 Phd thesis intermediate report
NIF 2.0 Phd thesis intermediate reportSebastian Hellmann
 
d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...
d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...
d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...Jens Mittelbach
 
Two heads are better than one a report p on the drf technical workshop
Two heads are better than one a report p on the drf technical workshopTwo heads are better than one a report p on the drf technical workshop
Two heads are better than one a report p on the drf technical workshopYuji Nonaka
 
Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817Figoblog
 
SWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic WebSWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic WebPascal-Nicolas Becker
 
CLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationCLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationEnno Meijers
 
Oak meeting 18/09/2014
Oak meeting 18/09/2014Oak meeting 18/09/2014
Oak meeting 18/09/2014INRIA-OAK
 
Introduction to Metadata for IDAH Fellows
Introduction to Metadata for IDAH FellowsIntroduction to Metadata for IDAH Fellows
Introduction to Metadata for IDAH FellowsJenn Riley
 
5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar Slides
5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar Slides5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar Slides
5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar SlidesDuraSpace
 

Semelhante a VRA Core 4 in Transcultural Studies - Adopting Core 4 XML in a DH Environment. (20)

Latest developments in Hydra-land - Chris Awre, University of Hull
Latest developments in Hydra-land - Chris Awre, University of HullLatest developments in Hydra-land - Chris Awre, University of Hull
Latest developments in Hydra-land - Chris Awre, University of Hull
 
11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”
11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”
11.5.14 Presentation Slides, “Fedora 4.0 in Action at Penn State and Stanford”
 
Ukcorr hydra presentation
Ukcorr hydra presentationUkcorr hydra presentation
Ukcorr hydra presentation
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providers
 
Linked Data Publishing with Drupal (SWIB13 workshop)
Linked Data Publishing with Drupal (SWIB13 workshop)Linked Data Publishing with Drupal (SWIB13 workshop)
Linked Data Publishing with Drupal (SWIB13 workshop)
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural Heritage
 
From Box to Hydra via Archivematica
From Box to Hydra via ArchivematicaFrom Box to Hydra via Archivematica
From Box to Hydra via Archivematica
 
Mark Zöpfgen: Software-Supported Bibliographic Recording and Linked Data
Mark Zöpfgen: Software-Supported Bibliographic Recording and Linked DataMark Zöpfgen: Software-Supported Bibliographic Recording and Linked Data
Mark Zöpfgen: Software-Supported Bibliographic Recording and Linked Data
 
Session 8 - Koha in the University Classroom
Session 8 - Koha in the University ClassroomSession 8 - Koha in the University Classroom
Session 8 - Koha in the University Classroom
 
Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)
 
Get A Head on Your Repository
Get A Head on Your RepositoryGet A Head on Your Repository
Get A Head on Your Repository
 
NIF 2.0 Phd thesis intermediate report
NIF 2.0 Phd thesis intermediate reportNIF 2.0 Phd thesis intermediate report
NIF 2.0 Phd thesis intermediate report
 
d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...
d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...
d:swarm - A Library Data Management Platform Based on a Linked Open Data Appr...
 
Two heads are better than one a report p on the drf technical workshop
Two heads are better than one a report p on the drf technical workshopTwo heads are better than one a report p on the drf technical workshop
Two heads are better than one a report p on the drf technical workshop
 
Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817
 
SWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic WebSWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic Web
 
CLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationCLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage information
 
Oak meeting 18/09/2014
Oak meeting 18/09/2014Oak meeting 18/09/2014
Oak meeting 18/09/2014
 
Introduction to Metadata for IDAH Fellows
Introduction to Metadata for IDAH FellowsIntroduction to Metadata for IDAH Fellows
Introduction to Metadata for IDAH Fellows
 
5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar Slides
5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar Slides5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar Slides
5.15.17 Powering Linked Data and Hosted Solutions with Fedora Webinar Slides
 

Mais de Matthias Arnold

Ocr workshop ubhd 2020 10-15
Ocr workshop ubhd  2020 10-15Ocr workshop ubhd  2020 10-15
Ocr workshop ubhd 2020 10-15Matthias Arnold
 
Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)
Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)
Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)Matthias Arnold
 
Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...
Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...
Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...Matthias Arnold
 
(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – Archivierung
(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – Archivierung(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – Archivierung
(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – ArchivierungMatthias Arnold
 
A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...
A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...
A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...Matthias Arnold
 
Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...
Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...
Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...Matthias Arnold
 
Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....
Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....
Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....Matthias Arnold
 
The Chinese Women’s Magazines Database
The Chinese Women’s Magazines DatabaseThe Chinese Women’s Magazines Database
The Chinese Women’s Magazines DatabaseMatthias Arnold
 
Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...
Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...
Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...Matthias Arnold
 
Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...
Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...
Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...Matthias Arnold
 

Mais de Matthias Arnold (11)

Ocr workshop ubhd 2020 10-15
Ocr workshop ubhd  2020 10-15Ocr workshop ubhd  2020 10-15
Ocr workshop ubhd 2020 10-15
 
Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)
Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)
Transforming data silos into knowledge: Early Chinese Periodicals Online (ECPO)
 
Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...
Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...
Republikzeitliche chinesische Presse – Crowdsourcing und andere Wege in Richt...
 
(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – Archivierung
(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – Archivierung(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – Archivierung
(Projekt)Ende gut – Alles gut? Benutzbarkeit – Verfügbarhaltung – Archivierung
 
A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...
A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...
A Corpus of Chinese Comic Books: Database, Metadata, and Visual Object Recogn...
 
Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...
Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...
Die Erschließung eines vielsprachigen bibliographischen Korpus: Der Turkologi...
 
Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....
Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....
Early Chinese Periodicals Online (ECPO): From Digitization Towards Open Data....
 
The Chinese Women’s Magazines Database
The Chinese Women’s Magazines DatabaseThe Chinese Women’s Magazines Database
The Chinese Women’s Magazines Database
 
Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...
Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...
Videoannotationsdatenbank Pan.do/ra in der HRA ("Loosing my religion" - Kunst...
 
Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...
Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...
Periodicals and Newspapers in Database Projects of the Heidelberg Research Ar...
 
Ziziphus/Tamboti
Ziziphus/TambotiZiziphus/Tamboti
Ziziphus/Tamboti
 

Último

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 

Último (20)

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 

VRA Core 4 in Transcultural Studies - Adopting Core 4 XML in a DH Environment.

  • 1. VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 1 Ziziphus mucronata Source: JMK / Wikimedia
  • 2. VRA Core 4 in Transcultural Studies Adopting Core 4 in a DH Environment Matthias Arnold, Heidelberg | Session VRA Core 4 Unbound | March 13, 2014 | VRA 32nd Annual Conference
  • 3. The Cluster of Excellence "Asia and Europe in a Global Context: The Dynamics of Transculturality“ Established in October 2007 as part of the Excellence Initiative by the German Federal and State Governments, carried out by the German Research Foundation (DFG) and the German Council of Science and Humanities (Wissenschaftsrat) Aim is to “enhance the understanding of the multi-layered interactions between and within Asia and Europe” Ca. 60 projects organized in 17 interdisciplinary research groups and 4 research areas; DH unit: Heidelberg Research Architecture (HRA) 5 new professorships, Graduate School, M.A. Transcultural Studies The Karl-Jaspers Centre for Advanced Transcultural Studies, Heidelberg Photo M. Arnold 2010 (Some) Research fields: Anthropology, Archaeology, Art History, Buddhist Studies, Chinese Studies, Egyptology, Historical Studies, Indology, Islam Studies, Japanese Studies, Law, Media and Communication Studies, Musicology, Public Health, Political Sciences, Religious Studies, Social Sciences, Tibetan Studies, and more Languages: English, German Chinese, Japanese, Arabic, Hindi, Bengali, Sanskrit, Russian, etc.
  • 4. The Heidelberg Research Architecture (HRA) HRA is a cooperation partner to Cluster projects providing consultation – training – development with partners on local, national, international level. Small team 6 people - 3 positions for programming Closely related to the newly established Junior Research Group “Digital Humanities - Digital Cultural Heritage” The Karl-Jaspers Centre for Advanced Transcultural Studies, Heidelberg Photo M. Arnold 2010 Main Expertise: General Digital Humanities consultancy for projects – Conceptual design for DH related tasks Digitisation, MediaLab – Workflows and documentation – Data migration – Workshops and trainings – Co- teaching Project databases – Research analysis Development: Metadata Framework Tamboti Webportal: http://hra.uni-hd.de
  • 6. Development II: Tamboti Metadata Framework A „suite of web applications that forms an integrated environment for interdisciplinary and internationally distributed studies in transcultural dynamics.“ •Modular structure, applications within eXist-db •LDAP integration, granular access control •Users can store, organise, share, and publish multilingual metadata records of different media formats: text, image, video, audio •Different intl. standardized metadata schemas (sustainability, data exchange); one search for all data/schemas currently integrated formats: MODS - VRA core - TEI, Wiki records, video annotation records (structured notes in MODS), text extracted from uploaded PDF files, name authority files (e.g. MADS) VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 6 Source code: https://github.com/eXist-db/tamboti Heidelberg instance: http://tamboti.uni- hd.de
  • 7. VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 7
  • 8. A framework for metadata and annotations Bibliographic information in MODS Image metadata in VRA core 4 with Ziziphus Part of video and part of audio annotation with pan.do/ra Part of image annotation with HyperImage
  • 9. VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 9 Ziziphus mucronata Source: JMK / Wikimedia
  • 10. Ziziphus – The VRA Core editor Digital still image metadata editor
  • 11.
  • 12. Some requirements • Integration with Tamboti Metadata Framework • Saving data writes XML (store directly into db) • Form based editing (do not expose xml to users) • Customisable interface (e.g. based on editor roles) • Integration of controlled vocabularies • Allow multilingual data • Encode agent roles • Allow agents (with roles) for descriptions • Allow alternative notation of dates • Add local data • Keep code for editing forms simple VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 12 local extension of VRA Core
  • 13. 1) Multilingual data VRA Core allows xml:lang Problem: encoding more complex data xml:lang="ja-Latn-x-ala“ => new global attributes: •@language three-character code according to ISO 639-2b (e.g. eng, ger, chi, hin) •@script four-character code according to ISO 15924 (e.g. Latn, Arab, Hans, Deva) •@transliteration list of “transliteration schemas” based on ALA-LC (e.g. “Arabic/ALA-LC”, “Chinese/modified Wade-Giles”) VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 13
  • 14. 2) Agents: roles and „description-authors“ • additional @vocab and @type to accommodate list of MARC relator terms • allow repeatable agents (“author”) within <description> <description> <text lang="eng" script="Latn">some description</text> <author> <name vocab="local" type="personal" refid="uuid of person"> name of author</name> <role vocab="marcrelator" type="code">aut</role> </author> <author> <name vocab="local" type="personal" refid="uuid of person"> name of editor</name> <role vocab="marcrelator" type="code">edt</role> </author> </description> VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 14
  • 15. 3) Dates: uncertainty and alternativeNotation • based on recommendations in CCO: additional @type: about, before, after, active ->will allow better computing of numerical date values <earliestDate type="before">1256</earliestDate> • subelement <alternativeNotation> for non-western calendar data <date> <earliestDate>1941-03-06 <alternativeNotation lang=”chi” script=”Hant”> 民 三十年三月六日國 </alternativeNotation> <alternativeNotation lang=”chi” transliteration=”Chinese/ALA-LC”> Minguo 30 nian 3 yue 6 ri</alternativeNotation> </earliestDate> </date> VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 15
  • 16. 4) Avoid „code explosion“ VRA Core 4 very flexible: •all global attributes may be attached to every element •we even added more global attributes •for automatically generated forms: editor too flexible! => restriction: global attributes may only be used below <elementSet> level VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 16
  • 17. VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 17 Ziziphus mucronata Source: JMK / Wikimedia
  • 19. Watch the video online: http://kjc-sv030.kjc.uni-heidelberg.de/OM/480p.webm Watch the video online: http://kjc-sv030.kjc.uni-heidelberg.de/OM/480p.webm
  • 20. VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 20 Ziziphus mucronata Source: JMK / Wikimedia
  • 22. Ziziphus Next steps in development: • Implement controlled vocabularies: VIAF (ongoing), Getty AAT • Improve batch upload • Relations editor • Group editing: viewer (ongoing) -> editor • Documentation Medium-term plans • Read/write embedded metadata • Export to RDF • Standalone editor VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 22
  • 23. Ziziphus Currently working on Beta 2 (v0.30): https://github.com/betterFORM/ziziphus/ Access Tamboti/Ziziphus for testing: •testuser accounts (name is password) • testuser1 - testuser2 - testuser3 •documentation in preparation • http://ziziphus-help.uni-hd.de Are you interested in working with us on the VRA editor? We are seeking collaboration partners to further develop Ziziphus. VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 23
  • 24.
  • 25. VRA Core Documentation of our VRA Core 4 extensions: Google docs VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 25
  • 26. VRA Core Possible further additions/modifications •Grouping of elements • put original script, transliteration, and translation in one element, e.g. inscription, title • Calendar information • Identify the calendar, e.g. Julian/Gregorian, Minguo, Japan, Hindu, Coptic, Buddhist… •Dealing with user-defined elements • not all variants of data can be covered by the core – how to allow users to add their own elements? VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 26
  • 27. VRA Core Expanding the use of VRA Core Tamboti • Wiki and slideshow modules use images from Zizphus Next step: use VRA Core metadata (e.g. title, description) External applications • HyperImage (part-of-image-annotation): add VRA core as metadata schema • pan.do/ra (part-of-video annotation): include image metadata Provide sample records • from Priya Paul Collection: whole collection is available http://priyapaulcollection.uni-hd.de/ • in preparation: 10 records as full metadata samples VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 27
  • 28. VRA 32nd Annual Conference | 2014/03/13 | Session 8: VRA Core 4 Unbound | Matthias Arnold, Heidelberg 28

Notas do Editor

  1. In this template you find four layout options. Left-click on the slide and choose “layout” to change the layout of the slide. Or insert a new slide by clicking on the small triangle to see the options. You can choose between title/end-, new chapter-, content- and picture-slides.
  2. Interdisziplinarität: Beispiele für Fachbereiche
  3. Language: “lang” three-character code according to ISO 639-2b (e.g. eng, ger, chi, hin) Script: “script” four-character code according to ISO 15924 (e.g. Latn, Arab, Hans, Deva) Transliteration scheme: “transliteration” values as in the “transliteration scheme” dropdown for the Tamboti MODS-editor, using an expanded ALA-LC list (e.g. “Arabic/ALA-LC”, “Chinese/modified Wade-Giles”) xml:lang tag is kept for data exchange - data within xml:lang needs to be parsed to access the information parts - &amp;quot;private use&amp;quot; area. this is the &amp;quot;x-ala&amp;quot; part in my example, where x identifies the following data as of private use and &amp;quot;ala&amp;quot; is an arbitrary abbreviation for a japanese transcription in latin script following the rules of ala/lc.
  4. &amp;lt;agent:role&amp;gt; additional @vocab and @type to accommodate MARC code list for relators @type has two values “code” “term” Description Subelement &amp;lt;author&amp;gt; requirement: record multiple authors of descriptions with different roles uses the same subelements/attributes as (expanded) agent instead of a new &amp;lt;author&amp;gt; subelement one might think about using a subset of the &amp;lt;agent&amp;gt; element from &amp;lt;agentSet&amp;gt;, the subelements would be identical - we did not do so to avoid confusions with &amp;lt;agentSet&amp;gt;&amp;lt;agent&amp;gt; &amp;lt;author&amp;gt; &amp;lt;name vocab=&amp;quot;&amp;quot; type=&amp;quot;&amp;quot; refid=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/name&amp;gt; &amp;lt;role vocab=&amp;quot;&amp;quot; type=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/role&amp;gt; &amp;lt;/author&amp;gt;