Merge remote-tracking branch 'origin/develop'
|
@ -1,6 +1,6 @@
|
||||||
# Explore
|
# Explore
|
||||||
|
|
||||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.10 and has been updated to 11.2.14.
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.10 and has been updated to 16.1.7.
|
||||||
|
|
||||||
## Install packages
|
## Install packages
|
||||||
|
|
||||||
|
|
|
@ -274,13 +274,16 @@
|
||||||
"main": "server.ts",
|
"main": "server.ts",
|
||||||
"tsConfig": "src/tsconfig.server.json",
|
"tsConfig": "src/tsconfig.server.json",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"optimization": false
|
"optimization": false,
|
||||||
|
"buildOptimizer": false
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"development": {
|
"development": {
|
||||||
"outputHashing": "media",
|
"outputHashing": "media",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"optimization": true
|
"optimization": true,
|
||||||
|
"vendorChunk": true,
|
||||||
|
"buildOptimizer": true
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"outputHashing": "media",
|
"outputHashing": "media",
|
||||||
|
@ -291,7 +294,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"optimization": true
|
"optimization": true,
|
||||||
|
"buildOptimizer": true
|
||||||
},
|
},
|
||||||
"beta": {
|
"beta": {
|
||||||
"outputHashing": "media",
|
"outputHashing": "media",
|
||||||
|
@ -302,7 +306,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"optimization": true
|
"optimization": true,
|
||||||
|
"buildOptimizer": true
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
"outputHashing": "media",
|
"outputHashing": "media",
|
||||||
|
@ -313,7 +318,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"optimization": true
|
"optimization": true,
|
||||||
|
"buildOptimizer": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": ""
|
"defaultConfiguration": ""
|
||||||
|
|
|
@ -23,42 +23,42 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^14.2.3",
|
"@angular/animations": "^16.1.7",
|
||||||
"@angular/cdk": "^14.2.2",
|
"@angular/cdk": "^16.1.6",
|
||||||
"@angular/common": "^14.2.3",
|
"@angular/common": "^16.1.7",
|
||||||
"@angular/compiler": "^14.2.3",
|
"@angular/compiler": "^16.1.7",
|
||||||
"@angular/core": "^14.2.3",
|
"@angular/core": "^16.1.7",
|
||||||
"@angular/forms": "^14.2.3",
|
"@angular/forms": "^16.1.7",
|
||||||
"@angular/localize": "^14.2.3",
|
"@angular/localize": "^16.1.7",
|
||||||
"@angular/material": "^14.2.2",
|
"@angular/material": "^16.1.6",
|
||||||
"@angular/platform-browser": "^14.2.3",
|
"@angular/platform-browser": "^16.1.7",
|
||||||
"@angular/platform-browser-dynamic": "^14.2.3",
|
"@angular/platform-browser-dynamic": "^16.1.7",
|
||||||
"@angular/platform-server": "^14.2.3",
|
"@angular/platform-server": "^16.1.7",
|
||||||
"@angular/router": "^14.2.3",
|
"@angular/router": "^16.1.7",
|
||||||
"@nguniversal/express-engine": "^14.2.0",
|
"@nguniversal/express-engine": "^16.1.1",
|
||||||
"clipboard": "^1.5.16",
|
"clipboard": "^1.5.16",
|
||||||
"core-js": "^2.5.4",
|
"core-js": "^2.5.4",
|
||||||
"express": "^4.15.2",
|
"express": "^4.15.2",
|
||||||
"jquery": "^3.4.1",
|
"jquery": "^3.4.1",
|
||||||
"ng-recaptcha": "^10.0.0",
|
"ng-recaptcha": "^12.0.2",
|
||||||
"prom-client": "^11.3.0",
|
"prom-client": "^11.3.0",
|
||||||
"rxjs": "^6.5.1",
|
"rxjs": "^6.5.1",
|
||||||
"ts-md5": "^1.2.0",
|
"ts-md5": "^1.2.0",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
"uikit": "3.13.10",
|
"uikit": "3.16.24",
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.13.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^14.2.3",
|
"@angular-devkit/build-angular": "^16.1.6",
|
||||||
"@angular/cli": "^14.2.3",
|
"@angular/cli": "^16.1.6",
|
||||||
"@angular/compiler-cli": "^14.2.3",
|
"@angular/compiler-cli": "^16.1.7",
|
||||||
"@angular/language-service": "^14.2.3",
|
"@angular/language-service": "^16.1.7",
|
||||||
"@nguniversal/builders": "^14.2.0",
|
"@nguniversal/builders": "^16.1.1",
|
||||||
"@types/compression": "^1.7.0",
|
"@types/compression": "^1.7.0",
|
||||||
"@types/express": "^4.17.0",
|
"@types/express": "^4.17.0",
|
||||||
"@types/jasmine": "~3.6.0",
|
"@types/jasmine": "~3.6.0",
|
||||||
"@types/jasminewd2": "~2.0.3",
|
"@types/jasminewd2": "~2.0.3",
|
||||||
"@types/node": "^12.11.1",
|
"@types/node": "^16.18.50",
|
||||||
"codelyzer": "^6.0.0",
|
"codelyzer": "^6.0.0",
|
||||||
"jasmine-core": "~3.8.0",
|
"jasmine-core": "~3.8.0",
|
||||||
"jasmine-spec-reporter": "~5.0.0",
|
"jasmine-spec-reporter": "~5.0.0",
|
||||||
|
@ -69,6 +69,6 @@
|
||||||
"karma-jasmine-html-reporter": "^1.6.0",
|
"karma-jasmine-html-reporter": "^1.6.0",
|
||||||
"protractor": "~7.0.0",
|
"protractor": "~7.0.0",
|
||||||
"ts-node": "~7.0.0",
|
"ts-node": "~7.0.0",
|
||||||
"typescript": "~4.6.4"
|
"typescript": "~4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ import {PageURLResolverComponent} from "./openaireLibrary/utils/pageURLResolver.
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
// Other Pages
|
// Other Pages
|
||||||
{path: '', loadChildren: () => import('./home/home.module').then(m => m.HomeModule)},
|
{path: '', loadChildren: () => import('./home/home.module').then(m => m.HomeModule), data: {hasStickyHeaderOnMobile: true}},
|
||||||
{path: 'home', redirectTo: '', pathMatch: 'full'},
|
{path: 'home', redirectTo: '', pathMatch: 'full'},
|
||||||
{path: 'mail-preferences', loadChildren: () => import('./userEmailPreferences/mailPrefs.module').then(m => m.LibMailPrefsModule)},
|
{path: 'mail-preferences', loadChildren: () => import('./userEmailPreferences/mailPrefs.module').then(m => m.LibMailPrefsModule)},
|
||||||
{path: 'sdgs', loadChildren: () => import('./sdg/sdg.module').then(m => m.LibSdgModule)},
|
{path: 'sdgs', loadChildren: () => import('./sdg/sdg.module').then(m => m.LibSdgModule)},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import {NgModule} from '@angular/core';
|
import {APP_ID, NgModule} from '@angular/core';
|
||||||
import {SharedModule} from './openaireLibrary/shared/shared.module';
|
import {SharedModule} from './openaireLibrary/shared/shared.module';
|
||||||
import {BrowserModule, BrowserTransferStateModule} from '@angular/platform-browser';
|
import {BrowserModule} from '@angular/platform-browser';
|
||||||
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
|
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';
|
import {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';
|
||||||
|
@ -28,9 +28,8 @@ import {AlertModalModule} from './openaireLibrary/utils/modal/alertModal.module'
|
||||||
ErrorModule,
|
ErrorModule,
|
||||||
NavigationBarModule, BottomModule,
|
NavigationBarModule, BottomModule,
|
||||||
CookieLawModule,
|
CookieLawModule,
|
||||||
BrowserModule.withServerTransition({ appId: 'explore' }),
|
BrowserModule,
|
||||||
AppRoutingModule,
|
AppRoutingModule,
|
||||||
BrowserTransferStateModule,
|
|
||||||
BrowserAnimationsModule, PageURLResolverModule,
|
BrowserAnimationsModule, PageURLResolverModule,
|
||||||
Schema2jsonldModule,
|
Schema2jsonldModule,
|
||||||
QuickContactModule,
|
QuickContactModule,
|
||||||
|
@ -39,6 +38,7 @@ import {AlertModalModule} from './openaireLibrary/utils/modal/alertModal.module'
|
||||||
declarations: [AppComponent, OpenaireErrorPageComponent],
|
declarations: [AppComponent, OpenaireErrorPageComponent],
|
||||||
exports: [AppComponent],
|
exports: [AppComponent],
|
||||||
providers: [
|
providers: [
|
||||||
|
{provide: APP_ID, useValue: 'explore'},
|
||||||
{
|
{
|
||||||
provide: HTTP_INTERCEPTORS,
|
provide: HTTP_INTERCEPTORS,
|
||||||
useClass: CacheInterceptorService,
|
useClass: CacheInterceptorService,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import {ServerModule, ServerTransferStateModule} from '@angular/platform-server';
|
import {ServerModule} from '@angular/platform-server';
|
||||||
|
|
||||||
import { AppModule } from './app.module';
|
import { AppModule } from './app.module';
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
|
@ -7,8 +7,7 @@ import { AppComponent } from './app.component';
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
AppModule,
|
AppModule,
|
||||||
ServerModule,
|
ServerModule
|
||||||
ServerTransferStateModule
|
|
||||||
],
|
],
|
||||||
bootstrap: [AppComponent],
|
bootstrap: [AppComponent],
|
||||||
})
|
})
|
||||||
|
|
|
@ -59,7 +59,22 @@ export class FundersComponent implements OnInit {
|
||||||
"monitorDashboard": string,
|
"monitorDashboard": string,
|
||||||
"monitorDashboardStatus": string,
|
"monitorDashboardStatus": string,
|
||||||
"logoUrl": string
|
"logoUrl": string
|
||||||
}>();
|
}>();
|
||||||
|
staticLogos: Set<string> = new Set<string>([
|
||||||
|
"arc_________::ARC||Australian Research Council (ARC)||ARC",
|
||||||
|
"asap________::ASAP||Aligning Science Across Parkinson's||ASAP",
|
||||||
|
"cihr________::CIHR||Canadian Institutes of Health Research||CIHR",
|
||||||
|
"euenvagency_::EEA||European Environment Agency||EEA",
|
||||||
|
"inca________::INCA||Institut National du Cancer||INCa",
|
||||||
|
"nhmrc_______::NHMRC||National Health and Medical Research Council (NHMRC)||NHMRC",
|
||||||
|
"nih_________::NIH||National Institutes of Health||NIH",
|
||||||
|
"nserc_______::NSERC||Natural Sciences and Engineering Research Council of Canada||NSERC",
|
||||||
|
"nsf_________::NSF||National Science Foundation||NSF",
|
||||||
|
"sshrc_______::SSHRC||Social Sciences and Humanities Research Council||SSHRC",
|
||||||
|
"taraexp_____::tara||Tara Expeditions Foundation||TARA",
|
||||||
|
"ukri________::UKRI||UK Research and Innovation||UKRI",
|
||||||
|
"wt__________::WT||Wellcome Trust||WT"
|
||||||
|
]);
|
||||||
|
|
||||||
constructor(private router: Router,
|
constructor(private router: Router,
|
||||||
private meta: Meta,
|
private meta: Meta,
|
||||||
|
@ -188,7 +203,12 @@ export class FundersComponent implements OnInit {
|
||||||
let queriedFunders4 = data[3];
|
let queriedFunders4 = data[3];
|
||||||
queriedFunders4.forEach(queriedFunder => {
|
queriedFunders4.forEach(queriedFunder => {
|
||||||
let id = queriedFunder.index_id + '||' + queriedFunder.index_name + '||' + queriedFunder.index_shortName;
|
let id = queriedFunder.index_id + '||' + queriedFunder.index_name + '||' + queriedFunder.index_shortName;
|
||||||
if(this.fundersMap.has(id)) {
|
if(this.fundersMap.has(id) && (
|
||||||
|
!this.fundersMap.get(id).monitorDashboardStatus
|
||||||
|
||
|
||||||
|
(this.fundersMap.get(id).monitorDashboardStatus == "RESTRICTED" && queriedFunder.visibility == "PUBLIC")
|
||||||
|
||
|
||||||
|
(this.fundersMap.get(id).monitorDashboardStatus == "PRIVATE" && (queriedFunder.visibility == "RESTRICTED" || queriedFunder.visibility == "PUBLIC")))) {
|
||||||
this.fundersMap.get(id).alias = queriedFunder.alias;
|
this.fundersMap.get(id).alias = queriedFunder.alias;
|
||||||
this.fundersMap.get(id).monitorDashboard = queriedFunder.alias;
|
this.fundersMap.get(id).monitorDashboard = queriedFunder.alias;
|
||||||
this.fundersMap.get(id).monitorDashboardStatus = queriedFunder.visibility;
|
this.fundersMap.get(id).monitorDashboardStatus = queriedFunder.visibility;
|
||||||
|
@ -199,6 +219,9 @@ export class FundersComponent implements OnInit {
|
||||||
if(value.openAccessResearchProducts > 0) {
|
if(value.openAccessResearchProducts > 0) {
|
||||||
value.openAccessPercentage = Math.round((value.openAccessResearchProducts / value.researchProducts) * 100);
|
value.openAccessPercentage = Math.round((value.openAccessResearchProducts / value.researchProducts) * 100);
|
||||||
}
|
}
|
||||||
|
if(!value.logoUrl && this.staticLogos.has(value.id)) {
|
||||||
|
value.logoUrl = "assets/explore-assets/funders/logos/"+value.id+".png";
|
||||||
|
}
|
||||||
});
|
});
|
||||||
// convert funders map into an array
|
// convert funders map into an array
|
||||||
this.funders = Array.from(this.fundersMap.values());
|
this.funders = Array.from(this.fundersMap.values());
|
||||||
|
|
|
@ -1,337 +1,315 @@
|
||||||
<ng-template #_logos let-logo="logo" let-class="class">
|
<ng-template #_logos let-logo="logo" let-class="class">
|
||||||
<div *ngIf="logo" [class]="'uk-flex uk-flex-middle uk-flex-center uk-padding-remove-horizontal '+class">
|
<div *ngIf="logo" [class]="'uk-flex uk-flex-middle uk-flex-center uk-padding-remove-horizontal '+class">
|
||||||
<div class="">
|
<div class="">
|
||||||
<img src="assets/ExploreLogos/{{logo}}" alt="{{logo}} logo" loading="lazy" width="112px" height="44px">
|
<img src="assets/ExploreLogos/{{logo}}" alt="{{logo}} logo" loading="lazy" width="112px" height="44px">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="uk-section uk-padding-remove-bottom uk-overflow-hidden">
|
<div class="uk-section uk-padding-remove-bottom uk-overflow-hidden">
|
||||||
<div class="uk-container uk-container-large" uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-slide-bottom-medium; delay: 200">
|
<div class="uk-container uk-container-large"
|
||||||
<div class="uk-grid uk-flex-middle" uk-grid>
|
uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-slide-bottom-medium; delay: 200">
|
||||||
<div class="uk-width-3-5@m uk-margin-large-bottom">
|
<div class="uk-grid uk-flex-middle" uk-grid>
|
||||||
<h1 class="uk-h2 uk-width-1-2@m" uk-scrollspy-class>
|
<div class="uk-width-3-5@m uk-margin-large-bottom">
|
||||||
Discover open linked research<span class="uk-text-primary">.</span>
|
<h1 class="uk-h2 uk-width-1-2@m" uk-scrollspy-class>
|
||||||
</h1>
|
Discover open linked research<span class="uk-text-primary">.</span>
|
||||||
<numbers #numbersComponent [defaultInit]="false" (results)="numbers = $event"></numbers>
|
</h1>
|
||||||
<!-- [class.uk-invisible]="disableSelect" -->
|
<numbers #numbersComponent [defaultInit]="false" (results)="numbers = $event"></numbers>
|
||||||
<div class="uk-margin-medium-top" style="max-width: 600px;" uk-scrollspy-class>
|
<!-- [class.uk-invisible]="disableSelect" -->
|
||||||
<div class="uk-flex uk-flex-right uk-text-small">
|
<div class="uk-margin-medium-top" style="max-width: 600px;" uk-scrollspy-class>
|
||||||
<a [routerLink]="properties.searchLinkToAdvancedResults" class="uk-margin-small-bottom">
|
<div class="uk-flex uk-flex-right uk-text-small">
|
||||||
Advanced search
|
<a [routerLink]="properties.searchLinkToAdvancedResults" class="uk-margin-small-bottom">
|
||||||
</a>
|
Advanced search
|
||||||
</div>
|
</a>
|
||||||
<!-- <advanced-search-input #advanced (searchEmitter)="goTo()">-->
|
</div>
|
||||||
<!-- <entities-selection [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"
|
<!-- <advanced-search-input #advanced (searchEmitter)="goTo()">-->
|
||||||
(selectionChange)="entityChanged($event);advanced.focusNext(input, $event)" (disableSelectEmitter)="disableSelectChange($event)"
|
<!-- <entities-selection [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"
|
||||||
[onChangeNavigate]="false" class="uk-width-2-5"></entities-selection> -->
|
(selectionChange)="entityChanged($event);advanced.focusNext(input, $event)" (disableSelectEmitter)="disableSelectChange($event)"
|
||||||
<!-- <div class="uk-width-expand" input #input placeholder="Search in Explore" [searchable]="true" [hint]="'What are you looking for?'" [(value)]="keyword"></div>-->
|
[onChangeNavigate]="false" class="uk-width-2-5"></entities-selection> -->
|
||||||
<!-- </advanced-search-input>-->
|
<!-- <div class="uk-width-expand" input #input placeholder="Search in Explore" [searchable]="true" [hint]="'What are you looking for?'" [(value)]="keyword"></div>-->
|
||||||
<div search-input [(value)]="keyword" [placeholder]="'Search'+(portalName ? (' in '+portalName) : '')" (searchEmitter)="goTo()"
|
<!-- </advanced-search-input>-->
|
||||||
[searchInputClass]="'inner background'"></div>
|
<div search-input [(value)]="keyword"
|
||||||
|
[placeholder]="'Search'+(portalName ? (' in '+portalName) : '')" (searchEmitter)="goTo()"
|
||||||
|
[searchInputClass]="'inner background'"></div>
|
||||||
|
|
||||||
<!-- <div *ngIf="selectedEntity === 'result' && input.focused" (click)="$event.stopPropagation();advanced.focusNext(input, $event)" class="uk-dropdown uk-display-block uk-margin-small-top uk-width-auto">
|
<!-- <div *ngIf="selectedEntity === 'result' && input.focused" (click)="$event.stopPropagation();advanced.focusNext(input, $event)" class="uk-dropdown uk-display-block uk-margin-small-top uk-width-auto">
|
||||||
<div class="uk-padding-small">
|
<div class="uk-padding-small">
|
||||||
<quick-selections [resultTypes]="resultTypes" [quickFilter]="resultsQuickFilter"></quick-selections>
|
<quick-selections [resultTypes]="resultTypes" [quickFilter]="resultsQuickFilter"></quick-selections>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-padding-small uk-margin-small-top">
|
<div class="uk-padding-small uk-margin-small-top">
|
||||||
<div class="uk-text-meta">
|
<div class="uk-text-meta">
|
||||||
Try browsing by:
|
Try browsing by:
|
||||||
</div>
|
</div>
|
||||||
<div class="link-actions uk-flex uk-flex-column uk-flex-top uk-margin-small-top">
|
<div class="link-actions uk-flex uk-flex-column uk-flex-top uk-margin-small-top">
|
||||||
<a class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text uk-margin-small-bottom"
|
<a class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text uk-margin-small-bottom"
|
||||||
routerLinkActive="router-link-active" routerLink="/sdgs">
|
routerLinkActive="router-link-active" routerLink="/sdgs">
|
||||||
<span class="uk-flex uk-flex-middle">
|
<span class="uk-flex uk-flex-middle">
|
||||||
<img src="assets/common-assets/sdg/sdg-dot-img.svg" alt="SDGs logo" loading="lazy">
|
<img src="assets/common-assets/sdg/sdg-dot-img.svg" alt="SDGs logo" loading="lazy">
|
||||||
<span class="uk-margin-small-left">Sustainable Development Goals (SDG<span class="uk-text-lowercase">s</span>)</span>
|
<span class="uk-margin-small-left">Sustainable Development Goals (SDG<span
|
||||||
|
class="uk-text-lowercase">s</span>)</span>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text"
|
<a class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text"
|
||||||
routerLinkActive="router-link-active" routerLink="/fields-of-science">
|
routerLinkActive="router-link-active" routerLink="/fields-of-science">
|
||||||
<span class="uk-flex uk-flex-middle">
|
<span class="uk-flex uk-flex-middle">
|
||||||
<img src="assets/common-assets/fos/fos-icon.svg" alt="FOS logo" loading="lazy">
|
<img src="assets/common-assets/fos/fos-icon.svg" alt="FOS logo" loading="lazy">
|
||||||
<span class="uk-margin-small-left">Fields of Science (FoS)</span>
|
<span class="uk-margin-small-left">Fields of Science (FoS)</span>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uk-visible@m uk-width-expand" uk-scrollspy-class>
|
||||||
|
<div class="uk-position-relative">
|
||||||
|
<img src="assets/explore-assets/home/explore.jpg" uk-parallax="y: 500">
|
||||||
|
<img class="uk-position-bottom-left" src="assets/explore-assets/home/mask.svg">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-visible@m uk-width-expand" uk-scrollspy-class>
|
|
||||||
<div class="uk-position-relative">
|
|
||||||
<img src="assets/explore-assets/home/explore.jpg" uk-parallax="y: 500">
|
|
||||||
<img class="uk-position-bottom-left" src="assets/explore-assets/home/mask.svg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="uk-section uk-section-large uk-padding-remove-top">
|
||||||
<div class="uk-section uk-section-large uk-padding-remove-top">
|
<div class="uk-container uk-container-large uk-width-2-3">
|
||||||
<div class="uk-container uk-container-large uk-width-2-3">
|
<div uk-slider="autoplay: false; autoplay-interval: 2500" class="">
|
||||||
<div uk-slider="autoplay: false; autoplay-interval: 2500" class="">
|
<div class="uk-position-relative">
|
||||||
<div class="uk-position-relative">
|
<div class="uk-slider-container">
|
||||||
<div class="uk-slider-container">
|
<ul class="uk-slider-items" uk-height-match="target: > li > div > div > .logo1; row: false;">
|
||||||
<ul class="uk-slider-items" uk-height-match="target: > li > div > div > .logo1; row: false;">
|
<ng-container *ngFor="let type of getKeys(logos)">
|
||||||
<ng-container *ngFor="let type of getKeys(logos)">
|
<li *ngFor="let range of createRange(logos[type].length) let j=index"
|
||||||
<li *ngFor="let range of createRange(logos[type].length) let j=index"
|
class="uk-width-1-1 home-logo">
|
||||||
class="uk-width-1-1 home-logo">
|
<h1 class="uk-text-center uk-margin-large-bottom uk-text-primary uk-h4">
|
||||||
<h1 class="uk-text-center uk-margin-large-bottom uk-text-primary uk-h4">
|
|
||||||
<span *ngIf="type=='publication' && numbersComponent.showPublications && numbers?.publicationsSize">
|
<span *ngIf="type=='publication' && numbersComponent.showPublications && numbers?.publicationsSize">
|
||||||
<span
|
<span
|
||||||
class="uk-text-bold">{{numbers.publicationsSize.number|number}}{{numbers.publicationsSize.size}}
|
class="uk-text-bold">{{numbers.publicationsSize.number|number}}{{numbers.publicationsSize.size}}
|
||||||
{{openaireEntities.PUBLICATIONS}}</span><span> deduplicated</span>
|
{{openaireEntities.PUBLICATIONS}}</span><span> deduplicated</span>
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
*ngIf="type=='dataset' && numbersComponent.showDatasets && (numbers?.datasetsLinkedSize || numbers?.datasetsSize)">
|
*ngIf="type=='dataset' && numbersComponent.showDatasets && (numbers?.datasetsLinkedSize || numbers?.datasetsSize)">
|
||||||
<span *ngIf="numbers?.datasetsLinkedSize">
|
<span *ngIf="numbers?.datasetsLinkedSize">
|
||||||
<span
|
<span
|
||||||
class="uk-text-bold">{{numbers.datasetsLinkedSize.number|number}}{{numbers.datasetsLinkedSize.size}}
|
class="uk-text-bold">{{numbers.datasetsLinkedSize.number|number}}{{numbers.datasetsLinkedSize.size}}
|
||||||
datasets</span> interlinked with publications</span>
|
datasets</span> interlinked with publications</span>
|
||||||
<span *ngIf="numbers?.datasetsSize && !numbers?.datasetsLinkedSize"
|
<span *ngIf="numbers?.datasetsSize && !numbers?.datasetsLinkedSize"
|
||||||
class="uk-text-bold">{{numbers.datasetsSize.number|number}}{{numbers.datasetsSize.size}}
|
class="uk-text-bold">{{numbers.datasetsSize.number|number}}{{numbers.datasetsSize.size}}
|
||||||
{{openaireEntities.DATASETS}}</span>
|
{{openaireEntities.DATASETS}}</span>
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
*ngIf="type=='software' && numbersComponent.showSoftware && (numbers?.softwareSize || numbers?.softwareLinkedSize)">
|
*ngIf="type=='software' && numbersComponent.showSoftware && (numbers?.softwareSize || numbers?.softwareLinkedSize)">
|
||||||
<span *ngIf="numbers?.softwareLinkedSize">
|
<span *ngIf="numbers?.softwareLinkedSize">
|
||||||
<span
|
<span
|
||||||
class="uk-text-bol ">{{numbers.softwareLinkedSize.number|number}}{{numbers.softwareLinkedSize.size}}
|
class="uk-text-bol ">{{numbers.softwareLinkedSize.number|number}}{{numbers.softwareLinkedSize.size}}
|
||||||
{{openaireEntities.SOFTWARE}}</span> interlinked with publications</span>
|
{{openaireEntities.SOFTWARE}}</span> interlinked with publications</span>
|
||||||
<span *ngIf="numbers?.softwareSize && !numbers?.softwareLinkedSize"
|
<span *ngIf="numbers?.softwareSize && !numbers?.softwareLinkedSize"
|
||||||
class="uk-text-bold">{{numbers.softwareSize.number|number}}{{numbers.softwareSize.size}}
|
class="uk-text-bold">{{numbers.softwareSize.number|number}}{{numbers.softwareSize.size}}
|
||||||
{{openaireEntities.SOFTWARE}}</span>
|
{{openaireEntities.SOFTWARE}}</span>
|
||||||
</span>
|
</span>
|
||||||
<span *ngIf="type=='persistent'">
|
<span *ngIf="type=='persistent'">
|
||||||
<span>Persistent identifiers and registries</span>
|
<span>Persistent identifiers and registries</span>
|
||||||
</span>
|
</span>
|
||||||
<span *ngIf="type=='funder' && numbersComponent.showProjects && numbers?.fundersSize && numbers?.projectsSize">
|
<span *ngIf="type=='funder' && numbersComponent.showProjects && numbers?.fundersSize && numbers?.projectsSize">
|
||||||
<span
|
<span
|
||||||
class="uk-text-bold">{{numbers.fundersSize.number|number}}{{numbers.fundersSize.size}}
|
class="uk-text-bold">{{numbers.fundersSize.number|number}}{{numbers.fundersSize.size}}
|
||||||
funders</span><span> and</span>
|
funders</span><span> and</span>
|
||||||
<span
|
<span
|
||||||
class="uk-text-bold"> {{numbers.projectsSize.number|number}}{{numbers.projectsSize.size}}
|
class="uk-text-bold"> {{numbers.projectsSize.number|number}}{{numbers.projectsSize.size}}
|
||||||
funded grants</span>
|
funded grants</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
<div
|
<div
|
||||||
class="uk-grid-small uk-child-width-1-6 uk-text-center grid uk-flex uk-flex-center"
|
class="uk-grid-small uk-child-width-1-6 uk-text-center grid uk-flex uk-flex-center"
|
||||||
uk-grid uk-height-match="target: > div > .logo2; row: false;">
|
uk-grid uk-height-match="target: > div > .logo2; row: false;">
|
||||||
<div
|
<div
|
||||||
*ngFor="let logo of logos[type][j].slice(0,ceil(logos[type][j].length/2)); let i=index">
|
*ngFor="let logo of logos[type][j].slice(0,ceil(logos[type][j].length/2)); let i=index">
|
||||||
<ng-container
|
<ng-container
|
||||||
*ngTemplateOutlet="_logos; context: { logo: logo, class: 'logo1 '}"></ng-container>
|
*ngTemplateOutlet="_logos; context: { logo: logo, class: 'logo1 '}"></ng-container>
|
||||||
<ng-container
|
<ng-container
|
||||||
*ngTemplateOutlet="_logos; context: { logo: logos[type][j][ceil(logos[type][j].length/2)+i], class: 'uk-margin-top logo2 '}"></ng-container>
|
*ngTemplateOutlet="_logos; context: { logo: logos[type][j][ceil(logos[type][j].length/2)+i], class: 'uk-margin-top logo2 '}"></ng-container>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="uk-position-center-left-out" uk-slider-item="previous"><span uk-icon="icon: chevron-left; ratio: 2"></span></a>
|
<a class="uk-position-center-left-out" uk-slider-item="previous"><span
|
||||||
<a class="uk-position-center-right-out" uk-slider-item="next"><span uk-icon="icon: chevron-right; ratio: 2"></span></a>
|
uk-icon="icon: chevron-left; ratio: 2"></span></a>
|
||||||
|
<a class="uk-position-center-right-out" uk-slider-item="next"><span
|
||||||
|
uk-icon="icon: chevron-right; ratio: 2"></span></a>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ng-template #scrolling_text let-position_class="position_class">
|
|
||||||
<div #scrolling_element [class]="position_class" uk-parallax="target: #js-sticky-parallax-images-all; start: 15%; end: 100% + 100vh - 200vh; opacity: 0,1 20%,1 99%,0">
|
|
||||||
<h3 class="uk-h2">
|
|
||||||
<span class="uk-text-primary">Deposit</span> your research<span class="uk-text-primary">.</span>
|
|
||||||
</h3>
|
|
||||||
<p class="uk-text-large uk-width-3-4@m">
|
|
||||||
Whether it’s publications, data or software,
|
|
||||||
select an <a href="" target="_blank">OpenAIRE compatible repository</a> and
|
|
||||||
share using community standards. Alternatively
|
|
||||||
use Zenodo, a catch-all repository hosted by CERN.
|
|
||||||
All results will be indexed, discoverable and accessible
|
|
||||||
via EXPLORE.
|
|
||||||
</p>
|
|
||||||
<div class="uk-margin-medium-top">
|
|
||||||
<a class="uk-button uk-button-primary uk-text-uppercase" routerLink="/participate/deposit/learn-how">Start Deposit</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div #scrolling_element [class]="position_class" uk-parallax="target: #js-sticky-parallax-images-all; start: 200vh; end: 100% + 100vh - 300vh; opacity: 0,1 20%" style="padding-top: 4vh;">
|
|
||||||
<h3 class="uk-h2">
|
|
||||||
<span class="uk-text-primary">Link</span> your work<span class="uk-text-primary">.</span>
|
|
||||||
</h3>
|
|
||||||
<p class="uk-text-large uk-width-3-4@m">
|
|
||||||
Connect all your research. If you can't find your research
|
|
||||||
results in OpenAIRE, don't worry! Use our Link service,
|
|
||||||
that reaches out to many external sources via APIs, and
|
|
||||||
claim them to your Grant or ORCID. Use the service to provide
|
|
||||||
meaningful links between publications-datasets-software.
|
|
||||||
</p>
|
|
||||||
<div class="uk-margin-medium-top">
|
|
||||||
<a class="uk-button uk-button-primary uk-text-uppercase" routerLink="/participate/claim">Start Linking</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</ng-template>
|
|
||||||
|
|
||||||
<div class="uk-section uk-section-secondary">
|
|
||||||
<div class="uk-container uk-container-large">
|
|
||||||
<div class="uk-width-1-1">
|
|
||||||
<h2 class="uk-h1 uk-margin-large-top">Share your research<span class="uk-text-primary">.</span></h2>
|
|
||||||
</div>
|
|
||||||
<div id="js-sticky-parallax-images-all" style="min-height: 400vh">
|
|
||||||
<div class="uk-visible@m uk-height-viewport explore-dark-logo-background uk-sticky" uk-sticky="bottom: #js-sticky-parallax-images-all; target-offset: true">
|
|
||||||
<div class="uk-grid" uk-grid style="height: 100vh;">
|
|
||||||
<div class="uk-width-expand uk-first-column uk-position-relative uk-height-1-1">
|
|
||||||
<div class="explore-dark-logo-background">
|
|
||||||
<div uk-parallax="target: #js-sticky-parallax-images-all;">
|
|
||||||
<img class="uk-position-center uk-position-z-index" src="assets/explore-assets/home/tablet.png" alt="ipad" loading="lazy"
|
|
||||||
style="width: 100%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/1.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 100vh; end: 100% + 100vh - 160vh; opacity: 1,1 99%,0; easing:0"
|
|
||||||
style="width: 100%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/2.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 150vh; end: 100% + 100vh - 210vh; opacity: 0,1 20%,1 99%,0; easing:0"
|
|
||||||
style="width: 100%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/3.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 200vh; end: 100% + 100vh - 260vh; opacity: 0,1 20%,1 99%,0; easing:0"
|
|
||||||
style="width: 100%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/4.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 250vh; end: 100% + 100vh - 310vh; opacity: 0,1 20%,1; easing:0"
|
|
||||||
style="width: 100%;">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-inline uk-width-expand uk-height-1-1 uk-margin-large-left">
|
|
||||||
<div>
|
|
||||||
<div uk-parallax="target: #js-sticky-parallax-images-all; y: 55vh, 40vh;">
|
|
||||||
<ng-container *ngTemplateOutlet="scrolling_text; context: {position_class: 'uk-position-center-left'}"></ng-container>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="uk-hidden@m uk-height-viewport explore-dark-logo-background" uk-sticky="bottom: #js-sticky-parallax-images-all">
|
|
||||||
<div class="uk-flex uk-flex-column">
|
|
||||||
<div class="explore-dark-logo-background uk-inline uk-width-1-1" style="height: 40vh;">
|
|
||||||
<img class="uk-position-center uk-position-z-index" src="assets/explore-assets/home/tablet.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all;" style="width: 70%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/1.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 100vh; end: 100% + 100vh - 160vh; opacity: 1,1 99%,0; easing:0"
|
|
||||||
style="width: 70%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/2.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 150vh; end: 100% + 100vh - 210vh; opacity: 0,1 20%,1 99%,0; easing:0"
|
|
||||||
style="width: 70%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/3.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 200vh; end: 100% + 100vh - 260vh; opacity: 0,1 20%,1 99%,0; easing:0"
|
|
||||||
style="width: 70%;">
|
|
||||||
<img class="uk-position-center" src="assets/explore-assets/home/4.png" alt="ipad" loading="lazy"
|
|
||||||
uk-parallax="target: #js-sticky-parallax-images-all; start: 250vh; end: 100% + 100vh - 310vh; opacity: 0,1 20%,1; easing:0"
|
|
||||||
style="width: 70%;">
|
|
||||||
</div>
|
|
||||||
<div class="uk-inline uk-width-expand">
|
|
||||||
<ng-container *ngTemplateOutlet="scrolling_text; context: {position_class: 'uk-position-top-center'}"></ng-container>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="uk-section uk-section-secondary explore-dark-logo-background">
|
||||||
|
<div class="uk-container uk-container-large uk-margin-large-bottom">
|
||||||
|
<div class="uk-width-1-1 uk-margin-medium-bottom">
|
||||||
|
<h2 class="uk-h1 uk-margin-large-top">Share your research<span class="uk-text-primary">.</span></h2>
|
||||||
|
</div>
|
||||||
|
<slider-container [total]="2" [period]="8000" [infinite]="true" [navigation]="'progress'">
|
||||||
|
<slider-column type="slider">
|
||||||
|
<slider-item type="static">
|
||||||
|
<img class="uk-position-center uk-position-z-index" src="assets/explore-assets/home/tablet.png"
|
||||||
|
alt="ipad" loading="lazy">
|
||||||
|
</slider-item>
|
||||||
|
<slider-item type="slide" [start]="0">
|
||||||
|
<img src="assets/explore-assets/home/1.png" alt="ipad" loading="lazy">
|
||||||
|
</slider-item>
|
||||||
|
<slider-item type="slide" [start]="0.5">
|
||||||
|
<img src="assets/explore-assets/home/2.png" alt="ipad" loading="lazy">
|
||||||
|
</slider-item>
|
||||||
|
<slider-item type="slide" [start]="1">
|
||||||
|
<img src="assets/explore-assets/home/3.png" alt="ipad" loading="lazy">
|
||||||
|
</slider-item>
|
||||||
|
<slider-item type="slide" [start]="1.5">
|
||||||
|
<img src="assets/explore-assets/home/4.png" alt="ipad" loading="lazy">
|
||||||
|
</slider-item>
|
||||||
|
</slider-column>
|
||||||
|
<slider-column type="nav" class="slider-nav">
|
||||||
|
<slider-nav-item [start]="0">
|
||||||
|
<h6>
|
||||||
|
<i class="uk-text-primary">Deposit</i> your research<span class="uk-text-primary">.</span>
|
||||||
|
</h6>
|
||||||
|
<div class="uk-margin-bottom">
|
||||||
|
Whether it’s publications, data or software,
|
||||||
|
select an OpenAIRE compatible repository and
|
||||||
|
share using community standards. Alternatively
|
||||||
|
use Zenodo, a catch-all repository hosted by CERN.
|
||||||
|
All results will be indexed, discoverable and accessible
|
||||||
|
via EXPLORE.
|
||||||
|
</div>
|
||||||
|
<div class="uk-margin-top">
|
||||||
|
<a class="uk-button uk-button-text uk-text-primary" routerLink="/participate/deposit/learn-how">Start
|
||||||
|
Deposit</a>
|
||||||
|
</div>
|
||||||
|
</slider-nav-item>
|
||||||
|
<slider-nav-item [start]="1">
|
||||||
|
<h6>
|
||||||
|
<i class="uk-text-primary">Link</i> your work<span class="uk-text-primary">.</span>
|
||||||
|
</h6>
|
||||||
|
<div class="uk-margin-bottom">
|
||||||
|
Connect all your research. If you can't find your research
|
||||||
|
results in OpenAIRE, don't worry! Use our Link service,
|
||||||
|
that reaches out to many external sources via APIs, and
|
||||||
|
claim them to your Grant or ORCID. Use the service to provide
|
||||||
|
meaningful links between publications-datasets-software.
|
||||||
|
</div>
|
||||||
|
<div class="uk-margin-top">
|
||||||
|
<a class="uk-button uk-button-text uk-text-primary" routerLink="/participate/claim">Start Linking</a>
|
||||||
|
</div>
|
||||||
|
</slider-nav-item>
|
||||||
|
</slider-column>
|
||||||
|
</slider-container>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Not yet! -->
|
<!-- Not yet! -->
|
||||||
<!-- <div class="uk-section">
|
<!-- <div class="uk-section">
|
||||||
<div class="uk-container uk-container-large">
|
<div class="uk-container uk-container-large">
|
||||||
<h2 class="uk-h1 uk-text-center">
|
<h2 class="uk-h1 uk-text-center">
|
||||||
New sources in OpenAIRE<span class="uk-text-primary">.</span>
|
New sources in OpenAIRE<span class="uk-text-primary">.</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="cards-on-slider">
|
<div class="cards-on-slider">
|
||||||
TODO: Repositories content
|
TODO: Repositories content
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
|
||||||
<div class="uk-background-muted">
|
<div class="uk-background-muted">
|
||||||
<div class="uk-position-relative">
|
<div class="uk-position-relative">
|
||||||
<div class="uk-section uk-section-large">
|
<div class="uk-section uk-section-large">
|
||||||
<div class="uk-container">
|
<div class="uk-container">
|
||||||
<div class="uk-grid uk-child-width-1-2@m" uk-grid>
|
<div class="uk-grid uk-child-width-1-2@m" uk-grid>
|
||||||
<div>
|
<div>
|
||||||
<div style="max-width: 550px;">
|
<div style="max-width: 550px;">
|
||||||
<h2>Linked Open Research.</h2>
|
<h2>Linked Open Research.</h2>
|
||||||
<div class="">
|
<div class="">
|
||||||
EXPLORE is built on the <a href="https://graph.openaire.eu/" target="_blank" class="graph">OpenAIRE Graph</a>, one of the largest
|
EXPLORE is built on the <a href="https://graph.openaire.eu/" target="_blank"
|
||||||
open scholarly record collections worldwide. Conceived as a public and
|
class="graph">OpenAIRE Graph</a>, one of the largest
|
||||||
transparent good, populated out of data sources trusted by scientists, the
|
open scholarly record collections worldwide. Conceived as a public and
|
||||||
OpenAIRE Graph brings discovery, monitoring, and assessment of science
|
transparent good, populated out of data sources trusted by scientists, the
|
||||||
back in the hands of the scientific community.
|
OpenAIRE Graph brings discovery, monitoring, and assessment of science
|
||||||
</div>
|
back in the hands of the scientific community.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
</div>
|
||||||
<img class="uk-visible@m uk-height-1-1 uk-position-top-right" src="assets/common-assets/common/graph-nodes.svg" alt="ipad" loading="lazy">
|
<div></div>
|
||||||
</div>
|
<img class="uk-visible@m uk-height-1-1 uk-position-top-right"
|
||||||
</div>
|
src="assets/common-assets/common/graph-nodes.svg" alt="ipad" loading="lazy">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-section uk-padding-remove-top">
|
</div>
|
||||||
<div class="uk-container">
|
</div>
|
||||||
<div class="uk-width-1-2@m uk-margin-auto uk-margin-small-top uk-text-center" style="max-width: 600px;">
|
<div class="uk-section uk-padding-remove-top">
|
||||||
<div>
|
<div class="uk-container">
|
||||||
Within a constantly emerging scholarly communication environment, the OpenAIRE Graph is a moving target, continuously integrating new sources, new types or research objects, and embedding access measures. We therefore welcome the community to work with us to improve all its aspects: its <span class="uk-text-bold">coverage</span> (geographic and thematic), <span class="uk-text-bold">quality</span> (disambiguation and semantics) and <span class="uk-text-bold">access</span> (APIs).
|
<div class="uk-width-1-2@m uk-margin-auto uk-margin-small-top uk-text-center" style="max-width: 600px;">
|
||||||
</div>
|
<div>
|
||||||
<div class="uk-margin-top">
|
Within a constantly emerging scholarly communication environment, the OpenAIRE Graph is a moving
|
||||||
Find information about the OpenAIRE Graph, how to test it and contribute to improving it.
|
target, continuously integrating new sources, new types or research objects, and embedding
|
||||||
</div>
|
access measures. We therefore welcome the community to work with us to improve all its aspects:
|
||||||
<div class="uk-margin-top">
|
its <span class="uk-text-bold">coverage</span> (geographic and thematic), <span
|
||||||
<a href="https://www.openaire.eu/blogs/the-openaire-research-graph" target="_blank" class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text">
|
class="uk-text-bold">quality</span> (disambiguation and semantics) and <span
|
||||||
Learn more. Contribute
|
class="uk-text-bold">access</span> (APIs).
|
||||||
</a>
|
</div>
|
||||||
</div>
|
<div class="uk-margin-top">
|
||||||
</div>
|
Find information about the OpenAIRE Graph, how to test it and contribute to improving it.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="uk-margin-top">
|
||||||
</div>
|
<a href="https://www.openaire.eu/blogs/the-openaire-research-graph" target="_blank"
|
||||||
|
class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text">
|
||||||
|
Learn more. Contribute
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="uk-section uk-section-large">
|
<div class="uk-section uk-section-large">
|
||||||
<div class="uk-container uk-container-large">
|
<div class="uk-container uk-container-large">
|
||||||
<h2 class="uk-h5 uk-margin-remove uk-text-primary">
|
<h2 class="uk-h5 uk-margin-remove uk-text-primary">
|
||||||
Did you know that
|
Did you know that
|
||||||
</h2>
|
</h2>
|
||||||
<h2 class="uk-heading-large uk-margin-large-bottom uk-margin-remove-top">
|
<h2 class="uk-heading-large uk-margin-large-bottom uk-margin-remove-top">
|
||||||
you may
|
you may
|
||||||
</h2>
|
</h2>
|
||||||
<div class="uk-container">
|
<div class="uk-container">
|
||||||
<div class="uk-grid uk-child-width-1-2@l uk-child-width-1-1 uk-grid-large" uk-grid uk-height-match=".link-title">
|
<div class="uk-grid uk-child-width-1-2@l uk-child-width-1-1 uk-grid-large" uk-grid
|
||||||
<div>
|
uk-height-match=".link-title">
|
||||||
<div class="uk-padding-small uk-padding-remove-horizontal custom-link">
|
<div>
|
||||||
<a href="https://provide.openaire.eu/home" target="_blank" class="uk-button uk-button-text uk-text-left uk-text-large">
|
<div class="uk-padding-small uk-padding-remove-horizontal custom-link">
|
||||||
<span class="link-title">have your repository, Journal or CRIS system indexed in EXPLORE and take advantage of services for enriching metadata and counting usage?</span>
|
<a href="https://provide.openaire.eu/home" target="_blank"
|
||||||
</a>
|
class="uk-button uk-button-text uk-text-left uk-text-large">
|
||||||
</div>
|
<span class="link-title">have your repository, Journal or CRIS system indexed in EXPLORE and take advantage of services for enriching metadata and counting usage?</span>
|
||||||
</div>
|
</a>
|
||||||
<div>
|
</div>
|
||||||
<div class="uk-padding-small uk-padding-remove-horizontal custom-link">
|
</div>
|
||||||
<a href="https://canada.explore.openaire.eu/" target="_blank" class="uk-button uk-button-text uk-text-left uk-text-large">
|
<div>
|
||||||
<span class="link-title">use EXPLORE as an application platform as a service (aPaaS) and set up a national portal for Open Science, such as Canada.EXPLORE?</span>
|
<div class="uk-padding-small uk-padding-remove-horizontal custom-link">
|
||||||
</a>
|
<a href="https://canada.explore.openaire.eu/" target="_blank"
|
||||||
</div>
|
class="uk-button uk-button-text uk-text-left uk-text-large">
|
||||||
</div>
|
<span class="link-title">use EXPLORE as an application platform as a service (aPaaS) and set up a national portal for Open Science, such as Canada.EXPLORE?</span>
|
||||||
</div>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div #contact class="uk-section">
|
<div #contact class="uk-section">
|
||||||
<div class="uk-container uk-container-large uk-margin-large-bottom uk-text-center">
|
<div class="uk-container uk-container-large uk-margin-large-bottom uk-text-center">
|
||||||
<h3 class="uk-h2 uk-margin-remove">
|
<h3 class="uk-h2 uk-margin-remove">
|
||||||
Need more information?
|
Need more information?
|
||||||
</h3>
|
</h3>
|
||||||
<h4 class="uk-h4 uk-margin-small-top uk-margin-medium-bottom">
|
<h4 class="uk-h4 uk-margin-small-top uk-margin-medium-bottom">
|
||||||
Get in touch and let us help you<span class="uk-text-primary">.</span>
|
Get in touch and let us help you<span class="uk-text-primary">.</span>
|
||||||
</h4>
|
</h4>
|
||||||
<a class="uk-button uk-button-primary uk-text-uppercase uk-margin-top uk-margin-medium-bottom"
|
<a class="uk-button uk-button-primary uk-text-uppercase uk-margin-top uk-margin-medium-bottom"
|
||||||
routerLink="/contact-us">Contact us</a>
|
routerLink="/contact-us">Contact us</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -38,14 +38,21 @@
|
||||||
color: @global-secondary-background;
|
color: @global-secondary-background;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: @breakpoint-medium) {
|
.slider-image {
|
||||||
|
min-width: 550px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: @breakpoint-large) {
|
||||||
.explore-dark-logo-background {
|
.explore-dark-logo-background {
|
||||||
background-image: url("~src/assets/explore-assets/home/explore-dark-logo.svg");
|
background-image: url("~src/assets/explore-assets/home/explore-dark-logo.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left 95%;
|
background-position: -5% 102%;
|
||||||
background-size: 65%;
|
background-size: 35%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-nav {
|
||||||
|
max-width: 650px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,7 @@ import {NumbersModule} from "../openaireLibrary/sharedComponents/numbers/numbers
|
||||||
import {AdvancedSearchInputModule} from "../openaireLibrary/sharedComponents/advanced-search-input/advanced-search-input.module";
|
import {AdvancedSearchInputModule} from "../openaireLibrary/sharedComponents/advanced-search-input/advanced-search-input.module";
|
||||||
import {InputModule} from "../openaireLibrary/sharedComponents/input/input.module";
|
import {InputModule} from "../openaireLibrary/sharedComponents/input/input.module";
|
||||||
import {SearchInputModule} from "../openaireLibrary/sharedComponents/search-input/search-input.module";
|
import {SearchInputModule} from "../openaireLibrary/sharedComponents/search-input/search-input.module";
|
||||||
|
import {SliderUtilsModule} from "../openaireLibrary/sharedComponents/slider-utils/slider-utils.module";
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
@ -38,7 +39,7 @@ import {SearchInputModule} from "../openaireLibrary/sharedComponents/search-inpu
|
||||||
PiwikServiceModule,
|
PiwikServiceModule,
|
||||||
HomeRoutingModule,
|
HomeRoutingModule,
|
||||||
HelperModule,
|
HelperModule,
|
||||||
SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule, NumbersModule, AdvancedSearchInputModule, InputModule, SearchInputModule
|
SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule, NumbersModule, AdvancedSearchInputModule, InputModule, SearchInputModule, SliderUtilsModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
HomeComponent
|
HomeComponent
|
||||||
|
|
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 165 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 21 KiB |
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
/* Button */
|
/* Button */
|
||||||
@button-primary-background: @explore-color;
|
@button-primary-background: @explore-color;
|
||||||
@inverse-button-primary-background: @explore-color;
|
|
||||||
@button-secondary-border: @explore-color;
|
@button-secondary-border: @explore-color;
|
||||||
@button-secondary-color: @explore-color;
|
@button-secondary-color: @explore-color;
|
||||||
@button-secondary-hover-background: @global-secondary-background;
|
@button-secondary-hover-background: @global-secondary-background;
|
||||||
|
|
|
@ -1,136 +1,20 @@
|
||||||
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
||||||
import {common} from "../app/openaireLibrary/utils/properties/environments/environment.all";
|
import {common, commonBeta} from "../app/openaireLibrary/utils/properties/environments/environment";
|
||||||
import {commonBeta} from "../app/openaireLibrary/utils/properties/environments/environment.beta";
|
|
||||||
|
|
||||||
let props: EnvProperties = {
|
let props: EnvProperties = {
|
||||||
environment: "beta",
|
|
||||||
adminToolsPortalType: "explore",
|
|
||||||
dashboard: "explore",
|
|
||||||
enablePiwikTrack: true,
|
enablePiwikTrack: true,
|
||||||
|
piwikSiteId: "6",
|
||||||
useCache: false,
|
useCache: false,
|
||||||
useLongCache: true,
|
useLongCache: true,
|
||||||
showAddThis: true,
|
showAddThis: true,
|
||||||
framesAPIURL: "https://beta.openaire.eu/stats3/",
|
domain: "https://beta.explore.openaire.eu",
|
||||||
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
|
adminToolsPortalType: "explore",
|
||||||
statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
|
dashboard: "explore",
|
||||||
statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
|
|
||||||
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
|
||||||
useNewStatistisTool: true,
|
|
||||||
claimsAPIURL: "https://beta.services.openaire.eu/claims/rest/claimsService/",
|
|
||||||
searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",
|
|
||||||
searchResourcesAPIURL: "https://beta.services.openaire.eu/search/v2/api/resources",
|
|
||||||
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
|
|
||||||
csvAPIURL: "https://beta.services.openaire.eu/search/v2/api/reports",
|
|
||||||
searchCrossrefAPIURL: "https://api.crossref.org/works",
|
|
||||||
searchDataciteAPIURL: "https://api.datacite.org/works",
|
|
||||||
searchOrcidURL: "https://pub.orcid.org/v2.1/",
|
|
||||||
orcidURL: "https://orcid.org/",
|
|
||||||
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
|
||||||
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
|
||||||
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
|
||||||
doiURL: "https://doi.org/",
|
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
|
||||||
handleURL: "http://hdl.handle.net/",
|
|
||||||
cordisURL: "http://cordis.europa.eu/projects/",
|
|
||||||
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
|
||||||
r3DataURL: "http://service.re3data.org/repository/",
|
|
||||||
// swhURL: "https://archive.softwareheritage.org/",
|
|
||||||
fairSharingURL: "https://fairsharing.org/",
|
|
||||||
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
|
||||||
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
|
||||||
sherpaURLSuffix: "/",
|
|
||||||
zenodo: "https://zenodo.org/",
|
|
||||||
openAccess: "https://www.openaire.eu/support/faq#article-id-234",
|
|
||||||
openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
|
|
||||||
fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
|
|
||||||
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",
|
|
||||||
helpdesk: "https://www.openaire.eu/support/helpdesk",
|
|
||||||
helpdeskEmail: "helpdesk@openaire.eu",
|
|
||||||
utilsService: "https://demo.openaire.eu/utils-service",
|
|
||||||
|
|
||||||
vocabulariesAPI: "https://beta.services.openaire.eu/provision/mvc/vocabularies/",
|
|
||||||
|
|
||||||
piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
|
|
||||||
piwikSiteId: "6",
|
|
||||||
loginUrl: "https://beta.services.openaire.eu/login-service/openid_connect_login",
|
|
||||||
userInfoUrl: "https://beta.services.openaire.eu/login-service/userInfo",
|
|
||||||
logoutUrl: "https://beta.services.openaire.eu/login-service/openid_logout",
|
|
||||||
cookieDomain: ".openaire.eu",
|
|
||||||
feedbackmail: "feedback@openaire.eu",
|
|
||||||
|
|
||||||
cacheUrl: "https://demo.openaire.eu/cache/get?url=",
|
|
||||||
|
|
||||||
datasourcesAPI: "https://beta.services.openaire.eu/openaire/ds/api/",
|
|
||||||
|
|
||||||
monitorServiceAPIURL: "https://beta.services.openaire.eu/uoa-monitor-service",
|
|
||||||
adminToolsAPIURL: "https://beta.services.openaire.eu/uoa-admin-tools/",
|
|
||||||
|
|
||||||
adminToolsCommunity: "openaire",
|
adminToolsCommunity: "openaire",
|
||||||
contextsAPI: "https://beta.services.openaire.eu/openaire/context",
|
baseLink : ""
|
||||||
communityAPI: "https://beta.services.openaire.eu/openaire/community/",
|
|
||||||
|
|
||||||
csvLimit: 2000,
|
|
||||||
pagingLimit: 20,
|
|
||||||
resultsPerPage: 10,
|
|
||||||
|
|
||||||
"baseLink" : "",
|
|
||||||
"domain":"https://beta.explore.openaire.eu",
|
|
||||||
|
|
||||||
searchLinkToResult: "/search/result?id=",
|
|
||||||
searchLinkToPublication: "/search/publication?articleId=",
|
|
||||||
searchLinkToProject: "/search/project?projectId=",
|
|
||||||
searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
|
|
||||||
searchLinkToDataset: "/search/dataset?datasetId=",
|
|
||||||
searchLinkToSoftwareLanding: "/search/software?softwareId=",
|
|
||||||
searchLinkToOrp: "/search/other?orpId=",
|
|
||||||
searchLinkToOrganization: "/search/organization?organizationId=",
|
|
||||||
|
|
||||||
searchLinkToAll: "/search/find/",
|
|
||||||
searchLinkToPublications: "/search/find/publications",
|
|
||||||
searchLinkToDataProviders: "/search/find/dataproviders",
|
|
||||||
searchLinkToProjects: "/search/find/projects",
|
|
||||||
searchLinkToDatasets: "/search/find/datasets",
|
|
||||||
searchLinkToSoftware: "/search/find/software",
|
|
||||||
searchLinkToOrps: "/search/find/other",
|
|
||||||
searchLinkToOrganizations: "/search/find/organizations",
|
|
||||||
searchLinkToCompatibleDataProviders: "/search/content-providers",
|
|
||||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
|
||||||
searchLinkToJournals: "/search/journals",
|
|
||||||
searchLinkToResults: "/search/find/research-outcomes",
|
|
||||||
|
|
||||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
|
||||||
searchLinkToAdvancedProjects: "/search/advanced/projects",
|
|
||||||
searchLinkToAdvancedDatasets: "/search/advanced/datasets",
|
|
||||||
searchLinkToAdvancedSoftware: "/search/advanced/software",
|
|
||||||
searchLinkToAdvancedOrps: "/search/advanced/other",
|
|
||||||
searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
|
|
||||||
searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
|
|
||||||
searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
|
|
||||||
errorLink: '/error',
|
|
||||||
|
|
||||||
lastIndexInformationLink: "https://beta.openaire.eu/aggregation-and-content-provision-workflows",
|
|
||||||
showLastIndexInformationLink: true,
|
|
||||||
widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
|
|
||||||
claimsInformationLink: "https://beta.openaire.eu/linking",
|
|
||||||
lastIndexUpdate: "2020-05-11",
|
|
||||||
indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/",
|
|
||||||
|
|
||||||
depositLearnHowPage: "/participate/deposit/learn-how",
|
|
||||||
depositSearchPage: "/participate/deposit/search",
|
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
|
||||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
|
||||||
admins: ['feedback@openaire.eu'],
|
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
|
||||||
adminPortalURL: "https://beta.admin.connect.openaire.eu",
|
|
||||||
|
|
||||||
myOrcidLinksPage: "/my-orcid-links",
|
|
||||||
footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452",
|
|
||||||
|
|
||||||
egiNotebookLink: "https://marketplace.eosc-portal.eu/services/egi-notebooks?q=EGI+Notebook"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export let properties: EnvProperties = {
|
export let properties: EnvProperties = {
|
||||||
...props, ...common, ...commonBeta
|
...common, ...commonBeta,...props
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,139 +1,19 @@
|
||||||
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
||||||
import {common} from "../app/openaireLibrary/utils/properties/environments/environment.all";
|
import {common, commonProd} from "../app/openaireLibrary/utils/properties/environments/environment";
|
||||||
import {commonProd} from "../app/openaireLibrary/utils/properties/environments/environment.prod";
|
|
||||||
|
|
||||||
let props: EnvProperties = {
|
let props: EnvProperties = {
|
||||||
environment: "production",
|
enablePiwikTrack: true,
|
||||||
|
piwikSiteId: "109",
|
||||||
|
useCache: false,
|
||||||
|
useLongCache: true,
|
||||||
|
showAddThis: true,
|
||||||
|
domain: "https://explore.openaire.eu",
|
||||||
adminToolsPortalType: "explore",
|
adminToolsPortalType: "explore",
|
||||||
dashboard: "explore",
|
dashboard: "explore",
|
||||||
enablePiwikTrack: true,
|
|
||||||
useCache: false,
|
|
||||||
useLongCache: true,
|
|
||||||
showAddThis: true,
|
|
||||||
framesAPIURL: "https://www.openaire.eu/stats3/",
|
|
||||||
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
|
|
||||||
statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
|
|
||||||
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/",
|
|
||||||
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
|
||||||
useNewStatistisTool: true,
|
|
||||||
claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
|
|
||||||
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
|
|
||||||
searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
|
|
||||||
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
|
|
||||||
csvAPIURL: "https://services.openaire.eu/search/v2/api/reports",
|
|
||||||
searchCrossrefAPIURL: "https://api.crossref.org/works",
|
|
||||||
searchDataciteAPIURL: "https://api.datacite.org/works",
|
|
||||||
searchOrcidURL: "https://pub.orcid.org/v2.1/",
|
|
||||||
orcidURL: "https://orcid.org/",
|
|
||||||
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
|
||||||
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
|
||||||
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
|
||||||
doiURL: "https://doi.org/",
|
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
|
||||||
handleURL: "http://hdl.handle.net/",
|
|
||||||
cordisURL: "http://cordis.europa.eu/projects/",
|
|
||||||
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
|
||||||
r3DataURL: "http://service.re3data.org/repository/",
|
|
||||||
// swhURL: "https://archive.softwareheritage.org/",
|
|
||||||
fairSharingURL: "https://fairsharing.org/",
|
|
||||||
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
|
||||||
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
|
||||||
sherpaURLSuffix: "/",
|
|
||||||
zenodo: "https://zenodo.org/",
|
|
||||||
openAccess: "https://www.openaire.eu/support/faq#article-id-234",
|
|
||||||
openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
|
|
||||||
fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
|
|
||||||
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",
|
|
||||||
helpdesk: "https://www.openaire.eu/support/helpdesk",
|
|
||||||
helpdeskEmail: "helpdesk@openaire.eu",
|
|
||||||
utilsService: "https://explore.openaire.eu/utils-service",
|
|
||||||
|
|
||||||
vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/",
|
|
||||||
|
|
||||||
piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
|
|
||||||
piwikSiteId: "109",
|
|
||||||
loginUrl: " https://services.openaire.eu/login-service/openid_connect_login",
|
|
||||||
|
|
||||||
userInfoUrl: " https://services.openaire.eu/login-service/userInfo",
|
|
||||||
|
|
||||||
logoutUrl: "https://services.openaire.eu/login-service/openid_logout",
|
|
||||||
|
|
||||||
cookieDomain: ".openaire.eu",
|
|
||||||
|
|
||||||
feedbackmail: "feedback@openaire.eu",
|
|
||||||
|
|
||||||
cacheUrl: "https://explore.openaire.eu/cache/get?url=",
|
|
||||||
|
|
||||||
datasourcesAPI: "https://services.openaire.eu/openaire/ds/api/",
|
|
||||||
|
|
||||||
monitorServiceAPIURL: "https://services.openaire.eu/uoa-monitor-service",
|
|
||||||
adminToolsAPIURL: "https://services.openaire.eu/uoa-admin-tools/",
|
|
||||||
|
|
||||||
adminToolsCommunity: "openaire",
|
adminToolsCommunity: "openaire",
|
||||||
contextsAPI: "https://services.openaire.eu/openaire/context",
|
baseLink : ""
|
||||||
|
|
||||||
communityAPI: "https://services.openaire.eu/openaire/community/",
|
|
||||||
|
|
||||||
csvLimit: 2000,
|
|
||||||
pagingLimit: 20,
|
|
||||||
resultsPerPage: 10,
|
|
||||||
|
|
||||||
"baseLink" : "",
|
|
||||||
"domain": "https://explore.openaire.eu",
|
|
||||||
|
|
||||||
searchLinkToResult: "/search/result?id=",
|
|
||||||
searchLinkToPublication: "/search/publication?articleId=",
|
|
||||||
searchLinkToProject: "/search/project?projectId=",
|
|
||||||
searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
|
|
||||||
searchLinkToDataset: "/search/dataset?datasetId=",
|
|
||||||
searchLinkToSoftwareLanding: "/search/software?softwareId=",
|
|
||||||
searchLinkToOrp: "/search/other?orpId=",
|
|
||||||
searchLinkToOrganization: "/search/organization?organizationId=",
|
|
||||||
|
|
||||||
searchLinkToAll: "/search/find/",
|
|
||||||
searchLinkToPublications: "/search/find/publications",
|
|
||||||
searchLinkToDataProviders: "/search/find/dataproviders",
|
|
||||||
searchLinkToProjects: "/search/find/projects",
|
|
||||||
searchLinkToDatasets: "/search/find/datasets",
|
|
||||||
searchLinkToSoftware: "/search/find/software",
|
|
||||||
searchLinkToOrps: "/search/find/other",
|
|
||||||
searchLinkToOrganizations: "/search/find/organizations",
|
|
||||||
searchLinkToCompatibleDataProviders: "/search/content-providers",
|
|
||||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
|
||||||
searchLinkToJournals: "/search/journals",
|
|
||||||
searchLinkToResults: "/search/find/research-outcomes",
|
|
||||||
|
|
||||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
|
||||||
searchLinkToAdvancedProjects: "/search/advanced/projects",
|
|
||||||
searchLinkToAdvancedDatasets: "/search/advanced/datasets",
|
|
||||||
searchLinkToAdvancedSoftware: "/search/advanced/software",
|
|
||||||
searchLinkToAdvancedOrps: "/search/advanced/other",
|
|
||||||
searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
|
|
||||||
searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
|
|
||||||
searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
|
|
||||||
errorLink: '/error',
|
|
||||||
|
|
||||||
lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
|
|
||||||
showLastIndexInformationLink: true,
|
|
||||||
widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
|
|
||||||
claimsInformationLink: "https://www.openaire.eu/linking",
|
|
||||||
lastIndexUpdate: "2020-06-15",
|
|
||||||
indexInfoAPI: "https://services.openaire.eu/openaire/info/",
|
|
||||||
|
|
||||||
depositLearnHowPage: "/participate/deposit/learn-how",
|
|
||||||
depositSearchPage: "/participate/deposit/search",
|
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
|
||||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
|
||||||
admins: ['feedback@openaire.eu'],
|
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
|
||||||
adminPortalURL: "https://admin.explore.openaire.eu",
|
|
||||||
|
|
||||||
myOrcidLinksPage: "/my-orcid-links",
|
|
||||||
footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export let properties: EnvProperties = {
|
export let properties: EnvProperties = {
|
||||||
...props, ...common, ...commonProd
|
...common, ...commonProd, ...props
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,137 +1,24 @@
|
||||||
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
||||||
import {common} from "../app/openaireLibrary/utils/properties/environments/environment.all";
|
import {common, commonTest} from "../app/openaireLibrary/utils/properties/environments/environment";
|
||||||
import {commonTest} from "../app/openaireLibrary/utils/properties/environments/environment.test";
|
|
||||||
|
|
||||||
let props: EnvProperties = {
|
let props: EnvProperties = {
|
||||||
// export let properties: EnvProperties = {
|
|
||||||
environment: "test",
|
|
||||||
dashboard: "explore",
|
|
||||||
adminToolsPortalType: "explore",
|
|
||||||
enablePiwikTrack: false,
|
enablePiwikTrack: false,
|
||||||
useCache: false,
|
useCache: false,
|
||||||
useLongCache: true,
|
useLongCache: false,
|
||||||
showAddThis: false,
|
showAddThis: true,
|
||||||
framesAPIURL: "https://test.openaire.eu/stats3/",
|
domain: "https://test.explore.openaire.eu",
|
||||||
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
|
adminToolsPortalType: "explore",
|
||||||
statisticsFrameAPIURL: "https://test.openaire.eu/stats/",
|
dashboard: "explore",
|
||||||
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats/",
|
|
||||||
useNewStatistisTool: false,
|
|
||||||
claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
|
|
||||||
searchAPIURLLAst: "https://services.openaire.eu/shadowSearch/v2/api/",
|
|
||||||
searchResourcesAPIURL: "https://services.openaire.eu/shadowSearch/v2/api/resources",
|
|
||||||
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
|
|
||||||
csvAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/reports",
|
|
||||||
searchCrossrefAPIURL: "https://api.crossref.org/works",
|
|
||||||
searchDataciteAPIURL: "https://api.datacite.org/works",
|
|
||||||
searchOrcidURL: "https://pub.orcid.org/v2.1/",
|
|
||||||
orcidURL: "https://orcid.org/",
|
|
||||||
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
|
||||||
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
|
||||||
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
|
||||||
doiURL: "https://doi.org/",
|
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
|
||||||
handleURL: "http://hdl.handle.net/",
|
|
||||||
cordisURL: "http://cordis.europa.eu/projects/",
|
|
||||||
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
|
||||||
r3DataURL: "http://service.re3data.org/repository/",
|
|
||||||
// swhURL: "https://archive.softwareheritage.org/",
|
|
||||||
fairSharingURL: "https://fairsharing.org/",
|
|
||||||
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
|
||||||
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
|
||||||
sherpaURLSuffix: "/",
|
|
||||||
zenodo: "https://zenodo.org/",
|
|
||||||
openAccess: "https://www.openaire.eu/support/faq#article-id-234",
|
|
||||||
openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
|
|
||||||
fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
|
|
||||||
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",
|
|
||||||
helpdesk: "https://www.openaire.eu/support/helpdesk",
|
|
||||||
helpdeskEmail: "helpdesk@openaire.eu",
|
|
||||||
utilsService: "https://explore.openaire.eu/utils-service",
|
|
||||||
|
|
||||||
vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/",
|
|
||||||
|
|
||||||
piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
|
|
||||||
piwikSiteId: "109",
|
|
||||||
loginUrl: "https://services.openaire.eu/login-service/openid_connect_login",
|
|
||||||
|
|
||||||
userInfoUrl: " https://services.openaire.eu/login-service/userInfo",
|
|
||||||
|
|
||||||
logoutUrl: "https://services.openaire.eu/login-service/openid_logout",
|
|
||||||
|
|
||||||
cookieDomain: ".openaire.eu",
|
|
||||||
|
|
||||||
feedbackmail: "feedback@openaire.eu",
|
|
||||||
|
|
||||||
cacheUrl: "https://explore.openaire.eu/cache/get?url=",
|
|
||||||
|
|
||||||
datasourcesAPI: "https://services.openaire.eu/openaire/ds/api/",
|
|
||||||
|
|
||||||
adminToolsAPIURL: "https://services.openaire.eu/uoa-admin-tools/",
|
|
||||||
|
|
||||||
adminToolsCommunity: "openaire",
|
adminToolsCommunity: "openaire",
|
||||||
contextsAPI: "https://services.openaire.eu/openaire/context",
|
baseLink : "",
|
||||||
communityAPI: "https://services.openaire.eu/openaire/community/",
|
|
||||||
|
|
||||||
csvLimit: 2000,
|
|
||||||
pagingLimit: 20,
|
|
||||||
resultsPerPage: 10,
|
|
||||||
|
|
||||||
"baseLink" : "",
|
|
||||||
"domain": "https://test.explore.openaire.eu",
|
|
||||||
|
|
||||||
searchLinkToResult: "/search/result?id=",
|
|
||||||
searchLinkToPublication: "/search/publication?articleId=",
|
|
||||||
searchLinkToProject: "/search/project?projectId=",
|
|
||||||
searchLinkToDataProvider: "/search/dataprovider?datasourceId=",
|
|
||||||
searchLinkToDataset: "/search/dataset?datasetId=",
|
|
||||||
searchLinkToSoftwareLanding: "/search/software?softwareId=",
|
|
||||||
searchLinkToOrp: "/search/other?orpId=",
|
|
||||||
searchLinkToOrganization: "/search/organization?organizationId=",
|
|
||||||
|
|
||||||
searchLinkToAll: "/search/find/",
|
|
||||||
searchLinkToPublications: "/search/find/publications",
|
|
||||||
searchLinkToDataProviders: "/search/find/dataproviders",
|
|
||||||
searchLinkToProjects: "/search/find/projects",
|
|
||||||
searchLinkToDatasets: "/search/find/datasets",
|
|
||||||
searchLinkToSoftware: "/search/find/software",
|
|
||||||
searchLinkToOrps: "/search/find/other",
|
|
||||||
searchLinkToOrganizations: "/search/find/organizations",
|
|
||||||
searchLinkToCompatibleDataProviders: "/search/content-providers",
|
|
||||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
|
||||||
searchLinkToJournals: "/search/journals",
|
|
||||||
searchLinkToResults: "/search/find/research-outcomes",
|
|
||||||
|
|
||||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
|
||||||
searchLinkToAdvancedProjects: "/search/advanced/projects",
|
|
||||||
searchLinkToAdvancedDatasets: "/search/advanced/datasets",
|
|
||||||
searchLinkToAdvancedSoftware: "/search/advanced/software",
|
|
||||||
searchLinkToAdvancedOrps: "/search/advanced/other",
|
|
||||||
searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",
|
|
||||||
searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
|
|
||||||
searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
|
|
||||||
errorLink: '/error',
|
errorLink: '/error',
|
||||||
|
|
||||||
lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
|
|
||||||
showLastIndexInformationLink: false,
|
|
||||||
widgetLink: "https://test.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
|
|
||||||
claimsInformationLink: "https://www.openaire.eu/linking",
|
|
||||||
lastIndexUpdate: "2020-07-31",
|
|
||||||
indexInfoAPI: "https://services.openaire.eu/openaire/info/",
|
|
||||||
|
|
||||||
depositLearnHowPage: "/participate/deposit/learn-how",
|
|
||||||
depositSearchPage: "/participate/deposit/search",
|
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
|
||||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
|
||||||
admins: ['feedback@openaire.eu'],
|
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
|
||||||
adminPortalURL: "https://beta.admin.connect.openaire.eu",
|
|
||||||
|
|
||||||
myOrcidLinksPage: "/my-orcid-links",
|
myOrcidLinksPage: "/my-orcid-links",
|
||||||
footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452"
|
footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452",
|
||||||
|
piwikSiteId: "109"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export let properties: EnvProperties = {
|
export let properties: EnvProperties = {
|
||||||
...props, ...common, ...commonTest
|
...common, ...commonTest, ...props
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,41 +4,47 @@
|
||||||
// The list of which env maps to which file can be found in `.angular-cli.json`.
|
// The list of which env maps to which file can be found in `.angular-cli.json`.
|
||||||
|
|
||||||
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties";
|
||||||
import {common} from "../app/openaireLibrary/utils/properties/environments/environment.all";
|
import {common, commonDev} from "../app/openaireLibrary/utils/properties/environments/environment";
|
||||||
import {commonDev} from "../app/openaireLibrary/utils/properties/environments/environment";
|
|
||||||
|
|
||||||
let props: EnvProperties = {
|
let props: EnvProperties = {
|
||||||
environment: "development",
|
|
||||||
|
enablePiwikTrack: false,
|
||||||
|
piwikSiteId: "109",
|
||||||
|
useCache: false,
|
||||||
|
useLongCache: false,
|
||||||
|
showAddThis: true,
|
||||||
|
adminToolsPortalType: "explore",
|
||||||
|
dashboard: "explore",
|
||||||
|
adminToolsCommunity: "openaire",
|
||||||
|
baseLink : "",
|
||||||
|
domain: "https://explore.openaire.eu"
|
||||||
|
|
||||||
|
|
||||||
|
/*environment: "development",
|
||||||
adminToolsPortalType: "explore",
|
adminToolsPortalType: "explore",
|
||||||
dashboard: "explore",
|
dashboard: "explore",
|
||||||
enablePiwikTrack: false,
|
enablePiwikTrack: false,
|
||||||
useCache: false,
|
useCache: false,
|
||||||
useLongCache: false,
|
useLongCache: false,
|
||||||
showAddThis: true,
|
showAddThis: true,
|
||||||
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/",
|
||||||
statisticsFrameNewAPIURL: "https://stats.madgik.di.uoa.gr/stats-api/",
|
statisticsFrameNewAPIURL: "https://stats.madgik.di.uoa.gr/stats-api/",
|
||||||
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
||||||
useNewStatistisTool: true,
|
useNewStatistisTool: true,
|
||||||
claimsAPIURL: "http://rudie.di.uoa.gr:8980/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
claimsAPIURL: "http://rudie.di.uoa.gr:8980/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
||||||
// claimsAPIURL: "http://dl170.madgik.di.uoa.gr:8180/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
// claimsAPIURL: "http://dl170.madgik.di.uoa.gr:8180/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
||||||
// From here
|
|
||||||
searchAPIURLLAst: "http://beta.services.openaire.eu/search/v2/api/",
|
searchAPIURLLAst: "http://beta.services.openaire.eu/search/v2/api/",
|
||||||
searchResourcesAPIURL: "https://beta.services.openaire.eu/search/v2/api/resources",
|
searchResourcesAPIURL: "https://beta.services.openaire.eu/search/v2/api/resources",
|
||||||
// to here
|
|
||||||
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
|
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
|
||||||
csvAPIURL: "https://beta.services.openaire.eu/search/v2/api/reports",
|
csvAPIURL: "https://beta.services.openaire.eu/search/v2/api/reports",
|
||||||
// From here
|
|
||||||
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/",
|
||||||
orcidURL: "https://orcid.org/",
|
orcidURL: "https://orcid.org/",
|
||||||
// to here
|
|
||||||
orcidAPIURL: "http://duffy.di.uoa.gr:19480/uoa-orcid-service/",
|
orcidAPIURL: "http://duffy.di.uoa.gr:19480/uoa-orcid-service/",
|
||||||
orcidTokenURL : "https://sandbox.orcid.org/oauth/authorize?",
|
orcidTokenURL : "https://sandbox.orcid.org/oauth/authorize?",
|
||||||
orcidClientId: "APP-A5M3KTX6NCN67L91",
|
orcidClientId: "APP-A5M3KTX6NCN67L91",
|
||||||
// From here
|
|
||||||
doiURL: "https://doi.org/",
|
doiURL: "https://doi.org/",
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
pmcURL: "http://europepmc.org/articles/",
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
|
@ -46,52 +52,44 @@ let props: EnvProperties = {
|
||||||
cordisURL: "http://cordis.europa.eu/projects/",
|
cordisURL: "http://cordis.europa.eu/projects/",
|
||||||
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
openDoarURL: "http://v2.sherpa.ac.uk/id/repository/",
|
||||||
r3DataURL: "http://service.re3data.org/repository/",
|
r3DataURL: "http://service.re3data.org/repository/",
|
||||||
// swhURL: "https://archive.softwareheritage.org/",
|
swhURL: "https://archive.softwareheritage.org/",
|
||||||
fairSharingURL: "https://fairsharing.org/",
|
fairSharingURL: "https://fairsharing.org/",
|
||||||
// to here
|
|
||||||
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/",
|
||||||
// From here
|
|
||||||
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
sherpaURL: "http://sherpa.ac.uk/romeo/issn/",
|
||||||
sherpaURLSuffix: "/",
|
sherpaURLSuffix: "/",
|
||||||
zenodo: "https://zenodo.org/",
|
zenodo: "https://zenodo.org/",
|
||||||
openAccess: "https://www.openaire.eu/support/faq#article-id-234",
|
|
||||||
openAccessRepo: "https://www.openaire.eu/support/faq#article-id-310",
|
|
||||||
fp7Guidlines: "https://www.openaire.eu/open-access-in-fp7-seventh-research-framework-programme",
|
|
||||||
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",
|
|
||||||
// to here
|
|
||||||
helpdesk: "https://www.openaire.eu/support/helpdesk",
|
helpdesk: "https://www.openaire.eu/support/helpdesk",
|
||||||
helpdeskEmail: "helpdesk@openaire.eu",
|
helpdeskEmail: "helpdesk@openaire.eu",
|
||||||
utilsService: "http://dl170.madgik.di.uoa.gr:8000",
|
utilsService: "http://dl170.madgik.di.uoa.gr:8000",
|
||||||
|
|
||||||
vocabulariesAPI: "https://dev-openaire.d4science.org/provision/mvc/vocabularies/",
|
vocabulariesAPI: "https://dev-openaire.d4science.org/provision/mvc/vocabularies/",
|
||||||
|
|
||||||
piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
|
piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
|
||||||
piwikSiteId: "6",
|
piwikSiteId: "6",
|
||||||
loginUrl: "http://mpagasas.di.uoa.gr:19080/login-service/openid_connect_login",
|
loginUrl: "http://mpagasas.di.uoa.gr:19080/login-service/openid_connect_login",
|
||||||
userInfoUrl: "http://mpagasas.di.uoa.gr:19080/login-service/userInfo",
|
userInfoUrl: "http://mpagasas.di.uoa.gr:19080/login-service/userInfo",
|
||||||
logoutUrl: "http://mpagasas.di.uoa.gr:19080/login-service/openid_logout",
|
logoutUrl: "http://mpagasas.di.uoa.gr:19080/login-service/openid_logout",
|
||||||
cookieDomain: ".di.uoa.gr",
|
cookieDomain: ".di.uoa.gr",
|
||||||
|
|
||||||
feedbackmail: "kostis30fylloy@gmail.com",
|
feedbackmail: "kostis30fylloy@gmail.com",
|
||||||
|
|
||||||
cacheUrl: "http://dl170.madgik.di.uoa.gr:3000/get?url=",
|
cacheUrl: "http://dl170.madgik.di.uoa.gr:3000/get?url=",
|
||||||
|
|
||||||
monitorServiceAPIURL: "http://duffy.di.uoa.gr:19380/uoa-monitor-service",
|
monitorServiceAPIURL: "http://duffy.di.uoa.gr:19380/uoa-monitor-service",
|
||||||
adminToolsAPIURL: "http://duffy.di.uoa.gr:19280/uoa-admin-tools/",
|
adminToolsAPIURL: "http://duffy.di.uoa.gr:19280/uoa-admin-tools/",
|
||||||
|
|
||||||
adminToolsCommunity: "openaire",
|
// adminToolsCommunity: "openaire",
|
||||||
datasourcesAPI: "https://beta.services.openaire.eu/openaire/ds/api/",
|
datasourcesAPI: "https://beta.services.openaire.eu/openaire/ds/api/",
|
||||||
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/",
|
||||||
|
|
||||||
csvLimit: 2000,
|
csvLimit: 2000,
|
||||||
pagingLimit: 20,
|
pagingLimit: 20,
|
||||||
resultsPerPage: 10,
|
resultsPerPage: 10,
|
||||||
|
|
||||||
"baseLink" : "",
|
"baseLink" : "",
|
||||||
"domain": "https://beta.explore.openaire.eu",
|
"domain": "https://beta.explore.openaire.eu",
|
||||||
|
|
||||||
searchLinkToResult: "/search/result?id=",
|
searchLinkToResult: "/search/result?id=",
|
||||||
searchLinkToPublication: "/search/publication?articleId=",
|
searchLinkToPublication: "/search/publication?articleId=",
|
||||||
searchLinkToProject: "/search/project?projectId=",
|
searchLinkToProject: "/search/project?projectId=",
|
||||||
|
@ -100,7 +98,7 @@ let props: EnvProperties = {
|
||||||
searchLinkToSoftwareLanding: "/search/software?softwareId=",
|
searchLinkToSoftwareLanding: "/search/software?softwareId=",
|
||||||
searchLinkToOrp: "/search/other?orpId=",
|
searchLinkToOrp: "/search/other?orpId=",
|
||||||
searchLinkToOrganization: "/search/organization?organizationId=",
|
searchLinkToOrganization: "/search/organization?organizationId=",
|
||||||
|
|
||||||
searchLinkToAll: "/search/find/",
|
searchLinkToAll: "/search/find/",
|
||||||
searchLinkToPublications: "/search/find/publications",
|
searchLinkToPublications: "/search/find/publications",
|
||||||
searchLinkToDataProviders: "/search/find/dataproviders",
|
searchLinkToDataProviders: "/search/find/dataproviders",
|
||||||
|
@ -113,7 +111,7 @@ let props: EnvProperties = {
|
||||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
||||||
searchLinkToJournals: "/search/journals",
|
searchLinkToJournals: "/search/journals",
|
||||||
searchLinkToResults: "/search/find/research-outcomes",
|
searchLinkToResults: "/search/find/research-outcomes",
|
||||||
|
|
||||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
||||||
searchLinkToAdvancedProjects: "/search/advanced/projects",
|
searchLinkToAdvancedProjects: "/search/advanced/projects",
|
||||||
searchLinkToAdvancedDatasets: "/search/advanced/datasets",
|
searchLinkToAdvancedDatasets: "/search/advanced/datasets",
|
||||||
|
@ -129,12 +127,12 @@ let props: EnvProperties = {
|
||||||
claimsInformationLink: "https://www.openaire.eu/linking-beta",
|
claimsInformationLink: "https://www.openaire.eu/linking-beta",
|
||||||
lastIndexUpdate: "2019-11-01",
|
lastIndexUpdate: "2019-11-01",
|
||||||
indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/",
|
indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/",
|
||||||
|
|
||||||
depositLearnHowPage: "/participate/deposit/learn-how",
|
depositLearnHowPage: "/participate/deposit/learn-how",
|
||||||
depositSearchPage: "/participate/deposit/search",
|
depositSearchPage: "/participate/deposit/search",
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||||
reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
|
reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
|
||||||
admins: ['kostis30fylloy@gmail.com', 'alexandros.martzios@athenarc.gr', 'kgalouni@di.uoa.gr'],
|
admins: ['kostis30fylloy@gmail.com', 'alexandros.martzios@athenarc.gr', 'kgalouni@di.uoa.gr'],
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
||||||
impactFactorsAPIURL: "https://bip-api.imsi.athenarc.gr/paper/scores/batch/",
|
impactFactorsAPIURL: "https://bip-api.imsi.athenarc.gr/paper/scores/batch/",
|
||||||
adminPortalURL: "https://beta.admin.connect.openaire.eu",
|
adminPortalURL: "https://beta.admin.connect.openaire.eu",
|
||||||
|
@ -142,9 +140,10 @@ let props: EnvProperties = {
|
||||||
myOrcidLinksPage: "/my-orcid-links",
|
myOrcidLinksPage: "/my-orcid-links",
|
||||||
footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452",
|
footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452",
|
||||||
|
|
||||||
egiNotebookLink: "https://marketplace.eosc-portal.eu/services/egi-notebooks?q=EGI+Notebook"
|
egiNotebookLink: "https://marketplace.eosc-portal.eu/services/egi-notebooks?q=EGI+Notebook"*/
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export let properties: EnvProperties = {
|
export let properties: EnvProperties = {
|
||||||
...props, ...common, ...commonDev
|
...common, ...commonDev, ...props
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,4 +12,4 @@ if (properties.environment !== 'development') {
|
||||||
}
|
}
|
||||||
|
|
||||||
export {AppServerModule} from './app/app.server.module';
|
export {AppServerModule} from './app/app.server.module';
|
||||||
export {renderModule} from '@angular/platform-server';
|
|
||||||
|
|
|
@ -7,8 +7,6 @@ import {
|
||||||
platformBrowserDynamicTesting
|
platformBrowserDynamicTesting
|
||||||
} from '@angular/platform-browser-dynamic/testing';
|
} from '@angular/platform-browser-dynamic/testing';
|
||||||
|
|
||||||
declare const require: any;
|
|
||||||
|
|
||||||
// First, initialize the Angular testing environment.
|
// First, initialize the Angular testing environment.
|
||||||
getTestBed().initTestEnvironment(
|
getTestBed().initTestEnvironment(
|
||||||
BrowserDynamicTestingModule,
|
BrowserDynamicTestingModule,
|
||||||
|
@ -16,7 +14,3 @@ getTestBed().initTestEnvironment(
|
||||||
teardown: { destroyAfterEach: false }
|
teardown: { destroyAfterEach: false }
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// Then we find all the tests.
|
|
||||||
const context = require.context('./', true, /\.spec\.ts$/);
|
|
||||||
// And load the modules.
|
|
||||||
context.keys().map(context);
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"extends": "./tsconfig.app.json",
|
"extends": "./tsconfig.app.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../out-tsc/app-server",
|
"outDir": "../out-tsc/app-server",
|
||||||
"target": "es2016",
|
|
||||||
"types": [
|
"types": [
|
||||||
"node"
|
"node"
|
||||||
]
|
]
|
||||||
|
|
|
@ -10,14 +10,15 @@
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"target": "es2020",
|
"target": "ES2022",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
],
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2018",
|
"es2018",
|
||||||
"dom"
|
"dom"
|
||||||
]
|
],
|
||||||
|
"useDefineForClassFields": false
|
||||||
},
|
},
|
||||||
// "angularCompilerOptions": {
|
// "angularCompilerOptions": {
|
||||||
// "strictTemplates": true
|
// "strictTemplates": true
|
||||||
|
|
|
@ -11,14 +11,14 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"express": "^4.15.2",
|
"express": "^4.18.2",
|
||||||
"memory-cache": "^0.2.0",
|
"memory-cache": "^0.2.0",
|
||||||
"prom-client": "^11.3.0",
|
"prom-client": "^11.3.0",
|
||||||
"properties-reader": "^2.2.0",
|
"properties-reader": "^2.2.0",
|
||||||
"superagent": "^5.0.5"
|
"superagent": "^5.0.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.3.0"
|
"node": ">=16.14.0"
|
||||||
},
|
},
|
||||||
"author": "Argiro Kokogiannaki <argirok@di.uoa.gr>",
|
"author": "Argiro Kokogiannaki <argirok@di.uoa.gr>",
|
||||||
"license": "NKUA"
|
"license": "NKUA"
|
||||||
|
|
|
@ -260,7 +260,7 @@ function parseAllUrls(response: any, allUrls: any, resultsType: string, subject:
|
||||||
} else {
|
} else {
|
||||||
let resultLandingComponent = new ResultLandingComponent(null, null, null,
|
let resultLandingComponent = new ResultLandingComponent(null, null, null,
|
||||||
null, null, null, null, null, null,
|
null, null, null, null, null, null,
|
||||||
null, null, null, null, null);
|
null, null, null, null, null, null, null, null);
|
||||||
|
|
||||||
if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) {
|
if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) {
|
||||||
noIndexedUrls++;
|
noIndexedUrls++;
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
"superagent": "^5.0.5"
|
"superagent": "^5.0.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^8.0.30",
|
"@types/node": "^16.18.39",
|
||||||
"ts-node": "^10.4.0",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^3.2.4"
|
"typescript": "^4.9.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.3.0"
|
"node": ">=16.14.0"
|
||||||
},
|
},
|
||||||
"author": "Konstantina Galouni <kgalouni@di.uoa.gr>",
|
"author": "Konstantina Galouni <kgalouni@di.uoa.gr>",
|
||||||
"license": "NKUA"
|
"license": "NKUA"
|
||||||
|
|
|
@ -13,14 +13,14 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.15.2",
|
"body-parser": "^1.20.2",
|
||||||
"cookie-parser": "^1.4.4",
|
"cookie-parser": "^1.4.6",
|
||||||
"cors": "^2.8.4",
|
"cors": "^2.8.5",
|
||||||
"express": "^4.15.2",
|
"express": "^4.18.2",
|
||||||
"multer": "1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
"properties-reader": "^2.2.0"
|
"properties-reader": "^2.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.3.0"
|
"node": ">=16.14.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|