mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Fix DOI not shown
This commit is contained in:
parent
6ec1945234
commit
e434b57702
@ -71,7 +71,8 @@ draft: false
|
|||||||
art.appendChild(journaldiv)
|
art.appendChild(journaldiv)
|
||||||
const doilink=document.createElement("a")
|
const doilink=document.createElement("a")
|
||||||
doilink.href=publi.URL
|
doilink.href=publi.URL
|
||||||
doilink.innerText=String.raw`DOI: ${publi.URL}`
|
doilink.innerText=String.raw`DOI: ${publi.DOI}`
|
||||||
|
art.appendChild(doilink)
|
||||||
document.getElementById("papers_div").appendChild(art)
|
document.getElementById("papers_div").appendChild(art)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user