Project

General

Profile

« Previous | Next » 

Revision 60247

[Connect | Trunk]

Package.josn: remove unused dependencies
Properties:
- properties using services of beta in production is removed and replaced with environment.prod.prod.ts
- update stats tool property and login

View differences:

modules/uoa-connect-portal/trunk/angular.json
43 43
              "fileReplacements": [
44 44
                {
45 45
                  "replace": "src/environments/environment.ts",
46
                  "with": "src/environments/environment.prod.prod.ts"
46
                  "with": "src/environments/environment.prod.ts"
47 47
                },
48 48
                {
49 49
                  "replace": "src/index.html",
......
153 153
              "fileReplacements": [
154 154
                {
155 155
                  "replace": "src/environments/environment.ts",
156
                  "with": "src/environments/environment.prod.prod.ts"
156
                  "with": "src/environments/environment.prod.ts"
157 157
                },
158 158
                {
159 159
                  "replace": "src/index.html",
modules/uoa-connect-portal/trunk/package.json
49 49
    "@nguniversal/module-map-ngfactory-loader": "^6.0.0",
50 50
    "@types/express": "^4.16.1",
51 51
    "angular-datatables": "^4.4.1",
52
    "citation-js": "^0.3.4",
53 52
    "clipboard": "^1.5.16",
54 53
    "core-js": "^2.4.1",
55 54
    "datatables.net": "^1.10.19",
......
59 58
    "prom-client": "^11.3.0",
60 59
    "ts-md5": "^1.2.0",
61 60
    "tslib": "^1.9.0",
62
    "wikidata-sdk": "^5.2.9",
63 61
    "zone.js": "^0.8.26",
64 62
    "ng-recaptcha": "^3.0.5",
65 63
    "ng2-ckeditor": "1.1.9"
modules/uoa-connect-portal/trunk/src/environments/environment.prod.prod.ts
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: true,
8
  useCache: false,
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:"",
79
  domain: "https://connect.openaire.eu",
80
  
81
  afterLoginRedirectLink: "/myCommunities",
82
  
83
  searchLinkToResult: "/search/result?id=",
84
  searchLinkToPublication: "/search/publication?articleId=",
85
  searchLinkToProject: "/search/project?projectId=",
86
  searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
87
  searchLinkToDataset: "/search/dataset?datasetId=",
88
  searchLinkToSoftwareLanding: "/search/software?softwareId=",
89
  searchLinkToOrganization: "/search/organization?organizationId=",
90
  searchLinkToOrp: "/search/other?orpId=",
91

  
92
  searchLinkToCommunities: "/search/find/communities",
93
  searchLinkToPublications: "/search/find/publications",
94
  searchLinkToDataProviders: "/search/find/dataproviders",
95
  searchLinkToProjects: "/search/find/projects",
96
  searchLinkToDatasets: "/search/find/datasets",
97
  searchLinkToSoftware: "/search/find/software",
98
  searchLinkToOrps: "/search/find/other",
99
  searchLinkToOrganizations: "/search/find/organizations",
100
  searchLinkToCompatibleDataProviders: "/search/content-providers",
101
  searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
102
  searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
103
  searchLinkToJournals: "/search/journals",
104
  searchLinkToJournalsTable: "/search/journals-table",
105
  searchLinkToResults: "/search/find/research-outcomes",
106
  
107
  searchLinkToAdvancedPublications: "/search/advanced/publications",
108
  searchLinkToAdvancedProjects: "/search/advanced/projects",
109
  searchLinkToAdvancedDatasets: "/search/advanced/datasets",
110
  searchLinkToAdvancedSoftware: "/search/advanced/software",
111
  searchLinkToAdvancedOrps: "/search/advanced/other",
112
  searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
113
  searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
114
  searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
115
  
116
  lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
117
  showLastIndexInformationLink: true,
118
  widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
119
  claimsInformationLink: "https://www.openaire.eu/linking",
120
  
121
  depositLearnHowPage: "/participate/deposit/learn-how",
122
  depositSearchPage: "/participate/deposit/search",
123
  shareInZenodoPage: "/participate/deposit/zenodo",
124
  reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
125
  
126
  admins: ["rcd-helpdesk@openaire.eu"],
127
  lastIndexUpdate: "2019-07-24",
128
  indexInfoAPI: "https://services.openaire.eu/openaire/info/",
129
  altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
130
  adminPortalURL: "https://admin.connect.openaire.eu"
131
};
modules/uoa-connect-portal/trunk/src/environments/environment.ts
18 18
  framesAPIURL: 'https://beta.openaire.eu/stats3/',
19 19
  statisticsAPIURL: 'https://beta.services.openaire.eu/stats-api/',
20 20
  statisticsFrameAPIURL: 'https://beta.openaire.eu/stats/',
21
  statisticsFrameNewAPIURL: 'https://stats.madgik.di.uoa.gr/stats-api/',
21
  statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
22 22
  useNewStatistisTool: true,
23 23
  impactFactorsAPIURL: 'https://bip-api.imsi.athenarc.gr/paper/scores/batch/',
24 24
  claimsAPIURL: 'http://dl170.madgik.di.uoa.gr:8180/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/',
modules/uoa-connect-portal/trunk/src/environments/environment.prod.ts
9 9
  useLongCache: true,
10 10
  showContent: true,
11 11
  showAddThis: true,
12
  metricsAPIURL: "https://beta.services.openaire.eu/usagestats/",
13
  framesAPIURL: "https://beta.openaire.eu/stats3/",
14
  statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
15
  statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
16
  statisticsFrameNewAPIURL: "https://stats.madgik.di.uoa.gr/stats-api/",
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-tool/",
17 17
  useNewStatistisTool: true,
18 18
  impactFactorsAPIURL: "https://bip-api.imsi.athenarc.gr/paper/scores/batch/",
19
  claimsAPIURL: "https://beta.services.openaire.eu/claims/rest/claimsService/",
20
  searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",
21
  searchResourcesAPIURL: "https://beta.services.openaire.eu/search/v2/api/resources",
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 22
  openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
23
  csvAPIURL: "https://beta.services.openaire.eu/search/v2/api/reports",
23
  csvAPIURL: "https://services.openaire.eu/search/v2/api/reports",
24 24
  searchCrossrefAPIURL: "https://api.crossref.org/works",
25 25
  searchDataciteAPIURL: "https://api.datacite.org/works",
26 26
  searchOrcidURL: "https://pub.orcid.org/v2.1/",
......
43 43
  ercGuidlines: "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
44 44
  helpdesk: "https://www.openaire.eu/support/helpdesk",
45 45
  helpdeskEmail: "helpdesk@openaire.eu",
46
  utilsService: "https://demo.openaire.eu/utils-service",
47

  
48
  vocabulariesAPI: "https://beta.services.openaire.eu/provision/mvc/vocabularies/",
49

  
46
  utilsService: "https://explore.openaire.eu/utils-service",
47
  
48
  vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/",
49
  
50 50
  piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
51 51
  piwikSiteId: "112",
52 52
  loginUrl: "https://services.openaire.eu/connect-login/openid_connect_login",
53

  
54 53
  userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
55 54
  registryUrl: 'https://services.openaire.eu/uoa-user-management/api/registry/',
56 55
  logoutUrl: "https://services.openaire.eu/connect-login/openid_logout",
57 56
  cookieDomain: ".openaire.eu",
58

  
57
  
59 58
  feedbackmail: "feedback@openaire.eu",
60

  
61
  cacheUrl: "https://demo.openaire.eu/cache/get?url=",
62

  
63
  adminToolsAPIURL: "https://beta.services.openaire.eu/uoa-admin-tools",
64

  
59
  
60
  cacheUrl: "https://explore.openaire.eu/cache/get?url=",
61
  
62
  datasourcesAPI: "https://services.openaire.eu/openaire/ds/search/",
63
  
64
  adminToolsAPIURL: "https://services.openaire.eu/uoa-admin-tools/",
65
  
65 66
  adminToolsCommunity: "connect",
66
  datasourcesAPI: "https://beta.services.openaire.eu/openaire/ds/search/",
67
  contextsAPI: "https://beta.services.openaire.eu/openaire/context",
68
  communityAPI: "https://beta.services.openaire.eu/openaire/community/",
69
  communitiesAPI: "https://beta.services.openaire.eu/openaire/community/communities",
70

  
67
  contextsAPI: "https://services.openaire.eu/openaire/context",
68
  
69
  communityAPI: "https://services.openaire.eu/openaire/community/",
70
  communitiesAPI: "https://services.openaire.eu/openaire/community/communities",
71
  
71 72
  csvLimit: 2000,
72 73
  pagingLimit: 20,
73 74
  resultsPerPage: 10,
74 75

  
75 76
  baseLink:"",
76
  domain:"https://connect.openaire.eu",
77

  
77
  domain: "https://connect.openaire.eu",
78
  
78 79
  afterLoginRedirectLink: "/myCommunities",
79

  
80
  
80 81
  searchLinkToResult: "/search/result?id=",
81 82
  searchLinkToPublication: "/search/publication?articleId=",
82 83
  searchLinkToProject: "/search/project?projectId=",
......
100 101
  searchLinkToJournals: "/search/journals",
101 102
  searchLinkToJournalsTable: "/search/journals-table",
102 103
  searchLinkToResults: "/search/find/research-outcomes",
103

  
104
  
104 105
  searchLinkToAdvancedPublications: "/search/advanced/publications",
105 106
  searchLinkToAdvancedProjects: "/search/advanced/projects",
106 107
  searchLinkToAdvancedDatasets: "/search/advanced/datasets",
......
109 110
  searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
110 111
  searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
111 112
  searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
112

  
113
  lastIndexInformationLink: "https://beta.openaire.eu/aggregation-and-content-provision-workflows",
113
  
114
  lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
114 115
  showLastIndexInformationLink: true,
115
  widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
116
  claimsInformationLink: "https://beta.openaire.eu/linking",
117

  
116
  widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
117
  claimsInformationLink: "https://www.openaire.eu/linking",
118
  
118 119
  depositLearnHowPage: "/participate/deposit/learn-how",
119 120
  depositSearchPage: "/participate/deposit/search",
120 121
  shareInZenodoPage: "/participate/deposit/zenodo",
121

  
122 122
  reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
123

  
123
  
124 124
  admins: ["rcd-helpdesk@openaire.eu"],
125
  lastIndexUpdate: "2020-05-06",
126
  indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/",
125
  lastIndexUpdate: "2019-07-24",
126
  indexInfoAPI: "https://services.openaire.eu/openaire/info/",
127 127
  altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
128 128
  adminPortalURL: "https://admin.connect.openaire.eu"
129 129
};

Also available in: Unified diff