[Tex/LaTex] How to i use BibTex to cite a software

bibtexciting

I want to cite a software in the following format

author name, software name, version number, year, available at url pointing to the software

in BibTex….plz help…

Best Answer

This answer is an adapted copy of the original one provided by Pascal on SuperUser. It is copied here as a community wiki for archival purpose.


If you use the package biblatex, you can thus use the @software entry- type in your database:

@software{hadoop,
  author = {{Apache Software Foundation}},
  title = {Hadoop},
  url = {https://hadoop.apache.org},
  version = {0.20.2},
  date = {2010-02-19},
}

Produces

Apache Software Foundation. Hadoop. Version 0.20.2. Feb. 19, 2010. URL: https://hadoop.apache.org