SlideShare a Scribd company logo
Decoding and
 Developing the Online
      Finding Aid
 as a Building Block to understand
XML, EAD, and Web Development
        Kent Gerber
        Bethel University Digital Library
        Library Technology Conference
What I Am...
Digital Library Manager

Curious

Interested in Learning Together

Passionate About the Future of Libraries
What I Am NOT...
Archivist

Web Programmer

An Expert - I'm Still Learning
Learning Objectives
After this session I hope you will...
•  Be able to demonstrate basic understanding
   of structure and function of XML
•  Be able to recognize and understand basic
   elements of Encoded Archival Description
•  Understand how XML and EAD work to
   create Finding Aids
•  Apply XML knowledge to other Digital
   Projects
Building Blocks
Today's Outline
 Introduction and Purpose
                             2:30 - 2:45
 (Part 1)
 HTML and XML                2:45 - 3:10
 EAD Basics                  3:10 - 3:30
 Break                       3:30 - 3:45
 EAD, Stylesheets, and
                             3:45 - 4:30
 CONTENTdm
 Other Fun Stuff - Digital
                             4:30 - 4:45
 Humanities, Web
Project Example
Papers of Carl H. Lundquist
Starting from this...
[image of boxes in Archive]
To this...
[screenshot of Excel spreadsheet]
To this...
[XML document of Finding Aid]
                                To This...
Finally, to this...
Some Tools to Build With...
Some Tools to Build With...
Activate Your Oxygen License
http://www.thechickenchronicles.com/2010/03/bumpy-beaks.html
http://www.thechickenchronicles.com/2010/03/bumpy-beaks.html
Markup Languages Flavors of ...ML
"Mark-up" documents for processing

Ensure that processing instructions do not get
 printed

Our Root Element:
<markup_language>
Workshop Resource Guide
http://libguides.bethel.edu/eadfindingaids
<markup_language>
 <html>


Hypertext Markup Language
           HTML


  </html>
</markup_language>
Describing Archives: A Content
Standard
<!DOCTYPE html>
<html>
  <body>
     <h1>Describing Archives</h1>
     <h2>Society of American Archivists</h2>
     <p>2004</p>
     <p>9781931666084</p>
     <p>35.00</p>
   </body>
</html>
HTML Exercise
W3Schools
Make a table -

<table>
<tr><td>..</td><td>..</td></tr>(x2)
</table>
HTML: Important Takeaways
Markup language uses tags that work in pairs

Tags format and organize the text between
  the pairs

Tags do not appear in the browser or
  viewable document

HTML tag's functions are fixed
<markup_language>
 <html></html>
 <xml>


eXtensible Markup Language
            XML

 </xml>
<markup_language>
XML
Why?
XML is the most common tool for data
 transmissions between all sorts of
 applications

Flexible and can be modified and used for
  different kinds of data
XML
<?xml version="1.0" encoding="UTF-8"?>
<book>
  <title>Describing Archives</title>
  <author>Society American Archivists</author>
  <date>2004</date>
  <identifier>9781931666084</identifier>
  <price>
      <us>35.00</us>
      <canada>45.00</canada>
  </price>
Make Your Own XML file
Tour of Oxygen
Jennifer Widom 3 parts of XML
https://www.youtube.com/watch?feature=player
  _embedded&v=x8kMELlNaYg#t=01m15s

Element
Attribute
Text
XML with attributes
<?xml version="1.0" encoding="UTF-8"?>
<book>
  <title>Describing Archives</title>
  <author ID="8970">Society American
  Archivists</author>
  <date>2004</date>
  <identifier type="ISBN"> 9781931666084
  </identifier>
  <price currency="dollars">35.00</price>
</book>
Three Levels of XML Strictness


Well-formed

Valid (DTD - more strict)
  EAD DTD start at eadheader element

Valid (Schema - strictest)
  EAD Schema
XML Takaways
Encodes meaning (HTML does not)

Can transfer data across software systems

Flexible and powerful when partnered with
  standards
<markup_language>
 <html></html>
 <xml>
   <ead>
Encoded Archival Description
           EAD
   </ead>
 </xml>
<markup_language>
Encoded Archival Description
Getting Started
  Bethel's EAD Manual

  Condensed version of Indiana University's
  EAD Manual
Major Sections
<eadheader>
Information about the Finding Aid itself

<archdesc>
Information about the items in the Finding Aid
Heart of the Finding Aid

<dsc>
description of subordinate components
List of items
Encoded Archival Description
Additional Resources

  Describing Archival Collections (DACS)

  Library of Congress EAD Homepage

  Stylesheets
  EAD Cookbook
     CONTENTdm resources based on these
See a Sample EAD document
Open EAD file in Oxygen
  NWDA template

Bethel's version
  Elements and attributes filled out

  Review outline of elements
Sample EAD
Change some items to your institution's
 information

eadid @mainagencycode @url

XPath
/ead/eadheader/filedesc/publicationstmt/publisher
EAD and the DTD
Tried to revise the <eadheader> and add
  <revisiondesc>

Used DTD to figure out what to add
BREAK
<markup_language>
  <html></html>
  <xml>
     <ead>
        <xslt>
eXtensible Stylesheet
 Language Transformations
            XSLT
        </xslt>
     </ead>
  </xml>
<markup_language>
StyleSheets and HTML exercise
<head> <style>body { background-
  color:#d0e4fe; } h1 { color:orange; text-
  align:center; } h2 { text-align:right; } p {
  color:red; font-family:"Times New Roman";
  font-size:20px; } </style> </head>

Back to W3Schools HTML
Demo
XML has a partner too
XSLT

XSLT tutorial in W3Schools

Bookstore file example
Some Early Questions
What do you put in the XML/EAD document
 and what is displayed through the style
 sheets?

What "types" can you use in the c01,
 containers?
Box, binder, folder?

What do the c01, c02 tags and how are they
 organized?
Problem
 with
 Display
Desired
Display
Fixing the Display
Files needed:
EAD xml file
Stylesheet - Contentdm fullfindingaid.xsl

Software:
Notepad++
Oxygen (for transformation)
Browser (to see results)
Fixing the Display
CONTENTdm Load Example
Questions?
Kent Gerber
Email:
kent-gerber@bethel.edu
Twitter:
ktkgerber
Coding Blog:
http://librariancs101.wordpress.com

More Related Content

What's hot

Xml presentation
Xml presentationXml presentation
Xml presentation
Miguel Angel Teheran Garcia
 
XML and XSLT
XML and XSLTXML and XSLT
XML and XSLT
Andrew Savory
 
Unit iv xml dom
Unit iv xml domUnit iv xml dom
Unit iv xml dom
smitha273566
 
Xml Lecture Notes
Xml Lecture NotesXml Lecture Notes
Xml Lecture Notes
Santhiya Grace
 
XML for beginners
XML for beginnersXML for beginners
XML for beginners
safysidhu
 
Html (1)
Html (1)Html (1)
Html (1)
smitha273566
 
Dom date and objects and event handling
Dom date and objects and event handlingDom date and objects and event handling
Dom date and objects and event handling
smitha273566
 
Xml p2 Lecture Notes
Xml p2 Lecture NotesXml p2 Lecture Notes
Xml p2 Lecture Notes
Santhiya Grace
 
Xhtml
XhtmlXhtml
XML XSLT
XML XSLTXML XSLT
00 introduction
00 introduction00 introduction
00 introduction
Baskarkncet
 
XML
XMLXML
02 well formed and valid documents
02 well formed and valid documents02 well formed and valid documents
02 well formed and valid documents
Baskarkncet
 
fundamentals of XML
fundamentals of XMLfundamentals of XML
fundamentals of XML
hamsa nandhini
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
Maung Nyunt
 
Xml databases
Xml databasesXml databases
Xml databases
Srinivasan R
 
Intro xml
Intro xmlIntro xml
Intro xml
sana mateen
 

What's hot (20)

Xml presentation
Xml presentationXml presentation
Xml presentation
 
XML and XSLT
XML and XSLTXML and XSLT
XML and XSLT
 
XML Databases
XML DatabasesXML Databases
XML Databases
 
Unit iv xml dom
Unit iv xml domUnit iv xml dom
Unit iv xml dom
 
Xml Lecture Notes
Xml Lecture NotesXml Lecture Notes
Xml Lecture Notes
 
XML for beginners
XML for beginnersXML for beginners
XML for beginners
 
Html (1)
Html (1)Html (1)
Html (1)
 
Dom date and objects and event handling
Dom date and objects and event handlingDom date and objects and event handling
Dom date and objects and event handling
 
Xml p2 Lecture Notes
Xml p2 Lecture NotesXml p2 Lecture Notes
Xml p2 Lecture Notes
 
Xhtml
XhtmlXhtml
Xhtml
 
XML XSLT
XML XSLTXML XSLT
XML XSLT
 
00 introduction
00 introduction00 introduction
00 introduction
 
XML
XMLXML
XML
 
02 well formed and valid documents
02 well formed and valid documents02 well formed and valid documents
02 well formed and valid documents
 
fundamentals of XML
fundamentals of XMLfundamentals of XML
fundamentals of XML
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
23xml
23xml23xml
23xml
 
Xml databases
Xml databasesXml databases
Xml databases
 
Mdst 3559-02-01-html
Mdst 3559-02-01-htmlMdst 3559-02-01-html
Mdst 3559-02-01-html
 
Intro xml
Intro xmlIntro xml
Intro xml
 

Similar to Decoding and developing the online finding aid

Xml
XmlXml
Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)
STC-Philadelphia Metro Chapter
 
Class 1: Introductions
Class 1: IntroductionsClass 1: Introductions
Class 1: Introductions
Erika Tarte
 
Html
HtmlHtml
www.webre24h.com - [O`reilly] html and xhtml. pocket reference, 4th ed. - [...
www.webre24h.com - [O`reilly]   html and xhtml. pocket reference, 4th ed. - [...www.webre24h.com - [O`reilly]   html and xhtml. pocket reference, 4th ed. - [...
www.webre24h.com - [O`reilly] html and xhtml. pocket reference, 4th ed. - [...
webre24h
 
Fii Practic Frontend BeeNear - laborator 1
Fii Practic Frontend BeeNear - laborator 1Fii Practic Frontend BeeNear - laborator 1
Fii Practic Frontend BeeNear - laborator 1BeeNear
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Model
chomas kandar
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Modelchomas kandar
 
XML.pptx
XML.pptxXML.pptx
HTML literals, the JSX of the platform
HTML literals, the JSX of the platformHTML literals, the JSX of the platform
HTML literals, the JSX of the platform
Kenneth Rohde Christiansen
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
vaseemshaik21
 
FFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTMLFFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTML
Toni Kolev
 
HTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).pptHTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).ppt
Dianajeon3
 
Xml Publisher And Reporting To Excel
Xml Publisher And Reporting To ExcelXml Publisher And Reporting To Excel
Xml Publisher And Reporting To Excel
Duncan Davies
 
Xml
XmlXml
Xml
Anas Sa
 
Lesson4.9 a u4l2 html
Lesson4.9 a u4l2 htmlLesson4.9 a u4l2 html
Lesson4.9 a u4l2 html
Lexume1
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
vikasmittal92
 
HTML
HTMLHTML

Similar to Decoding and developing the online finding aid (20)

Xml
XmlXml
Xml
 
Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)
 
Class 1: Introductions
Class 1: IntroductionsClass 1: Introductions
Class 1: Introductions
 
HTML/CSS Lecture 1
HTML/CSS Lecture 1HTML/CSS Lecture 1
HTML/CSS Lecture 1
 
Html
HtmlHtml
Html
 
www.webre24h.com - [O`reilly] html and xhtml. pocket reference, 4th ed. - [...
www.webre24h.com - [O`reilly]   html and xhtml. pocket reference, 4th ed. - [...www.webre24h.com - [O`reilly]   html and xhtml. pocket reference, 4th ed. - [...
www.webre24h.com - [O`reilly] html and xhtml. pocket reference, 4th ed. - [...
 
Fii Practic Frontend BeeNear - laborator 1
Fii Practic Frontend BeeNear - laborator 1Fii Practic Frontend BeeNear - laborator 1
Fii Practic Frontend BeeNear - laborator 1
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Model
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Model
 
XML.pptx
XML.pptxXML.pptx
XML.pptx
 
HTML literals, the JSX of the platform
HTML literals, the JSX of the platformHTML literals, the JSX of the platform
HTML literals, the JSX of the platform
 
HTML 5
HTML 5HTML 5
HTML 5
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
 
FFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTMLFFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTML
 
HTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).pptHTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).ppt
 
Xml Publisher And Reporting To Excel
Xml Publisher And Reporting To ExcelXml Publisher And Reporting To Excel
Xml Publisher And Reporting To Excel
 
Xml
XmlXml
Xml
 
Lesson4.9 a u4l2 html
Lesson4.9 a u4l2 htmlLesson4.9 a u4l2 html
Lesson4.9 a u4l2 html
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
HTML
HTMLHTML
HTML
 

More from kgerber

Introduction to digital scholarship and digital humanities in the liberal art...
Introduction to digital scholarship and digital humanities in the liberal art...Introduction to digital scholarship and digital humanities in the liberal art...
Introduction to digital scholarship and digital humanities in the liberal art...
kgerber
 
Enterprise content management and digital libraries
Enterprise content management and digital librariesEnterprise content management and digital libraries
Enterprise content management and digital libraries
kgerber
 
The MOOChing Librarian ARLD Day 2013
The MOOChing Librarian ARLD Day 2013The MOOChing Librarian ARLD Day 2013
The MOOChing Librarian ARLD Day 2013
kgerber
 
Digital Libraries Digital Humanities: Current and Emerging Roles for Librarians
Digital Libraries Digital Humanities: Current and Emerging Roles for LibrariansDigital Libraries Digital Humanities: Current and Emerging Roles for Librarians
Digital Libraries Digital Humanities: Current and Emerging Roles for Librarianskgerber
 
Institutional repositories, digital asset management, and digitization
Institutional repositories, digital asset management, and digitizationInstitutional repositories, digital asset management, and digitization
Institutional repositories, digital asset management, and digitizationkgerber
 
Using Google Docs In Education
Using Google Docs In EducationUsing Google Docs In Education
Using Google Docs In Educationkgerber
 

More from kgerber (6)

Introduction to digital scholarship and digital humanities in the liberal art...
Introduction to digital scholarship and digital humanities in the liberal art...Introduction to digital scholarship and digital humanities in the liberal art...
Introduction to digital scholarship and digital humanities in the liberal art...
 
Enterprise content management and digital libraries
Enterprise content management and digital librariesEnterprise content management and digital libraries
Enterprise content management and digital libraries
 
The MOOChing Librarian ARLD Day 2013
The MOOChing Librarian ARLD Day 2013The MOOChing Librarian ARLD Day 2013
The MOOChing Librarian ARLD Day 2013
 
Digital Libraries Digital Humanities: Current and Emerging Roles for Librarians
Digital Libraries Digital Humanities: Current and Emerging Roles for LibrariansDigital Libraries Digital Humanities: Current and Emerging Roles for Librarians
Digital Libraries Digital Humanities: Current and Emerging Roles for Librarians
 
Institutional repositories, digital asset management, and digitization
Institutional repositories, digital asset management, and digitizationInstitutional repositories, digital asset management, and digitization
Institutional repositories, digital asset management, and digitization
 
Using Google Docs In Education
Using Google Docs In EducationUsing Google Docs In Education
Using Google Docs In Education
 

Recently uploaded

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 

Recently uploaded (20)

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 

Decoding and developing the online finding aid