ignore node_modules file
add missing .angular-cli.json file add ORPs pages and tabs Update sitemap Update properties file git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@52844 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
a0189ec43c
commit
857b0eec43
|
@ -0,0 +1,110 @@
|
||||||
|
{
|
||||||
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||||
|
"project": {
|
||||||
|
"name": "ng-universal-demo"
|
||||||
|
},
|
||||||
|
"apps": [
|
||||||
|
{
|
||||||
|
"root": "src",
|
||||||
|
"outDir": "dist/browser",
|
||||||
|
"assets": [
|
||||||
|
"assets",
|
||||||
|
"favicon.ico"
|
||||||
|
],
|
||||||
|
"index": "index.html",
|
||||||
|
"main": "main.ts",
|
||||||
|
"polyfills": "polyfills.ts",
|
||||||
|
"test": "test.ts",
|
||||||
|
"tsconfig": "tsconfig.app.json",
|
||||||
|
"testTsconfig": "tsconfig.spec.json",
|
||||||
|
"prefix": "app",
|
||||||
|
"styles": [
|
||||||
|
"styles.css",
|
||||||
|
"../node_modules/datatables.net-dt/css/jquery.dataTables.css"
|
||||||
|
],
|
||||||
|
"scripts": [
|
||||||
|
"../node_modules/jquery/dist/jquery.js",
|
||||||
|
"../node_modules/datatables.net/js/jquery.dataTables.js"
|
||||||
|
],
|
||||||
|
"environmentSource": "environments/environment.ts",
|
||||||
|
"environments": {
|
||||||
|
"dev": "environments/environment.ts",
|
||||||
|
"prod": "environments/environment.prod.ts"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"platform": "server",
|
||||||
|
"root": "src",
|
||||||
|
"outDir": "dist/server",
|
||||||
|
"assets": [
|
||||||
|
"assets",
|
||||||
|
"favicon.ico"
|
||||||
|
],
|
||||||
|
"index": "index.html",
|
||||||
|
"main": "main.server.ts",
|
||||||
|
"test": "test.ts",
|
||||||
|
"tsconfig": "tsconfig.server.json",
|
||||||
|
"testTsconfig": "tsconfig.spec.json",
|
||||||
|
"prefix": "app",
|
||||||
|
"styles": [
|
||||||
|
"styles.css"
|
||||||
|
],
|
||||||
|
"scripts": [],
|
||||||
|
"environmentSource": "environments/environment.ts",
|
||||||
|
"environments": {
|
||||||
|
"dev": "environments/environment.ts",
|
||||||
|
"prod": "environments/environment.prod.ts"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"e2e": {
|
||||||
|
"protractor": {
|
||||||
|
"config": "./protractor.conf.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"lint": [
|
||||||
|
{
|
||||||
|
"project": "src/tsconfig.app.json",
|
||||||
|
"exclude": "**/node_modules/**"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"project": "src/tsconfig.spec.json",
|
||||||
|
"exclude": "**/node_modules/**"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"project": "e2e/tsconfig.e2e.json",
|
||||||
|
"exclude": "**/node_modules/**"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"test": {
|
||||||
|
"karma": {
|
||||||
|
"config": "./karma.conf.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaults": {
|
||||||
|
"styleExt": "css",
|
||||||
|
"component": {
|
||||||
|
"spec": false,
|
||||||
|
"inlineStyle": true,
|
||||||
|
"inlineTemplate": true
|
||||||
|
},
|
||||||
|
"directive": {
|
||||||
|
"spec": false
|
||||||
|
},
|
||||||
|
"class": {
|
||||||
|
"spec": false
|
||||||
|
},
|
||||||
|
"guard": {
|
||||||
|
"spec": false
|
||||||
|
},
|
||||||
|
"module": {
|
||||||
|
"spec": false
|
||||||
|
},
|
||||||
|
"pipe": {
|
||||||
|
"spec": false
|
||||||
|
},
|
||||||
|
"service": {
|
||||||
|
"spec": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -7,9 +7,9 @@
|
||||||
"statisticsAPIURL" : "https://beta.services.openaire.eu/stats-api/",
|
"statisticsAPIURL" : "https://beta.services.openaire.eu/stats-api/",
|
||||||
"statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
|
"statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
|
||||||
"claimsAPIURL" : "https://beta.services.openaire.eu/claims/rest/claimsService/",
|
"claimsAPIURL" : "https://beta.services.openaire.eu/claims/rest/claimsService/",
|
||||||
"searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/",
|
"searchAPIURLLAst" : "https://services.openaire.eu/search/v2/api/",
|
||||||
"searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources",
|
"searchResourcesAPIURL" : "https://services.openaire.eu/search/v2/api/resources",
|
||||||
"csvAPIURL" : "https://beta.services.openaire.eu/search/v2/api/reports",
|
"csvAPIURL" : "https://services.openaire.eu/search/v2/api/reports",
|
||||||
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
||||||
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
||||||
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
||||||
|
@ -25,12 +25,12 @@
|
||||||
"h2020Guidlines" : "https://www.openaire.eu/oa-publications/h2020/open-access-in-horizon-2020",
|
"h2020Guidlines" : "https://www.openaire.eu/oa-publications/h2020/open-access-in-horizon-2020",
|
||||||
"ercGuidlines" : "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
|
"ercGuidlines" : "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
|
||||||
"helpdesk" : "https://www.openaire.eu/support/helpdesk",
|
"helpdesk" : "https://www.openaire.eu/support/helpdesk",
|
||||||
"uploadService" : "https://demo.openaire.eu/upload/",
|
"uploadService" : "https://explore.openaire.eu/upload/",
|
||||||
|
|
||||||
"vocabulariesAPI" :"https://beta.services.openaire.eu/provision/mvc/vocabularies/",
|
"vocabulariesAPI" :"https://services.openaire.eu/provision/mvc/vocabularies/",
|
||||||
|
|
||||||
"piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
|
"piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
|
||||||
"piwikSiteId" : "6",
|
"piwikSiteId" : "109",
|
||||||
"loginUrl" :"https://beta.services.openaire.eu/uoa-user-management/openid_connect_login",
|
"loginUrl" :"https://beta.services.openaire.eu/uoa-user-management/openid_connect_login",
|
||||||
|
|
||||||
"logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
|
"logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
|
||||||
|
@ -43,26 +43,27 @@
|
||||||
|
|
||||||
"helperPageUrl" :"http://scoobydoo.di.uoa.gr:16000/api/page/route",
|
"helperPageUrl" :"http://scoobydoo.di.uoa.gr:16000/api/page/route",
|
||||||
|
|
||||||
"cacheUrl" :"https://demo.openaire.eu/cache/get?url=",
|
"cacheUrl" :"https://explore.openaire.eu/cache/get?url=",
|
||||||
|
|
||||||
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
"datasourcesAPI": "https://services.openaire.eu/openaire/ds/search/",
|
||||||
|
|
||||||
"adminToolsAPIURL" :"https://beta.services.openaire.eu/uoa-admin-tools/",
|
"adminToolsAPIURL" :"https://beta.services.openaire.eu/uoa-admin-tools/",
|
||||||
|
|
||||||
"adminToolsCommunity" :"openaire",
|
"adminToolsCommunity" :"openaire",
|
||||||
"contextsAPI":"https://beta.services.openaire.eu/openaire/context",
|
"contextsAPI":"https://services.openaire.eu/openaire/context",
|
||||||
"communityAPI": "https://beta.services.openaire.eu/openaire/community/",
|
"communityAPI": "https://services.openaire.eu/openaire/community/",
|
||||||
|
|
||||||
"csvLimit": 2000,
|
"csvLimit": 2000,
|
||||||
"pagingLimit": 20,
|
"pagingLimit": 20,
|
||||||
"resultsPerPage": 10,
|
"resultsPerPage": 10,
|
||||||
|
|
||||||
"baseLink" : "https://beta.explore.openaire.eu",
|
"baseLink" : "https://explore.openaire.eu",
|
||||||
|
|
||||||
"searchLinkToPublication" : "/search/publication?articleId=",
|
"searchLinkToPublication" : "/search/publication?articleId=",
|
||||||
"searchLinkToProject" : "/search/project?projectId=",
|
"searchLinkToProject" : "/search/project?projectId=",
|
||||||
"searchLinkToDataProvider" : "/search/dataprovider?datasourceId=",
|
"searchLinkToDataProvider" : "/search/dataprovider?datasourceId=",
|
||||||
"searchLinkToDataset" : "/search/dataset?datasetId=",
|
"searchLinkToDataset" : "/search/dataset?datasetId=",
|
||||||
|
"searchLinkToOrp" : "/search/other?orpId=",
|
||||||
"searchLinkToOrganization" : "/search/organization?organizationId=",
|
"searchLinkToOrganization" : "/search/organization?organizationId=",
|
||||||
|
|
||||||
"searchLinkToPublications" : "/search/find/publications",
|
"searchLinkToPublications" : "/search/find/publications",
|
||||||
|
@ -70,6 +71,7 @@
|
||||||
"searchLinkToProjects" : "/search/find/projects",
|
"searchLinkToProjects" : "/search/find/projects",
|
||||||
"searchLinkToDatasets" : "/search/find/datasets",
|
"searchLinkToDatasets" : "/search/find/datasets",
|
||||||
"searchLinkToSoftware" : "/search/find/software",
|
"searchLinkToSoftware" : "/search/find/software",
|
||||||
|
"searchLinkToOrps" : "/search/find/other",
|
||||||
"searchLinkToOrganizations" : "/search/find/organizations",
|
"searchLinkToOrganizations" : "/search/find/organizations",
|
||||||
"searchLinkToCompatibleDataProviders" : "/search/content-providers",
|
"searchLinkToCompatibleDataProviders" : "/search/content-providers",
|
||||||
"searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table",
|
"searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table",
|
||||||
|
@ -82,6 +84,7 @@
|
||||||
"searchLinkToAdvancedProjects" : "/search/advanced/projects",
|
"searchLinkToAdvancedProjects" : "/search/advanced/projects",
|
||||||
"searchLinkToAdvancedDatasets" : "/search/advanced/datasets",
|
"searchLinkToAdvancedDatasets" : "/search/advanced/datasets",
|
||||||
"searchLinkToAdvancedSoftware" : "/search/advanced/software",
|
"searchLinkToAdvancedSoftware" : "/search/advanced/software",
|
||||||
|
"searchLinkToAdvancedOrps" : "/search/advanced/other",
|
||||||
"searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
|
"searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
|
||||||
"searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
|
"searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
|
||||||
"searchLinkToAdvancedPeople" : "/search/advanced/people"
|
"searchLinkToAdvancedPeople" : "/search/advanced/people"
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
# echo 'Now copy to the server!'
|
# echo 'Now copy to the server!'
|
||||||
##<-- to here
|
##<-- to here
|
||||||
|
|
||||||
#copy "deploy-folder" in demo.openaire.eu
|
#copy "deploy-folder" in explore.openaire.eu
|
||||||
#coppies of previous deployments exist in "/home/argiro.kokogiannaki/uoa-portal/openaireYYYY-MM-DD"
|
#coppies of previous deployments exist in "/home/argiro.kokogiannaki/portals/explore-YYYYMMDD"
|
||||||
#run "npm i"
|
#run "npm i"
|
||||||
#become nodejs user: "sudo su nodejs -s /bin/bash"
|
#become nodejs user: "sudo su nodejs -s /bin/bash"
|
||||||
#go to "cd /srv/www/portal"
|
#go to "cd /srv/www/portal"
|
||||||
|
|
|
@ -13,6 +13,7 @@ const routes: Routes = [
|
||||||
{ path: 'search/publication', loadChildren: './landingPages/publication/libPublication.module#LibPublicationModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/publication', loadChildren: './landingPages/publication/libPublication.module#LibPublicationModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/dataset', loadChildren: './landingPages/dataset/libDataset.module#LibDatasetModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/dataset', loadChildren: './landingPages/dataset/libDataset.module#LibDatasetModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/software', loadChildren: './landingPages/software/libSoftware.module#LibSoftwareModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/software', loadChildren: './landingPages/software/libSoftware.module#LibSoftwareModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
|
{ path: 'search/other', loadChildren: './landingPages/orp/libOrp.module#LibOrpModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/project', loadChildren: './landingPages/project/libProject.module#LibProjectModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/project', loadChildren: './landingPages/project/libProject.module#LibProjectModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/dataprovider', loadChildren: '././landingPages/dataProvider/libDataProvider.module#LibDataProviderModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/dataprovider', loadChildren: '././landingPages/dataProvider/libDataProvider.module#LibDataProviderModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/organization', loadChildren: './landingPages/organization/libOrganization.module#LibOrganizationModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/organization', loadChildren: './landingPages/organization/libOrganization.module#LibOrganizationModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
|
@ -25,6 +26,7 @@ const routes: Routes = [
|
||||||
{ path: 'search/find/publications', loadChildren: './searchPages/simple/searchPublications.module#LibSearchPublicationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/find/publications', loadChildren: './searchPages/simple/searchPublications.module#LibSearchPublicationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/find/datasets', loadChildren: './searchPages/simple/searchDatasets.module#LibSearchDatasetsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/find/datasets', loadChildren: './searchPages/simple/searchDatasets.module#LibSearchDatasetsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/find/software', loadChildren: './searchPages/simple/searchSoftware.module#LibSearchSoftwareModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/find/software', loadChildren: './searchPages/simple/searchSoftware.module#LibSearchSoftwareModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
|
{ path: 'search/find/other', loadChildren: './searchPages/simple/searchOrps.module#LibSearchOrpsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/find/projects', loadChildren: './searchPages/simple/searchProjects.module#LibSearchProjectsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/find/projects', loadChildren: './searchPages/simple/searchProjects.module#LibSearchProjectsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/find/dataproviders', loadChildren: './searchPages/simple/searchDataProviders.module#LibSearchDataProvidersModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/find/dataproviders', loadChildren: './searchPages/simple/searchDataProviders.module#LibSearchDataProvidersModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/find/organizations', loadChildren: './searchPages/simple/searchOrganizations.module#LibSearchOrganizationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/find/organizations', loadChildren: './searchPages/simple/searchOrganizations.module#LibSearchOrganizationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
|
@ -37,6 +39,7 @@ const routes: Routes = [
|
||||||
{ path: 'search/advanced/publications', loadChildren: './searchPages/advanced/advancedSearchPublications.module#LibAdvancedSearchPublicationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/advanced/publications', loadChildren: './searchPages/advanced/advancedSearchPublications.module#LibAdvancedSearchPublicationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/advanced/datasets', loadChildren: './searchPages/advanced/advancedSearchDatasets.module#LibAdvancedSearchDatasetsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/advanced/datasets', loadChildren: './searchPages/advanced/advancedSearchDatasets.module#LibAdvancedSearchDatasetsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/advanced/software', loadChildren: './searchPages/advanced/advancedSearchSoftware.module#LibAdvancedSearchSoftwareModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/advanced/software', loadChildren: './searchPages/advanced/advancedSearchSoftware.module#LibAdvancedSearchSoftwareModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
|
{ path: 'search/advanced/other', loadChildren: './searchPages/advanced/advancedSearchOrps.module#LibAdvancedSearchOrpsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/advanced/organizations', loadChildren: './searchPages/advanced/advancedSearchOrganizations.module#LibAdvancedSearchOrganizationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/advanced/organizations', loadChildren: './searchPages/advanced/advancedSearchOrganizations.module#LibAdvancedSearchOrganizationsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/advanced/dataproviders', loadChildren: './searchPages/advanced/advancedSearchDataProviders.module#LibAdvancedSearchDataProvidersModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/advanced/dataproviders', loadChildren: './searchPages/advanced/advancedSearchDataProviders.module#LibAdvancedSearchDataProvidersModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
{ path: 'search/advanced/projects', loadChildren: './searchPages/advanced/advancedSearchProjects.module#LibAdvancedSearchProjectsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
{ path: 'search/advanced/projects', loadChildren: './searchPages/advanced/advancedSearchProjects.module#LibAdvancedSearchProjectsModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
|
|
|
@ -41,8 +41,8 @@ export class AppComponent {
|
||||||
clientLoad = 0;
|
clientLoad = 0;
|
||||||
|
|
||||||
userMenuItems:MenuItem[] = [ new MenuItem("","My profile","","",false,[],[],{}),
|
userMenuItems:MenuItem[] = [ new MenuItem("","My profile","","",false,[],[],{}),
|
||||||
new MenuItem("","My claims","","/myclaims",false,[],["/myclaims"],{}),
|
new MenuItem("","My links","","/myclaims",false,[],["/myclaims"],{}),
|
||||||
new MenuItem("","Manage all claims","","/claims",true,[],["/claims"],{})]
|
new MenuItem("","Manage all links","","/claims",true,[],["/claims"],{})]
|
||||||
|
|
||||||
|
|
||||||
menuItems:RootMenuItem [] = [
|
menuItems:RootMenuItem [] = [
|
||||||
|
@ -50,6 +50,7 @@ export class AppComponent {
|
||||||
items: [new MenuItem("","Publications","","/search/find/publications",false,["publication"],["/search/find/publications"],{}),
|
items: [new MenuItem("","Publications","","/search/find/publications",false,["publication"],["/search/find/publications"],{}),
|
||||||
new MenuItem("","Research Data","","/search/find/datasets",false,["dataset"],["/search/find/datasets"],{}),
|
new MenuItem("","Research Data","","/search/find/datasets",false,["dataset"],["/search/find/datasets"],{}),
|
||||||
new MenuItem("","Software","","/search/find/software",false,["software"],["/search/find/software"],{}),
|
new MenuItem("","Software","","/search/find/software",false,["software"],["/search/find/software"],{}),
|
||||||
|
new MenuItem("","Other Research Products","","/search/find/other",false,["orp"],["/search/find/other"],{}),
|
||||||
new MenuItem("","Projects","","/search/find/projects/",false,["project"],["/search/find/projects"],{}),
|
new MenuItem("","Projects","","/search/find/projects/",false,["project"],["/search/find/projects"],{}),
|
||||||
new MenuItem("","Content Providers","","/search/find/dataproviders",false,["datasource"],["/search/find/dataproviders"],{}),
|
new MenuItem("","Content Providers","","/search/find/dataproviders",false,["datasource"],["/search/find/dataproviders"],{}),
|
||||||
new MenuItem("","Organizations","","/search/find/organizations/",false,["organization"],["/search/find/organizations"],{})
|
new MenuItem("","Organizations","","/search/find/organizations/",false,["organization"],["/search/find/organizations"],{})
|
||||||
|
@ -89,7 +90,7 @@ bottomMenuItems =[
|
||||||
try{
|
try{
|
||||||
this.isClient = true;
|
this.isClient = true;
|
||||||
if(Session.isPortalAdministrator()){
|
if(Session.isPortalAdministrator()){
|
||||||
this.userMenuItems.push(new MenuItem("","Administration","https://beta.admin.connect.openaire.eu/dashboard?communityId=openaire","",true,[],[],{}))
|
this.userMenuItems.push(new MenuItem("","Manage helptexts","https://beta.admin.connect.openaire.eu/dashboard?communityId=openaire","",true,[],[],{}))
|
||||||
}
|
}
|
||||||
}catch (e) {
|
}catch (e) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
//import {MaterialModule} from '@angular/material';
|
||||||
|
import { NgModule} from '@angular/core';
|
||||||
|
import { CommonModule } from '@angular/common';
|
||||||
|
import { FormsModule } from '@angular/forms';
|
||||||
|
import { SharedModule } from '../../shared/shared.module';
|
||||||
|
import { RouterModule } from '@angular/router';
|
||||||
|
import { OrpModule } from '../../openaireLibrary/landingPages/orp/orp.module';
|
||||||
|
import { OpenaireOrpComponent } from './orp.component';
|
||||||
|
import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard';
|
||||||
|
import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard';
|
||||||
|
import {IsRouteEnabled} from '../../openaireLibrary/error/isRouteEnabled.guard';
|
||||||
|
import {OrpRoutingModule} from './orp-routing.module';
|
||||||
|
@NgModule({
|
||||||
|
imports: [OrpModule, OrpRoutingModule],
|
||||||
|
declarations:[OpenaireOrpComponent],
|
||||||
|
providers:[FreeGuard, PreviousRouteRecorder, IsRouteEnabled],
|
||||||
|
exports:[OpenaireOrpComponent]
|
||||||
|
})
|
||||||
|
export class LibOrpModule { }
|
|
@ -0,0 +1,19 @@
|
||||||
|
import { NgModule } from '@angular/core';
|
||||||
|
import { RouterModule } from '@angular/router';
|
||||||
|
|
||||||
|
import { OpenaireOrpComponent } from './orp.component';
|
||||||
|
import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard';
|
||||||
|
import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard';
|
||||||
|
import {IsRouteEnabled} from '../../openaireLibrary/error/isRouteEnabled.guard'
|
||||||
|
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
imports: [
|
||||||
|
RouterModule.forChild([
|
||||||
|
{ path: '', component: OpenaireOrpComponent, canActivate: [FreeGuard, IsRouteEnabled], data: {
|
||||||
|
redirect: '/error', community : 'openaire'
|
||||||
|
},canDeactivate: [PreviousRouteRecorder] }
|
||||||
|
])
|
||||||
|
]
|
||||||
|
})
|
||||||
|
export class OrpRoutingModule { }
|
|
@ -0,0 +1,17 @@
|
||||||
|
import {Component, ViewChild, ElementRef} from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'openaire-orp',
|
||||||
|
template: `<orp></orp>`,
|
||||||
|
})
|
||||||
|
export class OpenaireOrpComponent{
|
||||||
|
constructor ( ) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
ngOnInit() {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
import { NgModule } from '@angular/core';
|
||||||
|
import { RouterModule } from '@angular/router';
|
||||||
|
|
||||||
|
import{OpenaireAdvancedSearchOrpsComponent} from './advancedSearchOrps.component';
|
||||||
|
import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard';
|
||||||
|
import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard';
|
||||||
|
import {IsRouteEnabled} from '../../openaireLibrary/error/isRouteEnabled.guard'
|
||||||
|
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
imports: [
|
||||||
|
RouterModule.forChild([
|
||||||
|
{ path: '', component: OpenaireAdvancedSearchOrpsComponent, canActivate: [FreeGuard, IsRouteEnabled], data: {
|
||||||
|
redirect: '/error', community : 'openaire'
|
||||||
|
}, canDeactivate: [PreviousRouteRecorder] }
|
||||||
|
|
||||||
|
])
|
||||||
|
]
|
||||||
|
})
|
||||||
|
export class AdvancedSearchOrpsRoutingModule { }
|
|
@ -0,0 +1,16 @@
|
||||||
|
import {Component, Input, ViewChild} from '@angular/core';
|
||||||
|
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'openaire-advanced-search-orps',
|
||||||
|
template: `
|
||||||
|
<advanced-search-orps>
|
||||||
|
</advanced-search-orps>
|
||||||
|
|
||||||
|
`
|
||||||
|
})
|
||||||
|
|
||||||
|
export class OpenaireAdvancedSearchOrpsComponent {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
import { NgModule} from '@angular/core';
|
||||||
|
import { CommonModule } from '@angular/common';
|
||||||
|
import { FormsModule } from '@angular/forms';
|
||||||
|
|
||||||
|
import { AdvancedSearchOrpsRoutingModule} from './advancedSearchOrps-routing.module';
|
||||||
|
import { OpenaireAdvancedSearchOrpsComponent} from './advancedSearchOrps.component';
|
||||||
|
|
||||||
|
|
||||||
|
import {AdvancedSearchOrpsModule } from '../../openaireLibrary/searchPages/advanced/advancedSearchOrps.module';
|
||||||
|
import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard';
|
||||||
|
import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard';
|
||||||
|
import {IsRouteEnabled} from '../../openaireLibrary/error/isRouteEnabled.guard'
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
imports: [
|
||||||
|
CommonModule, FormsModule,
|
||||||
|
AdvancedSearchOrpsModule,
|
||||||
|
AdvancedSearchOrpsRoutingModule
|
||||||
|
|
||||||
|
],
|
||||||
|
declarations: [
|
||||||
|
OpenaireAdvancedSearchOrpsComponent
|
||||||
|
],
|
||||||
|
providers:[FreeGuard, IsRouteEnabled],
|
||||||
|
exports: [
|
||||||
|
OpenaireAdvancedSearchOrpsComponent
|
||||||
|
]
|
||||||
|
})
|
||||||
|
export class LibAdvancedSearchOrpsModule { }
|
|
@ -0,0 +1,23 @@
|
||||||
|
import { NgModule } from '@angular/core';
|
||||||
|
import { RouterModule } from '@angular/router';
|
||||||
|
|
||||||
|
import{OpenaireSearchOrpsComponent} from './searchOrps.component';
|
||||||
|
import { EnvironmentSpecificResolver} from '../../openaireLibrary/utils/properties/environmentSpecificResolver';
|
||||||
|
|
||||||
|
import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard';
|
||||||
|
import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard';
|
||||||
|
import {IsRouteEnabled} from '../../openaireLibrary/error/isRouteEnabled.guard'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
imports: [
|
||||||
|
RouterModule.forChild([
|
||||||
|
{ path: '', component: OpenaireSearchOrpsComponent, canActivate: [FreeGuard, IsRouteEnabled], data: {
|
||||||
|
redirect: '/error', community : 'openaire'
|
||||||
|
}, canDeactivate: [PreviousRouteRecorder] , resolve: { envSpecific: EnvironmentSpecificResolver }},
|
||||||
|
|
||||||
|
])
|
||||||
|
]
|
||||||
|
})
|
||||||
|
export class SearchOrpsRoutingModule { }
|
|
@ -0,0 +1,14 @@
|
||||||
|
import {Component, Input, ViewChild} from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'openaire-search-orps',
|
||||||
|
template: `
|
||||||
|
|
||||||
|
<search-orps>
|
||||||
|
</search-orps>
|
||||||
|
`
|
||||||
|
})
|
||||||
|
|
||||||
|
export class OpenaireSearchOrpsComponent {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,28 @@
|
||||||
|
import { NgModule} from '@angular/core';
|
||||||
|
import { CommonModule } from '@angular/common';
|
||||||
|
import { FormsModule } from '@angular/forms';
|
||||||
|
|
||||||
|
import{ SearchOrpsRoutingModule} from './searchOrps-routing.module';
|
||||||
|
import{OpenaireSearchOrpsComponent} from './searchOrps.component';
|
||||||
|
|
||||||
|
import {SearchOrpsModule} from '../../openaireLibrary/searchPages/simple/searchOrps.module';
|
||||||
|
import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard';
|
||||||
|
import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard';
|
||||||
|
import {IsRouteEnabled} from '../../openaireLibrary/error/isRouteEnabled.guard'
|
||||||
|
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
imports: [
|
||||||
|
CommonModule, FormsModule,
|
||||||
|
SearchOrpsModule , SearchOrpsRoutingModule
|
||||||
|
|
||||||
|
],
|
||||||
|
declarations: [
|
||||||
|
OpenaireSearchOrpsComponent
|
||||||
|
],
|
||||||
|
providers:[FreeGuard,PreviousRouteRecorder, IsRouteEnabled],
|
||||||
|
exports: [
|
||||||
|
OpenaireSearchOrpsComponent
|
||||||
|
]
|
||||||
|
})
|
||||||
|
export class LibSearchOrpsModule { }
|
|
@ -6,10 +6,10 @@
|
||||||
"framesAPIURL" : "https://beta.openaire.eu/stats3/",
|
"framesAPIURL" : "https://beta.openaire.eu/stats3/",
|
||||||
"statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/",
|
"statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/",
|
||||||
"statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
|
"statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
|
||||||
"claimsAPIURL" : "http://duffy.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
"claimsAPIURL" : "http://scoobydoo.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
||||||
"searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/",
|
"searchAPIURLLAst" : "https://services.openaire.eu/search/v2/api/",
|
||||||
"searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources",
|
"searchResourcesAPIURL" : "https://services.openaire.eu/search/v2/api/resources",
|
||||||
"csvAPIURL" : "http://vatopedi.di.uoa.gr:8080/shadowSearch/rest/v2/api/reports",
|
"csvAPIURL" : "https://services.openaire.eu/search/v2/api/reports",
|
||||||
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
||||||
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
"adminToolsCommunity" :"openaire",
|
"adminToolsCommunity" :"openaire",
|
||||||
|
|
||||||
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
"datasourcesAPI": "https://services.openaire.eu/openaire/ds/search/",
|
||||||
"contextsAPI":"https://dev-openaire.d4science.org/openaire/context",
|
"contextsAPI":"https://dev-openaire.d4science.org/openaire/context",
|
||||||
"communityAPI": "https://dev-openaire.d4science.org/openaire/community/",
|
"communityAPI": "https://dev-openaire.d4science.org/openaire/community/",
|
||||||
|
|
||||||
|
@ -60,12 +60,13 @@
|
||||||
"pagingLimit": 20,
|
"pagingLimit": 20,
|
||||||
"resultsPerPage": 10,
|
"resultsPerPage": 10,
|
||||||
|
|
||||||
"baseLink" : "https://beta.explore.openaire.eu",
|
"baseLink" : "https://explore.openaire.eu",
|
||||||
|
|
||||||
"searchLinkToPublication" : "/search/publication?articleId=",
|
"searchLinkToPublication" : "/search/publication?articleId=",
|
||||||
"searchLinkToProject" : "/search/project?projectId=",
|
"searchLinkToProject" : "/search/project?projectId=",
|
||||||
"searchLinkToDataProvider" : "/search/dataprovider?datasourceId=",
|
"searchLinkToDataProvider" : "/search/dataprovider?datasourceId=",
|
||||||
"searchLinkToDataset" : "/search/dataset?datasetId=",
|
"searchLinkToDataset" : "/search/dataset?datasetId=",
|
||||||
|
"searchLinkToOrp" : "/search/other?orpId=",
|
||||||
"searchLinkToOrganization" : "/search/organization?organizationId=",
|
"searchLinkToOrganization" : "/search/organization?organizationId=",
|
||||||
|
|
||||||
"searchLinkToPublications" : "/search/find/publications",
|
"searchLinkToPublications" : "/search/find/publications",
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
"searchLinkToProjects" : "/search/find/projects",
|
"searchLinkToProjects" : "/search/find/projects",
|
||||||
"searchLinkToDatasets" : "/search/find/datasets",
|
"searchLinkToDatasets" : "/search/find/datasets",
|
||||||
"searchLinkToSoftware" : "/search/find/software",
|
"searchLinkToSoftware" : "/search/find/software",
|
||||||
|
"searchLinkToOrps" : "/search/find/other",
|
||||||
"searchLinkToOrganizations" : "/search/find/organizations",
|
"searchLinkToOrganizations" : "/search/find/organizations",
|
||||||
"searchLinkToCompatibleDataProviders" : "/search/content-providers",
|
"searchLinkToCompatibleDataProviders" : "/search/content-providers",
|
||||||
"searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table",
|
"searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table",
|
||||||
|
@ -85,6 +87,7 @@
|
||||||
"searchLinkToAdvancedProjects" : "/search/advanced/projects",
|
"searchLinkToAdvancedProjects" : "/search/advanced/projects",
|
||||||
"searchLinkToAdvancedDatasets" : "/search/advanced/datasets",
|
"searchLinkToAdvancedDatasets" : "/search/advanced/datasets",
|
||||||
"searchLinkToAdvancedSoftware" : "/search/advanced/software",
|
"searchLinkToAdvancedSoftware" : "/search/advanced/software",
|
||||||
|
"searchLinkToAdvancedOrps" : "/search/advanced/other",
|
||||||
"searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
|
"searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
|
||||||
"searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
|
"searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
|
||||||
"searchLinkToAdvancedPeople" : "/search/advanced/people"
|
"searchLinkToAdvancedPeople" : "/search/advanced/people"
|
||||||
|
|
|
@ -1,102 +1,107 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/participate/deposit-publications-data]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/participate/claim]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/participate/claim]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/find]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find/publications]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/find/publications]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find/datasets]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/find/datasets]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find/software]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/find/projects]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find/other]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/find/people]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find/projects]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/find/organizations]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find/organizations]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/find/dataproviders]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find/dataproviders]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/advanced/publications]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/advanced/publications]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/advanced/datasets]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/advanced/datasets]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/advanced/projects]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/advanced/software]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/advanced/people]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/advanced/other]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/advanced/organizations]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/advanced/projects]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/advanced/dataproviders]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/advanced/organizations]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/content-providers]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/advanced/dataproviders]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://beta.explore.openaire.eu/search/entity-registries]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/content-providers]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>![CDATA[https://beta.explore.openaire.eu/participate/deposit-publications]</loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/entity-registries]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>![CDATA[https://beta.explore.openaire.eu/participate/deposit-datasets]</loc>
|
<loc>![CDATA[https://explore.openaire.eu/participate/deposit-publications]</loc>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>![CDATA[https://explore.openaire.eu/participate/deposit-datasets]</loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
Loading…
Reference in New Issue