The data structure used in this bibliography is based on BibTex standards.
Typology of bibliographic resources
A BibTeX database can contain the following types of entries:
Type | Description | Required fields | Optional fields |
---|---|---|---|
article | An article from a journal or magazine | author, title, journal, year, volume | number, pages, month, doi, note, key |
book | A book with an explicit publisher | author/editor, title, publisher, year | volume/number, series, address, edition, month, note, key, url |
incollection | A part of a book having its own title. | author, title, booktitle, publisher, year | editor, volume/number, series, type, chapter, pages, address, edition, month, note, key |
inproceedings | An article in a conference proceedings. | author, title, booktitle, year | editor, volume/number, series, pages, address, month, organization, publisher, note, key |
mastersthesis | A Master’s thesis. | author, title, school, year | type, address, month, note, key |
misc | For use when nothing else fits. | none | author, title, howpublished, month, year, note, key |
phdthesis | A Ph.D. thesis. | author, title, school, year | type, address, month, note, key |
proceedings | The proceedings of a conference. | title, year | editor, volume/number, series, address, month, publisher, organization, note, key |
techreport | A report published by a school or other institution, usually numbered within a series. | author, title, institution, year | type, number, address, month, note, key |
NOT TO USE
booklet
A work that is printed and bound, but without a named publisher or sponsoring institution.
- Required fields: title
- Optional fields: author, howpublished, address, month, year, note, key
conference
The same as inproceedings, included for Scribe compatibility.
inbook
A part of a book, usually untitled. May be a chapter (or section, etc.) and/or a range of pages.
- Required fields: author/editor, title, chapter/pages, publisher, year
- Optional fields: volume/number, series, type, address, edition, month, note, key
manual
Technical documentation.
- Required fields: title
- Optional fields: author, organization, address, edition, month, year, note, key
unpublished
A document having an author and title, but not formally published.
- Required fields: author, title, note
- Optional fields: month, year, key
Fields
- address
- Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.
- annote
- An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.
- author
- The name(s) of the author(s), in the format described in the LATEX book.
- booktitle
- Title of a book, part of which is being cited. See the LATEX book for how to type titles. For book entries, use the title field instead.
- chapter
- A chapter (or section or whatever) number.
- crossref
- The database key of the entry being cross referenced.
- edition
- The edition of a book--for example, “Second”. This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.
- editor
- Name(s) of editor(s), typed as indicated in the LATEX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.
- howpublished
- How something strange has been published. The first word should be capitalized.
- institution
- The sponsoring institution of a technical report.
- journal
- A journal name. Should not be abbreviated.
- key
- Used for alphabetizing, cross referencing, and creating a label when the “author” information (described in Section 4) is missing. This field should not be confused with the key that appears in the \cite command and at the beginning of the database entry.
- month
- The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation, as described in Appendix B.1.3 of the LATEX book.
- note
- Any additional information that can help the reader. The first word should be capitalized.
- number
- The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.
- organization
- The organization that sponsors a conference or that publishes a manual.
- pages
- One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the `+’ in this last example indicates pages following that don’t form a simple range). To make it easier to maintain Scribe-compatible databases, the standard styles convert a single dash (as in 7-33) to the double dash used in TEX to denote number ranges (as in 7-33).
- publisher
- The publisher’s name.
- school
- The name of the school where a thesis was written.
- series
- The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.
- title
- The work’s title, typed as explained in the LATEX book.
- type
- The type of a technical report--for example, “Research Note”.
- volume
- The volume of a journal or multivolume book.
- year
- The year of publication or, for an unpublished work, the year it was written. Generally it should consist of four numerals, such as 1984, although the standard styles can handle any year whose last four nonpunctuation characters are numerals, such as `(about 1984)’.
Format of the citation
The citation format used in the system is Harvard.