SlideShare a Scribd company logo
1 of 100
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
EAD Finding Aid
II. Finding Aid
25
oXygen Setup
26
II. Finding Aid
1. Start the oXygen XML editor program
2. Open “JosephRoth.xml” found in the EAD
folder on the desktop
oXygen Setup
27
II. Finding Aid
III. Implementation
28
III. Implementation:
Creating EAD
29
Archivists’ Toolkit
III. Implementation: Creating EAD
30
Archon
III. Implementation: Creating EAD
31
oXygen
III. Implementation: Creating EAD
32
NoteTab
III. Implementation: Creating EAD
33
Dreamweaver
III. Implementation: Creating EAD
34
EADitor
III. Implementation: Creating EAD
35
Notepad
III. Implementation: Creating EAD
36
EAD Tag Library
III. Implementation: Creating EAD
37
SAA Standards Portal
III. Implementation: Creating EAD
38
III. Implementation:
Using EAD
39
Now What?
III. Implementation: Using EAD
40
XSLT
III. Implementation: Using EAD
41
XSLT
42
III. Implementation: Using EAD
EAD to HTML
III. Implementation: Using EAD
43
EAD to HTML with DC
III. Implementation: Using EAD
44
EAD to HTML
III. Implementation: Using EAD
45
EAD to PDF
III. Implementation: Using EAD
46
EAD to MARC
III. Implementation: Using EAD
47
Other Uses
• Integration with other standards (e.g. EAC-CPF)
• Open Archives Initiative – Protocol for Metadata
Harvesting (OAI-PMH)
III. Implementation: Using EAD
48
Other Uses
• EAD consortia
• Metadata for digitized collections
• Faceted searching
• Bulk updates
III. Implementation: Using EAD
49
Why Use EAD?
• EAD is an internationally-adopted standard
• EAD paves the path to a structured data future
Combs et al, 2010: Over, Under, Around, and Through: Getting Around Barriers to
EAD Implementation
III. Implementation: Using EAD
50
The Future of EAD
• Alpha release of new schema, documentation,
and migration tools, August 2012
• Public presentations (SAA Annual Meeting,
webinars, etc.), August 2012
• 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
2012-03-19 email to EAD listserv from Technical Subcommittee for EAD
III. Implementation: Using EAD
51
Relax!
III. Implementation: Using EAD
52
IV. Exercises
53
Exercise Setup
54
IV. Exercises
1. Start the oXygen XML Editor program
2. Open “JosephRoth.xml” found in the EAD
folder on the desktop
Exercise How To
55
IV. Exercises
Exercise How To
56
IV. Exercises
Exercise How To
57
IV. Exercises
Exercise How To
58
IV. Exercises
How does this work? XSLT!
59
IV. Exercises
Exercise How To
60
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
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
61
Austrian writer Joseph Roth (1894-1939)
Exercise 1: Housekeeping
Update the information in the <eadheader>
section to reflect your contribution.
IV. Exercises
62
Exercise 1: Housekeeping
<ead><eadheader><filedesc><titlestmt>
<author>Processed by Stanislav Pejša.
Addendum processed by [your name].</author>
IV. Exercises
63
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
64
Exercise 2:
Biographical Information
<ead><archdesc>
<bioghist><p>
Find “Mario” and replace with “Maria”
</p></bioghist>
IV. Exercises
65
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
66
Exercise 3a:
Geographic Information
<ead><archdesc><controlaccess>
<geogname>
Find “Brody, Galicia” and replace with “Brody
(Ukraine)”
</geogname>
IV. Exercises
67
Exercise 3a:
Geographic Information
Add the LC authority file number for “Brody
(Ukraine)”.
IV. Exercises
68
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
69
Exercise 3b:
Geographic Information
IV. Exercises
70
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
71
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
72
Exercise 4:
Adding a New Folder
"
What needs to be added?
Where in the finding aid?
IV. Exercises
73
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
74
Exercise 4a:
Adding the Folder
Does the date information need to be updated?
IV. Exercises
75
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
76
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
77
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
78
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
79
Exercise 4c:
Updating the Language
<language langcode="pol">Polish</language>
ISO639-2 code
(id.loc.gov)
IV. Exercises
80
Exercise 4c:
Updating the Language
Add one sentence to the Series II scope note
reflecting the additional folder.
IV. Exercises
81
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
82
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
83
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
84
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
85
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
86
Exercise 6:
Creating a Print-Friendly File
IV. Exercises
87
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
88
Exercise 7:
Generating a MARC Record
Find an appropriate stylesheet.
(We’ve done this for you)
Set up a new transformation scenario.
IV. Exercises
89
Exercise 7:
Generating a MARC Record
IV. Exercises
90
Exercise 7:
Generating a MARC Record
IV. Exercises
91
Exercise 7:
Generating a MARC Record
IV. Exercises
92
Exercise 7:
Generating a MARC Record
IV. Exercises
93
Exercise 7:
Generating a MARC Record
IV. Exercises
94
Exercise 7:
Generating a MARC Record
IV. Exercises
95
Exercise 7:
Generating a MARC Record
IV. Exercises
96
Questions?
Resources
97
EAD Tools
Resources
98
Tinker!
• Gentle Introduction to XML
• EAD Cookbook
• A free XML editor
• Library of Congress EAD files
Resources
99
Download via Slideshare:
http://www.slideshare.net/archivistkevin/metro-ead
Twitter @archivistkevin
Thank you!
100

More Related Content

Similar to Metropolitan New York Library Council EAD Workshop

A Brief Introduction to Encoded Archival Description
A Brief Introduction to Encoded Archival DescriptionA Brief Introduction to Encoded Archival Description
A Brief Introduction to Encoded Archival DescriptionKevin Schlottmann
 
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...Michael Rush
 
DBpedia Framework - BBC Talk
DBpedia Framework - BBC TalkDBpedia Framework - BBC Talk
DBpedia Framework - BBC TalkGeorgi Kobilarov
 
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...
Technical Challenges and Approaches to Build an Open Ecosystem of Heterogeneo...Ricard de la Vega
 
API Training Hands-on - EUDAT Summer School
API Training Hands-on - EUDAT Summer SchoolAPI Training Hands-on - EUDAT Summer School
API Training Hands-on - EUDAT Summer SchoolEUDAT
 
AAT LOD Microthesauri
AAT LOD MicrothesauriAAT LOD Microthesauri
AAT LOD MicrothesauriMarcia Zeng
 
Association rule visualization technique
Association rule visualization techniqueAssociation rule visualization technique
Association rule visualization techniquemustafasmart
 
Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)
Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)
Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)Jaewook Byun
 
Validating statistical Index Data represented in RDF using SPARQL Queries: Co...
Validating statistical Index Data represented in RDF using SPARQL Queries: Co...Validating statistical Index Data represented in RDF using SPARQL Queries: Co...
Validating statistical Index Data represented in RDF using SPARQL Queries: Co...Jose Emilio Labra Gayo
 
Preservation Metadata, CARLI Metadata Matters series, December 2010
Preservation Metadata, CARLI Metadata Matters series, December 2010Preservation Metadata, CARLI Metadata Matters series, December 2010
Preservation Metadata, CARLI Metadata Matters series, December 2010Claire Stewart
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011djmichael156
 
Btech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdfBtech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdfAdityaBhateja1
 

Similar to Metropolitan New York Library Council EAD Workshop (20)

QC EAD 11-07-12
QC EAD 11-07-12QC EAD 11-07-12
QC EAD 11-07-12
 
EAD at Metro 09-25-13
EAD at Metro 09-25-13EAD at Metro 09-25-13
EAD at Metro 09-25-13
 
A Brief Introduction to Encoded Archival Description
A Brief Introduction to Encoded Archival DescriptionA Brief Introduction to Encoded Archival Description
A Brief Introduction to Encoded Archival Description
 
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
 
DBpedia Framework - BBC Talk
DBpedia Framework - BBC TalkDBpedia Framework - BBC Talk
DBpedia Framework - BBC Talk
 
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...
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...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...
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...
 
API Training Hands-on - EUDAT Summer School
API Training Hands-on - EUDAT Summer SchoolAPI Training Hands-on - EUDAT Summer School
API Training Hands-on - EUDAT Summer School
 
AAT LOD Microthesauri
AAT LOD MicrothesauriAAT LOD Microthesauri
AAT LOD Microthesauri
 
Association rule visualization technique
Association rule visualization techniqueAssociation rule visualization technique
Association rule visualization technique
 
Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)
Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)
Introduction to GS1 EPCIS standard and Oliot EPCIS X (EPCIS v2.0 prototype)
 
Validating statistical Index Data represented in RDF using SPARQL Queries: Co...
Validating statistical Index Data represented in RDF using SPARQL Queries: Co...Validating statistical Index Data represented in RDF using SPARQL Queries: Co...
Validating statistical Index Data represented in RDF using SPARQL Queries: Co...
 
final ppt.pptx
final ppt.pptxfinal ppt.pptx
final ppt.pptx
 
final ppt.pptx
final ppt.pptxfinal ppt.pptx
final ppt.pptx
 
Preservation Metadata, CARLI Metadata Matters series, December 2010
Preservation Metadata, CARLI Metadata Matters series, December 2010Preservation Metadata, CARLI Metadata Matters series, December 2010
Preservation Metadata, CARLI Metadata Matters series, December 2010
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011
 
Btech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdfBtech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdf
 
2016-07-06-openphacts-docker
2016-07-06-openphacts-docker2016-07-06-openphacts-docker
2016-07-06-openphacts-docker
 

Recently uploaded

Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
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🔝
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
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🔝
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Metropolitan New York Library Council EAD Workshop

Editor's Notes

  1. 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
  2. https://secure.flickr.com/photos/cordlesscorey/3365173969/sizes/m/in/photostream/
  3. 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
  4. 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/
  5. http://www.flickr.com/photos/johnkay/3539126525/sizes/m/in/photostream/ Note that it is hierarchical – nested. Parent elements apply to child elements.
  6. 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.
  7. http://www.archivists.org/glossary/term_details.asp?DefinitionKey=66 http://www.flickr.com/photos/osuarchives/3427510628/sizes/m/in/photostream/
  8. EAD cookbook
  9. An EAD-encoded finding aid is split into info about institution/FA (metametadata) and info about materials (the finding aid)
  10. id.loc.gov <p> to structure text
  11. So-called “empty element” – all the data is within the tag
  12. Looking at the real thing
  13. Extremely unlikely you will be asked to type it all out by hand. Temples, programs, guidance.
  14. 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)
  15. Web-based, but still need MySQL backend EAD import/export SAA archon webinar Sandbox on archon website: <http://www.archon.org/sandbox.php> Going to be combined with AT
  16. 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.
  17. Notetab Pro Text editor In conjunction with free downloads from EAD Cookbook Free, once installed reasonably friendly
  18. https://code.google.com/p/eaditor/ More complex but powerful tool – works on native XML, not database (like AT/archon). For the pro implementor.
  19. A simple text editor – OK for simple tinkering; hard to actually use.
  20. http://www.loc.gov/ead/tglib/element_index.html
  21. http://www2.archivists.org/standards
  22. 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.
  23. 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.
  24. Hard to predict, but the data are structured so you can be flexible. http://www.oclc.org/research/publications/library/2010/2010-04.pdf
  25. Hard to predict, but the data are structured so you can be flexible. http://www.oclc.org/research/publications/library/2010/2010-04.pdf
  26. https://secure.flickr.com/photos/flik/172629460/sizes/z/in/photostream/
  27. http://www.loc.gov/pictures/collection/cph/item/2005681364/resource/
  28. 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.
  29. We’ll be logically consistent, but in real world there are more things to correct and consider.
  30. http://www.archive.org/stream/josephroth_07_reel07#page/n563/mode/1up
  31. Stylesheet created by Michele Combs of Syracuse.
  32. Stylesheet created by Michele Combs of Syracuse.
  33. https://secure.flickr.com/photos/loneblackrider/315302588/sizes/l/in/photostream/
  34. https://secure.flickr.com/photos/elnegro/233434144/sizes/z/in/photostream/
  35. http://www.oclc.org/research/publications/library/2010/2010-04.pdf
  36. Links are in comments and in slides