Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.02 KB

bibrefer_ref.md

File metadata and controls

44 lines (29 loc) · 1.02 KB

bibrefer ref

Returns the reference of the given DOI, name, or pdf file

Synopsis

ref returns the reference of a given DOI, name, or pdf file

bibrefer ref [flags] <query>

Examples

bibrefer ref -a 10.1016/j.jnca.2016.10.019
  bibrefer ref -o json 10.1016/j.jnca.2016.10.019
  bibrefer ref -ujaV 10.1016/j.jnca.2016.10.019

Options

  -a, --full-author     use full author names in reference
  -j, --full-journal    use full  journal name in reference
  -h, --help            help for ref
  -k, --keep-key        keep the bib entry key format from doi.org
  -n, --no-newline      suppress trailing newline but prepend with newline
  -o, --output string   sets the output format. Supported values are json, bibtex, and rdf-xml. (default "bibtex")

Options inherited from parent commands

  -V, --verbose   show verbose information

SEE ALSO

  • bibrefer - Search and retrieve doi or references for research articles
Auto generated by spf13/cobra on 21-Jun-2022