Project

General

Profile

1
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
2

    
3
export let properties: EnvProperties = {
4
  environment: "production",
5
  adminToolsPortalType: "aggregator",
6
  dashboard: "explore",
7
  enablePiwikTrack: true,
8
  useCache: false,
9
  useLongCache: true,
10
  showAddThis: true,
11
  metricsAPIURL: "https://services.openaire.eu/usagestats/",
12
  framesAPIURL: "https://www.openaire.eu/stats3/",
13
  statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
14
  statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
15
  statisticsFrameNewAPIURL: "https://services.openaire.eu/stats/",
16
  useNewStatistisTool: false,
17
  claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
18
  searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
19
  searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
20
  openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
21
  csvAPIURL: "https://services.openaire.eu/search/v2/api/reports",
22
  searchCrossrefAPIURL: "https://api.crossref.org/works",
23
  searchDataciteAPIURL: "https://api.datacite.org/works",
24
  searchOrcidURL: "https://pub.orcid.org/v2.1/",
25
  orcidURL: "https://orcid.org/",
26
  doiURL: "https://dx.doi.org/",
27
  pmcURL: "http://europepmc.org/articles/",
28
  pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
29
  handleURL: "http://hdl.handle.net/",
30
  cordisURL: "http://cordis.europa.eu/projects/",
31
  openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
32
  r3DataURL: "http://service.re3data.org/repository/",
33
  sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
34
  sherpaURLSuffix: "/",
35
  zenodo: "https://zenodo.org/",
36
  openAccess: "https://www.openaire.eu/support/faq#article-id-234",
37
  openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
38
  fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
39
  h2020Guidlines: "https://www.openaire.eu/oa-publications/h2020/open-access-in-horizon-2020",
40
  ercGuidlines: "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
41
  helpdesk: "https://www.openaire.eu/support/helpdesk",
42
  helpdeskEmail: "helpdesk@openaire.eu",
43
  utilsService: "https://explore.openaire.eu/utils-service",
44
  
45
  vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/",
46
  
47
  piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
48
  piwikSiteId: "109",
49
  loginUrl: "https://services.openaire.eu/uoa-user-management/openid_connect_login",
50
  
51
  userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
52
  
53
  logoutUrl: "https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
54
  
55
  cookieDomain: ".openaire.eu",
56
  
57
  feedbackmail: "feedback@openaire.eu",
58
  
59
  cacheUrl: "https://explore.openaire.eu/cache/get?url=",
60
  
61
  datasourcesAPI: "https://services.openaire.eu/openaire/ds/search/",
62

    
63
  adminToolsCommunity: "aggregator",
64
  adminToolsAPIURL: "https://services.openaire.eu/uoa-admin-tools/",
65
  useHelpTexts:false,
66
  
67
  contextsAPI: "https://services.openaire.eu/openaire/context",
68
  
69
  communityAPI: "https://services.openaire.eu/openaire/community/",
70
  
71
  csvLimit: 2000,
72
  pagingLimit: 20,
73
  resultsPerPage: 10,
74

    
75
  "baseLink" : "/",
76
  "domain": "https://explore.openaire.eu",
77
  
78
  searchLinkToResult: "/search/result?id=",
79
  searchLinkToPublication: "/search/publication?articleId=",
80
  searchLinkToProject: "/search/project?projectId=",
81
  searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
82
  searchLinkToDataset: "/search/dataset?datasetId=",
83
  searchLinkToSoftwareLanding: "/search/software?softwareId=",
84
  searchLinkToOrp: "/search/other?orpId=",
85
  searchLinkToOrganization: "/search/organization?organizationId=",
86
  
87
  searchLinkToPublications: "/search/find/publications",
88
  searchLinkToDataProviders: "/search/find/dataproviders",
89
  searchLinkToProjects: "/search/find/projects",
90
  searchLinkToDatasets: "/search/find/datasets",
91
  searchLinkToSoftware: "/search/find/software",
92
  searchLinkToOrps: "/search/find/other",
93
  searchLinkToOrganizations: "/search/find/organizations",
94
  searchLinkToCompatibleDataProviders: "/search/content-providers",
95
  searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
96
  searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
97
  searchLinkToJournals: "/search/journals",
98
  searchLinkToJournalsTable: "/search/journals-table",
99
  searchLinkToResults: "/search/find/research-outcomes",
100
  
101
  searchLinkToAdvancedPublications: "/search/advanced/publications",
102
  searchLinkToAdvancedProjects: "/search/advanced/projects",
103
  searchLinkToAdvancedDatasets: "/search/advanced/datasets",
104
  searchLinkToAdvancedSoftware: "/search/advanced/software",
105
  searchLinkToAdvancedOrps: "/search/advanced/other",
106
  searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
107
  searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
108
  searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
109
  
110
  lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
111
  showLastIndexInformationLink: true,
112
  widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
113
  claimsInformationLink: "https://www.openaire.eu/linking",
114
  lastIndexUpdate: "2020-06-15",
115
  indexInfoAPI: "https://services.openaire.eu/openaire/info/",
116
  
117
  depositLearnHowPage: "/participate/deposit/learn-how",
118
  depositSearchPage: "/participate/deposit/search",
119
  altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
120
  reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P"
121
};
(5-5/6)