Template:Bibtex: Difference between revisions

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