brewsci / homebrew-base

Scientific formulae for the Homebrew package manager (macOS and Linux)
17 stars 12 forks source link

Updates #1

Open sjackman opened 6 years ago

sjackman commented 6 years ago

Subscribe to this issue to receive updates about Brewsci/base.

sjackman commented 6 years ago

I've added a brew cite command! You can specify formula names or DOI on the command line. Output formats are DOI, URL, text, BibTeX, and Ruby. See brew cite --help for more information.

Example usage

❯❯❯ brew tap brewsci/base
❯❯❯ brew cite --doi --url --text --bib canu
10.1101/gr.215087.116
https://doi.org/10.1101/gr.215087.116
Koren, S., Walenz, B. P., Berlin, K., Miller, J. R., Bergman, N. H., & Phillippy, A. M. (2017). Canu: scalable and accurate long-read assembly via adaptivek-mer weighting and repeat separation. Genome Research, 27(5), 722–736. doi:10.1101/gr.215087.116
@article{Koren_2017, title={Canu: scalable and accurate long-read assembly via adaptivek-mer weighting and repeat separation}, volume={27}, ISSN={1549-5469}, url={http://dx.doi.org/10.1101/gr.215087.116}, DOI={10.1101/gr.215087.116}, number={5}, journal={Genome Research}, publisher={Cold Spring Harbor Laboratory}, author={Koren, Sergey and Walenz, Brian P. and Berlin, Konstantin and Miller, Jason R. and Bergman, Nicholas H. and Phillippy, Adam M.}, year={2017}, month={Mar}, pages={722–736}}
❯❯❯ brew cite --ruby 10.1101/gr.215087.116
# cite Koren_2017: "https://doi.org/10.1101/gr.215087.116"
stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.