mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-04-30 04:05:02 +02:00
deploy: 616e23fc62db3e20b214962f9ef4de5d7df654e7
This commit is contained in:
parent
a11ed8cc4b
commit
f732eee6cf
@ -28,7 +28,7 @@ class PubliData{
|
||||
}
|
||||
|
||||
static GetPathForDOI(DOI){
|
||||
var site_url = window.location.origin;
|
||||
var site_url = "/"+window.location.pathname.split('/')[1];
|
||||
return site_url + `/data/publis/${DOI.replaceAll(".","/")}`
|
||||
}
|
||||
static GetAbstractURLForDOI(DOI){
|
||||
|
Loading…
x
Reference in New Issue
Block a user