accessed variable not working for DOIs
I have the issue that the "Accessed at" field doesn't show up for DOIs.
"Accessed at" is included in my style for both DOIs and URLs. However, it only shows up for URLs, not for DOIs.
I read another discussion with the reasoning why you shouldn't need an "Accessed at" date when you have a DOI. Good argument, but unfortunately my university still demands it. How can I make this date show up? Is this a bug?
Minimal, reproducible example:
<?xml version="1.0" encoding="utf-8"?>
Test Style
no-op://test-style.com
2022-12-14T00:00:00+00:00
available from
This produces:
Available from //www.ibm.com/ibm/history/exhibits/mainframe/mainframe_intro.html [Accessed 6 December 2022].
Available from https://doi.org/10.1063/5.0008149.
Instead of:
Available from //www.ibm.com/ibm/history/exhibits/mainframe/mainframe_intro.html [Accessed 6 December 2022].
Available from https://doi.org/10.1063/5.0008149 [Accessed 7 December 2022].
Thanks a lot in advance!
"Accessed at" is included in my style for both DOIs and URLs. However, it only shows up for URLs, not for DOIs.
I read another discussion with the reasoning why you shouldn't need an "Accessed at" date when you have a DOI. Good argument, but unfortunately my university still demands it. How can I make this date show up? Is this a bug?
Minimal, reproducible example:
<?xml version="1.0" encoding="utf-8"?>
Test Style
no-op://test-style.com
2022-12-14T00:00:00+00:00
available from
This produces:
Available from //www.ibm.com/ibm/history/exhibits/mainframe/mainframe_intro.html [Accessed 6 December 2022].
Available from https://doi.org/10.1063/5.0008149.
Instead of:
Available from //www.ibm.com/ibm/history/exhibits/mainframe/mainframe_intro.html [Accessed 6 December 2022].
Available from https://doi.org/10.1063/5.0008149 [Accessed 7 December 2022].
Thanks a lot in advance!