summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/astron/template.bib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /biblio/bibtex/contrib/astron/template.bib
Initial commit
Diffstat (limited to 'biblio/bibtex/contrib/astron/template.bib')
-rw-r--r--biblio/bibtex/contrib/astron/template.bib201
1 files changed, 201 insertions, 0 deletions
diff --git a/biblio/bibtex/contrib/astron/template.bib b/biblio/bibtex/contrib/astron/template.bib
new file mode 100644
index 0000000000..c87c8a33d3
--- /dev/null
+++ b/biblio/bibtex/contrib/astron/template.bib
@@ -0,0 +1,201 @@
+% This file contains templates for each entry in the bibliographic database.
+% It provides only the fields which are defined as required and optional
+% in the BibTeX style ASTRON.BST.
+% First come the required fields, then the optional. Text in fields requires
+% quotes (already provided in the templates); numbers don't.
+% Remember to delete the fields which you do not use. This will prevent
+% BibTeX from producing many irrelevant warnings and error messages.
+
+% Usage (compare with @ARTICLE template):
+%
+% @ARTICLE{citation_label,
+% author = "Title",
+% year = 1990,
+% journal = "The full name", % or: journal = abbrv,
+% volume = 42,
+% pages = 24, % or: pages = "24--31",
+% crossref = "other_citation_label",
+% key = "alternative_sort_key", % See LaTeX or BibTeX User's Guide
+% type = "type of the publication",
+% note = "additional information"}
+
+@ARTICLE{,
+ author = "",
+ year = ,
+ journal = "",
+ volume = ,
+ pages = ,
+ crossref = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@BOOK{,
+ author = "",
+ year = ,
+ title = "",
+ publisher = "",
+ address = "",
+ editor = "",
+ edition = "",
+ volume = ,
+ series = "",
+ number = ,
+ crossref = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@BOOKLET{,
+ author = "",
+ year = ,
+ title = "",
+ howpublished = "",
+ address = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@CONFERENCE{, % `Conference' is the same as `inproceedings'.
+ author = "",
+ year = ,
+ title = "",
+ booktitle = "",
+ editor = "",
+ volume = ,
+ pages = ,
+ publisher = "",
+ address = "",
+ organization = "",
+ series = "",
+ number = ,
+ crossref = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@INBOOK{,
+ author = "",
+ year = ,
+ chapter = ,
+ title = "",
+ publisher = "",
+ address = "",
+ editor = "",
+ edition = "",
+ volume = "",
+ series = "",
+ number = ,
+ pages = ,
+ crossref = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@INCOLLECTION{,
+ author = "",
+ year = ,
+ title = "",
+ booktitle = "",
+ publisher = "",
+ address = "",
+ chapter = ,
+ editor = "",
+ edition = "",
+ volume = "",
+ series = "",
+ number = ,
+ pages = ,
+ crossref = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@INPROCEEDINGS{,
+ author = "",
+ year = ,
+ title = "",
+ booktitle = "",
+ editor = "",
+ volume = ,
+ pages = ,
+ publisher = "",
+ address = "",
+ organization = "",
+ series = "",
+ number = ,
+ crossref = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@MANUAL{,
+ author = "",
+ year = ,
+ title = "",
+ organization = "",
+ edition = "",
+ address = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@MASTERSTHESIS{,
+ author = "",
+ year = ,
+ school = "",
+ address = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@MISC{,
+ author = "",
+ year = ,
+ title = "",
+ howpublished = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@PHDTHESIS{,
+ author = "",
+ year = ,
+ school = "",
+ address = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@PROCEEDINGS{,
+ author = "",
+ year = ,
+ title = "",
+ editor = "",
+ volume = ,
+ publisher = "",
+ address = "",
+ organization = "",
+ series = "",
+ number = ,
+ key = "",
+ type = "",
+ note = ""}
+
+@TECHREPORT{,
+ author = "",
+ year = ,
+ title = "",
+ institution = "",
+ address = "",
+ key = "",
+ type = "",
+ note = ""}
+
+@UNPUBLISHED{,
+ author = "",
+ year = ,
+ title = "",
+ note = "",
+ key = "",
+ type = ""}