SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Lisa Jeskins and Bethan Ruddock
Archives Hub
Mimas
By the end of today’s session we will have
given you an introduction to:
• XML
• EAD
• EAD Editor
 XML = Extensible Markup Language
 XML is a system for creating languages:
◦ Or a meta-language
 Use XML to design your own markup language,
consisting of meaningful tags that describe the data
they contain
 Create a language for describing…anything
 the ability to exchange/share data
 provides advantages of cross-searching, so user can easily search
across and retrieve resources from a variety of different systems
 allows users to move beyond individual websites for individual
resources
 integrates information resources presented in different formats
 XML facilitates interoperability
 XML does not do anything itself. It is pure
information wrapped in XML tags
 You must use other means to send, receive or
display the data
XML XML technologies
is used by to create
Detailed
description
to view in a
browser
Summary
entry to
view in a
browser
PDF for
print
 XML is not about content, though there might be
certain restrictions on content
 XML is essentially about structure
 Creating a consistent structure via XML tagging enables
content to be easily identified (by machines) and used
in different ways
<title> Alice in Wonderland </title>
*XML allows you to define your tags*
<book>Alice in Wonderland</book>
<filmtitle>Alice in Wonderland</filmtitle>
<tag> content </tag>
Title Alice in Wonderland
Author Lewis Carroll
Extent 1 volume
Format hardback
<books>
<title>Alice in Wonderland</title>
<author>Lewis Carroll</author>
<extent>1 volume</extent>
<format>hardback</location>
</books>
 Valid XML provides consistency and facilitates the exchange of
data
 Valid XML is important for displaying, processing and
exchanging XML in a wider environment
 a root element is required
<catalog>
…..all your tags and content…
</catalog>
 closing tags are required
 case matters
 elements must be properly nested
<physdesc>
<extent>10 boxes</extent>
</physdesc>
<physdesc>
<extent>10 boxes</physdesc>
</extent>
http://www.flickr.com/photos/kylemacdonald/3199283481/
http://www.flickr.com/photos/iguanajo/297386921/
 Look at the album information on your sheet of paper
 In pairs, create xml tags for the information that you
see
 e.g.
◦ <title></title>, <albumtitle></albumtitle>
◦ <artist></artist>, <singer></singer>, <band></band>
 10 mins to create tags
 5 mins to feedback
archiveshub.ac.uk
<catalog>
<cd>
<title>Lungs</title>
<artist>Florence and the Machine</artist>
<genre>indie</genre>
<year>2009</year>
</cd>
<cd>
<title>Slash</title>
<artist>Slash</artist>
<genre>rock</genre>
<year>2010</year>
</cd>
</catalog>
 A Document Type Definition or Schema defines the
building blocks of an XML document
 It specifies elements and attributes and defines how
they can be used
 People can agree to use a common DTD/Schema for
interchanging data
XML file DTD or Schema Valid XML
Blue
Elephant
Papers
……………………
…………
Blue
Elephant
Papers Browse
List
 International standard, supported by the W3C
 Open, licence free and platform neutral
 Human and machine readable
 Hierarchical structure (good for archive descriptions)
 Can be used for data exchange
◦ XML is the main basis for defining data exchange languages
◦ Meaningful tags facilitate extraction – data can be manipulated as
required
 Government mandates XML for data exchange (e-GIF)
 XML has been widely adopted commercially as well as in the public
sector
 EAD = Encoded Archival Description
 EAD is XML for finding aids
 A data structure standard – not a content
standard
 EAD Working Group (EADWG)
 Allows finding aids to be indexed, searched, retrieved and
navigated
 Compatible with ISAD(G)
 Flexible enough to deal with all types of finding aids
◦ single or multi-level, long or short, lists or calendars etc.
 Can create new finding aids as well as converting old ones to
standardised form
 Can share data between systems
<ead>
<eadheader>
</eadheader>
<archdesc>
<did></did>
</archdesc>
</ead>
<ead> EAD root element
<eadheader> EAD file information wrapper
</eadheader>
<archdesc> Finding aid wrapper
<did></did> Core collection information wrapper
</archdesc>
</ead>
<archdesc>
<eadheader>
<did>
sub-fonds descriptions
<archdesc level="fonds">
<did>
<unitid>GB 0001 Foster</unitid>
<unittitle>Papers of Dr Foster</unittitle>
<unitdate normal = "1820-1833">1820-1833</unitdate>
<repository>University of Gloucestershire</repository>
<physdesc>
<extent>1 box</extent>
<physfacet>Four folders of letters, 230 folios</physfacet>
</physdesc>
<langmaterial><language langcode=“eng”>English<language>
</langmaterial>
<origination>Dr Foster</origination>
</did>
 EAD version 1 DTD
 EAD 2002 DTD
 EAD 2002 Schema
 Available from http://www.loc.gov/ead/
 Human-readable version: EAD Tag Library (Society of
American Archivists)
 Library of Congress Official EAD site:
http://www.loc.gov/ead/
 Tag Library: http://www.loc.gov/ead/tglib/index.html
 EAD Roundtable Help Pages:
http://www.archivists.org/saagroups/ead/
 It is XML, which is an international standard
 It is a simple and effective way of structuring content
and providing meaning
 Machines can manipulate the content in all sorts of
ways
 It is a great format to store finding-aids
 Not many UK archives currently using EAD as a storage format
 EAD will increasingly be used as an export format from
proprietary database systems like CALM, for use in XML-based
gateways such as Aim25 and the Archives Hub
 New software becoming available all the time, which makes it
easier to create, search and display XML – much of this is
open source and often free
 Effective cross-searching requires:
◦ Interoperability
 which requires
◦ Common standards
 Differences in how EAD is used
 Encourages interoperability but still requires work to
ensure seamless cross-searching
 EAD is flexible and includes a large number of tags
which has advantages and disadvantages
 XML is an international standard for sharing
information
 EAD is the XML language for archival finding aids
 EAD is not a content standard
 EAD will become increasingly important
Archives hub ead 2010_lesson

Weitere ähnliche Inhalte

Andere mochten auch

Holistic site analysis
Holistic site analysisHolistic site analysis
Holistic site analysisDoug Crouch
 
PDC project guidelines
PDC project guidelinesPDC project guidelines
PDC project guidelinesDoug Crouch
 
Parkwalk Permaculture
Parkwalk PermacultureParkwalk Permaculture
Parkwalk PermacultureDoug Crouch
 
Introduction to permaculture 3
Introduction to permaculture 3Introduction to permaculture 3
Introduction to permaculture 3Doug Crouch
 
Pattern Understanding
Pattern UnderstandingPattern Understanding
Pattern UnderstandingDoug Crouch
 

Andere mochten auch (7)

Holistic site analysis
Holistic site analysisHolistic site analysis
Holistic site analysis
 
Map Systems
Map SystemsMap Systems
Map Systems
 
PDC project guidelines
PDC project guidelinesPDC project guidelines
PDC project guidelines
 
Water 1 30
Water 1 30Water 1 30
Water 1 30
 
Parkwalk Permaculture
Parkwalk PermacultureParkwalk Permaculture
Parkwalk Permaculture
 
Introduction to permaculture 3
Introduction to permaculture 3Introduction to permaculture 3
Introduction to permaculture 3
 
Pattern Understanding
Pattern UnderstandingPattern Understanding
Pattern Understanding
 

Ähnlich wie Archives hub ead 2010_lesson

Archives hub ead 2011_lifeshare
Archives hub ead 2011_lifeshareArchives hub ead 2011_lifeshare
Archives hub ead 2011_lifeshareLisa Jeskins
 
EAD Revision Progress Report, 2012-08-08
EAD Revision Progress Report, 2012-08-08EAD Revision Progress Report, 2012-08-08
EAD Revision Progress Report, 2012-08-08Michael Rush
 
Archives hub ead 2010_extended
Archives hub ead 2010_extendedArchives hub ead 2010_extended
Archives hub ead 2010_extendedLisa Jeskins
 
Decoding and developing the online finding aid
Decoding and developing the online finding aidDecoding and developing the online finding aid
Decoding and developing the online finding aidkgerber
 
EAD Revision Progress Report, SAA 2013
EAD Revision Progress Report, SAA 2013EAD Revision Progress Report, SAA 2013
EAD Revision Progress Report, SAA 2013Michael Rush
 
CSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML SemanticsCSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML SemanticsAdrian Roselli
 
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD WorkshopFergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshopdri_ireland
 
RELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open ToolkitRELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open ToolkitContrext Solutions
 

Ähnlich wie Archives hub ead 2010_lesson (20)

Archives hub ead 2011_lifeshare
Archives hub ead 2011_lifeshareArchives hub ead 2011_lifeshare
Archives hub ead 2011_lifeshare
 
EAD Revision Progress Report, 2012-08-08
EAD Revision Progress Report, 2012-08-08EAD Revision Progress Report, 2012-08-08
EAD Revision Progress Report, 2012-08-08
 
Archives hub ead 2010_extended
Archives hub ead 2010_extendedArchives hub ead 2010_extended
Archives hub ead 2010_extended
 
Basics of XML
Basics of XMLBasics of XML
Basics of XML
 
Web Information Systems XML
Web Information Systems XMLWeb Information Systems XML
Web Information Systems XML
 
Decoding and developing the online finding aid
Decoding and developing the online finding aidDecoding and developing the online finding aid
Decoding and developing the online finding aid
 
EAD Revision Progress Report, SAA 2013
EAD Revision Progress Report, SAA 2013EAD Revision Progress Report, SAA 2013
EAD Revision Progress Report, SAA 2013
 
CSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML SemanticsCSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML Semantics
 
EAD at Metro 09-25-13
EAD at Metro 09-25-13EAD at Metro 09-25-13
EAD at Metro 09-25-13
 
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD WorkshopFergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop
Fergus Fahey - DRI/ARA(I) Training: Introduction to EAD - EAD Workshop
 
Xml
XmlXml
Xml
 
xml.ppt
xml.pptxml.ppt
xml.ppt
 
Xml and xslt
Xml and xsltXml and xslt
Xml and xslt
 
XML for bioinformatics
XML for bioinformaticsXML for bioinformatics
XML for bioinformatics
 
RELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open ToolkitRELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open Toolkit
 
Xml (2)
Xml (2)Xml (2)
Xml (2)
 
Xml
XmlXml
Xml
 
Introduction to xml schema
Introduction to xml schemaIntroduction to xml schema
Introduction to xml schema
 
Xml Lecture Notes
Xml Lecture NotesXml Lecture Notes
Xml Lecture Notes
 
Xml presentation
Xml presentationXml presentation
Xml presentation
 

Mehr von Lisa Jeskins

Coping with change 2012
Coping with change 2012Coping with change 2012
Coping with change 2012Lisa Jeskins
 
Customer service and social media 2012
Customer service and social media 2012Customer service and social media 2012
Customer service and social media 2012Lisa Jeskins
 
Social Media Workshop
Social Media WorkshopSocial Media Workshop
Social Media WorkshopLisa Jeskins
 
Using Archives: Salford University. Nov 2011
Using Archives: Salford University. Nov 2011Using Archives: Salford University. Nov 2011
Using Archives: Salford University. Nov 2011Lisa Jeskins
 
L jeskins co_fhe lasec 230511_slideshare
L jeskins co_fhe lasec 230511_slideshareL jeskins co_fhe lasec 230511_slideshare
L jeskins co_fhe lasec 230511_slideshareLisa Jeskins
 
Adapt to survive and thrive: core skills and the online environment
Adapt to survive and thrive: core skills and the online environmentAdapt to survive and thrive: core skills and the online environment
Adapt to survive and thrive: core skills and the online environmentLisa Jeskins
 
Archives hub social media_2010
Archives hub social media_2010Archives hub social media_2010
Archives hub social media_2010Lisa Jeskins
 
Copac: your union catalogue today and tomorrow
Copac: your union catalogue today and tomorrowCopac: your union catalogue today and tomorrow
Copac: your union catalogue today and tomorrowLisa Jeskins
 
Copac Worksheet Nov09
Copac Worksheet Nov09Copac Worksheet Nov09
Copac Worksheet Nov09Lisa Jeskins
 
Mimas Bibliographic Services Nov 09
Mimas Bibliographic Services Nov 09Mimas Bibliographic Services Nov 09
Mimas Bibliographic Services Nov 09Lisa Jeskins
 

Mehr von Lisa Jeskins (11)

Coping with change 2012
Coping with change 2012Coping with change 2012
Coping with change 2012
 
Customer service and social media 2012
Customer service and social media 2012Customer service and social media 2012
Customer service and social media 2012
 
Ead editor 2012
Ead editor 2012Ead editor 2012
Ead editor 2012
 
Social Media Workshop
Social Media WorkshopSocial Media Workshop
Social Media Workshop
 
Using Archives: Salford University. Nov 2011
Using Archives: Salford University. Nov 2011Using Archives: Salford University. Nov 2011
Using Archives: Salford University. Nov 2011
 
L jeskins co_fhe lasec 230511_slideshare
L jeskins co_fhe lasec 230511_slideshareL jeskins co_fhe lasec 230511_slideshare
L jeskins co_fhe lasec 230511_slideshare
 
Adapt to survive and thrive: core skills and the online environment
Adapt to survive and thrive: core skills and the online environmentAdapt to survive and thrive: core skills and the online environment
Adapt to survive and thrive: core skills and the online environment
 
Archives hub social media_2010
Archives hub social media_2010Archives hub social media_2010
Archives hub social media_2010
 
Copac: your union catalogue today and tomorrow
Copac: your union catalogue today and tomorrowCopac: your union catalogue today and tomorrow
Copac: your union catalogue today and tomorrow
 
Copac Worksheet Nov09
Copac Worksheet Nov09Copac Worksheet Nov09
Copac Worksheet Nov09
 
Mimas Bibliographic Services Nov 09
Mimas Bibliographic Services Nov 09Mimas Bibliographic Services Nov 09
Mimas Bibliographic Services Nov 09
 

Kürzlich hochgeladen

Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 

Archives hub ead 2010_lesson

  • 1. Lisa Jeskins and Bethan Ruddock Archives Hub Mimas
  • 2. By the end of today’s session we will have given you an introduction to: • XML • EAD • EAD Editor
  • 3.  XML = Extensible Markup Language  XML is a system for creating languages: ◦ Or a meta-language  Use XML to design your own markup language, consisting of meaningful tags that describe the data they contain  Create a language for describing…anything
  • 4.  the ability to exchange/share data  provides advantages of cross-searching, so user can easily search across and retrieve resources from a variety of different systems  allows users to move beyond individual websites for individual resources  integrates information resources presented in different formats  XML facilitates interoperability
  • 5.  XML does not do anything itself. It is pure information wrapped in XML tags  You must use other means to send, receive or display the data XML XML technologies is used by to create Detailed description to view in a browser Summary entry to view in a browser PDF for print
  • 6.  XML is not about content, though there might be certain restrictions on content  XML is essentially about structure  Creating a consistent structure via XML tagging enables content to be easily identified (by machines) and used in different ways
  • 7. <title> Alice in Wonderland </title> *XML allows you to define your tags* <book>Alice in Wonderland</book> <filmtitle>Alice in Wonderland</filmtitle> <tag> content </tag>
  • 8. Title Alice in Wonderland Author Lewis Carroll Extent 1 volume Format hardback
  • 9. <books> <title>Alice in Wonderland</title> <author>Lewis Carroll</author> <extent>1 volume</extent> <format>hardback</location> </books>
  • 10.  Valid XML provides consistency and facilitates the exchange of data  Valid XML is important for displaying, processing and exchanging XML in a wider environment  a root element is required <catalog> …..all your tags and content… </catalog>  closing tags are required  case matters
  • 11.  elements must be properly nested <physdesc> <extent>10 boxes</extent> </physdesc> <physdesc> <extent>10 boxes</physdesc> </extent> http://www.flickr.com/photos/kylemacdonald/3199283481/ http://www.flickr.com/photos/iguanajo/297386921/
  • 12.  Look at the album information on your sheet of paper  In pairs, create xml tags for the information that you see  e.g. ◦ <title></title>, <albumtitle></albumtitle> ◦ <artist></artist>, <singer></singer>, <band></band>  10 mins to create tags  5 mins to feedback archiveshub.ac.uk
  • 13. <catalog> <cd> <title>Lungs</title> <artist>Florence and the Machine</artist> <genre>indie</genre> <year>2009</year> </cd> <cd> <title>Slash</title> <artist>Slash</artist> <genre>rock</genre> <year>2010</year> </cd> </catalog>
  • 14.  A Document Type Definition or Schema defines the building blocks of an XML document  It specifies elements and attributes and defines how they can be used  People can agree to use a common DTD/Schema for interchanging data
  • 15. XML file DTD or Schema Valid XML Blue Elephant Papers …………………… ………… Blue Elephant Papers Browse List
  • 16.
  • 17.
  • 18.  International standard, supported by the W3C  Open, licence free and platform neutral  Human and machine readable  Hierarchical structure (good for archive descriptions)  Can be used for data exchange ◦ XML is the main basis for defining data exchange languages ◦ Meaningful tags facilitate extraction – data can be manipulated as required  Government mandates XML for data exchange (e-GIF)  XML has been widely adopted commercially as well as in the public sector
  • 19.  EAD = Encoded Archival Description  EAD is XML for finding aids  A data structure standard – not a content standard  EAD Working Group (EADWG)
  • 20.  Allows finding aids to be indexed, searched, retrieved and navigated  Compatible with ISAD(G)  Flexible enough to deal with all types of finding aids ◦ single or multi-level, long or short, lists or calendars etc.  Can create new finding aids as well as converting old ones to standardised form  Can share data between systems
  • 22. <ead> EAD root element <eadheader> EAD file information wrapper </eadheader> <archdesc> Finding aid wrapper <did></did> Core collection information wrapper </archdesc> </ead>
  • 24. <archdesc level="fonds"> <did> <unitid>GB 0001 Foster</unitid> <unittitle>Papers of Dr Foster</unittitle> <unitdate normal = "1820-1833">1820-1833</unitdate> <repository>University of Gloucestershire</repository> <physdesc> <extent>1 box</extent> <physfacet>Four folders of letters, 230 folios</physfacet> </physdesc> <langmaterial><language langcode=“eng”>English<language> </langmaterial> <origination>Dr Foster</origination> </did>
  • 25.  EAD version 1 DTD  EAD 2002 DTD  EAD 2002 Schema  Available from http://www.loc.gov/ead/  Human-readable version: EAD Tag Library (Society of American Archivists)
  • 26.  Library of Congress Official EAD site: http://www.loc.gov/ead/  Tag Library: http://www.loc.gov/ead/tglib/index.html  EAD Roundtable Help Pages: http://www.archivists.org/saagroups/ead/
  • 27.  It is XML, which is an international standard  It is a simple and effective way of structuring content and providing meaning  Machines can manipulate the content in all sorts of ways  It is a great format to store finding-aids
  • 28.  Not many UK archives currently using EAD as a storage format  EAD will increasingly be used as an export format from proprietary database systems like CALM, for use in XML-based gateways such as Aim25 and the Archives Hub  New software becoming available all the time, which makes it easier to create, search and display XML – much of this is open source and often free
  • 29.
  • 30.  Effective cross-searching requires: ◦ Interoperability  which requires ◦ Common standards
  • 31.  Differences in how EAD is used  Encourages interoperability but still requires work to ensure seamless cross-searching  EAD is flexible and includes a large number of tags which has advantages and disadvantages
  • 32.  XML is an international standard for sharing information  EAD is the XML language for archival finding aids  EAD is not a content standard  EAD will become increasingly important

Hinweis der Redaktion

  1. Talk about exchange of information – need to agree rules – DTD/schemas
  2. Key UKAD partners: Access 2 Archives, Archives Hub, AIM25, Archives Wales, Genesis, Janus, National Register of Archives, Scottish Archives Network, A Vision of Britain