[Connect | new-theme]: environments/: Added "fairSharingURL" and "eoscMarketplaceURL".
This commit is contained in:
parent
9bdc0a7a30
commit
480f057247
|
@ -1 +1 @@
|
||||||
Subproject commit b20fcfa219860a522f97e83572a3735e7aa172ce
|
Subproject commit 8559aa439f68090de4dc6934e351424928d18894
|
|
@ -1 +1 @@
|
||||||
Subproject commit 776ba07197e4cf73e98890bd4213a32183ea19d2
|
Subproject commit 29bdacee147bbf1bd28957457221d20969bd3f44
|
|
@ -1 +1 @@
|
||||||
Subproject commit c2fb6863a9983eec6ef3b1ef50eb1cc30db8ad0d
|
Subproject commit d45f01647f43b9e729bfc7adb3d639a8f2364995
|
|
@ -36,6 +36,8 @@ export let properties: EnvProperties = {
|
||||||
cordisURL: "http://cordis.europa.eu/projects/",
|
cordisURL: "http://cordis.europa.eu/projects/",
|
||||||
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
||||||
r3DataURL: "http://service.re3data.org/repository/",
|
r3DataURL: "http://service.re3data.org/repository/",
|
||||||
|
fairSharingURL: "https://fairsharing.org/",
|
||||||
|
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
||||||
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
||||||
sherpaURLSuffix: "/",
|
sherpaURLSuffix: "/",
|
||||||
zenodo: "https://zenodo.org/",
|
zenodo: "https://zenodo.org/",
|
||||||
|
|
|
@ -36,6 +36,8 @@ export let properties: EnvProperties = {
|
||||||
cordisURL: "http://cordis.europa.eu/projects/",
|
cordisURL: "http://cordis.europa.eu/projects/",
|
||||||
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
||||||
r3DataURL: "http://service.re3data.org/repository/",
|
r3DataURL: "http://service.re3data.org/repository/",
|
||||||
|
fairSharingURL: "https://fairsharing.org/",
|
||||||
|
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
||||||
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
||||||
sherpaURLSuffix: "/",
|
sherpaURLSuffix: "/",
|
||||||
zenodo: "https://zenodo.org/",
|
zenodo: "https://zenodo.org/",
|
||||||
|
|
|
@ -41,6 +41,8 @@ export let properties: EnvProperties = {
|
||||||
cordisURL: 'http://cordis.europa.eu/projects/',
|
cordisURL: 'http://cordis.europa.eu/projects/',
|
||||||
openDoarURL: 'http://v2.sherpa.ac.uk/id/repository/',
|
openDoarURL: 'http://v2.sherpa.ac.uk/id/repository/',
|
||||||
r3DataURL: 'http://service.re3data.org/repository/',
|
r3DataURL: 'http://service.re3data.org/repository/',
|
||||||
|
fairSharingURL: "https://fairsharing.org/",
|
||||||
|
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
||||||
sherpaURL: 'http://sherpa.ac.uk/romeo/issn/',
|
sherpaURL: 'http://sherpa.ac.uk/romeo/issn/',
|
||||||
sherpaURLSuffix: '/',
|
sherpaURLSuffix: '/',
|
||||||
zenodo: 'https://zenodo.org/',
|
zenodo: 'https://zenodo.org/',
|
||||||
|
|
Loading…
Reference in New Issue