|
Tag Conventions:
Tags are used as the unique key for the reference in the BibTex database. Please be sure that the same tag is not already used for another entry in the database. We use the following conventions for creation of reference tags:
Author Field Conventions: When adding a new reference to the database, the authors should be entered as follows. Each author name is entered using the first (and possbily the middle) initial, followed by the author's last name. Multiple author names should be separated by ands without any commas or other characters. Example: B. Mobasher and R. Cooley and J. Srivastava.
Address Field Conventions: For conference/workshop proceedings, the Address field represents the location where the conference or workshop was held. For books, the address is usually the address of the publishing company. The Address field usually only consists of the city and country to state. Examples:
@BOOK{Adam01,
AUTHOR = {J. Adamo},
TITLE = {Data Mining for Association Rules and Sequential Patterns},
PUBLISHER = {Springer},
ADDRESS = {New York},
YEAR = {2001},
}
@INPROCEEDINGS{DK01,
AUTHOR = {M. Deshpande and G. Karypis},
TITLE = {Selective Markov Models for Predicting Web-Page Accesses},
BOOKTITLE = {Proceedings of the First International SIAM Conference on Data Mining},
ADDRESS = {Chicago, Illinois},
MONTH = {April},
YEAR = {2001},
}
Books or Collections: A bibliography entry for either a book or collection (of articles) is entered via the Book form. In case of a collection usually the Author field is left blank, and instead the Editor field is used. Only one of these fields needs to be entered. Note the difference between the collection as a book versus an article (or a chapter) in the collection: the former is added as a book reference, while the latter is entered using the InCollection form.
|