-
Notifications
You must be signed in to change notification settings - Fork 4
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
Collect bibliography #115
Comments
Note to myself: Remember to add Kempner's paper for #82. |
Also:
Originally posted by @SoongNoonien in #116 (comment) |
Talking with @SoongNoonien and @ThomasBreuer about this during OSCAR workshop. Two ideas for using the bib data when we have it:
In an ideal world these connections (which form a graph) would be computable by querying our data (that means each table object would need to contain a vector/list of the bib items it references) |
Thanks to @SoongNoonien we now have a bib file with many nice entries, now we just have to make use of it ;-) |
Many tables contain bits like this:
We should collect these references into a
.bib
file (actually I am adding on in PR #104 -- I'll look into pulling that out into a separate PR that can be merged ASAP).The easiest way to get good quality bibtex entries for this is to use https://zbmath.org and/or https://mathscinet.ams.org/ to search for e.g. the title; once you have found the right item, both sites offer copying BibTeX data.
E.g. on https://zbmath.org/0106.24702 there is a little BibTeX button in the lower right, which gives this:
while on https://mathscinet.ams.org/mathscinet/article?mr=136646 there is a blue link on the right side just saying "Cite" which when clicked offers copying a citation in one of various formats, default being (for me at least) BibTeX. Here it gives:
The text was updated successfully, but these errors were encountered: