parent
2078876168
commit
c4f296346a
@ -0,0 +1 @@
|
||||
from str_templates import *
|
@ -0,0 +1,18 @@
|
||||
# Input the bibliographic data for your article
|
||||
# Supported formats are bibtex (template below), bibyaml and bibtexml
|
||||
|
||||
@article{
|
||||
YourCitekey,
|
||||
author = "LastName1, FirstName1 and LastName2, FirstName2",
|
||||
title = "",
|
||||
journal = "",
|
||||
number = "7",
|
||||
pages = "23-31",
|
||||
volume = "13",
|
||||
year = "2013",
|
||||
|
||||
doi = "",
|
||||
issn = "",
|
||||
keywords = "",
|
||||
abstract = ""
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
add_bib = """
|
||||
# Input the bibliographic data for your article
|
||||
# Supported formats are bibtex (template below), bibyaml and bibtexml
|
||||
|
||||
@article{
|
||||
YourCitekey,
|
||||
author = "LastName1, FirstName1 and LastName2, FirstName2",
|
||||
title = "",
|
||||
journal = "",
|
||||
number = "7",
|
||||
pages = "23-31",
|
||||
volume = "13",
|
||||
year = "2013",
|
||||
|
||||
doi = "",
|
||||
issn = "",
|
||||
keywords = "",
|
||||
abstract = ""
|
||||
}
|
||||
"""
|
Loading…
Reference in new issue