2020-06-11 17:04:35 +02:00
import { EnvProperties } from "../app/openaireLibrary/utils/properties/env-properties" ;
export let properties : EnvProperties = {
environment : "test" ,
dashboard : "explore" ,
2020-10-01 13:31:33 +02:00
adminToolsPortalType : "explore" ,
2020-06-11 17:04:35 +02:00
enablePiwikTrack : false ,
2020-07-13 00:21:29 +02:00
useCache : false ,
useLongCache : true ,
2020-06-11 17:04:35 +02:00
showAddThis : false ,
metricsAPIURL : "https://services.openaire.eu/usagestats/" ,
framesAPIURL : "https://test.openaire.eu/stats3/" ,
statisticsAPIURL : "https://beta.services.openaire.eu/stats-api/" ,
statisticsFrameAPIURL : "https://test.openaire.eu/stats/" ,
statisticsFrameNewAPIURL : "https://services.openaire.eu/stats/" ,
useNewStatistisTool : false ,
claimsAPIURL : "https://services.openaire.eu/claims/rest/claimsService/" ,
2020-10-01 13:31:33 +02:00
searchAPIURLLAst : "https://services.openaire.eu/shadowSearch/v2/api/" ,
searchResourcesAPIURL : "https://services.openaire.eu/shadowSearch/v2/api/resources" ,
2020-06-11 17:04:35 +02:00
openCitationsAPIURL : "https://services.openaire.eu/opencitations/getCitations?id=" ,
csvAPIURL : "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/reports" ,
searchCrossrefAPIURL : "https://api.crossref.org/works" ,
searchDataciteAPIURL : "https://api.datacite.org/works" ,
searchOrcidURL : "https://pub.orcid.org/v2.1/" ,
orcidURL : "https://orcid.org/" ,
2021-02-24 20:49:55 +01:00
orcidAPIURL : "https://services.openaire.eu/uoa-orcid-service/" ,
orcidTokenURL : "https://orcid.org/oauth/authorize?" ,
orcidClientId : "APP-IN0O56SBVVTB7NN4" ,
2021-11-09 22:04:01 +01:00
doiURL : "https://doi.org/" ,
2020-06-11 17:04:35 +02:00
pmcURL : "http://europepmc.org/articles/" ,
pmidURL : "https://www.ncbi.nlm.nih.gov/pubmed/" ,
handleURL : "http://hdl.handle.net/" ,
cordisURL : "http://cordis.europa.eu/projects/" ,
openDoarURL : "http://v2.sherpa.ac.uk/id/repository/" ,
r3DataURL : "http://service.re3data.org/repository/" ,
2022-05-03 13:22:53 +02:00
fairSharingURL : "https://fairsharing.org/" ,
eoscMarketplaceURL : "https://marketplace.eosc-portal.eu/services/" ,
2020-06-11 17:04:35 +02:00
sherpaURL : "http://sherpa.ac.uk/romeo/issn/" ,
sherpaURLSuffix : "/" ,
zenodo : "https://zenodo.org/" ,
openAccess : "https://www.openaire.eu/support/faq#article-id-234" ,
openAccessRepo : "https://www.openaire.eu/support/faq#article-id-310" ,
fp7Guidlines : "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme" ,
h2020Guidlines : "https://www.openaire.eu/oa-publications/h2020/open-access-in-horizon-2020" ,
ercGuidlines : "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf" ,
helpdesk : "https://www.openaire.eu/support/helpdesk" ,
helpdeskEmail : "helpdesk@openaire.eu" ,
2020-08-17 11:12:54 +02:00
utilsService : "https://explore.openaire.eu/utils-service" ,
2020-06-11 17:04:35 +02:00
vocabulariesAPI : "https://services.openaire.eu/provision/mvc/vocabularies/" ,
piwikBaseUrl : "https://analytics.openaire.eu/piwik.php?idsite=" ,
piwikSiteId : "109" ,
2021-12-17 13:35:19 +01:00
loginUrl : "https://services.openaire.eu/login-service/openid_connect_login" ,
2020-08-17 11:12:54 +02:00
2021-12-17 14:37:20 +01:00
userInfoUrl : " https://services.openaire.eu/login-service/userInfo" ,
2021-12-17 13:35:19 +01:00
logoutUrl : "https://services.openaire.eu/login-service/openid_logout" ,
2020-06-11 17:04:35 +02:00
cookieDomain : ".openaire.eu" ,
feedbackmail : "feedback@openaire.eu" ,
cacheUrl : "https://explore.openaire.eu/cache/get?url=" ,
2021-07-14 17:41:12 +02:00
datasourcesAPI : "https://services.openaire.eu/openaire/ds/api/" ,
2020-06-11 17:04:35 +02:00
adminToolsAPIURL : "https://services.openaire.eu/uoa-admin-tools/" ,
adminToolsCommunity : "openaire" ,
contextsAPI : "https://services.openaire.eu/openaire/context" ,
communityAPI : "https://services.openaire.eu/openaire/community/" ,
csvLimit : 2000 ,
pagingLimit : 20 ,
resultsPerPage : 10 ,
2020-09-18 16:02:48 +02:00
2021-03-05 13:07:33 +01:00
"baseLink" : "" ,
2020-09-18 16:02:48 +02:00
"domain" : "https://test.explore.openaire.eu" ,
2020-06-11 17:04:35 +02:00
2020-07-01 10:49:53 +02:00
searchLinkToResult : "/search/result?id=" ,
2020-06-11 17:04:35 +02:00
searchLinkToPublication : "/search/publication?articleId=" ,
searchLinkToProject : "/search/project?projectId=" ,
searchLinkToDataProvider : "/search/dataprovider?datasourceId=" ,
searchLinkToDataset : "/search/dataset?datasetId=" ,
searchLinkToSoftwareLanding : "/search/software?softwareId=" ,
searchLinkToOrp : "/search/other?orpId=" ,
searchLinkToOrganization : "/search/organization?organizationId=" ,
searchLinkToPublications : "/search/find/publications" ,
searchLinkToDataProviders : "/search/find/dataproviders" ,
searchLinkToProjects : "/search/find/projects" ,
searchLinkToDatasets : "/search/find/datasets" ,
searchLinkToSoftware : "/search/find/software" ,
searchLinkToOrps : "/search/find/other" ,
searchLinkToOrganizations : "/search/find/organizations" ,
searchLinkToCompatibleDataProviders : "/search/content-providers" ,
searchLinkToEntityRegistriesDataProviders : "/search/entity-registries" ,
searchLinkToEntityRegistriesDataProvidersTable : "/search/entity-registries-table" ,
searchLinkToJournals : "/search/journals" ,
searchLinkToJournalsTable : "/search/journals-table" ,
searchLinkToResults : "/search/find/research-outcomes" ,
searchLinkToAdvancedPublications : "/search/advanced/publications" ,
searchLinkToAdvancedProjects : "/search/advanced/projects" ,
searchLinkToAdvancedDatasets : "/search/advanced/datasets" ,
searchLinkToAdvancedSoftware : "/search/advanced/software" ,
searchLinkToAdvancedOrps : "/search/advanced/other" ,
searchLinkToAdvancedDataProviders : "/search/advanced/dataproviders" ,
searchLinkToAdvancedOrganizations : "/search/advanced/organizations" ,
searchLinkToAdvancedResults : "/search/advanced/research-outcomes" ,
lastIndexInformationLink : "https://www.openaire.eu/aggregation-and-content-provision-workflows" ,
showLastIndexInformationLink : false ,
widgetLink : "https://test.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=" ,
claimsInformationLink : "https://www.openaire.eu/linking" ,
2020-08-17 11:12:54 +02:00
lastIndexUpdate : "2020-07-31" ,
2020-09-16 11:43:21 +02:00
indexInfoAPI : "https://services.openaire.eu/openaire/info/" ,
2020-06-11 17:04:35 +02:00
depositLearnHowPage : "/participate/deposit/learn-how" ,
depositSearchPage : "/participate/deposit/search" ,
altMetricsAPIURL : "https://api.altmetric.com/v1/doi/" ,
reCaptchaSiteKey : "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P" ,
2021-04-16 10:38:09 +02:00
b2noteAPIURL : 'https://b2note.eudat.eu/' ,
2021-04-21 13:13:07 +02:00
adminPortalURL : "https://beta.admin.connect.openaire.eu" ,
2021-04-16 10:38:09 +02:00
2021-05-25 12:26:13 +02:00
myOrcidLinksPage : "/my-orcid-links" ,
2021-06-04 17:17:27 +02:00
footerGrantText : "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452"
2020-06-11 17:04:35 +02:00
} ;