Project

General

Profile

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

    
3
export let properties: EnvProperties = {
4
  environment: "test",
5
  dashboard: "explore",
6
  adminToolsPortalType: "explore",
7
  enablePiwikTrack: false,
8
  useCache: false,
9
  useLongCache: true,
10
  showAddThis: false,
11
  metricsAPIURL: "https://services.openaire.eu/usagestats/",
12
  framesAPIURL: "https://test.openaire.eu/stats3/",
13
  statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
14
  statisticsFrameAPIURL: "https://test.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/shadowSearch/v2/api/",
19
  searchResourcesAPIURL: "https://services.openaire.eu/shadowSearch/v2/api/resources",
20
  openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
21
  csvAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/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
  orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
27
  orcidTokenURL : "https://orcid.org/oauth/authorize?",
28
  orcidClientId: "APP-IN0O56SBVVTB7NN4",
29
  doiURL: "https://dx.doi.org/",
30
  pmcURL: "http://europepmc.org/articles/",
31
  pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
32
  handleURL: "http://hdl.handle.net/",
33
  cordisURL: "http://cordis.europa.eu/projects/",
34
  openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
35
  r3DataURL: "http://service.re3data.org/repository/",
36
  sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
37
  sherpaURLSuffix: "/",
38
  zenodo: "https://zenodo.org/",
39
  openAccess: "https://www.openaire.eu/support/faq#article-id-234",
40
  openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
41
  fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
42
  h2020Guidlines: "https://www.openaire.eu/oa-publications/h2020/open-access-in-horizon-2020",
43
  ercGuidlines: "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
44
  helpdesk: "https://www.openaire.eu/support/helpdesk",
45
  helpdeskEmail: "helpdesk@openaire.eu",
46
  utilsService: "https://explore.openaire.eu/utils-service",
47

    
48
  vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/",
49
  
50
  piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
51
  piwikSiteId: "109",
52
  loginUrl: "https://services.openaire.eu/uoa-user-management/openid_connect_login",
53

    
54
  userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
55
  
56
  logoutUrl: "https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
57
  
58
  cookieDomain: ".openaire.eu",
59
  
60
  feedbackmail: "feedback@openaire.eu",
61
  
62
  cacheUrl: "https://explore.openaire.eu/cache/get?url=",
63
  
64
  datasourcesAPI: "https://services.openaire.eu/openaire/ds/search/",
65
  
66
  adminToolsAPIURL: "https://services.openaire.eu/uoa-admin-tools/",
67
  
68
  adminToolsCommunity: "openaire",
69
  contextsAPI: "https://services.openaire.eu/openaire/context",
70
  communityAPI: "https://services.openaire.eu/openaire/community/",
71
  
72
  csvLimit: 2000,
73
  pagingLimit: 20,
74
  resultsPerPage: 10,
75

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

    
125
  myOrcidLinksPage: "/my-orcid-links"
126
};
(3-3/4)