We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ieeetran style used for citations does not include URLs in the rendered citations. For example, the software citation example given here:
ieeetran
@Misc{terradesert, author = {TerraDesert Team}, title = {Code for terraforming a desert}, year = {2000}, url = {https://terradesert.com/code/}, note = {Accessed 1 Jan. 2000} }
renders like
T. Team, “Code for terraforming a desert,” 2000. Accessed 1 Jan. 2000.
The text was updated successfully, but these errors were encountered:
That's weird -- it's supposed to be supported by that style. Can you try using howpublished istead of url?
howpublished
url
Sorry, something went wrong.
Thanks, it looks like that works.
No branches or pull requests
The
ieeetran
style used for citations does not include URLs in the rendered citations. For example, the software citation example given here:renders like
The text was updated successfully, but these errors were encountered: