Citation in digital scholarship: Difference between revisions
No edit summary |
|||
| Line 30: | Line 30: | ||
==Categories of resources that can be cited== | ==Categories of resources that can be cited== | ||
=== Ancient Mediterranean Primary Texts === | === Ancient Mediterranean Primary Texts === | ||
"Classics" has well established abbreviations. Neither complete, | "Classics" has well established abbreviations. Neither complete, nor unambiguous, but well established. | ||
* Plain text: "Hom. Il. 2.345", "Homer, Iliad 2.345" | * Plain text: "Hom. Il. 2.345", "Homer, Iliad 2.345" | ||
Revision as of 18:29, 20 September 2010
This page provides examples and offers best practices for making citations in digital scholarship. The term 'citation' is meant very generally as the encoding of reference to an external entity in support of, as illustration of, or otherwise in relationship to a work of digital scholarship. Scholars cite resources ranging from primary texts, contemporary scholarship, museum objects, people, places, and a wide range of other entities and categories of information.
Some preliminaries:
- The page is divided into categories of evidence with options for citing specific instances.
- The structure of the examples presented emphasizes the practical solutions that are available now while leaving room for suggestion as to future directions.
- An xml context – tei, xhtml, or other(?) - is assumed.
- Discussion of this page can take place on the Digital Classicist Discussion List.
- While this page does assert categories, those are also up for discussion. What is the theoretical and practical difference between a "primary source" and "secondary scholarship"? It is reasonable to cite the 9th century scholar Photius as both.
- It is not the goal of this page to suggest that "Citation in digital scholarship" is a simple
- For all the examples below, but particularly for sites creating stable id's (e.g. Pleiades), a concern is for a generic, interoperable, author-friendly convention to refer to those resources in ways that the sites themselves will recognize. "If you make a reference to Pleiades, how does Pleiades know that you've done so?"
Matteo Romanello (2008) has described goals for a linking system as:
- open-ended: it should be possible to link and retrieve other resources related to a given author or work as soon as they appear on the Web. Each link would be resolved into an open-ended, and therefore potentially infinite, number of on-line resources;
- interoperable: it should guarantee the reuse of data and the interoperability among web applications that use different communication protocols and interfaces;
- semantic and language-neutral: such a linking system should allow to identify each author, work and edition of a work with a unique identifier rather than with a language-dependent name. If an author is univocally identified it is possible to map the name of the same author written in different languages to that unique identifier. But it is impossible to do the reverse.
The Process of Digital Citation in Prose Works
Given the following sentence "Herodotus (1.178) describes Babylon as the strongest and most famous city in Assyria.", how should one make an unambiguous reference to the cited text.
Indicating the Presence of a Citation
HTML: Herodotus (1.178) describes Babylon as the strongest and most famous city in Assyria.
TEI: Cite error: Invalid <ref> tag; invalid names, e.g. too many describes Babylon as the strongest and most famous city in Assyria.
In both these usages, an xpath selector "//*[@*='citation']" will create a set of all the citations in a text. That is robust.
Plain-text reference
Deriving a Machine Recognizable "Cannonical Reference"
Categories of resources that can be cited
Ancient Mediterranean Primary Texts
"Classics" has well established abbreviations. Neither complete, nor unambiguous, but well established.
- Plain text: "Hom. Il. 2.345", "Homer, Iliad 2.345"
The following examples illustrate that the same text can appear in different places.
- HTML: <a href="http://perseus.uchicago.edu/perseus-cgi/citequery3.pl?query=Hom.+Il.+2.345&dbname=GreekTexts">Hom. Il. 2.345</a>
- HTML: <a href="http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.01.0133:book%3D2:card%3D345">Hom. Il. 2.345</a>
- More HTML with some microformat/@class sugar: "<a class="citation" href="http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.01.0133:book%3D2:card%3D345">Hom Il. 2.345</a>"
- More HTML with some microformat/@class sugar + some RDFa: "<a class="citation" rel="dc:references" href="http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.01.0133:book%3D2:card%3D345">Hom Il. 2.345</a>". This pattern is not known "in the wild". It is here to start conversation.
None of these examples address the presence and/or capabilities of the Canonical Text Services (CTS) protocol and URN scheme under development at the Center for Hellenic Studies.
Geographic Entities
Within the Ancient Mediterranean, the Pleiades Project is establishing short URL as identifiers for geographic entities (but see their own discussion for details). Geonames.org is a worldwide list of identifiers.
- HTML: <a href="http://pleiades.stoa.org/places/599612">Ephesus</a>
- HTML: <a href="http://www.geonames.org/1346463/samarqand-shahri.html">Samarkand</a>
Bibliographic Data
Worldcat. But there may be licensing issues.
- HTML: <a rel="dc:references" class="citation" href="http://www.worldcat.org/title/golden-age-of-chinese-archaeology-celebrated-discoveries-from-the-peoples-republic-of-china/oclc/41606205&referer=brief_results">Yang, X., National Gallery of Art (U.S.), Museum of Fine Arts, Houston., & Asian Art Museum of San Francisco. (1999). The golden age of Chinese archaeology: Celebrated discoveries from the People's Republic of China. Washington: National Gallery of Art</a>
What is the relationship between citing a work and citing its bibliographic record. Is that a necessary distinction. With some "skos", can we make the operation more clear.
- HTML: '<a typeof="dc:Text" rel="skos:definition" href="http://www.worldcat.org/title/golden-age-of-chinese-archaeology-celebrated-discoveries-from-the-peoples-republic-of-china/oclc/41606205&referer=brief_results" property="skos:label">Yang, X., National Gallery of Art (U.S.), Museum of Fine Arts, Houston., & Asian Art Museum of San Francisco. (1999). The golden age of Chinese archaeology: Celebrated discoveries from the People's Republic of China. Washington: National Gallery of Art</a>'
The semantics here are along the lines of: a citation is being made to a work that is defined by the web page at "http.....".
Museum Objects
Or any cataloged object with stable id?
HTML: <a href="http://numismatics.org/collection/1968.34.40">ANS 1968.34.40</a>.
Same possibility to use 'skos:definition' here.
Egyptian Papyri
The sites http://papyri.info and http://trismegistos.org (e.g. http://www.trismegistos.org/tm/detail.php?tm=23 ) are islands of stability here.