Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a bib entry file to make it easy to cite Julia. #31794

Merged
merged 5 commits into from
Apr 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CITATION.bib
  • Loading branch information
Viral B. Shah committed Apr 22, 2019
commit 55aa37f2f2548f3540a182656295bef749645608
20 changes: 10 additions & 10 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@article{julia2017,
title={Julia: A fresh approach to numerical computing},
author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
journal={SIAM {R}eview},
volume={59},
number={1},
pages={65--98},
year={2017},
publisher={SIAM},
url={https://doi.org/10.1137/141000671}
@article{Julia.jl,
title={Julia: A fresh approach to numerical computing},
author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really how names are supposed to be listed in bibtex entries? It looks so bizarre. It looks like this paper is the work of

  • Bezanson
  • Jeff and Edelman
  • Alan and Karpinski
  • Stefan and Shah
  • Viral B

It's like our names got put in a blender and fished out.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really how names are supposed to be listed in bibtex entries

Yes, the "and" keyword separates authors, the comma separates the family name(s) from the given names of each author.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. That is right, and bibtex knows how to deal with it also. This bibtex entry is from SIAM - not something I wrote.

journal={SIAM {R}eview},
volume={59},
number={1},
pages={65--98},
year={2017},
publisher={SIAM},
url={https://doi.org/10.1137/141000671}
ViralBShah marked this conversation as resolved.
Show resolved Hide resolved
}