Project

General

Profile

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

    
3
export let properties: EnvProperties = {
4
  environment: "production",
5
  isDashboard: true,
6
  enablePiwikTrack: true,
7
  useCache: false,
8
  useLongCache: true,
9
  showContent: true,
10
  metricsAPIURL: "https://services.openaire.eu/usagestats/",
11
  framesAPIURL: "https://www.openaire.eu/stats3/",
12
  statisticsAPIURL: "https://services.openaire.eu/stats-api/",
13
  statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
14
  statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/",
15
  useNewStatistisTool: true,
16
  claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
17
  searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
18
  searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
19
  openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
20
  csvAPIURL: "https://services.openaire.eu/search/v2/api/reports",
21
  searchCrossrefAPIURL: "https://api.crossref.org/works",
22
  searchDataciteAPIURL: "https://api.datacite.org/works",
23
  searchOrcidURL: "https://pub.orcid.org/v2.1/",
24
  orcidURL: "https://orcid.org/",
25
  doiURL: "https://dx.doi.org/",
26
  pmcURL: "http://europepmc.org/articles/",
27
  pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
28
  handleURL: "http://hdl.handle.net/",
29
  cordisURL: "http://cordis.europa.eu/projects/",
30
  openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
31
  r3DataURL: "http://service.re3data.org/repository/",
32
  sherpaURL: 'http://sherpa.ac.uk/romeo/issn/',
33
  sherpaURLSuffix: '/',
34
  zenodo: "https://zenodo.org/",
35
  zenodoCommunities: "https://zenodo.org/api/communities/",
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: "104",
49
  loginUrl: "https://services.openaire.eu/monitor-dashboard-login/openid_connect_login",
50
  registryUrl: 'https://services.openaire.eu/uoa-user-management/api/registry/',
51
  userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
52
  logoutUrl: "https://services.openaire.eu/monitor-dashboard-login/openid_logout",
53
  cookieDomain: ".openaire.eu",
54
  
55
  feedbackmail: "feedback@openaire.eu",
56
  
57
  cacheUrl: "https://explore.openaire.eu/cache/get?url=",
58
  
59
  datasourcesAPI: "https://services.openaire.eu/openaire/ds/search/",
60
  
61
  monitorServiceAPIURL: "https://services.openaire.eu/uoa-monitor-service",
62
  
63
  adminToolsAPIURL: "https://services.openaire.eu/uoa-admin-tools/",
64
  
65
  adminToolsCommunity: "monitor",
66
  contextsAPI: "https://services.openaire.eu/openaire/context",
67
  
68
  communityAPI: "https://services.openaire.eu/openaire/community/",
69
  communitiesAPI: "https://services.openaire.eu/openaire/community/communities",
70
  
71
  csvLimit: 2000,
72
  pagingLimit: 20,
73
  resultsPerPage: 10,
74

    
75
  baseLink: "/dashboard",
76
  domain: "https://monitor.openaire.eu",
77
  
78
  afterLoginRedirectLink: "/myCommunities",
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
  searchLinkToResults: "/search/find/research-outcomes",
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
  searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
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
  lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
109
  showLastIndexInformationLink: true,
110
  widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
111
  claimsInformationLink: "https://www.openaire.eu/linking",
112
  depositLearnHowPage: "/participate/deposit/learn-how",
113
  depositSearchPage: "/participate/deposit/search",
114
  shareInZenodoPage: "/participate/deposit/zenodo",
115
  reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
116
  
117
  admins: ["argirok@di.uoa.gr"],
118
  lastIndexUpdate: "2019-07-24",
119
  indexInfoAPI: "http://services.openaire.eu/openaire/info/",
120
  altMetricsAPIURL: "https://api.altmetric.com/v1/doi/"
121
}
(2-2/3)