Category:BibTex properties: Difference between revisions

From CODECS: Online Database and e-Resources for Celtic Studies
No edit summary
(Replaced content with "{{Category |Category=Reference properties }}")
Tag: Replaced
 
Line 1: Line 1:
[[Category:Reference properties]]
{{Category
[[Has default form::Property| ]]
|Category=Reference properties
==Documentation==
}}
Certain properties will be reserved for use in the BibTex output format.
 
===Link===
* http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats/bibtex_format
* http://semantic-mediawiki.org/wiki/Help:BibTeX_format
* http://amath.colorado.edu/documentation/LaTeX/reference/faq/bibstyles.html#faq (see additional parameters)
 
===Test examples===
[[Ó Cróinín 1998]], [[Jaski 2000]]
 
===Table===
====Entry types====
{|
|- valign="top"
| @book
| A book with an explicit publisher.
| Cf. @proceedings (The proceedings of a conference)<br>
Cf. @incollection (A part of a book having its own title)<br>
Cf. @booklet (A work that is printed and bound, but without a named publisher or sponsoring institution)<br>
Cf. @inbook (A part of a book, which may be a chapter (or section or whatever) and/or a range of pages)
 
|- valign="top"
| @article
| An article from a journal or magazine
 
|- valign="top"
| @inproceedings
| An article in a conference proceedings.
| Cf. @conference (The same as inproceedings)
 
|- valign="top"
| @phdthesis
| A PhD thesis.
| Cf. @mastersthesis (A Master's thesis)
 
|- valign="top"
| Further
| colspan=2|@manual (Technical documentation); @techreport (A report published by a school or other institution, usually numbered within a series); @collection (Not a standard entry type. Use proceedings instead.); @patent (Not a standard entry type. )
 
|- valign="top"
| @misc
| Use this type when nothing else fits
 
|- valign="top"
| @unpublished
| colspan=2 | A document having an author and title, but not formally published
|}
 
====Elements====
{|
|- valign="top"
| Author
| <tt>author</tt>
| The name(s) of the author(s) (in the case of more than one author, separated by <tt>and</tt>)
 
|- valign="top"
| Editor
| <tt>editor</tt>
| The name(s) of the editor(s)
 
|- valign="top"
| Title
|<tt>title</tt>
| The title of the work (books, journal articles, book articles, etc.)
 
|- valign="top"
|
| <tt>chapter</tt>
| The chapter number
 
|- valign="top"
| In Book
| <tt>booktitle</tt>
| The title of the book, if only part of it is being cited
 
|- valign="top"
|
| <tt>edition</tt>
| The edition of a book, long form (such as "first" or "second")
 
|- valign="top"
| Journal
| <tt>journal</tt>
| The journal or magazine the work was published in
 
|- valign="top"
|
| <tt>volume</tt>
| The volume of a journal or multi-volume book
 
|- valign="top"
| issue
| <tt>number</tt>
| The "(issue) number" of a journal, magazine, or tech-report, if applicable.  (Most publications have a "volume", but no "number" field.)
 
|- valign="top"
| Series
| <tt>series</tt>
| The series of books the book was published in
 
|- valign="top"
| Series volume
| ?????????
| ?????????
 
|- valign="top"
| Place?
| <tt>address</tt>
| Publisher's address (usually just the city, but can be the full address for lesser-known publishers)
 
|- valign="top"
|
| <tt>howpublished</tt>
| How it was published, if the publishing method is nonstandard
 
|- valign="top"
| '''Publisher'''
|  <tt>publisher</tt>
| The publisher's name
 
|- valign="top"
| University/Diss
| <tt>school</tt>
| The school where the thesis was written
 
|- valign="top"
|
| <tt>institution</tt>
| The institution that was involved in the publishing, but not necessarily the publisher
 
|- valign="top"
|
| <tt>organization</tt>
| The conference sponsor
 
|- valign="top"
| Month
| <tt>month</tt>
| The month of publication (or, if unpublished, the month of creation)
 
|- valign="top"
| '''Year'''
| <tt>year</tt>
| The year of publication (or, if unpublished, the year of creation)
 
|- valign="top"
| Pages
| <tt>pages</tt>
| Page numbers, separated either by commas or double-hyphens. For books, the total number of pages.
 
|- valign="top"
| URL
| <tt>url</tt>
| The WWW address
 
|- valign="top"
| e-print/archive
| <tt>eprint</tt>
| A specification of an electronic publication, often a preprint or a technical report
 
|- valign="top"
| Annotation
| <tt>annote</tt>
| An annotation for annotated bibliography styles (not typical)
 
|- valign="top"
| Note
|<tt>note</tt>
| Miscellaneous extra information
 
|- valign="top"
|
| <tt>key</tt>
| A hidden field used for specifying or overriding the alphabetical order of entries (when the "author" and "editor" fields are missing).  Note that this is very different from the key (mentioned just after this list) that is used to cite or cross-reference the entry.
 
|- valign="top"
|
| <tt>crossref</tt>
| The key of the cross-referenced entry
 
|- valign="top"
|
| <tt>type</tt>
| The type of tech-report, for example, "Research Note"
|}

Latest revision as of 20:48, 15 February 2021

Category:BibTex properties