Project

General

Profile

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

    
3
export let properties: EnvProperties = {
4
  environment: "production",
5
  adminToolsPortalType: "connect",
6
  dashboard: "connect",
7
  enablePiwikTrack: false,
8
  useCache: true,
9
  useLongCache: true,
10
  showContent: true,
11
  showAddThis: true,
12
  metricsAPIURL: "https://services.openaire.eu/usagestats/",
13
  framesAPIURL: "https://www.openaire.eu/stats3/",
14
  statisticsAPIURL: "https://services.openaire.eu/stats-api/",
15
  statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
16
  statisticsFrameNewAPIURL: "https://services.openaire.eu/stats/",
17
  useNewStatistisTool: false,
18
  impactFactorsAPIURL: "https://bip-api.imsi.athenarc.gr/paper/scores/batch/",
19
  claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
20
  searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
21
  searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
22
  openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
23
  csvAPIURL: "https://services.openaire.eu/search/v2/api/reports",
24
  searchCrossrefAPIURL: "https://api.crossref.org/works",
25
  searchDataciteAPIURL: "https://api.datacite.org/works",
26
  searchOrcidURL: "https://pub.orcid.org/v2.1/",
27
  orcidURL: "https://orcid.org/",
28
  doiURL: "https://dx.doi.org/",
29
  pmcURL: "http://europepmc.org/articles/",
30
  pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
31
  handleURL: "http://hdl.handle.net/",
32
  cordisURL: "http://cordis.europa.eu/projects/",
33
  openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
34
  r3DataURL: "http://service.re3data.org/repository/",
35
  sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
36
  sherpaURLSuffix: "/",
37
  zenodo: "https://zenodo.org/",
38
  zenodoCommunities: "https://zenodo.org/api/communities/",
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: "112",
52
  loginUrl: "https://services.openaire.eu/connect-user-management/openid_connect_login",
53
  
54
  userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
55
  registryUrl: 'https://services.openaire.eu/uoa-user-management/api/registry/',
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: "connect",
69
  contextsAPI: "https://services.openaire.eu/openaire/context",
70
  
71
  communityAPI: "https://services.openaire.eu/openaire/community/",
72
  communitiesAPI: "https://services.openaire.eu/openaire/community/communities",
73
  
74
  csvLimit: 2000,
75
  pagingLimit: 20,
76
  resultsPerPage: 10,
77
  
78
  baseLink: "https://connect.openaire.eu",
79
  
80
  afterLoginRedirectLink: "/myCommunities",
81
  
82
  searchLinkToResult: "/search/result?id=",
83
  searchLinkToPublication: "/search/publication?articleId=",
84
  searchLinkToProject: "/search/project?projectId=",
85
  searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
86
  searchLinkToDataset: "/search/dataset?datasetId=",
87
  searchLinkToSoftwareLanding: "/search/software?softwareId=",
88
  searchLinkToOrp: "/search/other?orpId=",
89
  searchLinkToOrganization: "/search/organization?organizationId=",
90
  
91
  searchLinkToCommunities: "/search/find/communities",
92
  searchLinkToPublications: "/search/find/publications",
93
  searchLinkToDataProviders: "/search/find/dataproviders",
94
  searchLinkToProjects: "/search/find/projects",
95
  searchLinkToDatasets: "/search/find/datasets",
96
  searchLinkToSoftware: "/search/find/software",
97
  searchLinkToOrps: "/search/find/other",
98
  searchLinkToOrganizations: "/search/find/organizations",
99
  searchLinkToCompatibleDataProviders: "/search/content-providers",
100
  searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
101
  searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
102
  searchLinkToJournals: "/search/journals",
103
  searchLinkToJournalsTable: "/search/journals-table",
104
  searchLinkToResults: "/search/find/research-outcomes",
105
  
106
  searchLinkToAdvancedPublications: "/search/advanced/publications",
107
  searchLinkToAdvancedProjects: "/search/advanced/projects",
108
  searchLinkToAdvancedDatasets: "/search/advanced/datasets",
109
  searchLinkToAdvancedSoftware: "/search/advanced/software",
110
  searchLinkToAdvancedOrps: "/search/advanced/other",
111
  searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
112
  searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
113
  searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
114
  
115
  lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
116
  showLastIndexInformationLink: true,
117
  widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
118
  claimsInformationLink: "https://www.openaire.eu/linking",
119
  
120
  depositLearnHowPage: "/participate/deposit/learn-how",
121
  depositSearchPage: "/participate/deposit/search",
122
  shareInZenodoPage: "/participate/deposit/zenodo",
123
  reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
124
  
125
  admins: ["rcd-helpdesk@openaire.eu"],
126
  lastIndexUpdate: "2019-07-24",
127
  indexInfoAPI: "http://services.openaire.eu/openaire/info/",
128
  altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
129
  b2noteAPIURL: "http://b2note-dev.bsc.es/api/",
130
  adminPortalURL: "https://admin.connect.openaire.eu"
131
};
(2-2/4)