Project

General

Profile

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

    
3
export let properties: EnvProperties = {
4
  environment: "production",
5
  enablePiwikTrack: false,
6
  useCache: true,
7
  showContent: true,
8
  metricsAPIURL: "https://services.openaire.eu/usagestats/",
9
  framesAPIURL: "https://www.openaire.eu/stats3/",
10
  statisticsAPIURL: "https://services.openaire.eu/stats-api/",
11
  statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
12
  statisticsFrameNewAPIURL: "",
13
  useNewStatistisTool: false,
14
  claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
15
  searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
16
  searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
17
  openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
18
  csvAPIURL: "https://services.openaire.eu/search/v2/api/reports",
19
  searchCrossrefAPIURL: "https://api.crossref.org/works",
20
  searchDataciteAPIURL: "https://api.datacite.org/works",
21
  searchOrcidURL: "https://pub.orcid.org/v2.1/",
22
  orcidURL: "https://orcid.org/",
23
  doiURL: "https://dx.doi.org/",
24
  pmcURL: "http://europepmc.org/articles/",
25
  pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
26
  handleURL: "http://hdl.handle.net/",
27
  cordisURL: "http://cordis.europa.eu/projects/",
28
  openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
29
  r3DataURL: "http://service.re3data.org/repository/",
30
  zenodo: "https://zenodo.org/",
31
  zenodoCommunities: "https://zenodo.org/api/communities/",
32
  openAccess: "https://www.openaire.eu/support/faq#article-id-234",
33
  openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
34
  fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
35
  h2020Guidlines: "https://www.openaire.eu/oa-publications/h2020/open-access-in-horizon-2020",
36
  ercGuidlines: "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
37
  helpdesk: "https://www.openaire.eu/support/helpdesk",
38
  utilsService: "https://explore.openaire.eu/utils-service",
39
  vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/",
40
  piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
41
  piwikSiteId: "104",
42
  loginUrl: "https://services.openaire.eu/monitor-login/openid_connect_login",
43
  userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
44
  logoutUrl: "https://services.openaire.eu/monitor-login/openid_logout",
45
  cookieDomain: ".openaire.eu",
46
  feedbackmail: "feedback@openaire.eu",
47
  cacheUrl: "https://explore.openaire.eu/cache/get?url=",
48
  datasourcesAPI: "https://services.openaire.eu/openaire/ds/search/",
49
  monitorServiceAPIURL: "https://services.openaire.eu/uoa-monitor-service",
50
  adminToolsAPIURL: "https://services.openaire.eu/uoa-admin-tools/",
51
  adminToolsCommunity: "monitor",
52
  contextsAPI: "https://services.openaire.eu/openaire/context",
53
  communityAPI: "https://services.openaire.eu/openaire/community/",
54
  communitiesAPI: "https://services.openaire.eu/openaire/community/communities",
55
  csvLimit: 2000,
56
  pagingLimit: 20,
57
  resultsPerPage: 10,
58
  "baseLink" : "",
59
  "domain" : "https://monitor.openaire.eu",
60
  searchLinkToResult: "/search/result?id=",
61
  searchLinkToPublication: "/search/publication?articleId=",
62
  searchLinkToProject: "/search/project?projectId=",
63
  searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
64
  searchLinkToDataset: "/search/dataset?datasetId=",
65
  searchLinkToSoftwareLanding: "/search/software?softwareId=",
66
  searchLinkToOrp: "/search/other?orpId=",
67
  searchLinkToOrganization: "/search/organization?organizationId=",
68
  
69
  searchLinkToStakeholders: "/browse",
70
  searchLinkToResults: "/search/find/research-outcomes",
71
  searchLinkToDataProviders: "/search/find/dataproviders",
72
  searchLinkToProjects: "/search/find/projects",
73
  searchLinkToOrganizations: "/search/find/organizations",
74
  searchLinkToCompatibleDataProviders: "/search/content-providers",
75
  searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
76
  searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
77
  searchLinkToJournals: "/search/journals",
78
  searchLinkToJournalsTable: "/search/journals-table",
79
  searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
80
  searchLinkToAdvancedProjects: "/search/advanced/projects",
81
  searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
82
  searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
83
  lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
84
  showLastIndexInformationLink: true,
85
  widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
86
  claimsInformationLink: "https://www.openaire.eu/linking",
87
  depositLearnHowPage: "/participate/deposit/learn-how",
88
  depositSearchPage: "/participate/deposit/search",
89
  shareInZenodoPage: "/participate/deposit/zenodo",
90
  reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
91
  admins: ["argirok@di.uoa.gr","kiatrop@di.uoa.gr"],
92
  lastIndexUpdate: "2019-07-24",
93
  indexInfoAPI: "https://services.openaire.eu/openaire/info/",
94
  altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
95
  b2noteAPIURL: "http://b2note-dev.bsc.es/"
96
};
(2-2/3)