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

BibTex Citation Format on publication page #463

Open
Dev-Lan opened this issue Sep 27, 2024 · 2 comments
Open

BibTex Citation Format on publication page #463

Dev-Lan opened this issue Sep 27, 2024 · 2 comments

Comments

@Dev-Lan
Copy link
Contributor

Dev-Lan commented Sep 27, 2024

There is already a free text version of the citation on publication pages. It would be nice if there was also a bibtex version.

@Dev-Lan Dev-Lan changed the title Citation Format BibTex Citation Format on publication page Sep 27, 2024
@ngehlenborg
Copy link
Member

I agree. That would be helpful! Also a full bibtex document will all lab papers.

@manzt
Copy link
Member

manzt commented Oct 1, 2024

With #474, each publication is linked by ID to an entry on Zotero.

We can easily add bibtex citations goin forward and add them to the publication .md. For example, for https://github.com/hms-dbmi/gehlenborglab-website/pull/474/files#diff-b47548975ca1e3a91b151247f5c8b73fb8f721f02acaf2b412afeef7b9d92baf:

curl -sL 'https://api.zotero.org/groups/5145258/items/JQA9HF8T?include=bibtex' | jq -r '.bibtex'
@inproceedings{behrisch_visual_2018,
        address = {Konstanz},
        title = {Visual {Pattern}-{Driven} {Exploration} of {Big} {Data}},
        isbn = {978-1-5386-9194-6},
        url = {https://ieeexplore.ieee.org/document/8534028/},
        doi = {10.1109/BDVA.2018.8534028},
        urldate = {2024-09-27},
        booktitle = {Proceedings of {International} {Symposium} on {Big} {Data} {Visual} and {Immersive} {Analytics} ({BDVA})},
        publisher = {IEEE},
        author = {Behrisch, Michael and Krueger, Robert and Lekschas, Fritz and Schreck, Tobias and Gehlenborg, Nils and Pfister, Hanspeter},
        month = oct,
        year = {2018},
        pages = {1--11},
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants