-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* testing bib file * fixing how to add new entries * fixing names * adjusting template
- Loading branch information
Showing
2 changed files
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Format for a standard journal entry into master_list.bib | ||
|
||
% ** example template ** | ||
@Article{LASTNAME1YY | ||
author = "F.N.1 LASTNAME1 and F.N.2 LASTNAME2 and ...", | ||
title = "{TITLE}", | ||
journal = ACRONYMN, | ||
year = {YYYY}, | ||
volume = {N}, | ||
issue = {I}, | ||
pages = {PP-PP}, | ||
url = {http://dx.doi.org/XXXXX} | ||
} | ||
|
||
|
||
NOTES: | ||
- Format for "author" entry you must use just | ||
quote marks " " around list. The names are | ||
separated just by the word 'and' | ||
- Format for "title" is to use BOTH quotes and | ||
curly braces "{ }" | ||
- Format for "journal" MUST use an acronym | ||
defined at the top of master_list.bib. Do not | ||
use anything around the acronym | ||
- Format for "year", "volume", "issue", "pages", | ||
and "url" are all just curly braces { } | ||
- All entries must have a comma at the end EXCEPT | ||
after final entry (url) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters