Template:Bibtex: Difference between revisions

From QETLAB
Jump to navigation Jump to search
DOI template
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
     author      = {Nathaniel Johnston},
     author      = {Nathaniel Johnston},
     title        = {{QETLAB}: A {MATLAB} toolbox for quantum entanglement, version {{CurrentVersion}}},
     title        = {{QETLAB}: A {MATLAB} toolbox for quantum entanglement, version {{CurrentVersion}}},
     howpublished = {\url{<nowiki>http://qetlab.com</nowiki>}},
     howpublished = {\url{<nowiki>https://qetlab.com</nowiki>}},
     month        = {{#substring:{{LastUpdated}}|0|3}},
     month        = {Jan},
     year        = {{#substring:{{LastUpdated}}|-4}},
     year        = {2016},
     doi          = {10.5281/zenodo.{{DOI}}}
     doi          = {10.5281/zenodo.{{DOI}}}
   }</includeonly><noinclude>This template creates BibTeX code for citing QETLAB. Its output is shown below:
   }</includeonly><noinclude>This template creates BibTeX code for citing QETLAB. Its output is shown below:
{{Bibtex}}</noinclude>
{{Bibtex}}</noinclude>

Latest revision as of 13:36, 18 October 2023

This template creates BibTeX code for citing QETLAB. Its output is shown below:

 @misc{qetlab,
   author       = {Nathaniel Johnston},
   title        = {{QETLAB}: A {MATLAB} toolbox for quantum entanglement, version 1.0},
   howpublished = {\url{https://qetlab.com}},
   month        = {Jan},
   year         = {2016},
   doi          = {10.5281/zenodo.44637}
 }