2020-06-11 17:04:35 +02:00
|
|
|
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
|
|
|
|
|
|
|
export let properties: EnvProperties = {
|
|
|
|
environment: "beta",
|
2020-10-21 17:18:06 +02:00
|
|
|
adminToolsPortalType: "explore",
|
2020-06-11 17:04:35 +02:00
|
|
|
dashboard: "explore",
|
|
|
|
enablePiwikTrack: true,
|
2020-07-13 00:21:29 +02:00
|
|
|
useCache: false,
|
|
|
|
useLongCache: true,
|
2020-06-11 17:04:35 +02:00
|
|
|
showAddThis: true,
|
|
|
|
metricsAPIURL: "https://beta.services.openaire.eu/usagestats/",
|
|
|
|
framesAPIURL: "https://beta.openaire.eu/stats3/",
|
|
|
|
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
|
|
|
|
statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
|
2021-02-05 11:30:53 +01:00
|
|
|
statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
|
2020-06-11 17:04:35 +02:00
|
|
|
useNewStatistisTool: true,
|
|
|
|
claimsAPIURL: "https://beta.services.openaire.eu/claims/rest/claimsService/",
|
|
|
|
searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",
|
|
|
|
searchResourcesAPIURL: "https://beta.services.openaire.eu/search/v2/api/resources",
|
|
|
|
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
|
|
|
|
csvAPIURL: "https://beta.services.openaire.eu/search/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",
|
2020-06-11 17:04:35 +02:00
|
|
|
doiURL: "https://dx.doi.org/",
|
|
|
|
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/",
|
|
|
|
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",
|
|
|
|
utilsService: "https://demo.openaire.eu/utils-service",
|
|
|
|
|
|
|
|
vocabulariesAPI: "https://beta.services.openaire.eu/provision/mvc/vocabularies/",
|
|
|
|
|
|
|
|
piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
|
|
|
|
piwikSiteId: "6",
|
2020-12-07 10:17:53 +01:00
|
|
|
loginUrl: "https://beta.services.openaire.eu/explore-login/openid_connect_login",
|
2020-06-11 17:04:35 +02:00
|
|
|
|
|
|
|
userInfoUrl: "https://beta.services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
|
|
|
|
|
2020-12-23 17:21:03 +01:00
|
|
|
logoutUrl: "https://beta.services.openaire.eu/explore-login/openid_logout",
|
2020-06-11 17:04:35 +02:00
|
|
|
|
|
|
|
cookieDomain: ".openaire.eu",
|
|
|
|
|
|
|
|
feedbackmail: "feedback@openaire.eu",
|
|
|
|
|
|
|
|
cacheUrl: "https://demo.openaire.eu/cache/get?url=",
|
|
|
|
|
|
|
|
datasourcesAPI: "https://beta.services.openaire.eu/openaire/ds/search/",
|
|
|
|
|
|
|
|
adminToolsAPIURL: "https://beta.services.openaire.eu/uoa-admin-tools/",
|
|
|
|
|
|
|
|
adminToolsCommunity: "openaire",
|
|
|
|
contextsAPI: "https://beta.services.openaire.eu/openaire/context",
|
|
|
|
communityAPI: "https://beta.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://beta.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",
|
|
|
|
|
2020-12-23 17:21:03 +01:00
|
|
|
lastIndexInformationLink: "https://beta.openaire.eu/aggregation-and-content-provision-workflows",
|
|
|
|
showLastIndexInformationLink: true,
|
2020-06-11 17:04:35 +02:00
|
|
|
widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
|
|
|
|
claimsInformationLink: "https://beta.openaire.eu/linking",
|
2020-08-17 11:12:54 +02:00
|
|
|
lastIndexUpdate: "2020-05-11",
|
2020-09-16 11:43:21 +02:00
|
|
|
indexInfoAPI: "https://beta.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/',
|
|
|
|
|
|
|
|
myOrcidLinksPage: "/my-orcid-links"
|
2020-06-11 17:04:35 +02:00
|
|
|
};
|