SlideShare a Scribd company logo
Metropolitan New York Library Council
1
Outline
I. The Basics
II. Finding Aid
III. Implementation
Break
IV. Exercises
2
Introductions
3
I. The Basics
4
What is EAD?
XML standard for encoding finding aids
I. Basics
5
6
XML standard for encoding finding aids
I. Basics - What is EAD?
XML (eXtensible Markup Language):
a set of rules for structuring data via markup
7
XML standard for encoding finding aids
I. Basics - What is EAD?
Tag:
<unitdate era=“ce”>2011</unitdate>
Attribute:
<unitdate era=“ce”>2011</unitdate>
Element:
<unitdate era=“ce”>2011</unitdate>
Elements and attributes defined by a
Document Type Definition (DTD) or a
Schema
<bioghist> <bionote>
8
I. Basics - What is EAD?
XML standard for encoding finding aids
<ead>
<eadheader>
<titleproper>Guide to the
Papers of Joseph Roth
</titleproper>
</eadheader>
</ead>
9
XML standard for encoding finding aids
I. Basics - What is EAD?
XML standard for encoding finding aids
Defined set of containers for descriptive data
EAD : DACS = MARC : AACR2
10
I. Basics - What is EAD?
XML standard for encoding finding aids
A description of records that gives the
repository physical and intellectual control over
the materials and that assists users to gain
access to and understand the materials (SAA)
Describing Archives: A Content Standard (DACS)
11
I. Basics - What is EAD?
What is EAD?
XML standard for encoding finding aids
I. Basics
12
What is EAD?
EAD encoding is not a substitute for
sound archival description!
I. Basics
13
II. Finding Aid
14
EAD Finding Aid Structure
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ead SYSTEM "ead.dtd">
<?xml-stylesheet type="text/xsl" href="lbi2010.xsl"?>
II. Finding Aid
15
EAD Finding Aid Structure
<ead>
<eadheader>Information about repository and
finding aid</eadheader>
<archdesc>Description of archival
materials</archdesc>
</ead>
II. Finding Aid
16
Common Tags
• Structural and content tags
<eadheader>Many other tags</eadheader>
<date>July 4, 1776</date>
II. Finding Aid
17
Common Tags <eadheader>
• Finding aid author
<filedesc><titlestmt>
<author>Processed by Stanislav Pejša.</author>
</titlestmt></filedesc>
II. Finding Aid
18
Common Tags <archdesc>
• Biographical information
<bioghist><p>Joseph Roth was one of the most prominent
Austrian writers of the first half of the 20th
century.</p></bioghist>
• Controlled vocabulary
<controlaccess>
<geogname encodinganalog="651$a" source="lcsh"
authfilenumber="n 79040121">Austria</geogname>
</controlaccess>
II. Finding Aid
19
Common Tags <archdesc>
• Description of Subordinate Components
<dsc>
<c01 level="series">
<c02>Folder 1
<c03>Item 1</c03>
<c03>Item 2</c03>
</c02>
<c02>Folder 2</c02>
</c01>
II. Finding Aid
20
Common Tags <archdesc>
• Description of Subordinate Components
A Component <c> provides information about the content,
context, and extent of a subordinate body of materials.
Each <c> element identifies an intellectually logical section
of the described materials. The physical filing
separations between components do not always
coincide with the intellectual separations.
From EAD Tag library <http://www.loc.gov/ead/tglib/elements/c.html>
II. Finding Aid
21
Common Tags <archdesc>
• Description of Subordinate Components
<dsc>
<c01 level="series">
<did>
<unittitle id="serII">Series II: Addenda</unittitle>
<unitdate normal="1985/1996">1985-1996</unitdate>
</did>
<c02>Subordinate elements, such as folders</c02>
</c01>
II. Finding Aid
22
Common Tags <archdesc>
• Description of Subordinate Components
<c02>
<did>
<container type="box">2</container>
<container type="folder">1</container>
<unittitle>Articles</unittitle>
<unitdate>1985-1994</unitdate>
</did>
</c02>
II. Finding Aid
23
Common Tags <archdesc>
• Digital Archival Object (<dao>)
<c02>
<did> […]
<unittitle>Articles</unittitle>
</did>
<dao
href="http://www.archive.org/stream/josephroth_07_r
eel07#page/n218/mode/1up" actuate="onrequest"
linktype="simple" show="new"/>
</c02>
II. Finding Aid
24
Common Tags – Human Readable?
<dimensions>
II. Finding Aid
25
Common Tags – Human Readable?
<dimensions>
A subelement of <physdesc> for information
about the size of the materials being
described; usually includes numerical data.
II. Finding Aid
26
Common Tags – Human Readable?
<famname>
II. Finding Aid
27
Common Tags – Human Readable?
<famname>
The proper noun designation for a group of
persons closely related by blood or persons
who form a household. Includes single
families and family groups, e.g., Patience
Parker Family and Parker Family.
II. Finding Aid
28
Common Tags – Human Readable?
<revisiondesc>
II. Finding Aid
29
Common Tags – Human Readable?
<revisiondesc>
An optional subelement of the <eadheader>
for information about changes or
alterations that have been made to the
encoded finding aid.
II. Finding Aid
30
EAD Finding Aid
II. Finding Aid
31
oXygen Setup
32
II. Finding Aid
1. Start the oXygen XML editor program
2. Open “JosephRoth.xml” found in the EAD
folder on the desktop
oXygen Setup
33
II. Finding Aid
III. Implementation
34
III. Implementation:
Creating EAD
35
III. Implementation: Creating EAD
36
Archivists’ Toolkit Archon
ArchivesSpace
ICA-AtoM
III. Implementation: Creating EAD
37
oXygen
III. Implementation: Creating EAD
38
III. Implementation: Creating EAD
39
NoteTab Dreamweaver
EADitor Note Pad
EAD Tag Library
III. Implementation: Creating EAD
40
SAA Standards Portal
III. Implementation: Creating EAD
41
III. Implementation:
Using EAD
42
Now What?
III. Implementation: Using EAD
43
XSLT
III. Implementation: Using EAD
44
XSLT
45
III. Implementation: Using EAD
EAD to HTML
III. Implementation: Using EAD
46
EAD to HTML with DC
III. Implementation: Using EAD
47
EAD to PDF
III. Implementation: Using EAD
48
EAD to MARC
III. Implementation: Using EAD
49
Other Uses
• Integration with other standards (e.g. EAC-CPF)
• Open Archives Initiative – Protocol for Metadata
Harvesting (OAI-PMH)
• EAD consortia
• Metadata for digitized collections
III. Implementation: Using EAD
50
Other Uses
• Flexible search and display
III. Implementation: Using EAD
51
The Future of EAD
(pre) Alpha release of EAD revision, August 2012
• Reduce semantic overload
• Simplify links
• Reduce mixed content
• Add, deprecate, and delete elements
III. Implementation: Using EAD
52
The Future of EAD
III. Implementation: Using EAD
53
• Revision is schema-based -- goodbye, DTD
• LC stylesheet: dtd2schema.xsl
• “Attribute validation errors indicate that the
attribute value does not conform to the ruling
ISO standard”
The Future of EAD
• Beta release of schema, documentation, and
migration tools, January 15, 2013
• New version of EAD released with tag library and
migration tools, July 1, 2013
slideshare.net/mikerush/ead-revision-progress-report-20120808
III. Implementation: Using EAD
54
Relax!
III. Implementation: Using EAD
55
IV. Exercises
56
Exercise Setup
57
IV. Exercises
1. Start the oXygen XML Editor program
2. Open “JosephRoth.xml” found in the EAD
folder on the desktop
Exercise How To
58
IV. Exercises
Exercise How To
59
IV. Exercises
Exercise How To
60
IV. Exercises
Exercise How To
61
IV. Exercises
How does this work? XSLT!
62
IV. Exercises
Exercise How To
63
IV. Exercises
1. Make the change in the XML
2. Hit the red arrow to transform the XML to
HTML
3. Examine the HTML in the browser
IV. Exercises
Exercise How To - Tips
1. Be very careful with quotation marks and
angle brackets
<unitdate era="ce">2011</unitdate>
2. Copy and paste carefully - know where the
cursor is
3. O/o are not the same as 0
4. Look up while typing
IV. Exercises
Exercise How To - Tips
Check for
error
messages
Processing the
Joseph Roth Addendum
You are a processing
archivist at the Leo Baeck
Institute. You have been
asked to process an
addendum to the Joseph
Roth Collection, and to
update the EAD finding
aid accordingly.
IV. Exercises
66
Austrian writer Joseph Roth (1894-1939)
Exercise 1: Housekeeping
Update the information in the <eadheader>
section to reflect your contribution.
IV. Exercises
67
Exercise 1: Housekeeping
<ead><eadheader><filedesc><titlestmt>
<author>Processed by Stanislav Pejša.
Addendum processed by [your name].</author>
IV. Exercises
68
The head archivist tells you that there is an error in
the biographical information. Roth’s mother’s
first name is Maria, not Mario.
Fix this typo.
IV. Exercises
69
Exercise 2:
Biographical Information
<ead><archdesc>
<bioghist><p>
Find “Mario” and replace with “Maria”
</p></bioghist>
IV. Exercises
70
Exercise 2:
Biographical Information
Looking at the existing controlled access points,
you realize that the subject term for Roth’s
birthplace, “Brody, Galicia” is incorrect. The
proper LC term is “Brody (Ukraine)”.
Correct the term.
IV. Exercises
71
Exercise 3a:
Geographic Information
<ead><archdesc><controlaccess>
<geogname>
Find “Brody, Galicia” and replace with “Brody
(Ukraine)”
</geogname>
IV. Exercises
72
Exercise 3a:
Geographic Information
Add the LC authority file number for “Brody
(Ukraine)”.
IV. Exercises
73
Exercise 3b:
Geographic Information
Go to LC authorities: http://id.loc.gov
Search for Brody (Ukraine)
<ead><archdesc><controlaccess>
<geogname encodinganalog="651bb0$a"
role="subject" source="lcsh"
authfilenumber="n88212572">Brody
(Ukraine)</geogname>
IV. Exercises
74
Exercise 3b:
Geographic Information
IV. Exercises
75
Exercise 3b:
Geographic Information
The addendum you are given is one folder,
consisting of material in Polish from a 2002
conference about Roth.
Add this folder to Series II: Addenda, and update
the rest of the finding aid accordingly.
IV. Exercises
76
Exercise 4:
Adding a New Folder
The addendum you are given is one folder,
consisting of material in Polish from a 2002
conference about Roth.
Add this folder to Series II: Addenda, and update
the rest of the finding aid accordingly.
IV. Exercises
77
Exercise 4:
Adding a New Folder
"
What needs to be added?
Where in the finding aid?
IV. Exercises
78
Exercise 4a:
Adding the Folder
<ead><archdesc><dsc><c01 level="series">
<c02>
<did>
<container type="box">2</container>
<container type="folder">3</container>
<unittitle>Polish conference</unittitle>
<unitdate>2002</unitdate>
</did>
</c02>
IV. Exercises
79
Exercise 4a:
Adding the Folder
Does the date information need to be updated?
IV. Exercises
80
Exercise 4b:
Updating the Dates
Series-level date:
<ead><archdesc><dsc><c01 level="series"><did>
<unitdate normal="1985/2002"
type="inclusive">1985-2002</unitdate>
NB: Also at the collection level (high-level did), in
the arrangement note, and in the title.
IV. Exercises
81
Exercise 4b:
Updating the Dates
Collection-level date:
<ead><archdesc><did>
Arrangement note date:
<ead><archdesc><arrangement>
Title date:
<ead><eadheader><filedesc><titlestmt>
IV. Exercises
82
Exercise 4b:
Updating the Dates
Find the existing language information, and see if
you can understand the format. Add Polish to
the list of languages, at both the series and the
collection levels.
IV. Exercises
83
Exercise 4c:
Updating the Language
<language langcode="pol">Polish</language>
ISO639-2 code
(id.loc.gov)
IV. Exercises
84
Exercise 4c:
Updating the Language
<ead><archdesc><did> and
<ead><archdesc><dsc><c01 level="series"><did>
<langmaterial>This series is in <language
langcode="ger">German</language>,
<language langcode="eng">English</language>, and
<language
langcode="pol">Polish</language>.</langmaterial>
IV. Exercises
85
Exercise 4c:
Updating the Language
Add one sentence to the Series II scope note
reflecting the additional folder.
IV. Exercises
86
Exercise 4d:
Updating the Series II Scope Note
<ead><archdesc><dsc><c01
level="series"><scopecontent><p>This series
consists of material that was added to the
collection after the inventory was drafted and
the bulk of the collection organized. […] Also
included are materials from a 2002 conference in
Poland.</p></scopecontent>
IV. Exercises
87
Exercise 4d:
Updating the Series II Scope Note
Link to the digitized version of the material in the
additional folder using this link:
http://bit.ly/x7944b
IV. Exercises
88
Exercise 5:
Adding a link to the digital object
<ead><archdesc><dsc><c01 level="series">
<c02>
<did>[…]</did>
<dao href="http://bit.ly/x7944b"
actuate="onrequest" show="new"/>
</c02>
IV. Exercises
89
Exercise 5:
Adding a link to the digital object
The head archivist has asked you to print out
copies of your EAD finding aid for the reading
room. Create a print-friendly HTML file.
IV. Exercises
90
Exercise 6:
Creating a Print-Friendly File
Find a stylesheet and save it in your EAD folder.
(We’ve done this for you – thanks Syracuse!)
Change the stylesheet declaration:
<?xml-stylesheet type="text/xsl" href="eadprint-su.xsl"?>
IV. Exercises
91
Exercise 6:
Creating a Print-Friendly File
IV. Exercises
92
Exercise 6:
Creating a Print-Friendly File
The head librarian has asked you to supply a MARC
record for your archival collection. Generate a
MARCXML record from this EAD.
IV. Exercises
93
Exercise 7:
Generating a MARC Record
Find an appropriate stylesheet.
(We’ve done this for you)
Set up a new transformation scenario.
IV. Exercises
94
Exercise 7:
Generating a MARC Record
IV. Exercises
95
Exercise 7:
Generating a MARC Record
IV. Exercises
96
Exercise 7:
Generating a MARC Record
IV. Exercises
97
Exercise 7:
Generating a MARC Record
IV. Exercises
98
Exercise 7:
Generating a MARC Record
IV. Exercises
99
Exercise 7:
Generating a MARC Record
IV. Exercises
100
Exercise 7:
Generating a MARC Record
The first step in migrating existing finding aids to
EAD 3.0 is to convert from DTD-based to schema-
based files. Convert a DTD-based finding aid to a
schema-based finding aid.
IV. Exercises
101
Exercise 8:
Converting from DTD to Schema
Find an appropriate stylesheet.
(dtd2schema_metro.xsl)
Set up and run a new transformation scenario.
(Follow the directions in exercise 7)
IV. Exercises
102
Exercise 8a:
Converting from DTD to Schema
IV. Exercises
103
Exercise 8b:
Converting from DTD to Schema
There is improperly coded data in the “normal”
attribute of the <date> tag (see the error
message). Fix this.
IV. Exercises
104
Exercise 8b:
Converting from DTD to Schema
Dates are encoded in the format YYYY-MM:
IV. Exercises
105
Exercise 8b:
Converting from DTD to Schema
Note also that attributes governing link behavior
have been converted to comply with Xlink:
IV. Exercises
106
Questions?
Resources
107
EAD Tools
Resources
108
Tinker!
• Gentle Introduction to XML
• EAD Cookbook
• A free XML editor
• Library of Congress EAD files
Resources
109
Download via Slideshare:
http://www.slideshare.net/archivistkevin/introduction-to-ead
Twitter @archivistkevin
Thank you!
110

More Related Content

PPTX
RDF data model
PPT
Web ontology language (owl)
PDF
Semantic web
PPTX
The Semantic Web #9 - Web Ontology Language (OWL)
PPTX
Webometrics
PDF
Evaluation in Information Retrieval
PDF
Chapter 1 semantic web
PPTX
Semantic Web - Ontologies
RDF data model
Web ontology language (owl)
Semantic web
The Semantic Web #9 - Web Ontology Language (OWL)
Webometrics
Evaluation in Information Retrieval
Chapter 1 semantic web
Semantic Web - Ontologies

What's hot (20)

PPT
A Brief Introduction to Encoded Archival Description
PDF
Indexing language concept types and characteristics
PDF
Inis ppt
PPTX
RDF Data Model
PPT
Introduction to Metadata
PPTX
Dspace software
PPT
Encoded Archival Description (EAD)
PPTX
EAD, MARC and DACS
PDF
Information storage and retrieval
PPTX
Introduction to DSpace
PPTX
Thesaurus 2101
DOCX
Open source search engine
PPTX
Ontology and Ontology Libraries: a Critical Study
PPTX
Beyond MARC: BIBFRAME and the Future of Bibliographic Data
PPT
Thesauri
PPT
Bibliographic coupling
PPTX
Linked Data: principles and examples
A Brief Introduction to Encoded Archival Description
Indexing language concept types and characteristics
Inis ppt
RDF Data Model
Introduction to Metadata
Dspace software
Encoded Archival Description (EAD)
EAD, MARC and DACS
Information storage and retrieval
Introduction to DSpace
Thesaurus 2101
Open source search engine
Ontology and Ontology Libraries: a Critical Study
Beyond MARC: BIBFRAME and the Future of Bibliographic Data
Thesauri
Bibliographic coupling
Linked Data: principles and examples
Ad

Similar to Introduction to EAD (20)

PPTX
EAD - QC GSLIS 730
PPTX
EAD_MIAP_20161128
PPTX
PPTX
EAD at Metro 09-25-13
PPTX
Pratt EAD -
PPTX
EAD Workshop, Queens College, 4-22-2013
PPTX
QC EAD 11-07-12
PPTX
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
PPT
Tthornton code4lib
PPTX
AAT LOD Microthesauri
PDF
Technical Challenges and Approaches to Build an Open Ecosystem of Heterogeneo...
PDF
Technical Challenges and Approaches to Build an Open Ecosystem of Heterogeneo...
PDF
Technical Challenges and Approaches to Build an Open Ecosystem of Heterogeneo...
PPTX
Using the Archivists' Toolkit: Hands-on practice and related tools
PPTX
Optimized index structures for querying rdf from the web
PPTX
ISOcat to LMF to TEI
PPTX
Cataloging with MarcEdit
DOCX
Lab manual etl
PDF
MarcEdit and OCLC Integration -- Summer ALA 2014
PDF
International Journal of Engineering Research and Development (IJERD)
EAD - QC GSLIS 730
EAD_MIAP_20161128
EAD at Metro 09-25-13
Pratt EAD -
EAD Workshop, Queens College, 4-22-2013
QC EAD 11-07-12
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Tthornton code4lib
AAT LOD Microthesauri
Technical Challenges and Approaches to Build an Open Ecosystem of Heterogeneo...
Technical Challenges and Approaches to Build an Open Ecosystem of Heterogeneo...
Technical Challenges and Approaches to Build an Open Ecosystem of Heterogeneo...
Using the Archivists' Toolkit: Hands-on practice and related tools
Optimized index structures for querying rdf from the web
ISOcat to LMF to TEI
Cataloging with MarcEdit
Lab manual etl
MarcEdit and OCLC Integration -- Summer ALA 2014
International Journal of Engineering Research and Development (IJERD)
Ad

Recently uploaded (20)

PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Pre independence Education in Inndia.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Basic Mud Logging Guide for educational purpose
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Cell Structure & Organelles in detailed.
PDF
Computing-Curriculum for Schools in Ghana
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Cell Types and Its function , kingdom of life
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Pre independence Education in Inndia.pdf
VCE English Exam - Section C Student Revision Booklet
Basic Mud Logging Guide for educational purpose
102 student loan defaulters named and shamed – Is someone you know on the list?
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Cell Structure & Organelles in detailed.
Computing-Curriculum for Schools in Ghana
2.FourierTransform-ShortQuestionswithAnswers.pdf
Microbial disease of the cardiovascular and lymphatic systems
PPH.pptx obstetrics and gynecology in nursing
Cell Types and Its function , kingdom of life

Introduction to EAD

Editor's Notes

  • #3: http://www.flickr.com/photos/carowallis1/2314716161/sizes/m/in/photostream/ Will be available on slideshare – many links on images and in text in the later portion of the presentation
  • #4: https://secure.flickr.com/photos/cordlesscorey/3365173969/sizes/m/in/photostream/
  • #7: Familiar with html? Similar (tags aka mark-up), but data structure, not display XML (eXtensible Markup Language): set of rules for structuring data via markup
  • #9: DTD and schema define the buckets; the list of tags in the tag library (we’ll see later) is defined here. Move to schema is coming; more flexible; not something you need to know right away http://www.flickr.com/photos/linneberg/4481309196/sizes/m/in/photostream/
  • #10: http://www.flickr.com/photos/johnkay/3539126525/sizes/m/in/photostream/ Note that it is hierarchical – nested. Parent elements apply to child elements.
  • #11: Encoding standards are rules for defining buckets; content standards are rules for the information inside http://www.flickr.com/photos/linneberg/4481309196/sizes/m/in/photostream/ Xml, EAD, MARC are ways to structure your data, they are not the same as the descriptive data such as the finding aid, the catalog record, etc.
  • #12: http://www.archivists.org/glossary/term_details.asp?DefinitionKey=66 http://www.flickr.com/photos/osuarchives/3427510628/sizes/m/in/photostream/
  • #14: EAD cookbook
  • #17: An EAD-encoded finding aid is split into info about institution/FA (metametadata) and info about materials (the finding aid)
  • #20: id.loc.gov <p> to structure text
  • #25: So-called “empty element” – all the data is within the tag
  • #32: Looking at the real thing
  • #36: Extremely unlikely you will be asked to type it all out by hand. Temples, programs, guidance.
  • #37: Software is free (like kittens, not like beer) Designed by archivists: interface is intuitive Manages most common archival processes Designed for metadata standards Output – html, ead Built on a database (MySQL)
  • #38: “ICA-AtoM is web-based archival description software that is based on International Council on Archives ('ICA') standards. 'AtoM' is an acronymn for 'Access to Memory'.”
  • #39: Basic, powerful XML editor. You can safely ignore about 95% of the buttons and drop-downs, but will do things like suggest valid tags and attributes, close tags, and validate as you go. This is what we use.
  • #40: Software is free (like kittens, not like beer) Designed by archivists: interface is intuitive Manages most common archival processes Designed for metadata standards Output – html, ead Built on a database (MySQL)
  • #41: http://www.loc.gov/ead/tglib/element_index.html
  • #42: http://www2.archivists.org/standards
  • #45: XSLT (Extensible Stylesheet Language Transformations) is a declarative, XML-based language used for the transformation of XML documents. Here, the EAD tag processinfo is converted into HTML.
  • #46: XSLT (Extensible Stylesheet Language Transformations) is a declarative, XML-based language used for the transformation of XML documents. Here, the EAD tag processinfo is converted into HTML.
  • #52: Results returned a correct level of hierarchy, linking back to full finding aid.
  • #53: http://www.slideshare.net/mikerush/ead-revision-progress-report-20120808
  • #54: http://www.slideshare.net/mikerush/ead-revision-progress-report-20120808
  • #55: http://www.slideshare.net/mikerush/ead-revision-progress-report-20120808
  • #56: https://secure.flickr.com/photos/flik/172629460/sizes/z/in/photostream/
  • #57: http://www.loc.gov/pictures/collection/cph/item/2005681364/resource/
  • #63: XSLT (Extensible Stylesheet Language Transformations) is a declarative, XML-based language used for the transformation of XML documents. Here, the EAD tag processinfo is converted into HTML.
  • #67: We’ll be logically consistent, but in real world there are more things to correct and consider.
  • #89: http://www.archive.org/stream/josephroth_07_reel07#page/n563/mode/1up
  • #92: Stylesheet created by Michele Combs of Syracuse.
  • #93: Stylesheet created by Michele Combs of Syracuse.
  • #103: http://www.loc.gov/ead/eadschema.html
  • #107: https://secure.flickr.com/photos/loneblackrider/315302588/sizes/l/in/photostream/
  • #108: https://secure.flickr.com/photos/elnegro/233434144/sizes/z/in/photostream/
  • #109: http://www.oclc.org/research/publications/library/2010/2010-04.pdf
  • #111: Links are in comments and in slides