The Bibtex database is a plain text format. Each field is identified by a descriptive label. The following entry is an example of a Bibtex article entry.
@ARTICLE{Smith2011,
author = {Smith, Iam; Jones, U.R.},
title = {This is the document title.},
journal = {International Journal of Scientific Findings},
year = {2011},
volume = {1},
pages = {22-33},
abstract = {This field represents the abstract that would appear with the article.},
crossref = {,},
owner = {bob},
timestamp = {2011.08.12} }
The following paragraph is a real entry that doesn't use all of the parts used by the previous example.
@ARTICLE{abend2002,
author = {Abend, S.M. and Kulish, N.},
title = {The psychoanalytic method from an epistemological viewpoint.},
journal = {Int J Psychoanal},
year = {2002},
volume = {83},
pages = {491-5},
number = {Pt 2},
owner = {bob},
timestamp = {2011.05.13} }
The @ symbol indicates the start of a new record. This is followed by the author's last name and the year of publication. This is the key that is used to retrieve or refer to the article. It is like your SSN. It refers uniquely to the individual. The rest of the fields are self explanatory.
There are other fields that have value. Number of the article or item, month, part, Eid, Note, Annote, Crossref, Keywords, File, Doi, Url, Citeseerurl, Comment, owner, timestamp, abstract, review, plus a display of the Bibtex entry that results from your entries.















