Mounting a Text Class Collection

From DLXS Documentation

(Difference between revisions)
Jump to: navigation, search
Current revision (12:32, 4 November 2010) (edit) (undo)
 
(33 intermediate revisions not shown.)
Line 1: Line 1:
[[DLXS Wiki|Main Page]] > [[Mounting Collections: Class-specific Steps]] > Mounting a Text Class Collection
[[DLXS Wiki|Main Page]] > [[Mounting Collections: Class-specific Steps]] > Mounting a Text Class Collection
-
<div class="pageTitle">Overview of Text Class</div>
+
==[[Text Class Overview]]==
-
= Abstract =
+
==Examples of Text Class Implementations and Practices==
-
 
+
-
The Text Class consists primarily of monographic material (books and pamphlets), but material such as journals, especially when converted from print and not subject to ongoing work, and letters can also be included. Whether current publishing or historical, whether the work was composed/edited for electronic distribution or print, whether the texts have been fully encoded or are automatically generated from raw OCR and a MARC record, these works are all:
+
-
 
+
-
# extended text, typically of prose, verse, or drama, and (significantly) combinations of these;
+
-
# typically with a high degree of structure;
+
-
# and frequently drawn together in large groups or collections
+
-
 
+
-
Although materials in the proposed Reference Class may become a part of such a collection, we tend to think of members of the Text Class as having a less predictable structure and application. While the ''typical'' uses of these materials have much to do with the behaviors we apply to them (e.g., members of the Text Class are often read at length or analyzed for linguistic purposes; a member of the proposed Reference Class is more typically consulted for information), we focus here primarily on the great variability of their organization and the relatively large bodies of material that are assembled. These two factors converge to lead us to treat the organizational characteristics more generically. In an important way, this class more than any other serves as a base class from which new classes grow or can be defined. For more information about the DLPS Classes model, please see the [[DLPS Classes Overview]].
+
-
 
+
-
= Description =
+
-
 
+
-
== Basic Characteristics ==
+
-
 
+
-
The Text Class can federate text collections for searching, but also allows access to each collection individually. Access minimally includes full text searching across collections or within a particular collection, bibliographic searching within document metadata, browsing by author or title, and creation of personal collections of texts.
+
-
 
+
-
== General Characteristics ==
+
-
 
+
-
* Allows search and retrieval of electronic texts and portions thereof
+
-
* Allows searching across multiple collections simultaneously
+
-
* Allows searching of each collection independently
+
-
* Displays a text as HTML and/or as a page image, as appropriate
+
-
* Allows bookmarking of individual texts
+
-
* Requires minimal administrative data
+
-
* Uses a single data model and shared middleware for all collections in the system
+
-
* Permits access restrictions at the collection level
+
-
 
+
-
At the University of Michigan, the Text Class access system is administered by the Digital Library Production Service, Encoded Text Services. Encoded Text Services receives data in SGML or XML on a periodic basis from a variety of organizations on and off campus, and handles the process of putting the data online in a production-level environment.
+
-
 
+
-
Text Class provides no functionality for creating and managing electronic texts
+
-
in SGML or XML.
+
-
 
+
-
=== Typical Sources of Data ===
+
-
 
+
-
The following sources of data have influenced the process defining the Text Class. Other sources are possible.
+
-
 
+
-
* Libraries: electronic texts and collections, both fully encoded and page images with OCR
+
-
* Publishers: both "born digital" and retrospectively converted texts
+
-
* Scholars/authors: electronic texts to support their research and/or teaching
+
-
 
+
-
=== Typical Applications of the Class ===
+
-
 
+
-
* Campus access
+
-
* Public access
+
-
 
+
-
=== Behaviors of the Text Class ===
+
-
 
+
-
* Cross-collection searching in any combination of collections
+
-
* Selection of collections by name or by attributes such as period covered, genre, etc.
+
-
* Collection-specific searching
+
-
* Simple, Boolean, Proximity, and Bibliography searching
+
-
* Searching within a user-selected text
+
-
* Ability to review and revise previous searches
+
-
* Browsing, either by a limited set of elements in the HEADER (author, title, subject), or with the "word wheel"
+
-
* Viewing of sections of a text or the full text in HTML (when available), page images (when available), or both (when applicable)
+
-
 
+
-
== General Parameters ==
+
-
 
+
-
Electronic texts and electronic versions of previously printed monographs are available in SGML or XML from a number of sources, encoded in a number of different DTDs or schemas. While the content of each text is unique, the structure of each text is similar and often encoded in generalizable ways. The Text Class federates collections at the point of access in order to best support the diversity of texts and encoding practices.
+
-
 
+
-
This diversity becomes evident when searching across databases is attempted. It
+
-
is a considerable achievement that the Text Class supports cross-collection searching, and that it does so without forcing all collections to be encoded at the same level. All collection specific elements are available to the user for search and display when doing a collection specific search. In the cross-collection search, all of the elements that the collections have in common are available; when a collection with a very low level of encoding is included, full-text searching may be the only option presented.
+
-
 
+
-
== Dynamics ==
+
-
 
+
-
The data structure and behaviors of the Text Class best serve the functional requirements of collections of electronic texts grouped by genre, subject, or some
+
-
other unifying theme. Individual texts can be served alone, but the methods and
+
-
behaviors of the class will treat the text as a collection containing one item only.
+
-
 
+
-
== Formal Data Definition ==
+
-
 
+
-
The Text Class relies on a single XML Document Type Definition (DTD) to deliver all collections in the class. The SGML or XML data in the Text Class is converted to the Text Class delivery DTD from the specific encoding DTD for the particular text or collection, often using XML Style Language Transformations (XSLT). The general principles are that there is a common nomenclature for common elements -- paragraphs are &lt;P&gt;, not &lt;P&gt; and &lt;PARA&gt; and &lt;PARAGRAPH&gt; -- and that nested elements of the same name are numbered -- for example, a note element can contain other note elements, so these would be &lt;NOTE1&gt; and &lt;NOTE2&gt; respectively. The Text Class delivery DTD is based roughly on the TEILite DTD as applied by the [http://www.indiana.edu/~letrs/tei/ TEI in Libraries Draft Guidelines for Best Encoding Practices.] The SGML is then indexed with XPAT and made searchable on the Web by the Text Class middleware.
+
-
 
+
-
Page images, when available, are either 600 dpi TIFFs delivered through the Text Class pageviewer mechanisms as GIFs or PDFs, or continuous tone images delivered though Text Class or via Image Class to provide pan and zoom functionality.
+
-
 
+
-
==[[Examples of Text Class Implementations and Practices]]==
+
[http://moa.umdl.umich.edu Making of America], [http://qoud.lib.umich.edu/a/ampo20/ Twentieth Century American Poetry].
[http://moa.umdl.umich.edu Making of America], [http://qoud.lib.umich.edu/a/ampo20/ Twentieth Century American Poetry].
Line 92: Line 17:
==[[Working with Text Class Markup]]==
==[[Working with Text Class Markup]]==
 +
This section describes the the Text Class DTD and mechanisms and programs used by DLXS for accessing and displaying images that are defined by the FIGURE element in TextClass document markup.
-
= Introduction =
+
==[[Working with Text Class Data and Directories]]==
-
This document describes the mechanisms and programs used by DLXS for accessing and displaying images that are defined by the FIGURE element in TextClass document markup.
+
==[[Data Preparation and Conversion: Unicode, XML, and Normalization]]==
-
* [#figureelement The FIGURE Element]
+
==[[Working with Fabricated Regions]]==
-
* [#generalresolution FIGURE Resolution in General]
+
-
** [#idresolvermech The IdResolver Resolution Mechanism]
+
-
** [#filesystemmech The Filesystem Resolution Mechanism]
+
-
* [#defaultbehavior Default Behavior and Custom Configuration]
+
-
= The FIGURE Element =
+
==[[Building the Text Class Index]]==
-
The FIGURE element is used in TextClass markup to encode the occurrence of a figure in a text document. The FIGURE element's ENTITY attribute carries the ID that the middleware resolves to an image file on disk or to an image under management by ImageClass.
+
==[[Mounting the Text Class Collection Online]]==
-
If the document is a TEI Level 1 (page image document viewable in Pageviewer) the FIGURE tag supplies additional data about the bitonal page image beyond that supplied by the PB tag. The additional data might be a second continuous tone scan of the entire page or a continuous tone scan of a plate within the page. The middleware makes the contone images viewable under ImageClass via links built in the full OCR text of the document (in cases where that OCR is displayable) or via [pageviewer.html#pageviewFig additional links in Pageviewer]. For higher TEI levels, the FIGURE tag typically calls out the occurrence of an inline figure, the image for which is usually on disk but may also be retrievable from ImageClass through the IdResolver mechanism described in the [pageviewer.html#DLXS_IDResolver IdResolver section] of the Pageviewer documentation.
+
==[[Adding Text Class Search Functionality]]==
-
The balance of this document describes how the FIGURE element is resolved into an image via two mechanisms: ''Filesystem resolution'' and ''IdResolver resolution''. Also described is how the resolution can be affected by writing subclasses of TextClass.
+
==[[Working with Page Image Access Mechanisms in Text Class]]==
-
= FIGURE Resolution in General =
+
==[[Working with the Text Class User Interface]]==
-
The resolution mechanism is summarized in the following diagram
+
==[[Creating Text Class Wordwheels]]==
-
&lt;FIGURE ENTITY="abc"&gt; ? transform "abc" to key ? lookup key ? URL or file system path
+
==[[Newspaper Clip Image Access Mechanisms]]==
-
The document markup is parsed and the ENTITY attribute value of a given FIGURE tag is extracted. The attribute value is transformed into a key/path suitable for lookup via the DLXS IdResolver or by looking on the disk. If IdResolver is used, the corresponding ImageClass URL is returned. If the filesystem is used, the path to the file in the web space is determined. This URL/path becomes the value of a new attribute which is added to the FIGURE tag and passed along for eventual processing by the XSL stylesheet (principally <tt>text.components.xsl</tt>). The XSL stylesheet typically transforms the FIGURE tag together with its attributes into an HTML '''img''' tag, possibly wrapped with an HTML anchor ('''a''') tag, if a popup window or link into ImageClass is required to view the image of the figure.
+
==[[Workflows for delivering PDF files as page images through pageturner]]==
-
 
+
-
Actually, depending on the situation, the middleware adds two or three new attributes to the FIGURE tag for XSL processing. They are '''FIGTYPE''', '''HREF_1''' and '''HREF_2'''. Collection-specific configuration referred to below is discussed in the [#defaultbehavior configuration section] later in this document.
+
-
 
+
-
# '''FIGTYPE''' carries one of two values:
+
-
#* '''INLINE''' when the configuration is for figures that appear inline with the text. In this case, only of the '''HREF_1''' attribute will appear.
+
-
#* '''THUMB''' when the configuration is for figures that have thumbnail images that appear inline with the text. In this case, both of the '''HREF_*''' attributes will appear.
+
-
# '''HREF_1''' is the URL or web space path to the inline image when '''FIGTYPE=INLINE''' or to a thumbnail image of the full sized image when '''FIGTYPE=THUMB'''.
+
-
# '''HREF_2''' is the URL or web space path to the full sized version of the figure image when '''FIGTYPE=THUMB'''.
+
-
 
+
-
'''Note: '''The <tt>debug=resolver</tt> URL parameter can be added to the end of the URL to see the action of the resolver as it operates on the ENTITY attribute of the FIGURE tag.
+
-
 
+
-
=== The IdResolver Resolution Mechanism ===
+
-
 
+
-
If the configuration indicates figure images are "external", i.e. that the figure images are managed in ImageClass or by a 3rd-party host, the IdResolver is used to resolve the ID to an ImageClass or 3rd-party URL. The Idresolver mechanism is described in the [pageviewer.html#DLXS_IDResolver IdResolver section] of the Pageviewer documentation.
+
-
 
+
-
=== The Filesystem Resolution Mechanism ===
+
-
 
+
-
If the configuration indicates figure images are not "external", the figure images should be found as files in the web space. The middleware constructs a default path to the image in the web speace as <tt>/webdir/images/''ENTITY''.extension</tt> where '''webdir''' is the collmgr value for the collection and <tt>extension</tt> comes from a list (.gif, .jpg, etc.). The middleware tests for file existence in the web space for each extension until a hit occurs. This allows files of several different formats to coexist in the web space.
+
-
 
+
-
The DLXS directory convention is to store these image files in <tt>DLXSROOT/img/c/coll</tt> and make a symbolic link to that directoy in <tt>DLXSROOT/web/c/coll</tt> called <tt>images</tt>.
+
-
 
+
-
= Default Behavior and Custom Configuration =
+
-
 
+
-
The default for the figure resolution mechanism assumes all figures are inline, on disk, without corresponding thumbnail images. Within this constraint it is possible to change the way the path to the disk file is generated to derive a number of naming conventions based on the bare entity attribute value. This is described below.
+
-
 
+
-
Modifying the described configuration of the figure resolution mechanism is accomplished by writing a subclass of the TextClass package for each affected collection. The size of the methods that need to be written is small, typically just a line or two of code.
+
-
 
+
-
Following is a synopsis of the methods provided for subclassing. Please consult the code in <tt>DLXSROOT/cgi/t/text/TextClass.pm</tt> and its subclasses for more detail.
+
-
 
+
-
* '''ExternalFigFullImage''' by default returns 0 indicating that figure images are on disk. Override this and return 1 to indicate images should be resolved into ImageClass or 3rd-party URLs by IdResolver.
+
-
* '''ExternalFigThumb''' by default returns 0 indicating that thumbnail images of figures are on disk. Override this and return 1 to indicate thumbnail images should be resolved into ImageClass or 3rd-party URLs by IdResolver.
+
-
* '''CollUsesThumbs''' by default returns 0. Override this and return 1 to indicate that figures should be rendered as inline thumbnails linked to a full sized version of the image. Note that thumbnails and their full sized counterparts can reside under ImageClass or be accessed directly from the disk.
+
-
* '''GenerateExternalId''' returns the default format for the IdResolver ID (key) as <tt>ic-''collid-idno''-''ENTITY''-[th|rec]</tt> where '''th''' is for the thumb and '''rec''' is for the full sized image. '''''ENTITY''''' is the value of the '''ENTITY''' attribute in the &lt;FIGURE&gt; tag in the XML. By overriding this method, different ID schemes can be implemented.
+
-
* '''GenerateFilesysPathElement''' by default simply returns the element for concatenation as described above. In the case where '''CollUsesThumbs''' is true and thumbnails and full sized images are on disk, this method can be overridden to supply different names for the thumbnails and full sized image files.
+
-
* '''FigureUriHook''' by default returns the URL passed in. For collections where the URL of the image needs to be wrapped in a javascript call this method can be subclassed.
+
-
* '''SyntheticAttrsHook''' can be subclassed to add additional attributes to the FIGURE tag for specialized process by the XSL stylesheets for collection-specific customization.
+
-
* '''FilesysIdResolver''' This method can be subclassed to supply a custom list of file extensions to check if the base class default list is not inclusive enough. In the subclass implementation, the list is passed as the optional last parameter to an invocation of the base class method, i.e. as <tt>SUPER::FilesysIdResolver</tt>.
+
-
 
+
-
===[[Working with the Text Class DTD]]===
+
-
 
+
-
==[[Working with Text Class Data and Directories]]==
+
-
workshop doc: storing texts and page images; set up directories for XPAT indexing; etc.
+
-
 
+
-
==[[Data Preparation and Conversion]]==
+
-
normalizing and validation workshop doc would go here
+
-
 
+
-
==[[Working with Fabricated Regions]]==
+
-
 
+
-
==[[Customizing Text Class]]==
+
-
This could provide other topics, but I think it would be a good place for a discussion of the pieces of text class that are customizable ranked by level of difficulty. Then you could link to the places in the doc that discuss specific methods for customizing different bits.
+
-
 
+
-
==[[Building the Index]]==
+
-
 
+
-
 
+
-
==[[Mounting the Collection Online]]==
+
-
Text Class Collection to Web from workshop doc would go in here
+
-
 
+
-
==[[Working with Page Image Access Mechanisms in Text Class]]==
+
-
==[[Working with the User Interface]]==
+
==[[Picklist customization for serial articles]]==  
-
===[[Specifying Individual Collection Characteristics]]===
+
<span class="release_15">'''Release_15'''</span>
-
Could we re-label this topic with a friendlier title? Perhaps "Customizing Text Class UI Layout"or something.
+
-
===[[Text Class XML Template Files]]===
+
-
===[[Text Class Processing Instructions]]===
+
-
===[[Text Class Graphics Files]]===
+
==[[Text Class Troubleshooting]]==
==[[Text Class Troubleshooting]]==
 +
This section should include Text Class problems and solutions--user-contributed material is welcome!
[[#top|Top]]
[[#top|Top]]

Current revision

Main Page > Mounting Collections: Class-specific Steps > Mounting a Text Class Collection

Contents

[edit] Text Class Overview

[edit] Examples of Text Class Implementations and Practices

Making of America, Twentieth Century American Poetry.

The decision process for inclusion of content in the Text Class is roughly based on the following:

  • The text is a monograph or journal issue available in SGML or XML.
  • Each text has a unique ID.
  • The campus and/or world community would benefit from access to the information.

These are, at best, general guidelines for decision making based on the current state of the Text Class implementation at the University of Michigan.

[edit] Working with Text Class Markup

This section describes the the Text Class DTD and mechanisms and programs used by DLXS for accessing and displaying images that are defined by the FIGURE element in TextClass document markup.

[edit] Working with Text Class Data and Directories

[edit] Data Preparation and Conversion: Unicode, XML, and Normalization

[edit] Working with Fabricated Regions

[edit] Building the Text Class Index

[edit] Mounting the Text Class Collection Online

[edit] Adding Text Class Search Functionality

[edit] Working with Page Image Access Mechanisms in Text Class

[edit] Working with the Text Class User Interface

[edit] Creating Text Class Wordwheels

[edit] Newspaper Clip Image Access Mechanisms

[edit] Workflows for delivering PDF files as page images through pageturner

[edit] Picklist customization for serial articles

Release_15

[edit] Text Class Troubleshooting

This section should include Text Class problems and solutions--user-contributed material is welcome!


Top

Personal tools