Template:Cite bioRxiv

Documentation icon Template documentation[view] [edit] [history] [purge]
Citation Style 1 templates
{{Cite arXiv}}arXiv preprints
{{Cite AV media}}audio and visual media
{{Cite AV media notes}}AV media liner notes
{{Cite bioRxiv}}bioRxiv preprints
{{Cite book}}books and chapters
{{Cite citeseerx}}CiteSeerX papers
{{Cite conference}}conference papers
{{Cite encyclopedia}}edited collections
{{Cite episode}}radio or TV episodes
{{Cite interview}}interviews
{{Cite journal}}academic journals
{{Cite magazine}}magazines, periodicals
{{Cite mailing list}}public mailing lists
{{Cite map}}maps
{{Cite news}}news articles
{{Cite newsgroup}}online newsgroups
{{Cite podcast}}podcasts
{{Cite press release}}press releases
{{Cite report}}reports
{{Cite serial}}audio or video serials
{{Cite sign}}signs, plaques
{{Cite speech}}speeches
{{Cite ssrn}}SSRN papers
{{Cite techreport}}technical reports
{{Cite thesis}}theses
{{Cite web}}web sources not covered by the above
See alsoSpecific-source templates
Wrapper templates

This Citation Style 1 template is used to create citations for . It links to the abstract at https://doi.org/10.1101/biorxiv, which will usually resolve to http://biorxiv.org/content/early/YYYY/MM/DD/biorxiv.

Usage

Common parameters, horizontal format
{{cite bioRxiv |last1= |first1= |date= |title= |biorxiv=}}
  • biorxiv (Mandatory): bioRxiv identifier. This is the biorxiv doi stripped of '10.1101/'. Do not use the full doi. That is use |biorxiv=012345, not | nor |doi=10.1101/012345
  • title: Title of the cited paper.

The template uses the style of {{cite journal}}. Once a paper is accepted in a peer-reviewed journal, it is recommended to use one of those templates, as the peer-reviewed status of the article is important, while preserving the bioRxiv link in order to guarantee open access to the previous version of the article. To preserve the bioRxiv link, add e.g. |biorxiv=012345 to the {{citation}} or {{cite journal}} templates.

Examples

  • {{cite biorxiv |last1=Navarrete |first1=I. |last2=Panchi |first2=N. |last3=Kromann |first3=P. |last4=Forbes |first4=G. |last5=Andrade-Piedra |first5=J. |date=15 February 2017 |title=Health quality of seed potato and yield losses in Ecuador |biorxiv=108712}}
Template:Cite biorxiv

Parameters

Deprecated

These parameters are deprecated and will no longer work. Use will place the page in Category:Pages containing cite templates with deprecated parameters.

Use accessdate:

  • access-date
  • accessed
  • accessdaymonth
  • accessday
  • accessmonthday
  • accessmonth
  • accessyear

Use date:

  • day

No longer supported:

  • dateformat
  • doilabel

Description

Authors

  • last: Surname of author. Do not wikilink—use authorlink instead. Where the surname is usually written first—as in Chinese—or for corporate authors, simply use last to include the same format as the source. Aliases: last, author, authors, last1, author1
    • first: Given or first names of author, including title(s); for example: Firstname Middlename or Firstname M. or Dr. Firstname M., Sr. Do not wikilink—use authorlink instead. Aliases: first, first1.
    • OR: for multiple authors, use last1, first1 through last9, first9 for up to nine authors. By default, if nine authors are defined, then only eight will show and "et al." will show in place of the last author. Aliases: last1, author1 through last9, author9.
  • authorlink: Title of existing Wikipedia article about the author—not the author's website; do not wikilink. Aliases: authorlink, authorlink1, author-link, author1-link.
  • OR: for multiple authors, use authorlink1 through authorlink9. Aliases: authorlink1, author1-link through authorlink9, author9-link.
When using Shortened footnotes or parenthetical referencing
styles with templates, do not use multiple names in one field else the anchor will not match the inline link.

Date

  • date: Full date of source being referenced in the same format as other publication dates in the citations.[1] Do not wikilink. Displays after the authors and enclosed in parentheses. If there is no author, then displays after publisher.
  • OR: year: Year of source being referenced.
    • month: Name of the month of publication. If you also have the day, use date instead; do not wikilink.
    • origyear: Original publication year; displays after the date or year. For clarity, please supply specifics; example: |origyear=First published 1859 or |origyear=Composed 1904.
  1. Publication dates in article references should all have the same format. See MOS:DATEUNIFY.

Title

  • title: Title of source. Can be wikilinked to an existing Wikipedia article or url may be used to add an external link, but not both. Displays in quotes.
    • trans_title: English translation of the title if the source cited is in a foreign language. Displays in square brackets after title; if url is defined, then trans_title is included in the link. Use of the language parameter is recommended.
Titles containing certain characters will display and link incorrectly unless those characters are encoded.
newline [ ] |
space [ ] |
  • When the title you are citing contains quotations marks or apostrophes at the beginning, end or both, you can use   to place a separation between that punctuation and the quotation marks this template automatically provides around the title, to avoid a non-ideal display such as '''.
  • For example instead of title='name' which will display on many browsers with the quotation marks surrounding it as '''name''', use |title= 'name' , which will display as " 'name' ".
  • language: The language the source is written in, if not English. Displays in parentheses with "in" before the language name. Use the full language name; do not use icons or templates.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Cite bioRxiv

<templatedata> { "params": { "biorxiv": { "label": "bioRxiv", "description": "bioRxiv identifier without the \"bioRxiv:\" prefix", "type": "string", "required": true, "example": "108712" }, "title": { "label": "Title", "description": "Title of the paper cited", "type": "string", "suggested": true }, "first": { "aliases": [ "first1", "given", "given1" ], "label": "First name", "description": "First name of first author", "type": "string", "suggested": true }, "last": { "aliases": [ "last1", "surname", "surname1" ], "label": "Last name", "description": "Last name of first author", "type": "string", "suggested": true }, "author": { "aliases": [ "author1" ], "label": "Author", "description": "Complete name of the first author", "type": "string" }, "author-link": { "aliases": [ "author-link1", "authorlink", "authorlink1", "author1-link", "author1link." ], "label": "Author's article", "description": "Title of the Wikipedia article about the first author", "type": "wiki-page-name" }, "first2": { "aliases": [ "given2" ], "label": "Author 2's first name", "description": "First name of second author", "type": "string" }, "last2": { "aliases": [ "surname2" ], "label": "Author 2's last name", "description": "Last name of second author", "type": "string" }, "author2": { "label": "Author 2", "description": "Full name of second author", "type": "string" }, "author-link2": { "aliases": [ "authorlink2", "author2-link", "author2link" ], "label": "Author 2's article", "description": "Title of Wikipedia article about the second author", "type": "wiki-page-name" }, "coauthors": { "label": "Co-authors", "description": "Names of co-authors", "type": "string", "deprecated": "Use author, author2, etc." }, "authors": { "label": "Authors", "description": "Full list of all authors", "type": "string" }, "collaboration": { "label": "collaboration", "description": "Name of a group of authors, in addition to the ones listed in the Author parameters", "type": "string" }, "translator-last": { "aliases": [ "translator1-last", "translator-last1" ], "label": "Translator's last name", "description": "Translator's last name", "type": "string" }, "translator-first": { "aliases": [ "translator1-first", "translator-first1" ], "label": "Translator's first name", "description": "Translator's first name", "type": "string" }, "translator": { "aliases": [ "translator1" ], "label": "Translator", "description": "Full name of first translator", "type": "string" }, "translator-link": { "aliases": [ "translator-link1", "translator1-link" ], "label": "Translator's article", "description": "Title of Wikipedia article of the (first) translator", "type": "wiki-page-name" }, "translator-first2": { "aliases": [ "translator2-first" ], "label": "Translator 2's First name", "description": "Translator 2's First name", "type": "string" }, "translator-last2": { "aliases": [ "translator2-last" ], "label": "Translator 2's last name", "description": "Translator 2's last name", "type": "string" }, "translator2": { "label": "Translator 2", "description": "Full name of second translator", "type": "string" }, "translator-link2": { "aliases": [ "translator2-link" ], "label": "Translator 2's article", "description": "Title of WIkipedia article about second translator", "type": "wiki-page-name" }, "date": { "label": "Date", "description": "Date of the source being cited. Use n.d. for no date, and c. for inexact dated", "type": "string" }, "orig-year": { "aliases": [ "origyear" ], "label": "Original publication year", "description": "Original publication year, which displays after the main date. Be specific", "example": "First published 1859", "type": "string" }, "df": { "label": "Date format for publication dates", "description": "Either ymd (Year-Month-Day), dmy (Day-Month-Year), or mdy (Month-Day-Year) add -all at end to also affect access and archive dates", "example": "dmy", "type": "string" }, "script-title": { "label": "Foreign-script title", "description": "Title of work in original non-latin script. May be prefixed with language code and a colon", "example": "ja:東京タワー", "type": "string" }, "trans-title": { "label": "Translated title", "description": "English translation of title", "type": "string" }, "title-link": { "label": "Article about title", "description": "Wikipedia article that the title is linked to", "type": "wiki-page-name" }, "language": { "label": "Language(s)", "description": "Language(s) the source is written in. Separate by commas, and do not include 'and'", "type": "string" } }, "format": "inline", "description": "Formats a citation to a paper with an bioRxiv id", "paramOrder": [ "biorxiv", "author", "first", "last", "first2", "last2", "author2", "author-link", "author-link2", "authors", "coauthors", "title", "translator", "translator-last", "translator-first", "translator-link", "translator-first2", "translator-last2", "translator2", "translator-link2", "collaboration", "date", "orig-year", "df", "script-title", "trans-title", "title-link", "language" ] } </templatedata>

External links