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: false,
7
  metricsAPIURL: "https://services.openaire.eu/usagestats/",
8
  framesAPIURL: "https://www.openaire.eu/stats3/",
9
  claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
10
  statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
11
  statisticsFrameAPIURL:"https://www.openaire.eu/stats/",
12
  statisticsFrameNewAPIURL: "http://marilyn.athenarc.gr:8080/stats-api/",
13
  useNewStatistisTool:false,
14
  searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
15
  searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
16
  openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
17
  csvAPIURL: "https://services.openaire.eu/search/v2/api/reports",
18
  searchCrossrefAPIURL: "https://api.crossref.org/works",
19
  searchDataciteAPIURL: "https://api.datacite.org/works",
20
  searchOrcidURL: "https://pub.orcid.org/",
21
  orcidURL: "https://orcid.org/",
22
  doiURL: "https://dx.doi.org/",
23
  cordisURL: "http://cordis.europa.eu/projects/",
24
  openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
25
  r3DataURL: "http://service.re3data.org/repository/",
26
  sherpaURL: "http://www.sherpa.ac.uk/romeo/search.php?issn=",
27
  zenodo: "https://zenodo.org/",
28
  zenodoCommunities: "https://zenodo.org/api/communities/",
29
  openAccess: "https://www.openaire.eu/support/faq#article-id-234",
30
  openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
31
  fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
32
  h2020Guidlines: "https://www.openaire.eu/oa-publications/h2020/open-access-in-horizon-2020",
33
  ercGuidlines: "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
34
  helpdesk: "https://www.openaire.eu/support/helpdesk",
35
  helpdeskEmail: "helpdesk@openaire.eu",
36
  utilsService: "https://explore.openaire.eu/utils-service",
37

    
38
  vocabulariesAPI:"https://services.openaire.eu/provision/mvc/vocabularies/",
39

    
40
  piwikBaseUrl:" https://analytics.openaire.eu/piwik.php?idsite=6",
41
  loginUrl: "https://services.openaire.eu/connect-user-management/openid_connect_login",
42
  userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
43
  registryUrl: 'https://services.openaire.eu/uoa-user-management/api/registry/',
44
  logoutUrl: "https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
45

    
46
  cookieDomain:".openaire.eu",
47

    
48
  feedbackmail:"openaire.test@gmail.com",
49
  feedbackmailForMissingEntities: "feedback@openaire.eu",
50

    
51
  cacheUrl:"https://explore.openaire.eu/cache/get?url=",
52

    
53
  adminToolsAPIURL:"https://services.openaire.eu/uoa-admin-tools/",
54

    
55
  adminToolsCommunity:"openaire",
56
  communityAPI: "https://services.openaire.eu/openaire/community/",
57

    
58
  miningBackendURL: "https://beta.services.openaire.eu/interactive-mining",
59

    
60
  csvLimit:  2000,
61
  pagingLimit:  20,
62
  resultsPerPage:  10,
63

    
64
  baseLink: "",
65
  domain: "https://admin.explore.openaire.eu/",
66
  baseOpenaireLink: "https://explore.openaire.eu",
67

    
68
  searchLinkToPublication: "/search/publication?articleId=",
69
  searchLinkToProject: "/search/project?projectId=",
70
  searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
71
  searchLinkToDataset: "/search/dataset?datasetId=",
72
  searchLinkToOrganization: "/search/organization?organizationId=",
73

    
74
  searchLinkToPublications: "/search/find/publications",
75
  searchLinkToDataProviders: "/search/find/dataproviders",
76
  searchLinkToProjects: "/search/find/projects",
77
  searchLinkToDatasets: "/search/find/datasets",
78
  searchLinkToSoftware: "/search/find/software",
79
  searchLinkToOrganizations: "/search/find/organizations",
80
  searchLinkToCompatibleDataProviders: "/search/content-providers",
81
  searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
82
  searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
83
  searchLinkToJournals: "/search/journals",
84
  searchLinkToJournalsTable: "/search/journals-table",
85

    
86
  searchLinkToAdvancedPublications: "/search/advanced/publications",
87
  searchLinkToAdvancedProjects: "/search/advanced/projects",
88
  searchLinkToAdvancedDatasets: "/search/advanced/datasets",
89
  searchLinkToAdvancedSoftware: "/search/advanced/software",
90
  searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
91
  searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
92
  lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
93
  showLastIndexInformationLink: false,
94

    
95
  widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
96
  claimsInformationLink: "https://www.openaire.eu/linking",
97
  lastIndexUpdate: "2019-07-24",
98
  indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
99
  adminPortalURL: "https://admin.connect.openaire.eu",
100
  admins: ["rcd-helpdesk@openaire.eu"]
101
};
(2-2/3)