SlideShare a Scribd company logo
1 of 23
EAD WORKSHOP
DRI 9 March– Fergus Fahey
Format of Workshop
• Origins of EAD
• EAD in practice
• Practical example
• Practical work
Simple EAD Markup
• <c level="item">
• <did>
• <unittitle>Handwritten letter in form of a diary by Lúghaidh Lamh Fada [Michael Cusack] entitled &quot;Diary of Lúghaidh Lamh
Fada, Creevah, Co.Clare&quot; </unittitle>
•
<unitid>P95/1</unitid>
<unitdate >20-30 June 1902</unitdate>
<physdesc><extent >10 pp</extent></physdesc>
</did>
<scopecontent>
• <p>
• Handwritten letter in form of a diary by Lúghaidh Lamh Fada [Michael Cusack] entitled "Diary of Lúghaidh Lamh Fada,
Creevah, Co.Clare". Giving humorous account of a holiday in County Clare, travelling there from Dublin via Limerick, visiting
cousins and friends, travelling to Ennis, Ruan, Corofin, Lisdoonvarna, Creevah, Kilfenora. Mentioning Hugh Brady, cousins
Patsey, Michael, Lizzie Cusack, and cousin John Culliney. Also mentioning a meeting of "Gaels" in Limerick during night of
travel, and giving impressions from his address to a Mr Hourigan's Gaelic League meeting in Corofin: "Spoke loudly, strongly
and melodiously with the illimitable resources and delightful imagery of a man of two tongues... my voice was as sweet as an
Irish tune and its intonations as graceful as the curl of a reel". Also referring to the "Tuovahera tragedy in 1831" when Cusacks
and neighbours killed "the five unfortunate men who were doing what the peelers did afterwards in Mitchelstown"
• </p>
</scopecontent>
</c>
Why EAD was created
• To allow the re-use and sharing of archival
finding aids
“The most appealing reason for standardizing the encoding of
finding aids, however, is that standardization will support the
long-cherished dream of providing…universal, union access to
primary resources…. [Allow users to] locate archival materials at
any time and from any place….Standardized description will also
enable the "virtual" reintegration of collections related by
provenance, but dispersed in different repositories.”
Daniel V. Pitti
D-Lib Magazine, November 1999, Volume 5 Number 11
Why EAD was created
• For example the relatively small amount of archival material
relating to James Joyce is distributed around a number of
different archives. According to Pitti’s vision digitised versions
of all these could be accessed from a single finding
aid/interface.
• Technologically this is certainly possible – considered all the
music recording which can be accessed from a single interface
like itunes or Spotify.
• However this hasn’t happened for various reasons – Lack of
investment, lack of will, lack of demand, lack of expertise,
copyright considerations, lack of need.
5 ★ Open Data – Tim Berners Lee
5 ★ Open Data – Tim Berners Lee
★ Make your finding aid available on the Web (whatever format)
under an open license.
★★ Make it available as structured data (e.g., Excel instead of
word doc)
★★★ Make your finding aid available in a non-proprietary open
format (e.g., CSV as well as, Excel)
★★★★ Use URIs to denote items, so that people can point at your
material
★★★★★ Link your data to other data to provide context, make available
as LOD.
Of nearly 10,000 data sets available on data.gov.uk only 4%
could be 5 star
5 ★ Open Data
• Hardcopy Descriptive List
• Ms Word/PDF
• Database
• Calm
• + Calm View
• + Customisation
• ICA-Atom
• Xml Mark-up tool (EAD)
• Zero
• Zero - ★
• Zero – ★ ★ ★
• Zero
• ★
• ★ ★ ★
• ★ ★ ★
• ★ - ★ ★ ★
XMLfinding aid. Machine readable. Not pretty but it’s also human readable.
XMLtransformed using XSLT
Problems with EAD
• Very flexible – A good thing in many ways, bad because a
standard that can be used in lots of ways is in danger of
not being a standard. In reality EAD records are used with
in an institution to put finding aids on line or within formal
groups which mandate greater standardisation for
participation e.g. Online Archive of California (OAC) rather
than widely shared according to the original ‘dream’ and
vision.
• Creating an EAD record may be relatively easy and tools
are available to help. Writing the XSLT and setting us the
system to make the EAD records available is technically
far more challenging.
Example EAD to HTML for Web
• Export descriptive list from ICA-ATOM to EAD XML file.
• Use xsl (style sheet) to convert data from the xml file to
html for display in web browser.
• Make changes to xsl file to change the display
• Make changes to the xml file to add or change data
Data Stylesheet Display
Transformation
P95.xml SimpleviewTemplate.xsl
Imagine the economies of scale
Data Stylesheet Display
Transformation
P95.xml
SimpleviewTemplate.xsl
P96.xml
P97.xml
P94.xml
P93.xml
toc.xsl –Table of Contents
col_level.xsl Collection Level
Fulllist.xsl Full List
Imagine the economies of scale
Data Stylesheets Displays
Transformation
P95.xml
toc.xsl
P96.xml
P97.xml
P94.xml
P93.xml
col_level.xsl
fulllist.xsl
Structure of an EAD Document
• XML document made up of elements and attributes
• Tags are usually analogous to an ISAD(G) field e.g.
• 3.2.4 Immediate source of acquisition = <acqinfo>
• <ead> (root)
• <eadheader>
• …… (about the finding aid document rather than archival material)
• </eadheader>
• <arcdesc> (Archival Description wrapper element for the bulk of an EAD document instance)
• ….. Collection level description
<dsc> (information about the hierarchical groupings of the materials being described)
<c level=‘series’>
…… (series level description)
<did> (Most descriptive information tags)
<unittitle>…</unittitle>
</did>
<scopecontent>…</scopecontent>
<c level=‘item’>
……… (item level description)
</c>
</c>
</dsc>
</arcdesc>
</ead>
Important but not covered in exercise
Control access tags
• Control access and authority control
• “A wrapper element that designates key access points for
the described materials and enables authority-controlled
searching across finding aids on a computer network.”
• Includes: corpname, famname, genreform, geogname,
persname, subject.
• Much more important in a shared electronic finding aid
that a hard copy one.
Common responses to xml/IT in
humanities
• “All you need to do is read the manual”
• True in a sense, but can you drive safely just because
you have read and understood the rules of the road.
• “Just get a computer scientist to do it”
• You may not have access to outside expertise.
• You need to be able to understand technology a bit in
order to draw up requirements for implementation.
Remember
• xml must be well formatted
• xml must be validated
• xml can be displayed in a web browser using xslt
Useful links Contact
• EAD Tag Library http://www.loc.gov/ead/tglib/index.html
• ICA-Atom https://www.ica-atom.org/
• Archives Hub EAD editor http://archiveshub.ac.uk/eadeditor/
• Archives Portal Europe EAD http://www.apex-
project.eu/index.php/en/outcomes/standards/apeead
• EADiva - http://eadiva.com/
• NUI Galway EAD Finding aids
http://archives.library.nuigalway.ie
• Contact: fergusfaheywt@gmail.com

More Related Content

Viewers also liked

Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XML
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XMLFergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XML
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XMLdri_ireland
 
Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.
Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.
Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.dri_ireland
 
Rebecca Grant DPASSH presentation 2015
Rebecca Grant DPASSH presentation 2015Rebecca Grant DPASSH presentation 2015
Rebecca Grant DPASSH presentation 2015dri_ireland
 
Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...
Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...
Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...dri_ireland
 
Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...
Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...
Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...dri_ireland
 
Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...
Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...
Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...dri_ireland
 
Kathryn Cassidy - What metadata do we need for preservation?
Kathryn Cassidy - What metadata do we need for preservation?Kathryn Cassidy - What metadata do we need for preservation?
Kathryn Cassidy - What metadata do we need for preservation?dri_ireland
 

Viewers also liked (7)

Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XML
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XMLFergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XML
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - Introduction to XML
 
Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.
Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.
Rebecca Grant - Approaching Archival Authenticity: when 'Records' become 'Data.
 
Rebecca Grant DPASSH presentation 2015
Rebecca Grant DPASSH presentation 2015Rebecca Grant DPASSH presentation 2015
Rebecca Grant DPASSH presentation 2015
 
Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...
Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...
Stuart Kenny; Kathryn Cassidy - Experience with Ingestion of Large Collection...
 
Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...
Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...
Rebecca Grant, Sharon Webb - Preserving Ireland's Digital Cultural Identity T...
 
Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...
Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...
Rebecca Grant - DRI/ARA(I) Training: Introduction to EAD - Metadata and Metad...
 
Kathryn Cassidy - What metadata do we need for preservation?
Kathryn Cassidy - What metadata do we need for preservation?Kathryn Cassidy - What metadata do we need for preservation?
Kathryn Cassidy - What metadata do we need for preservation?
 

Similar to Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop

Digital Narratives for Transylvania DH
Digital Narratives for Transylvania DHDigital Narratives for Transylvania DH
Digital Narratives for Transylvania DHShawn Day
 
MW2014 Workshop - Intro to Linked Open Data
MW2014 Workshop - Intro to Linked Open DataMW2014 Workshop - Intro to Linked Open Data
MW2014 Workshop - Intro to Linked Open DataDavid Henry
 
Lares from LOW to PWNED
Lares from LOW to PWNEDLares from LOW to PWNED
Lares from LOW to PWNEDChris Gates
 
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...Karen R
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto García
 
Interoperability, networking and standards
Interoperability, networking and standardsInteroperability, networking and standards
Interoperability, networking and standardsBethan Ruddock
 
Semantic Search with Semantic Web
Semantic Search with Semantic WebSemantic Search with Semantic Web
Semantic Search with Semantic WebZahra Sadeghi
 
The ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years OldThe ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years OldJohn Kunze
 
Building Digital Collections
Building Digital CollectionsBuilding Digital Collections
Building Digital CollectionsWiLS
 
DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...
DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...
DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...dri_ireland
 
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital ObjectsICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital ObjectsShawn Day
 
Introduction to Datawarehousing
Introduction to  DatawarehousingIntroduction to  Datawarehousing
Introduction to Datawarehousingkarunakar81987
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeDan Brickley
 
OU RSE Tutorial Big Data Cluster
OU RSE Tutorial Big Data ClusterOU RSE Tutorial Big Data Cluster
OU RSE Tutorial Big Data ClusterEnrico Daga
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataMinerva Lin
 

Similar to Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop (20)

Born Digital Archives
Born Digital ArchivesBorn Digital Archives
Born Digital Archives
 
Digital Narratives for Transylvania DH
Digital Narratives for Transylvania DHDigital Narratives for Transylvania DH
Digital Narratives for Transylvania DH
 
MW2014 Workshop - Intro to Linked Open Data
MW2014 Workshop - Intro to Linked Open DataMW2014 Workshop - Intro to Linked Open Data
MW2014 Workshop - Intro to Linked Open Data
 
Lares from LOW to PWNED
Lares from LOW to PWNEDLares from LOW to PWNED
Lares from LOW to PWNED
 
Tthornton code4lib
Tthornton code4libTthornton code4lib
Tthornton code4lib
 
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
Interoperability, networking and standards
Interoperability, networking and standardsInteroperability, networking and standards
Interoperability, networking and standards
 
Semantic Search with Semantic Web
Semantic Search with Semantic WebSemantic Search with Semantic Web
Semantic Search with Semantic Web
 
The ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years OldThe ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years Old
 
EAD at Metro 09-25-13
EAD at Metro 09-25-13EAD at Metro 09-25-13
EAD at Metro 09-25-13
 
Building Digital Collections
Building Digital CollectionsBuilding Digital Collections
Building Digital Collections
 
DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...
DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...
DRI Introduction to Digital Preservation Training- Metadata and xml-Kathryn C...
 
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital ObjectsICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
 
Introduction to Datawarehousing
Introduction to  DatawarehousingIntroduction to  Datawarehousing
Introduction to Datawarehousing
 
Workshop 3
Workshop 3Workshop 3
Workshop 3
 
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in Practice
 
OU RSE Tutorial Big Data Cluster
OU RSE Tutorial Big Data ClusterOU RSE Tutorial Big Data Cluster
OU RSE Tutorial Big Data Cluster
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural data
 

More from dri_ireland

NORFest 2023 Lightning Talks Session Two
NORFest 2023 Lightning Talks Session TwoNORFest 2023 Lightning Talks Session Two
NORFest 2023 Lightning Talks Session Twodri_ireland
 
NORFest 2023: Early Career Researcher Panel on Research Assessment
NORFest 2023: Early Career Researcher Panel on Research AssessmentNORFest 2023: Early Career Researcher Panel on Research Assessment
NORFest 2023: Early Career Researcher Panel on Research Assessmentdri_ireland
 
NORFest 2023: National Open Research Fund 2023, Projects Launch
NORFest 2023: National Open Research Fund 2023, Projects LaunchNORFest 2023: National Open Research Fund 2023, Projects Launch
NORFest 2023: National Open Research Fund 2023, Projects Launchdri_ireland
 
NORFest 2023 Lightning Talks Session Three
NORFest 2023 Lightning Talks Session Three NORFest 2023 Lightning Talks Session Three
NORFest 2023 Lightning Talks Session Three dri_ireland
 
NORFest 2023 Lightning Talks Session One
NORFest 2023 Lightning Talks Session OneNORFest 2023 Lightning Talks Session One
NORFest 2023 Lightning Talks Session Onedri_ireland
 
NORFest2023 Keynote address: Chelle Gentemann (NASA)
NORFest2023 Keynote address: Chelle Gentemann (NASA)NORFest2023 Keynote address: Chelle Gentemann (NASA)
NORFest2023 Keynote address: Chelle Gentemann (NASA)dri_ireland
 
The Archiving Reproductive Health project as a FAIR data resource for humanit...
The Archiving Reproductive Health project as a FAIR data resource for humanit...The Archiving Reproductive Health project as a FAIR data resource for humanit...
The Archiving Reproductive Health project as a FAIR data resource for humanit...dri_ireland
 
Developing a self-care protocol for working with potentially traumatic data: ...
Developing a self-care protocol for working with potentially traumatic data: ...Developing a self-care protocol for working with potentially traumatic data: ...
Developing a self-care protocol for working with potentially traumatic data: ...dri_ireland
 
An Introduction to the Digital Repository of Ireland
An Introduction to the Digital Repository of Ireland An Introduction to the Digital Repository of Ireland
An Introduction to the Digital Repository of Ireland dri_ireland
 
DRI Copyright and Licencing_UCC_Mar23.pptx
DRI Copyright and Licencing_UCC_Mar23.pptxDRI Copyright and Licencing_UCC_Mar23.pptx
DRI Copyright and Licencing_UCC_Mar23.pptxdri_ireland
 
The Digital Repository of Ireland Digital Preservation and Research Sustainab...
The Digital Repository of Ireland Digital Preservation and Research Sustainab...The Digital Repository of Ireland Digital Preservation and Research Sustainab...
The Digital Repository of Ireland Digital Preservation and Research Sustainab...dri_ireland
 
DRI's role in WorldFAIR: Cultural Heritage / Image Sharing
DRI's role in WorldFAIR: Cultural Heritage / Image SharingDRI's role in WorldFAIR: Cultural Heritage / Image Sharing
DRI's role in WorldFAIR: Cultural Heritage / Image Sharingdri_ireland
 
Introduction to research data management
Introduction to research data managementIntroduction to research data management
Introduction to research data managementdri_ireland
 
Archiving Ports, Ports as Archives
Archiving Ports, Ports as ArchivesArchiving Ports, Ports as Archives
Archiving Ports, Ports as Archivesdri_ireland
 
Preservation, Access, Discovery
Preservation, Access, DiscoveryPreservation, Access, Discovery
Preservation, Access, Discoverydri_ireland
 
Dublin in the Fingal Archives
Dublin in the Fingal ArchivesDublin in the Fingal Archives
Dublin in the Fingal Archivesdri_ireland
 
Dublin Ghost Signs
Dublin Ghost SignsDublin Ghost Signs
Dublin Ghost Signsdri_ireland
 
Mapping Memories: Participatory Media, Place-Based Stories, Refugee Youth
Mapping Memories: Participatory Media, Place-Based Stories, Refugee YouthMapping Memories: Participatory Media, Place-Based Stories, Refugee Youth
Mapping Memories: Participatory Media, Place-Based Stories, Refugee Youthdri_ireland
 
Supporting Activists to Preserve Video Documentation
Supporting Activists to Preserve Video Documentation Supporting Activists to Preserve Video Documentation
Supporting Activists to Preserve Video Documentation dri_ireland
 
Making the Future
Making the FutureMaking the Future
Making the Futuredri_ireland
 

More from dri_ireland (20)

NORFest 2023 Lightning Talks Session Two
NORFest 2023 Lightning Talks Session TwoNORFest 2023 Lightning Talks Session Two
NORFest 2023 Lightning Talks Session Two
 
NORFest 2023: Early Career Researcher Panel on Research Assessment
NORFest 2023: Early Career Researcher Panel on Research AssessmentNORFest 2023: Early Career Researcher Panel on Research Assessment
NORFest 2023: Early Career Researcher Panel on Research Assessment
 
NORFest 2023: National Open Research Fund 2023, Projects Launch
NORFest 2023: National Open Research Fund 2023, Projects LaunchNORFest 2023: National Open Research Fund 2023, Projects Launch
NORFest 2023: National Open Research Fund 2023, Projects Launch
 
NORFest 2023 Lightning Talks Session Three
NORFest 2023 Lightning Talks Session Three NORFest 2023 Lightning Talks Session Three
NORFest 2023 Lightning Talks Session Three
 
NORFest 2023 Lightning Talks Session One
NORFest 2023 Lightning Talks Session OneNORFest 2023 Lightning Talks Session One
NORFest 2023 Lightning Talks Session One
 
NORFest2023 Keynote address: Chelle Gentemann (NASA)
NORFest2023 Keynote address: Chelle Gentemann (NASA)NORFest2023 Keynote address: Chelle Gentemann (NASA)
NORFest2023 Keynote address: Chelle Gentemann (NASA)
 
The Archiving Reproductive Health project as a FAIR data resource for humanit...
The Archiving Reproductive Health project as a FAIR data resource for humanit...The Archiving Reproductive Health project as a FAIR data resource for humanit...
The Archiving Reproductive Health project as a FAIR data resource for humanit...
 
Developing a self-care protocol for working with potentially traumatic data: ...
Developing a self-care protocol for working with potentially traumatic data: ...Developing a self-care protocol for working with potentially traumatic data: ...
Developing a self-care protocol for working with potentially traumatic data: ...
 
An Introduction to the Digital Repository of Ireland
An Introduction to the Digital Repository of Ireland An Introduction to the Digital Repository of Ireland
An Introduction to the Digital Repository of Ireland
 
DRI Copyright and Licencing_UCC_Mar23.pptx
DRI Copyright and Licencing_UCC_Mar23.pptxDRI Copyright and Licencing_UCC_Mar23.pptx
DRI Copyright and Licencing_UCC_Mar23.pptx
 
The Digital Repository of Ireland Digital Preservation and Research Sustainab...
The Digital Repository of Ireland Digital Preservation and Research Sustainab...The Digital Repository of Ireland Digital Preservation and Research Sustainab...
The Digital Repository of Ireland Digital Preservation and Research Sustainab...
 
DRI's role in WorldFAIR: Cultural Heritage / Image Sharing
DRI's role in WorldFAIR: Cultural Heritage / Image SharingDRI's role in WorldFAIR: Cultural Heritage / Image Sharing
DRI's role in WorldFAIR: Cultural Heritage / Image Sharing
 
Introduction to research data management
Introduction to research data managementIntroduction to research data management
Introduction to research data management
 
Archiving Ports, Ports as Archives
Archiving Ports, Ports as ArchivesArchiving Ports, Ports as Archives
Archiving Ports, Ports as Archives
 
Preservation, Access, Discovery
Preservation, Access, DiscoveryPreservation, Access, Discovery
Preservation, Access, Discovery
 
Dublin in the Fingal Archives
Dublin in the Fingal ArchivesDublin in the Fingal Archives
Dublin in the Fingal Archives
 
Dublin Ghost Signs
Dublin Ghost SignsDublin Ghost Signs
Dublin Ghost Signs
 
Mapping Memories: Participatory Media, Place-Based Stories, Refugee Youth
Mapping Memories: Participatory Media, Place-Based Stories, Refugee YouthMapping Memories: Participatory Media, Place-Based Stories, Refugee Youth
Mapping Memories: Participatory Media, Place-Based Stories, Refugee Youth
 
Supporting Activists to Preserve Video Documentation
Supporting Activists to Preserve Video Documentation Supporting Activists to Preserve Video Documentation
Supporting Activists to Preserve Video Documentation
 
Making the Future
Making the FutureMaking the Future
Making the Future
 

Recently uploaded

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 

Recently uploaded (20)

9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 

Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop

  • 1. EAD WORKSHOP DRI 9 March– Fergus Fahey
  • 2. Format of Workshop • Origins of EAD • EAD in practice • Practical example • Practical work
  • 3. Simple EAD Markup • <c level="item"> • <did> • <unittitle>Handwritten letter in form of a diary by Lúghaidh Lamh Fada [Michael Cusack] entitled &quot;Diary of Lúghaidh Lamh Fada, Creevah, Co.Clare&quot; </unittitle> • <unitid>P95/1</unitid> <unitdate >20-30 June 1902</unitdate> <physdesc><extent >10 pp</extent></physdesc> </did> <scopecontent> • <p> • Handwritten letter in form of a diary by Lúghaidh Lamh Fada [Michael Cusack] entitled "Diary of Lúghaidh Lamh Fada, Creevah, Co.Clare". Giving humorous account of a holiday in County Clare, travelling there from Dublin via Limerick, visiting cousins and friends, travelling to Ennis, Ruan, Corofin, Lisdoonvarna, Creevah, Kilfenora. Mentioning Hugh Brady, cousins Patsey, Michael, Lizzie Cusack, and cousin John Culliney. Also mentioning a meeting of "Gaels" in Limerick during night of travel, and giving impressions from his address to a Mr Hourigan's Gaelic League meeting in Corofin: "Spoke loudly, strongly and melodiously with the illimitable resources and delightful imagery of a man of two tongues... my voice was as sweet as an Irish tune and its intonations as graceful as the curl of a reel". Also referring to the "Tuovahera tragedy in 1831" when Cusacks and neighbours killed "the five unfortunate men who were doing what the peelers did afterwards in Mitchelstown" • </p> </scopecontent> </c>
  • 4. Why EAD was created • To allow the re-use and sharing of archival finding aids “The most appealing reason for standardizing the encoding of finding aids, however, is that standardization will support the long-cherished dream of providing…universal, union access to primary resources…. [Allow users to] locate archival materials at any time and from any place….Standardized description will also enable the "virtual" reintegration of collections related by provenance, but dispersed in different repositories.” Daniel V. Pitti D-Lib Magazine, November 1999, Volume 5 Number 11
  • 5. Why EAD was created • For example the relatively small amount of archival material relating to James Joyce is distributed around a number of different archives. According to Pitti’s vision digitised versions of all these could be accessed from a single finding aid/interface. • Technologically this is certainly possible – considered all the music recording which can be accessed from a single interface like itunes or Spotify. • However this hasn’t happened for various reasons – Lack of investment, lack of will, lack of demand, lack of expertise, copyright considerations, lack of need.
  • 6.
  • 7. 5 ★ Open Data – Tim Berners Lee
  • 8. 5 ★ Open Data – Tim Berners Lee ★ Make your finding aid available on the Web (whatever format) under an open license. ★★ Make it available as structured data (e.g., Excel instead of word doc) ★★★ Make your finding aid available in a non-proprietary open format (e.g., CSV as well as, Excel) ★★★★ Use URIs to denote items, so that people can point at your material ★★★★★ Link your data to other data to provide context, make available as LOD. Of nearly 10,000 data sets available on data.gov.uk only 4% could be 5 star
  • 9. 5 ★ Open Data • Hardcopy Descriptive List • Ms Word/PDF • Database • Calm • + Calm View • + Customisation • ICA-Atom • Xml Mark-up tool (EAD) • Zero • Zero - ★ • Zero – ★ ★ ★ • Zero • ★ • ★ ★ ★ • ★ ★ ★ • ★ - ★ ★ ★
  • 10. XMLfinding aid. Machine readable. Not pretty but it’s also human readable.
  • 12. Problems with EAD • Very flexible – A good thing in many ways, bad because a standard that can be used in lots of ways is in danger of not being a standard. In reality EAD records are used with in an institution to put finding aids on line or within formal groups which mandate greater standardisation for participation e.g. Online Archive of California (OAC) rather than widely shared according to the original ‘dream’ and vision. • Creating an EAD record may be relatively easy and tools are available to help. Writing the XSLT and setting us the system to make the EAD records available is technically far more challenging.
  • 13. Example EAD to HTML for Web • Export descriptive list from ICA-ATOM to EAD XML file. • Use xsl (style sheet) to convert data from the xml file to html for display in web browser. • Make changes to xsl file to change the display • Make changes to the xml file to add or change data Data Stylesheet Display Transformation P95.xml SimpleviewTemplate.xsl
  • 14. Imagine the economies of scale Data Stylesheet Display Transformation P95.xml SimpleviewTemplate.xsl P96.xml P97.xml P94.xml P93.xml
  • 18. Imagine the economies of scale Data Stylesheets Displays Transformation P95.xml toc.xsl P96.xml P97.xml P94.xml P93.xml col_level.xsl fulllist.xsl
  • 19. Structure of an EAD Document • XML document made up of elements and attributes • Tags are usually analogous to an ISAD(G) field e.g. • 3.2.4 Immediate source of acquisition = <acqinfo> • <ead> (root) • <eadheader> • …… (about the finding aid document rather than archival material) • </eadheader> • <arcdesc> (Archival Description wrapper element for the bulk of an EAD document instance) • ….. Collection level description <dsc> (information about the hierarchical groupings of the materials being described) <c level=‘series’> …… (series level description) <did> (Most descriptive information tags) <unittitle>…</unittitle> </did> <scopecontent>…</scopecontent> <c level=‘item’> ……… (item level description) </c> </c> </dsc> </arcdesc> </ead>
  • 20. Important but not covered in exercise Control access tags • Control access and authority control • “A wrapper element that designates key access points for the described materials and enables authority-controlled searching across finding aids on a computer network.” • Includes: corpname, famname, genreform, geogname, persname, subject. • Much more important in a shared electronic finding aid that a hard copy one.
  • 21. Common responses to xml/IT in humanities • “All you need to do is read the manual” • True in a sense, but can you drive safely just because you have read and understood the rules of the road. • “Just get a computer scientist to do it” • You may not have access to outside expertise. • You need to be able to understand technology a bit in order to draw up requirements for implementation.
  • 22. Remember • xml must be well formatted • xml must be validated • xml can be displayed in a web browser using xslt
  • 23. Useful links Contact • EAD Tag Library http://www.loc.gov/ead/tglib/index.html • ICA-Atom https://www.ica-atom.org/ • Archives Hub EAD editor http://archiveshub.ac.uk/eadeditor/ • Archives Portal Europe EAD http://www.apex- project.eu/index.php/en/outcomes/standards/apeead • EADiva - http://eadiva.com/ • NUI Galway EAD Finding aids http://archives.library.nuigalway.ie • Contact: fergusfaheywt@gmail.com