-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Remove citation entry from FAQ. #13379
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
Conversation
If Matplotlib contributes to a project that leads to a scientific publication, | ||
please acknowledge this fact by citing `J. D. Hunter, "Matplotlib: A 2D | ||
Graphics Environment", Computing in Science & Engineering, vol. 9, no. 3, | ||
pp. 90-95, 2007 <https://doi.org/10.1109/MCSE.2007.55>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This is IEEE style, which is, well, consistent with the journal this was published in...)
The bibtex entry is different from the one in `citing.rst` and in `matplotlib/__init__.rst`. `citing.rst` is already linked from the homepage (or one can search "citing"/"citation" in the search box) so I decided against keeping it in the FAQ. While we're at it, fix the citation in citing.rst (it's not Hunter et al -- jdh was the sole author).
Semi-OT: IMHO the citing section on the main page could also go. Citing is probably not one of the most common things that users are looking for. OTOH it would be good to add citing.rst to the contents, somewhere near Users Guide -> License or Credits. |
You get to push whatever fix you want :) |
The 3.7 failure is apt related. @timhoffm Searching for how to cite is something people should be doing more of 😉 |
On the road! So, can just post nagging comments for now. 😛
@tacaswell Agree. 😄 |
The bibtex entry is different from the one in
citing.rst
and inmatplotlib/__init__.rst
.citing.rst
is already linked from thehomepage (or one can search "citing"/"citation" in the search box) so I
decided against keeping it in the FAQ.
While we're at it, fix the citation in citing.rst (it's not Hunter et al
-- jdh was the sole author).
PR Summary
PR Checklist