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 eprint formats to biblatex #120

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

qmeeus
Copy link

@qmeeus qmeeus commented Jun 10, 2024

No description provided.

Add support for IEEE Xplore in biblatex.
In reference file, just add:
```
@Article{key
authors={Me, and Myself, and I},
title={...},
year={2024},
eprint={doc_id},
eprinttype={ieee}
}
```
to have the IEEE Xplore document as a href link (https://ieeexplore.ieee.org/document/$doc_id), just like arxiv and pubmed
use `eprinttype = {acl}` and ACL Anthology ID as value for eprint
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

Successfully merging this pull request may close these issues.

1 participant