【发布时间】:2020-09-20 02:48:59
【问题描述】:
在 JabRef (v5.1) 中,如果我使用“新条目”选项卡使用 DOI 构建引用,我希望它在 URL 字段中填充 DOI 附加在https://doi.org/ 后面,例如,如果我使用doi "10.1016/j.ymssp.2019.106551" 我希望它填写以https://doi.org/10.1016/j.ymssp.2019.106551 提交的URL。
有没有办法做到这一点,无论是在参考创建阶段还是之后?
注意 doi2bib.org 会这样做,对于 10.1016/j.ymssp.2019.106551 它返回 url = https://doi.org/10.1016/j.ymssp.2019.106551
这是来自 doi2bib.org 的完整 bibtex 条目,可以根据需要执行此操作。
@article{Downey2020,
doi = {10.1016/j.ymssp.2019.106551},
url = {https://doi.org/10.1016/j.ymssp.2019.106551},
year = {2020},
month = apr,
publisher = {Elsevier {BV}},
volume = {138},
pages = {106551},
author = {Austin Downey and Jonathan Hong and Jacob Dodson and Michael Carroll and James Scheppegrell},
title = {Millisecond model updating for structures experiencing unmodeled high-rate dynamic events},
journal = {Mechanical Systems and Signal Processing}
}
【问题讨论】:
标签: latex bibtex latex-environment biblatex doi