Creating an EAD Finding Aid. Nicole Wilkins. SJSU School of Library and Information Science. Libr 281. Professor Mary Bolin.

Size: px
Start display at page:

Download "Creating an EAD Finding Aid. Nicole Wilkins. SJSU School of Library and Information Science. Libr 281. Professor Mary Bolin."

Transcription

1 1 Creating an EAD Finding Aid SJSU School of Library and Information Science Libr 281 Professor Mary Bolin November 30, 2009

2 2 Summary Encoded Archival Description (EAD) is a widely used metadata standard that was developed for archives to create machine-readable finding aids. The EAD standard has become a way for individual archives to store and present information for their patrons and it has created a standard structure for finding aids across the Unites States. American archivists have developed best practices and descriptive standards that allow them to share their metadata in union catalogs and in large multiorganization initiatives like the Online Archive of California. For this project, I have created an EAD based finding aid for a collection of photographic prints and negatives using the guidelines and tools developed by the Society of American Archivists. This paper describes the documentation, tutorials and templates, and software that I used to develop the finding aid. Introduction Creating metadata for archival collections has historically been an institution-specific endeavor. Descriptive standards for content and data structure were loosely followed by archives around the United States. Each archive developed their own internal standards for format and level of detail captured in their inventories and patron-facing descriptive documents. The introduction of the world wide web in the late 1980s and early 1990s prompted archivists to begin developing machine-readable finding aids that could be shared in union

3 3 catalogs or be made available on the web. The Encoded Archival Description (EAD) metadata standard was developed to help archives create metadata that could be easily translated into different formats from documents printed on paper, to MARC21 records used in library catalogs, to dynamically generated webpages. Since its introduction in 1998, EAD has become a professional standard for archival metadata creation. Knowledge and use of the EAD standard has become an essential part of archival practice in the United States. As a library and information science student focusing on archival studies, it is important for me to become familiar with the process of creating useful finding aids. This metadata project focuses on the creation an EAD finding aid for a collection of a few hundred photographic prints and negatives. I created this a collection of photographs over the last eight years while living in California, France, and The Netherlands. This project required me to organize the collection into useful series and sub-series, choose the type of information I would collect, work with common authority dictionaries, and use the information resources and tools provided by archival professionals for the creation of EAD finding aids. EAD EAD is a data structure standard has been implemented XML. It defines the type of data that can be captured and provides a structure for the data, but does not define the actual content of any of the fields. The structure itself is highly adaptable. EAD's DTD

4 4 describes146 elements that can be used to capture information about the finding aid itself (the author, any changes made since it was first created, who was responsible for the encoding, etc.), the collection as a whole, and any series, sub-series or individual items in the collection. It has a hierarchical structure, with elements lower in the structure inheriting information from those preceding it. This structure allows archivists to create groups of series and sub-series, with each smaller group naturally associated with the information of the larger group that it belongs to. Series inherit the information from the collection, and their series sub-series inherits the information from the large series as well as the collection as a whole. Finding aids only require a few data elements to be considered complete while at the same time providing a range of options that allow for very detailed descriptions of a collection. This flexibility allows archival repositories to choose the level of detail they wish to record from merely the name of the collection and its location in the stacks to a full description of each item - while still being a standardized, easily searchable, and adaptable finding aid. The EAD standard is maintained by the Network Development and MARC standards Office of the Library of Congress and the Society of American Archivists. It was designed with the following goals in mind (EAD Workgroup, 2002): 1. A goal of EAD is to make archival resources from many institutions accessible to users. To achieve this goal, EAD must accommodate a wide range of internationally divergent descriptive practices. The standard must be responsive to clearly articulated needs across the range of institutional or media-specific archival contexts. 2. EAD element and attribute names must be as universal as possible in both language and application to accommodate international interchange. At the same time, it is important to provide mechanisms to meet specific language or media output needs.

5 5 3. EAD addresses information about archival resources that is shared publicly. It is not a system for collections management activities such as the transfer of ownership, conservation, exhibition, use, storage or technical processing of materials. 4. EAD is a data structure and not a data content standard. It does not prescribe how one formulates the data that appears in any given data element - that is the role of external national or international data content standards. The EAD Tag Library illustrates the type of data that is intended to be included in an element to the extent necessary to correlate that element to a descriptive area in a particular content standard. At the same time, care must be taken to ensure compatibility with such external standards. 5. EAD is also a data communication format based on SGML/XML syntax. In some environments, archival description will be created and maintained using technologies such as relational or object-oriented databases, and EAD will be used principally as a transfer mechanism. In other situations, archives will manage descriptive data directly in SGML/XML-based systems. EAD must accommodate both environments. 6. EAD focuses on the structural content of archival description, not on its presentation. However, the standard must provide sufficient mechanisms to support output in a variety of formats. These may include traditional forms of finding aids such as registers, inventories, and lists of various sorts, as well as new output forms for both web display and print. 7. The EAD DTD specifies an order and grouping of elements to a limited degree. These are the internal structures of the DTD. For most output mechanisms using current technology, the order of elements within an EAD instance is irrelevant to the output of that data. Changes, as opposed to additions, to the structure will not be made simply to facilitate some output sequence or product. 8. Continuity of structure and content is an important factor in ensuring the acceptance and continued application of EAD. While the technological environment for EAD is complex and challenging to many institutions, the goals of EAD will be best served if technical barriers to its use are minimized. Changes to the DTD need to be as technically transparent as possible. In general terms this means a preference for adding rather than replacing elements and for ensuring that new versions of EAD are backward-compatible. The implementation of EAD in a widely used, internationally recognized standard like XML has greatly contributed to the adoption of the standard by archives. XML authoring tools used by web developers are excellent, inexpensive software packages that can be used by archives experimenting with using EAD at their organizations. The flexibility of the standard, ease of use, and wider support outside of the archival community is a huge benefit to the standard and to archivists using it.

6 6 Information Resources Creating EAD finding aids successfully requires several layers of knowledge and training. The first step in training is getting a working understanding of XML and XSLT. After understanding the basics of the markup language EAD uses, the specifics of EAD itself can be dealt with. This section will give a list of XML and EAD resources that I used when creating my finding aid. XML Information Resources EAD'S XML implementation allows archives to have a wide range of choices when putting together a project. XML is an internationally recognized standard that is used by web developers all over the world. Because of this, there are a wide range of excellent XML information resources and software tools for archives to chose from. Training XML training documents are relatively easy to find for free online. The W3Schools ( is an excellent resource for web developer training. The Norwegian based company has created an excellent set of training documents that cover HTML, CSS, XML, and XSLT among other web development tools. XML Editors

7 7 Although XML documents can be created using any text editor, it is extremely useful to use specialized XML editing software when creating these files. XML editors will validate your documents, meaning that they will check your XML documents against their DTD to make sure that you've followed the DTD's rules. They will also check to make sure that you haven't made errors like forgetting to close a tag. Most XML editors will also open XSLT and HTML files, allowing you to work on a whole project in one place. I used the Oxygen XML editor ( The editor is available for Linux, Windows or OSX and has a 30-day free trail. The software is excellent and provided an easy to use interface. EAD Information Resources Over the last ten years, the archival community has created a variety of EAD documentation and tools. The Library of Congress and the Society of American Archivists have taken the lead in providing archivists with support. Library of Congress The Library of Congress is responsible for maintaining the EAD standard and providing technical documentation for the community. The EAD schema and DTD are made available through their website - Along with the schema itself, they've created the Encoded Archival Description Tag Library. The tag library completely documents EAD elements. It describes each tag and its attributes, gives a description of what the tag is used for and where it is used

8 8 within an EAD document, and gives code examples. The examples used for each tag are part of a set larger EAD documents that are included in the library, giving EAD users concrete examples of how each tag fits into a larger whole. Crosswalks between MARC21 and EAD are also part of the tag library. In addition to technical information about EAD, the site includes a short history of the development of the standard as well as information about the design goals and philosophy of the team involved with creating the standard. Because of this combination of technical detail and development documentation, the Library of Congress's site is an excellent jumping off point for anyone interested creating their own EAD finding aids. Society of American Archivists The Library of Congress and the Society of America Archivists have worked closely together to create the EAD standard. While the LoC has taken on the responsibility for distributing the official technical documents for EAD, the SAA has become a sort of metadata repository for archivists working with EAD. The SAA's EAD roundtable group has created a website ( that has a wealth of information about EAD including a list of organizations who have used EAD to create finding aids, a section on articles and books that discuss different aspects of EAD implementation, training documents, and links to outside organizations that have developed EAD tools. The Tools and Helper Files section of the SAA website was especially helpful for this project. The

9 9 SAA's list of resources in this section gives archivists an idea of software packages that can be used to create their own XML files. It also had example XSLT files that provide a starting point for doing common tasks like transforming your EAD files from raw XML data into readable HTML pages, PDFs, or text files that can be used to create MARC21 records. This section also has a documentation package tilted The EAD Cookbook. Authored by Michael J. Fox in 2003, the Cookbook offers a step-by-step guide to creating an EAD finding aid. It breaks down EAD finding aids into different sections and gives suggestions as to what elements to use in each. The Cookbook comes with several XSLT files that will transform the EAD documents created according to the Cookbook's suggestions into HTML pages. The XSLT files are clearly written and commented so that it is easy to tinker with them to customize your own pages according to your needs. The Project The Collection I chose to use my own photographs as an archival collection to describe in a finding aid. This collection includes several hundred photographs taken between 2001 and The photographs include snapshots and portraits of friends and family; street photographs; architectural photographs; and travel photographs. The bulk of the photographs were taken in California (Oakland, Berkeley, and San Francisco) and western Europe. The collection includes both black and white and color photographs taken with a variety of cameras including a Polaroid Spectra instant camera

10 10 and several 35mm and 120mm film cameras. Goals My goals for this project were to: 1. Create a useful inventory of the collection that accurately reflects the organization and content of the collection. 2. Create a structure for the finding aid that would be easily expanded as the collection grows. The finding aid's descriptive text should allow for additions to each series and the organization of the series themselves should be structured in a way that would easily adapt to further additions without becoming unwieldy. 3. Create a finding aid that will be a useful example of a typical EAD implementation. I plan on using this document as part of a small tutorial. This means that I needed create a finding aid that had examples of the most common EAD elements and used a few different levels of description. Considerations Audience Defining the needs of the potential audience should be one of the first steps in any metadata project. The specific expectation and information needs of the final users of the metadata can guide choices as wide ranging as the tools you use, the organization of data, and the specific pieces of data that need to be captured. This finding aid had two intended audiences: myself and members of the library and archival community. These two audiences guided my choices in both organization and description of

11 11 my collection. The first audience is myself. This is analogous to the way that archives use finding aids internally as a way to keep an inventory of their collections. I wanted to create a finding aid that would allow me to glance at the document and have a good idea of where and how my items are organized and what is in each group of photographs. I also wanted to create a structure that would allow me to add new series and sub-series in the future. The second audience is the librarian and archivist communities. I will be using this finding aid as an example of my work in the future. This second, more public audience affected the information I chose to include in the document and how I chose to write the text. For instance, in an internal inventory of my collection, I would not need to include a biography or any copyright information, both of which I included in the finding aid. I chose to leave out lists of people featured in the photographs because that information wouldn't be useful to the general public unless someone featured became well known. I also chose to use the third person in the descriptions because it seemed useful to have more typical finding aid text when creating examples. Presentation Another consideration in creating this finding aid was how the text would be presented. Metadata creators need to find a balance between complete description and overwhelming amounts of information.

12 12 One issue that I dealt with in creating this finding aid was how detailed I should be about the geographic place names that I listed for each series. I started the project using city, state, region, and country names as part of my lists of geographic place names. A very detailed list would have been useful for me because I traveled extensively in 2006 and 2007, visiting small towns and villages in France, Belgium, Germany, and The Netherlands. However, after looking at how the list of place names displayed in a web browser, I discovered that the detailed list that I'd created was difficult to read. The list, although complete, actually made it harder to get an idea of what was in the collection. I chose to remove city names and most region names outside of the US unless I had lived there. The list that I ended up with is somewhat less complete but it does a better job of communicating the most important information. Interoperability My last consideration for the structure and content of the finding aid was interoperability. Although I did not plan to create a MARC21 crosswalk for this project, I wanted to make sure that the way information was captured in the EAD structure would allow me to pull information that would be useful in MARC21 records in the future. I used the crosswalk table that is provided with the EAD tag library as a guide to creating MARC21 adaptable records. I added an attribute with that noted the MARC21 field numbers that I thought would match closely with the element's content. Creating an XSLT file that would pull those specific elements should be a relatively easy task in the future. Process Organization

13 13 The first step in the project was the survey and organization of the materials I was describing. The items in the collection were already organized in rough chronological order. However, I still needed to go through and make notes about subjects and places that were represented. After creating a list of subjects and place names to use as part of the description, I worked on organizing items into series and sub-series. I could have organized the items by format (35mm, 120mm, and polaroids all in different series), by geographic location (for example, putting all the photographs of Italy together regardless of the year they were taken), or chronologically. In the end I chose to organize the collection using aspects of each method. I split the Polaroids and the more traditional photographs into separate series because I store them separately. The traditional negatives and prints were then organized into chronological order. I created three sub-series based on where I was living when I took the photographs. These sub-series had the added benefit of providing a very rough geographic organization because most of my photographs taken in the United States are from time periods when I lived in there. Likewise, most of my European traveling took place in the two years that I lived there. Description Once surveying and organizing the collection was finished, I started creating the finding aid. Cookbook After looking over EDA's tag library, I was at a bit of a loss as to how to begin creating my finding aid. The tag library had example finding aids and detailed descriptions of tags and attributes, but it lacked

14 14 information about best practices or any sort of step-by-step guide to using EAD. The SAA's metadata repository was much more helpful in this regard. The EAD Cookbook provided a basic structure for my EAD finding aid and the XSLT files that are part of the Cookbook's package made creating a webpage and a plain, printable document very easy. Authorities Although I chose not to include subject headings in this finding aid, I decided that geographic place names would be useful. I have worked with the Getty Thesaurus of Geographic Names ( in past projects, and this resource was very useful for this project as well. TGN records list the preferred and commonly used place names for thousands of locations. I chose to use the English preferred names if the official name was different in English than in the native language. In addition to providing official place names, each record has a unique numeric identification number. I used that number as part of each place name's attribute so that it could be referenced later. Creating the Finding Aid Once I'd organized my collection and chose the data that needed to be represent the finding aid, most of the rest of the work involved figuring out how to mark up data in EAD and adapting XSLT files to display my data correctly. By closely following the guidelines laid out by the EAD Cookbook, I was able to figure out how to go about creating a finding aid from scratch. Understanding what elements to use and where they fit within the EAD structure proved challenging at first, but after creating the first few levels of data, the regularity of the structure became apparent and marking up data became much

15 15 easier. Conclusion EAD is relatively easy to use after some basic training. However, metadata projects using it require the creator to have a good understanding of XML, XSLT, and HTML. EAD is comprised of hundreds of tags and while the tag library is an excellent reference for each individual tag, it lacks a good guide to creating finding aids on your own. The EAD Cookbook helps to fill in that gap by providing a basic guide and helpful files that will convert the XML into HTML for you. However, I still found this guide to be a bit difficult to understand. It took some guess work and quite a bit of consulting different examples from the tag library, the cookbook, and archival repositories like the Online Archive of California to gain an understanding of how the tags work together. I would like to see a few more basic tutorials outlining the structure of EAD documents. Project Documents I've included the XML and XSLT files I created as separate documents. All of the files can be opened using a text editor. Opening the XML files in a web browser will display the same information in two different layouts. There are two.xml files. These are duplicative copies of my EAD finding aid. NWilkins_EAD_PrinterFriendly.xml is, as the name suggests, a printer friendly version of the finding aid. The information is displayed in a single column, with a white background and black text.

16 16 NWilkins_EAD_WithTOC.xml is another version of the finding aid. It displays the same information with an additional table of contents in a column on the left side.

17 17 Resources and Documents Used Encoded Archival Description Working Group of the Society of American Archivists and the Network Development and MARC Standards Office of the Library of Congress. (Referred to as EAD Workgroup in text). (2002). Design Principles For Enhancements to EAD. Retrieved October 20, 2009 from Encoded Archival Description Working Group of the Society of American Archivists and the Network Development and MARC Standards Office of the Library of Congress. (Referred to as EAD Workgroup in text). (2003). Encoded Archival Description Tag Library, Version Chicago, IL: Society of American Archivists. Fox, M. J. (2003). The EAD Cookbook 2002 Edition. Retrieved November 30, 2009 from Online Archive of California. (2009). OAC Best Practice Guidelines for Encoded Archival Description. Retrieved November 30, 2009 from Refsnes Data. (2009). XML Tutorial. Retrieved November 30, 2009 from University of California, Berkeley. Bancroft Library Finding Aids. Retrieved November 30, 2009 from

Scurlock Photographs Cataloging Analysis

Scurlock Photographs Cataloging Analysis Scurlock Photographs Cataloging Analysis Adam Mathes Administration and Use of Archival Materials - LIS 581A Graduate School of Library and Information Science University of Illinois Urbana-Champaign December

More information

EFFECTIVE STORAGE OF XBRL DOCUMENTS

EFFECTIVE STORAGE OF XBRL DOCUMENTS EFFECTIVE STORAGE OF XBRL DOCUMENTS An Oracle & UBmatrix Whitepaper June 2007 Page 1 Introduction Today s business world requires the ability to report, validate, and analyze business information efficiently,

More information

Museums and Online Archives Collaboration Digital Asset Management Database

Museums and Online Archives Collaboration Digital Asset Management Database Museums and Online Archives Collaboration Digital Asset Management Database MOAC: Community Toolbox Museums are working with archives, libraries, cultural organizations, and individual scholars and artists

More information

Core Competencies for Visual Resources Management

Core Competencies for Visual Resources Management Core Competencies for Visual Resources Management Introduction An IMLS Funded Research Project at the University at Albany, SUNY Hemalata Iyer, Associate Professor, University at Albany Visual resources

More information

Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web

Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web Corey A Harper University of Oregon Libraries Tel: +1 541 346 1854 Fax:+1 541 346 3485 charper@uoregon.edu

More information

International Standards for Online Finding Aids in German Archives

International Standards for Online Finding Aids in German Archives Federal Archives, Germany: Proposal for a pilot project supported by the Andrew W. Mellon Foundation International Standards for Online Finding Aids in German Archives 1. Conditions and expectations of

More information

Free web-based solution to manage photographs that could be used to manage collection items online if there is a photo of every item.

Free web-based solution to manage photographs that could be used to manage collection items online if there is a photo of every item. Review of affordable Collections Database options Our wish list and needs for the Anna Maria Island Historical Society: - Free, or inexpensive - Web-based, cloud storage solution, no server exists at the

More information

CLIR/CIC - Archives for Non-Archivists Workshop Introduction to The Archivists Toolkit. Introduction

CLIR/CIC - Archives for Non-Archivists Workshop Introduction to The Archivists Toolkit. Introduction Introduction The Archivists Toolkit, or the AT, is the first open source archival data management system to provide broad, integrated support for the management of archives. It is intended for a wide range

More information

Changing Moving Image Access:

Changing Moving Image Access: Changing Moving Image Access: Presenting Video Artworks in an Online Environment Annette Doss, Special Collections Cataloger Mary K Woods, Conservation Assistant Getty Research Institute Cataloging Video

More information

Using Dublin Core for DISCOVER: a New Zealand visual art and music resource for schools

Using Dublin Core for DISCOVER: a New Zealand visual art and music resource for schools Proc. Int. Conf. on Dublin Core and Metadata for e-communities 2002: 251-255 Firenze University Press Using Dublin Core for DISCOVER: a New Zealand visual art and music resource for schools Karen Rollitt,

More information

Report of the Ad Hoc Committee for Development of a Standardized Tool for Encoding Archival Finding Aids

Report of the Ad Hoc Committee for Development of a Standardized Tool for Encoding Archival Finding Aids 1. Introduction Report of the Ad Hoc Committee for Development of a Standardized Tool for Encoding Archival Finding Aids Mandate The International Council on Archives has asked the Ad Hoc Committee to

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Assignment 1 Briefing Paper on the Pratt Archives Digitization Projects

Assignment 1 Briefing Paper on the Pratt Archives Digitization Projects Twila Rios Digital Preservation Spring 2012 Assignment 1 Briefing Paper on the Pratt Archives Digitization Projects The Pratt library digitization efforts actually encompass more than one project, including

More information

Introduction to XML Applications

Introduction to XML Applications EMC White Paper Introduction to XML Applications Umair Nauman Abstract: This document provides an overview of XML Applications. This is not a comprehensive guide to XML Applications and is intended for

More information

EAD and EAC in Italy and the Italian archival descriptive systems on-line

EAD and EAC in Italy and the Italian archival descriptive systems on-line EAD and EAC in Italy and the Italian archival descriptive systems on-line STEFANO VITALI Archivio di Stato di Firenze (Italy) s_vitali@archiviodistato.firenze.it I am going to talk about Origin and main

More information

XML and the College Website A Practical Look at the Use of XML and XSL

XML and the College Website A Practical Look at the Use of XML and XSL WHITE PAPER XML and the College Website A Practical Look at the Use of XML and XSL By Shahab Lashkari, Product Manager and Max Kaufmann, Technical Product Specialist, OmniUpdate What are XML and XSL, and

More information

Library and Archives Data Structures

Library and Archives Data Structures Library and Archives Data Structures EAD, MODS, RSLP Collection Description Merrilee Proffitt, RLG Differences, similarities All data structure standards 3 flavors of XML: DTDs, XML Schema Language, RDF

More information

Caring for Digital Materials

Caring for Digital Materials Caring for Digital Materials Describe it so you can find it: Metadata, finding aids, and digital asset management Danielle Cunniff Plumer danielle@dcplumer.com Series Goals 1. Participants will have a

More information

REACCH PNA Data Management Plan

REACCH PNA Data Management Plan REACCH PNA Data Management Plan Regional Approaches to Climate Change (REACCH) For Pacific Northwest Agriculture 875 Perimeter Drive MS 2339 Moscow, ID 83844-2339 http://www.reacchpna.org reacch@uidaho.edu

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

Overview of NDNP Technical Specifications

Overview of NDNP Technical Specifications Overview of NDNP Technical Specifications and Philosophy Digitization from preservation microfilm print negatives (2n) provides the most cost-efficient approach for large-scale digitization Distributed

More information

Authoring Guide for Perception Version 3

Authoring Guide for Perception Version 3 Authoring Guide for Version 3.1, October 2001 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted.

More information

BIBFRAME Pilot (Phase One Sept. 8, 2015 March 31, 2016): Report and Assessment

BIBFRAME Pilot (Phase One Sept. 8, 2015 March 31, 2016): Report and Assessment BIBFRAME Pilot (Phase One Sept. 8, 2015 March 31, 2016): Report and Assessment Acquisitions & Bibliographic Access Directorate (ABA) Library of Congress (June 16, 2016) The Network Development & MARC Standards

More information

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform Technical Discussion David Churchill CEO DraftPoint Inc. The information contained in this document represents the current

More information

JASI / SirsiDynix Glossary of Terms

JASI / SirsiDynix Glossary of Terms JASI / SirsiDynix Glossary of Terms Symphony The JASI ILS server software as you know it today. The nucleus of SirsiDynix s new, holistic library technology platform named Symphony is an open, versatile,

More information

This thesaurus is a set of terms for use by any college or university archives in the United States for describing its holdings.

This thesaurus is a set of terms for use by any college or university archives in the United States for describing its holdings. I. Scope This thesaurus is a set of terms for use by any college or university archives in the United States for describing its holdings. The topical facets are: academic affairs administration classes

More information

DIGITAL OBJECT an item or resource in digital format. May be the result of digitization or may be born digital.

DIGITAL OBJECT an item or resource in digital format. May be the result of digitization or may be born digital. GLOSSARY For additional terms not defined here, see: Pearce-Moses, R. (2012). Society of American Archivists: Glossary of archival and records terminology. Retrieved from http://www2.archivists.org/glossary

More information

ProLibis Solutions for Libraries in the Digital Age. Automation of Core Library Business Processes

ProLibis Solutions for Libraries in the Digital Age. Automation of Core Library Business Processes ProLibis Solutions for Libraries in the Digital Age Automation of Core Library Business Processes We see a modern library not only as a book repository, but also and most importantly as a state-of-the-art,

More information

XML Processing and Web Services. Chapter 17

XML Processing and Web Services. Chapter 17 XML Processing and Web Services Chapter 17 Textbook to be published by Pearson Ed 2015 in early Pearson 2014 Fundamentals of http://www.funwebdev.com Web Development Objectives 1 XML Overview 2 XML Processing

More information

CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI

CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI 5 June 1998 CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI SOURCE: Dick Raman STATUS: CONTRIBUTION ACTION: FOR DISCUSSION page 2.

More information

XML- New meta language in e-business

XML- New meta language in e-business 1 XML- New meta language in e-business XML (extensible Markup Language) has established itself as a new meta language in e-business. No matter what, text, pictures, video- or audio files - with the flexibility

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01 JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT Test Code: 3750 Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe the process of information exchange between

More information

A Unified, Standards-Compliant System for Describing Archives and Manuscript Collections

A Unified, Standards-Compliant System for Describing Archives and Manuscript Collections A Unified, Standards-Compliant System for Describing Archives and Manuscript Collections Christopher J. Prom, Assistant University Archivist Scott W. Schwartz, Archivist for Music and Fine Arts Amount

More information

A Selection of Questions from the. Stewardship of Digital Assets Workshop Questionnaire

A Selection of Questions from the. Stewardship of Digital Assets Workshop Questionnaire A Selection of Questions from the Stewardship of Digital Assets Workshop Questionnaire SECTION A: Institution Information What year did your institution begin creating digital resources? What year did

More information

BI Project Management Software

BI Project Management Software BI Project Management Software Plan and Manage with Confidence When planning a new project, program managers can search past projects to leverage project assets and resources. With complete project and

More information

Managing content for information centers and large repositories using the DITA framework

Managing content for information centers and large repositories using the DITA framework Managing content for information centers and large repositories using the DITA framework ABSTRACT Alice S. Etim Winston Salem State University DITA is an acronym for Darwin Information Typing Architecture.

More information

Developers Guide. Designs and Layouts HOW TO IMPLEMENT WEBSITE DESIGNS IN DYNAMICWEB. Version: 1.3 2013.10.04 English

Developers Guide. Designs and Layouts HOW TO IMPLEMENT WEBSITE DESIGNS IN DYNAMICWEB. Version: 1.3 2013.10.04 English Developers Guide Designs and Layouts HOW TO IMPLEMENT WEBSITE DESIGNS IN DYNAMICWEB Version: 1.3 2013.10.04 English Designs and Layouts, How to implement website designs in Dynamicweb LEGAL INFORMATION

More information

About the Digitization Programme & History of ITU Portal

About the Digitization Programme & History of ITU Portal Purpose - Vision In order to promote ITU s history and to make unique ITU records widely available to researchers, ITU staff, and ITU delegates, the ITU Library and Archives Service has been working on

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

Guiding Digital Success

Guiding Digital Success 213604 1008 OCLC Introduction Digitizing and making a collection of materials available on the Web is one of the most rewarding projects you ll ever work on. You ll find out more about the collection itself,

More information

The Rutgers Workflow Management System. Workflow Management System Defined. The New Jersey Digital Highway

The Rutgers Workflow Management System. Workflow Management System Defined. The New Jersey Digital Highway The Rutgers Workflow Management System Mary Beth Weber Cataloging and Metadata Services Rutgers University Libraries Presented at the 2007 LITA National Forum Denver, Colorado Workflow Management System

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

BLUESKIES. Microsoft SharePoint and Integration with Content Management Platforms. FileHold - Providing Advanced Content Management Functionality

BLUESKIES. Microsoft SharePoint and Integration with Content Management Platforms. FileHold - Providing Advanced Content Management Functionality C O N S U L T I N G Microsoft SharePoint and Integration with Content Management Platforms FileHold - Providing Advanced Content Management Functionality Prepared by: Keith Corbett, Principal, Blueskies

More information

Billy Chi-hing Kwan Associate Museum Librarian/Systems. The Image Library

Billy Chi-hing Kwan Associate Museum Librarian/Systems. The Image Library Building an Encyclopedic Digital Image Repository at the Metropolitan Museum of Art - Its Implications and Effects on the Museum s Image Services and Licensing Processes Billy Chi-hing Kwan Associate Museum

More information

CCS Content Conversion Specialists. METS / ALTO introduction

CCS Content Conversion Specialists. METS / ALTO introduction CCS Content Conversion Specialists METS / ALTO introduction Why would I use METS and ALTO?! I digitize lots of different items and each type is digitized to a different format. Some are Word, some are

More information

10CS73:Web Programming

10CS73:Web Programming 10CS73:Web Programming Question Bank Fundamentals of Web: 1.What is WWW? 2. What are domain names? Explain domain name conversion with diagram 3.What are the difference between web browser and web server

More information

NTU-IR: An Institutional Repository for Nanyang Technological University using DSpace

NTU-IR: An Institutional Repository for Nanyang Technological University using DSpace Abrizah Abdullah, et al. (Eds.): ICOLIS 2007, Kuala Lumpur: LISU, FCSIT, 2007: pp 103-108 NTU-IR: An Institutional Repository for Nanyang Technological University using DSpace Jayan C Kurian 1, Dion Hoe-Lian

More information

Records Management Perspectives: Developing an effective records management system. Issue 3, 2014. The power of memory www.crownrms.

Records Management Perspectives: Developing an effective records management system. Issue 3, 2014. The power of memory www.crownrms. Records Management Perspectives: Developing an effective records management system Issue 3, 2014 The power of memory www.crownrms.com What is a records management system? All organizations have manual

More information

Databases in Organizations

Databases in Organizations The following is an excerpt from a draft chapter of a new enterprise architecture text book that is currently under development entitled Enterprise Architecture: Principles and Practice by Brian Cameron

More information

Authoring Within a Content Management System. The Content Management Story

Authoring Within a Content Management System. The Content Management Story Authoring Within a Content Management System The Content Management Story Learning Goals Understand the roots of content management Define the concept of content Describe what a content management system

More information

Overview Document Framework Version 1.0 December 12, 2005

Overview Document Framework Version 1.0 December 12, 2005 Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0

More information

Firewall Builder Architecture Overview

Firewall Builder Architecture Overview Firewall Builder Architecture Overview Vadim Zaliva Vadim Kurland Abstract This document gives brief, high level overview of existing Firewall Builder architecture.

More information

Adobe Dreamweaver Exam Objectives

Adobe Dreamweaver Exam Objectives Adobe Dreamweaver audience needs for a website. 1.2 Identify webpage content that is relevant to the website purpose and appropriate for the target audience. 1.3 Demonstrate knowledge of standard copyright

More information

METADATA STANDARDS AND GUIDELINES RELEVANT TO DIGITAL AUDIO

METADATA STANDARDS AND GUIDELINES RELEVANT TO DIGITAL AUDIO This chart provides a quick overview of metadata standards and guidelines that are in use with digital audio, including metadata used to describe the content of the files; metadata used to describe properties

More information

Virtual Archival Exhibition System: An Authoring Tool for Developing Web-based Virtual Exhibitions

Virtual Archival Exhibition System: An Authoring Tool for Developing Web-based Virtual Exhibitions Virtual archival exhibition system: An authoring tool for developing web-based virtual exhibitions Yang, R., Chennupati, K.R., & Foo, S. (2007). Proc. International Conference on Dublin Core and Metadata

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Introduction Nowadays, with the rapid development of the Internet, distance education and e- learning programs are becoming more vital in educational world. E-learning alternatives

More information

TeleScope Digital Asset Management Solution Overview. Campaigns Can Only Move as Fast as Their Content

TeleScope Digital Asset Management Solution Overview. Campaigns Can Only Move as Fast as Their Content TeleScope Digital Asset Management Solution Overview Campaigns Can Only Move as Fast as Their Content TeleScope Digital Asset Management for Marketing Volume and Speed Interactive marketing, social media

More information

Archival Arrangement and Description. Becky Simmons RIT Archivist

Archival Arrangement and Description. Becky Simmons RIT Archivist Archival Arrangement and Description Becky Simmons RIT Archivist Today Arrangement and description Archival descriptive standards Data Structure Standards Data Value Standards Encoded Archival Description

More information

Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface

Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface Chia-Chi Teng, Member, IEEE Abstract Picture Archiving and Communication System (PACS) is commonly used in the hospital

More information

Working with the ERP Integration Service of EMC Documentum Process Services for SAP

Working with the ERP Integration Service of EMC Documentum Process Services for SAP Working with the ERP Integration Service of EMC Documentum Process Services for SAP Applied Technology Abstract EMC Documentum Process Services for SAP is a new product that integrates with EMC Documentum

More information

ECM Governance Policies

ECM Governance Policies ECM Governance Policies Metadata and Information Architecture Policy Document summary Effective date 13 June 2012 Last updated 17 November 2011 Policy owner Library Services, ICTS Approved by Council Reviewed

More information

ANU Electronic Records Management System (ERMS) Manual

ANU Electronic Records Management System (ERMS) Manual ANU Electronic Records Management System (ERMS) Manual May 2015 ERMS Manual May 2015 1 Contents The ERMS Manual 1. Introduction... 3 2. Policy Principles... 3 3. The Electronic Records Management System...

More information

Formats for Exchanging Archival Data

Formats for Exchanging Archival Data Formats for Exchanging Archival Data An Introduction to EAD, EAC-CPF, and Archival Metadata Standards 7 th International Seminar of Archives from Iberian Tradition, 1 July 2011 7 th International Seminar

More information

User Guide for Students. Instructions for Building a Website in Omeka.net for a Class Project

User Guide for Students. Instructions for Building a Website in Omeka.net for a Class Project User Guide for Students Instructions for Building a Website in Omeka.net for a Class Project Roy Rosenzweig Center for History and New Media, 2011 Table of Contents Overview 1 Use Case: Students 1 Step-by-Step

More information

Standard Registry Development and Publication Process

Standard Registry Development and Publication Process Document number: DSP4006 Date: 2007-12-12 Version: 1.1.0 Standard Registry Development and Publication Process Document type: Specification Document status: Informational Document language: E Copyright

More information

MYRIAD. Planning Content Types in SharePoint. People F Portals F Processes TECHNOLOGIES. Prepared by Alana Helbig

MYRIAD. Planning Content Types in SharePoint. People F Portals F Processes TECHNOLOGIES. Prepared by Alana Helbig MYRIAD TECHNOLOGIES Planning Content Types in SharePoint Prepared by Alana Helbig People F Portals F Processes Summary One of the most common problems in any organisation today relates to the management

More information

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT CHAPTER 1 WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT SharePoint 2013 introduces new and improved features for web content management that simplify how we design Internet sites and enhance the

More information

Survey of handling of digital information by printing companies

Survey of handling of digital information by printing companies Survey of handling of digital information by printing companies 1. Background and purpose Along with the recent advancement of the arrangement of telecommunication infrastructure, it is becoming more important

More information

Extensible Markup Language (XML): Essentials for Climatologists

Extensible Markup Language (XML): Essentials for Climatologists Extensible Markup Language (XML): Essentials for Climatologists Alexander V. Besprozvannykh CCl OPAG 1 Implementation/Coordination Team The purpose of this material is to give basic knowledge about XML

More information

LSTA Grant Project Evaluation - Year 2 (of 2) Project Title: Percent for Art Statewide Digital Collection and Database

LSTA Grant Project Evaluation - Year 2 (of 2) Project Title: Percent for Art Statewide Digital Collection and Database LSTA Grant Project Evaluation - Year 2 (of 2) Project Title: Percent for Art Statewide Digital Collection and Database Main web page: http://boundless.uoregon.edu/digcol/oac/index.html Evaluation prepared

More information

1 Introduction XML IN THE BISIS LIBRARY MANAGEMENT SYSTEM 1. Novi Sad J. Math. Vol. 41, No. 2, 2011, 131-148

1 Introduction XML IN THE BISIS LIBRARY MANAGEMENT SYSTEM 1. Novi Sad J. Math. Vol. 41, No. 2, 2011, 131-148 Novi Sad J. Math. Vol. 41, No. 2, 2011, 131-148 XML IN THE BISIS LIBRARY MANAGEMENT SYSTEM 1 Danijela Tešendić 2, Danijela Boberić Krstićev 2, Bojana Dimić Surla 2 Abstract The paper describes an application

More information

XML: extensible Markup Language. Anabel Fraga

XML: extensible Markup Language. Anabel Fraga XML: extensible Markup Language Anabel Fraga Table of Contents Historic Introduction XML vs. HTML XML Characteristics HTML Document XML Document XML General Rules Well Formed and Valid Documents Elements

More information

business transaction information management

business transaction information management business transaction information management What CAM Is The CAM specification provides an open XML based system for using business rules to define, validate and compose specific business documents from

More information

Pemberton (Instructional Services Coordinator) and Radom (Instructional Services Librarian) University of North Carolina Wilmington [Wilmington, NC]

Pemberton (Instructional Services Coordinator) and Radom (Instructional Services Librarian) University of North Carolina Wilmington [Wilmington, NC] Constructing a Three Credit Hour Information Literacy Course: A Blueprint for Success Anne Pemberton and Rachel Radom Background With 11,911 students, the University of North Carolina Wilmington (UNCW)

More information

Catalog Creator by On-site Custom Software

Catalog Creator by On-site Custom Software Catalog Creator by On-site Custom Software Thank you for purchasing or evaluating this software. If you are only evaluating Catalog Creator, the Free Trial you downloaded is fully-functional and all the

More information

Newspaper Digitization Brief Background

Newspaper Digitization Brief Background Digitizing California s Newspapers: A Guide and Best- Practices for Institutions Around the Golden State Created by the Center for Bibliographical Studies and Research, UC Riverside for LSTA Grant 40-7696,

More information

ENHANCED PUBLICATIONS IN THE CZECH REPUBLIC

ENHANCED PUBLICATIONS IN THE CZECH REPUBLIC ENHANCED PUBLICATIONS IN THE CZECH REPUBLIC PETRA PEJŠOVÁ, HANA VYČÍTALOVÁ petra.pejsova@techlib.cz, hana.vycitalova@techlib.cz The National Library of Technology, Czech Republic Abstract The aim of this

More information

Getting Started with EServer Courses Using EServer.org for Open-Source, Open-Access Teaching

Getting Started with EServer Courses Using EServer.org for Open-Source, Open-Access Teaching Getting Started with EServer Courses Using EServer.org for Open-Source, Open-Access Teaching Introduction What is the EServer Course Management System? And what is Moodle? The EServer Course Management

More information

A Visual Tagging Technique for Annotating Large-Volume Multimedia Databases

A Visual Tagging Technique for Annotating Large-Volume Multimedia Databases A Visual Tagging Technique for Annotating Large-Volume Multimedia Databases A tool for adding semantic value to improve information filtering (Post Workshop revised version, November 1997) Konstantinos

More information

06 XML-based Technologies

06 XML-based Technologies MSc in Communication Sciences 2010-2011 Program in Technologies for Human Communication Davide Eynard Software Technology 2 06 XML-based Technologies 2 ntro XML had a huge impact on the development of

More information

Current Page Location. Tips for Authors and Creators of Digital Content: Using your Institution's Repository: Using Version Control Software:

Current Page Location. Tips for Authors and Creators of Digital Content: Using your Institution's Repository: Using Version Control Software: Home > Framework > Content Creation Advice Tips for Authors and Creators of Digital Content: Keep a record of which versions you have made publicly available and where. Use a numbering system that denotes

More information

Network Working Group

Network Working Group Network Working Group Request for Comments: 2413 Category: Informational S. Weibel OCLC Online Computer Library Center, Inc. J. Kunze University of California, San Francisco C. Lagoze Cornell University

More information

An XML Based Data Exchange Model for Power System Studies

An XML Based Data Exchange Model for Power System Studies ARI The Bulletin of the Istanbul Technical University VOLUME 54, NUMBER 2 Communicated by Sondan Durukanoğlu Feyiz An XML Based Data Exchange Model for Power System Studies Hasan Dağ Department of Electrical

More information

Merchant Solutions. The pages are published to "www." domain, for example, "www.my-first-store.com.

Merchant Solutions. The pages are published to www. domain, for example, www.my-first-store.com. Publishing Options Merchant Solutions The and the File Manager are the two publishing platforms that you will use to create your online presence with Merchant Solutions. These two platforms can be used

More information

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Dreamweaver CS3 THE MISSING MANUAL David Sawyer McFarland POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents The Missing Credits Introduction 1 Part

More information

Annotea and Semantic Web Supported Collaboration

Annotea and Semantic Web Supported Collaboration Annotea and Semantic Web Supported Collaboration Marja-Riitta Koivunen, Ph.D. Annotea project Abstract Like any other technology, the Semantic Web cannot succeed if the applications using it do not serve

More information

Question/Answer Transaction Protocol Overview First Committee Working Draft NISO Committee AZ: September 22, 2003

Question/Answer Transaction Protocol Overview First Committee Working Draft NISO Committee AZ: September 22, 2003 Question/Answer Transaction Protocol Overview First Committee Working Draft NISO Committee AZ: September 22, 2003 NISO Committee AZ is developing a Question/Answer Transaction (QAT) Protocol to support

More information

Smithsonian Institution Archives Guidance Update SIA. ELECTRONIC RECORDS Recommendations for Preservation Formats. November 2004 SIA_EREC_04_03

Smithsonian Institution Archives Guidance Update SIA. ELECTRONIC RECORDS Recommendations for Preservation Formats. November 2004 SIA_EREC_04_03 SIA Smithsonian Institution Archives Guidance Update November 2004 ELECTRONIC RECORDS Recommendations for s SIA_EREC_04_03 Highlights Highlights of SIA_EREC_04_03, an update on electronic record preservation

More information

Managing Business Records and Archives at the Getty Center

Managing Business Records and Archives at the Getty Center Managing Business Records and Archives at the Getty Center How four separate program areas worked together to develop an integrated records management and archives program David Farneth, CRM, and Barbara

More information

Practical Lessons for Applying Technology to Knowledge Dissemination

Practical Lessons for Applying Technology to Knowledge Dissemination Practical Lessons for Applying Technology to Knowledge Dissemination Susanna Cantor and William Savage RTI International Durham, NC USA Gary Franceschini La Trobe University Melbourne, Australia 1 Abstract

More information

Management and Web service Management

Management and Web service Management Management and Web service Management This presentation offers work to OASIS completed by IBM with contribution from CA and Talking Blocks The work details a frame of reference for Management Applications,

More information

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL

More information

Frog VLE Update. Latest Features and Enhancements. September 2014

Frog VLE Update. Latest Features and Enhancements. September 2014 1 Frog VLE Update Latest Features and Enhancements September 2014 2 Frog VLE Update: September 2014 Contents New Features Overview... 1 Enhancements Overview... 2 New Features... 3 Site Backgrounds...

More information

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective WESTERN KENTUCKY UNIVERSITY Web Accessibility Objective This document includes research on policies and procedures, how many employees working on ADA Compliance, audit procedures, and tracking content

More information

Information and documentation The Dublin Core metadata element set

Information and documentation The Dublin Core metadata element set ISO TC 46/SC 4 N515 Date: 2003-02-26 ISO 15836:2003(E) ISO TC 46/SC 4 Secretariat: ANSI Information and documentation The Dublin Core metadata element set Information et documentation Éléments fondamentaux

More information

Figure 1 - BI Publisher Enterprise Capabilities. OAUG Forum @ Collaborate 08 Page 2 Copyright 2008 by Lee Briggs

Figure 1 - BI Publisher Enterprise Capabilities. OAUG Forum @ Collaborate 08 Page 2 Copyright 2008 by Lee Briggs Oracle BI Publisher was originally developed to solve these reporting problems. It was first released with Oracle E- Business Suite 11.5.10 towards the end of 2005. The original release was called XML

More information

Modern Databases. Database Systems Lecture 18 Natasha Alechina

Modern Databases. Database Systems Lecture 18 Natasha Alechina Modern Databases Database Systems Lecture 18 Natasha Alechina In This Lecture Distributed DBs Web-based DBs Object Oriented DBs Semistructured Data and XML Multimedia DBs For more information Connolly

More information