Bibliography Index

 

  1. Overview
  2. Annotated description of key tags within the bibliography citation template
  3. Blank bibliography citation template
  4. Examples of bibliographic entries
  5. Relationship to other bibliographic schemes

 

Overview [up]

The bibliography index contains a series of <biblFull> entries contained within the structure of the <listBibl> element. Each <biblFull> entry contains a fully-structured bibliographic citation.

The overall structure of the <listBibl> looks like this:

<listBibl>
<biblFull>
<titleStmt> <!-- ... --> </titleStmt>
<publicationStmt> <!-- ... --> </publicationStmt>
<seriesStmt> <!-- ... --> </seriesStmt>
</biblFull>
</listBibl>


Annotated description of key tags within the Bibliography Citation Template [up]

 

 

Blank Bibliography Citation Template: [up]

In the following template, the brackets ("[...]") denote places where the encoder must fill in pertinent information.

<listBibl> 
<biblFull>
<titleStmt>
<title level="$">[TITLE]</title>
<author>
<persName>
<foreName>[AUTHOR FORENAME]</forename>
<surname>[AUTHOR SURNAME]</surname>
</persName>
</author>
<editor>
<persName>
<forename>[EDITOR FORENAME]</forename>
<surname>[EDITOR SURNAME]</surname>
</persName>
</editor>
</titleStmt>
<publicationStmt>
<date>[PUBLICATION DATE]</date>
<publisher>[PUBLISHER NAME]</publisher>
<pubPlace>[PUBLICATION LOCATION]</pubPlace>
</publicationStmt>
<seriesStmt>
<title level="$">[SERIES TITLE]</title>
<respStmt>
<resp/>
</respStmt>
<biblScope type="vol">[VOLUME #]</biblScope> <biblScope type="pp">[PAGE #]</biblScope>
</seriesStmt>
</biblFull>
</listBibl>

 


Bibliography Citation Example [up]

Journal article with multiple authors:

<biblFull>
<titleStmt>
<title level="a">Regulatory Competition and International Co-operation</title>
<author>
<persName>
<forename>Philip</forename>
<surname>Genschel</surname>
</persName>
</author>
<author>
<persName>
<forename>Thomas</forename>
<surname>Plümper</surname>
</persName>
</author>
</titleStmt>
<publicationStmt>
<date>1997</date>
</publicationStmt>
<seriesStmt>
<title level="j">Journal of European Public Policy</title>
<respStmt>
<resp/>
</respStmt>
<biblScope type="vol">4</biblScope> <biblScope type="pp">626-42</biblScope>
</seriesStmt>
</biblFull>

 

Relationship to Other Bibliographic Schemes [up]

Listed below are the equivalences between the various bibliographic fields defined for use in various bibliographic databases and the elements defined in this tag set.

 


Contents | TEI Header | Research Article | Bibliography Index | Glossary Index