2022-05-16 16:25:35 +02:00
|
|
|
<div class="uk-container uk-container-large uk-section uk-section-small uk-padding-remove-bottom">
|
2022-06-02 16:27:45 +02:00
|
|
|
<div class="uk-padding-small uk-padding-remove-horizontal">
|
2022-05-16 16:25:35 +02:00
|
|
|
<breadcrumbs [breadcrumbs]="breadcrumbs"></breadcrumbs>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-06-06 16:35:26 +02:00
|
|
|
<div uk-sticky=" offset: 65; top:#pageTop; bottom: #pageBottom; media: @m"
|
2022-05-16 16:58:31 +02:00
|
|
|
style="z-index: 100" class="uk-background-default uk-margin-small-top">
|
2022-03-16 17:54:22 +01:00
|
|
|
<stepper>
|
2022-04-19 15:25:24 +02:00
|
|
|
<step *ngIf="!inlineEntity" [status]="stepStatus('source')" stepId="source" stepNumber="1"
|
2022-03-16 17:54:22 +01:00
|
|
|
[stepText]="'Find Sources'" (stepChanged)="stepHasChanged($event)"
|
|
|
|
[active]="this.showOptions.show" [showStepLine]="false"></step>
|
|
|
|
<step [status]="stepStatus('target')" stepId="target" [stepNumber]="inlineEntity?1:2"
|
|
|
|
[stepText]="'Link Source' + (inlineEntity?'':'s') + ' to Entities'"
|
|
|
|
(stepChanged)="stepHasChanged($event)" [active]="this.showOptions.show"
|
2022-04-19 15:25:24 +02:00
|
|
|
[showStepLine]="!inlineEntity"></step>
|
2022-03-16 17:54:22 +01:00
|
|
|
<step [status]="stepStatus('claim')" stepId="claim" [stepNumber]="inlineEntity?2:3"
|
|
|
|
[stepText]="'Summarize and finish'"
|
|
|
|
(stepChanged)="stepHasChanged($event)" [active]="this.showOptions.show"
|
|
|
|
[showStepLine]="true"></step>
|
|
|
|
|
|
|
|
</stepper>
|
2022-05-16 16:58:31 +02:00
|
|
|
</div>
|
2022-06-06 16:35:26 +02:00
|
|
|
<div id="pageTop"></div>
|
2019-07-23 14:23:12 +02:00
|
|
|
<metadata-preview *ngIf="showOptions.show=='claim' && properties" class="uk-margin-top"
|
|
|
|
[results]="results" [sources]="sources"
|
|
|
|
[localStoragePrefix]="localStoragePrefix" [inlineEntity]="inlineEntity"
|
2019-08-27 15:19:58 +02:00
|
|
|
[showOptions]="showOptions" [properties]=properties [pageContents]="pageContents"
|
2019-10-16 12:58:04 +02:00
|
|
|
[defaultColors]="(communityId?false:true)" [communityId]="communityId"
|
2019-08-27 15:19:58 +02:00
|
|
|
>
|
2019-07-23 14:23:12 +02:00
|
|
|
</metadata-preview>
|
|
|
|
<div id="tm-main" class="uk-section uk-padding-remove-top tm-middle" *ngIf="showOptions.show != 'claim'">
|
|
|
|
<div class="uk-grid">
|
|
|
|
<div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first ">
|
[Monitor Dashboard & Library | new-theme]: Renaming entity types using OpenaireEntities.
Files updated: develop.component.ts, methodology.component.ts, claimEntitiesSelection.component.ts, directLinking.component.ts, linkingGeneric.component.html, linkingGeneric.component.ts, approved.component.ts, searchDataprovidersToDeposit.component.ts, errorPage.component.ts, dataProvider.component.html, dataProvider.component.ts, dataProvider.service.ts, relatedDatasourcesTab.component.ts, project.component.ts, myOrcidLinks.component.ts, searchMyOrcidResults.component.html, searchMyOrcidResults.component.ts, searchAll.component.html, searchAll.component.ts, advancedSearchForm.component.html, advancedSearchForm.component.ts, searchDataProviders.component.ts, searchResearchResults.service.ts, numbers.component.ts, other-portals.component.html, other-portals.component.ts, fetchDataproviders.class.ts, fetchResearchResults.class.ts, searchFields.ts, result-preview.component.ts
2022-05-09 12:13:44 +02:00
|
|
|
<schema2jsonld *ngIf="url" [URL]="url" name="Link your {{openaireEntities.RESULTS}}" type="other"></schema2jsonld>
|
2019-07-23 14:23:12 +02:00
|
|
|
<div [class]="((showOptions.show == 'claim')?'':' uk-margin-top ')+' uk-container uk-container-large '">
|
|
|
|
<div>
|
2022-03-16 17:54:22 +01:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
<div class="uk-grid helper-grid">
|
|
|
|
<div class="uk-width-expand">
|
2018-07-25 15:56:02 +02:00
|
|
|
|
2020-05-07 19:20:33 +02:00
|
|
|
<div *ngIf="properties" class="uk-section uk-section-default white-box-with-border uk-padding-small uk-padding-remove-top">
|
2018-07-25 15:56:02 +02:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
<div style=""
|
|
|
|
[class]="((showOptions.show == 'claim')?'':' uk-margin-top ')+' uk-container uk-container-large '">
|
2020-05-14 16:38:50 +02:00
|
|
|
<div id="basketStickTop"></div>
|
|
|
|
<div class="uk-grid" *ngIf="showOptions.show!='claim'" >
|
2022-03-16 17:54:22 +01:00
|
|
|
<div class="uk-width-2-3 uk-padding">
|
2022-04-05 17:36:08 +02:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
<div *ngIf="showOptions.show=='source'">
|
|
|
|
<claim-result-search-form [selectedResults]="sources" [properties]=properties
|
2019-07-24 14:46:29 +02:00
|
|
|
[localStoragePrefix]="localStoragePrefix+'sources'" [basketLimit]="basketLimit"
|
|
|
|
></claim-result-search-form>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
<div *ngIf="showOptions.show=='project'">
|
|
|
|
<claim-projects-search-form [selectedProjects]="results" [properties]=properties
|
2022-03-16 17:54:22 +01:00
|
|
|
[localStoragePrefix]="localStoragePrefix+'results'"
|
|
|
|
[basketLimit]="basketLimit" [showOptions]="showOptions"
|
2019-07-24 14:46:29 +02:00
|
|
|
></claim-projects-search-form>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
<div *ngIf="showOptions.show=='context'">
|
|
|
|
<claim-contexts-search-form [communityId]=communityId [results]="results" [sources]="sources"
|
|
|
|
[properties]=properties
|
2022-03-16 17:54:22 +01:00
|
|
|
[localStoragePrefix]="localStoragePrefix+'results'"
|
|
|
|
[basketLimit]="basketLimit" [showOptions]="showOptions"
|
2019-07-24 14:46:29 +02:00
|
|
|
></claim-contexts-search-form>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
<div *ngIf="showOptions.show=='result'">
|
|
|
|
<claim-result-search-form [selectedResults]="results" [properties]=properties
|
2022-03-16 17:54:22 +01:00
|
|
|
[localStoragePrefix]="localStoragePrefix+'results'"
|
|
|
|
[basketLimit]="basketLimit" [showOptions]="showOptions"
|
2019-07-24 14:46:29 +02:00
|
|
|
></claim-result-search-form>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
2017-12-19 13:53:46 +01:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
<!-- Basket-->
|
2022-04-05 17:36:08 +02:00
|
|
|
<div *ngIf="showOptions.show != 'claim'" class="uk-width-1-3 uk-padding-remove-left "
|
2022-03-16 17:54:22 +01:00
|
|
|
style="" >
|
2022-05-16 16:58:31 +02:00
|
|
|
<div id="basket" uk-sticky=" offset: 180; top:#basketStickTop; bottom: #basketStickBottom; media: @m"
|
2022-04-05 17:36:08 +02:00
|
|
|
style="z-index: 0" class="uk-card uk-card-default linkingBasket">
|
2019-07-23 14:23:12 +02:00
|
|
|
<div class="linksbasket uk-inline uk-width-1-1" style="">
|
2022-03-16 17:54:22 +01:00
|
|
|
<div>
|
|
|
|
<ul class="uk-padding-small uk-padding-remove-bottom" uk-tab>
|
|
|
|
<li
|
|
|
|
[class.uk-active]="showOptions.basketShowSources"
|
|
|
|
(click)="showOptions.basketswitchToSources()"><a
|
|
|
|
href="#">Sources to
|
|
|
|
link
|
|
|
|
({{(sources.length + (inlineEntity?1:0)) |
|
|
|
|
number}})
|
|
|
|
</a></li>
|
2022-04-19 15:25:24 +02:00
|
|
|
<li [class.uk-disabled]="sources.length == 0 && !inlineEntity"
|
|
|
|
[class.uk-active]="showOptions.basketShowLinksTo"
|
2022-03-16 17:54:22 +01:00
|
|
|
(click)="showOptions.basketswitchToLinkTo()"><a href="#">Link to <span
|
2022-06-06 16:35:26 +02:00
|
|
|
*ngIf="results.length> 0">({{(results.length) | number}})</span></a></li>
|
2022-02-25 13:52:36 +01:00
|
|
|
</ul>
|
2022-05-11 14:34:38 +02:00
|
|
|
|
2022-03-16 17:54:22 +01:00
|
|
|
|
2022-06-06 16:35:26 +02:00
|
|
|
<div *ngIf="showOptions.basketShowSources" class="">
|
2022-02-25 13:52:36 +01:00
|
|
|
|
2022-05-11 14:34:38 +02:00
|
|
|
<div
|
2019-07-23 14:23:12 +02:00
|
|
|
class=" uk-margin-remove-top uk-height-medium uk-overflow-auto ">
|
2022-03-16 17:54:22 +01:00
|
|
|
<div *ngIf="showOptions.show == 'source'" class=" uk-padding-small " style="min-height:
|
|
|
|
17px;">
|
2019-07-23 14:23:12 +02:00
|
|
|
<start-over *ngIf="showOptions.show == 'source' && (sources.length)> 0"
|
|
|
|
[results]="sources"
|
|
|
|
[localStoragePrefix]="localStoragePrefix+'sources'"
|
|
|
|
message="all sources" class="uk-float-right"></start-over>
|
|
|
|
<bulk-claim *ngIf="showOptions.show == 'source'" [results]="sources"
|
|
|
|
[properties]=properties
|
2019-07-24 14:46:29 +02:00
|
|
|
[localStoragePrefix]="localStoragePrefix+'sources'" [basketLimit]="basketLimit"
|
2019-07-23 14:23:12 +02:00
|
|
|
>
|
|
|
|
</bulk-claim>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="uk-animation-slide-top-small uk-padding-small">
|
|
|
|
|
2022-03-16 17:54:22 +01:00
|
|
|
<div *ngIf="(sources.length) == 0 && !inlineEntity " class=" uk-text-center">
|
2019-07-23 14:23:12 +02:00
|
|
|
No Sources added yet. Start adding sources from the left panel. Or upload a DOI's CSV file.
|
|
|
|
</div>
|
2019-07-24 14:46:29 +02:00
|
|
|
<div *ngIf="sources.length >= basketLimit "
|
|
|
|
class="uk-alert uk-alert-warning uk-text-center">
|
|
|
|
Basket reached the size limit. No more sources can be added.
|
|
|
|
</div>
|
2022-03-16 17:54:22 +01:00
|
|
|
<claim-selected-results *ngIf="inlineEntity" [results]="[inlineEntity]"
|
|
|
|
[localStoragePrefix]="localStoragePrefix+'sources'" class=""
|
2022-04-05 17:36:08 +02:00
|
|
|
[enableRemove]="false" type="source" >
|
2022-03-16 17:54:22 +01:00
|
|
|
</claim-selected-results>
|
|
|
|
<claim-selected-results *ngIf="sources.length > 0" [results]="sources"
|
2019-07-23 14:23:12 +02:00
|
|
|
[localStoragePrefix]="localStoragePrefix+'sources'" class=""
|
2022-04-05 17:36:08 +02:00
|
|
|
[enableRemove]="true" type="source">
|
2019-07-23 14:23:12 +02:00
|
|
|
</claim-selected-results>
|
2022-03-16 17:54:22 +01:00
|
|
|
</div>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
2022-03-16 17:54:22 +01:00
|
|
|
|
2022-05-11 14:34:38 +02:00
|
|
|
</div>
|
2022-03-16 17:54:22 +01:00
|
|
|
|
2022-06-06 16:35:26 +02:00
|
|
|
<div *ngIf="showOptions.basketShowLinksTo" class="">
|
2022-05-11 14:34:38 +02:00
|
|
|
<div
|
|
|
|
class="uk-height-medium uk-overflow-auto">
|
|
|
|
<div *ngIf=" (results.length)> 0 || showOptions.show=='result'"
|
|
|
|
class=" uk-padding-small " style="min-height: 17px;">
|
|
|
|
<start-over *ngIf=" (results.length)> 0"
|
|
|
|
[results]="results" [localStoragePrefix]="localStoragePrefix+'results'"
|
|
|
|
message="all results (projects, communities, research results)"
|
|
|
|
class="uk-float-right"></start-over>
|
|
|
|
<bulk-claim *ngIf="showOptions.show=='result'" [results]="results" [properties]=properties
|
|
|
|
[localStoragePrefix]="localStoragePrefix+'results'" [basketLimit]="basketLimit"></bulk-claim>
|
|
|
|
</div>
|
2019-07-24 14:46:29 +02:00
|
|
|
|
2022-05-11 14:34:38 +02:00
|
|
|
<div class="uk-padding-small uk-animation-slide-top-small">
|
|
|
|
<div *ngIf="results.length >= basketLimit "
|
|
|
|
class="uk-alert uk-alert-warning uk-text-center">
|
|
|
|
Basket reached the size limit. No more entities can be added.
|
|
|
|
</div>
|
|
|
|
<claim-selected-results sectionTitle="Selected Results" [results]="results"
|
|
|
|
[localStoragePrefix]="localStoragePrefix+'results'" type="target">
|
|
|
|
</claim-selected-results>
|
|
|
|
<div *ngIf="(results.length) == 0 " class=" uk-text-center">
|
|
|
|
No entities to link with the sources. Start adding entities from the left panel.
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
2022-05-11 14:34:38 +02:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-05-11 14:34:38 +02:00
|
|
|
</div>
|
|
|
|
|
2022-02-25 13:52:36 +01:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
<div *ngIf="showOptions.show=='source'"
|
2022-04-05 17:36:08 +02:00
|
|
|
class=" nextStep uk-margin-small-top uk-padding-small " [class.active]="(sources.length)>0" [class.disabled]="(sources.length) == 0"
|
2022-04-19 15:25:24 +02:00
|
|
|
[class.uk-disabled]="(sources.length) == 0"
|
2022-04-05 17:36:08 +02:00
|
|
|
(click)="stepHasChanged('target') ">
|
2022-06-06 14:49:01 +02:00
|
|
|
<div class=" uk-margin-remove uk-grid uk-flex uk-flex-middle uk-grid-small">
|
|
|
|
<icon name="link" visuallyHidden="link" [flex]="true"></icon>
|
|
|
|
<div class="uk-width-expand">STEP 2 - LINK SOURCES TO ENTITIES</div>
|
|
|
|
<div class="uk-icon uk-text-bold uk-margin-small-right">
|
|
|
|
<svg width="30" height="30" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
|
2019-07-23 14:23:12 +02:00
|
|
|
icon="chevron-right" ratio="1.5"><polyline fill="none" stroke="#000" stroke-width="1.03"
|
|
|
|
points="7 4 13 10 7 16"></polyline></svg>
|
2022-06-06 14:49:01 +02:00
|
|
|
</div>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
2022-03-16 17:54:22 +01:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
<div *ngIf="showOptions.show!='source'"
|
2022-04-19 15:25:24 +02:00
|
|
|
class=" nextStep uk-margin-small-top uk-padding-small "
|
|
|
|
[class.active]="(results.length)>0" [class.disabled]="(results.length) == 0"
|
|
|
|
[class.uk-disabled]="(results.length) == 0"
|
2022-04-05 17:36:08 +02:00
|
|
|
style="height:auto !important; " (click)="stepHasChanged('claim')">
|
2022-03-02 17:08:37 +01:00
|
|
|
|
2022-06-06 14:49:01 +02:00
|
|
|
<div class="uk-margin-remove uk-grid uk-flex uk-flex-middle uk-grid-small">
|
|
|
|
<icon *ngIf="inlineEntity" name="link" visuallyHidden="link" [flex]="true"></icon>
|
|
|
|
<div class="uk-width-expand">STEP {{inlineEntity?'2':'3'}} - FINALISE AND FINISH</div>
|
|
|
|
<div class="uk-icon uk-text-bold uk-margin-small-right">
|
|
|
|
<svg width="30" height="30" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
|
2019-07-23 14:23:12 +02:00
|
|
|
icon="chevron-right" ratio="1.5"><polyline fill="none" stroke="#000" stroke-width="1.03"
|
|
|
|
points="7 4 13 10 7 16"></polyline></svg>
|
2022-06-06 14:49:01 +02:00
|
|
|
</div>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-05-14 16:38:50 +02:00
|
|
|
</div>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
2022-03-16 17:54:22 +01:00
|
|
|
|
2022-05-16 16:58:31 +02:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2019-07-24 17:46:49 +02:00
|
|
|
<!-- <helper position="right" styleName=" uk-width-1-5"></helper>-->
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
2022-05-16 16:58:31 +02:00
|
|
|
<div id="basketStickBottom"></div>
|
|
|
|
<helper *ngIf="pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0" [texts]="pageContents['bottom']"></helper>
|
2019-07-24 17:46:49 +02:00
|
|
|
<!-- <helper position="bottom"></helper>-->
|
2018-02-15 11:36:12 +01:00
|
|
|
</div>
|
2017-12-19 13:53:46 +01:00
|
|
|
|
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
2017-12-19 13:53:46 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-07-25 15:56:02 +02:00
|
|
|
</div>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
2022-03-02 17:08:37 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-06-06 16:35:26 +02:00
|
|
|
<div id="pageBottom"></div>
|
2019-10-04 11:21:16 +02:00
|
|
|
<modal-alert (alertOutput)="closeSelectionModal($event)" >
|
2019-07-23 14:23:12 +02:00
|
|
|
<div class="uk-grid uk-text-center uk-margin-expand uk-padding uk-child-width-1-3">
|
2017-12-19 13:53:46 +01:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
<div *ngIf="showOptions.linkToEntities.indexOf('project')!=-1 " (click)="closeSelectionModal('project')"
|
|
|
|
style="cursor:pointer;">
|
|
|
|
<button class="uk-icon-button portal-button">
|
|
|
|
<span class="uk-icon">
|
|
|
|
<svg height="20" icon="album" ratio="1" viewBox="0 0 20 20" width="20"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"><rect height="1" width="10" x="5" y="2"></rect><rect
|
|
|
|
height="1" width="14" x="3" y="4"></rect><rect fill="none" height="11" stroke="#000"
|
|
|
|
width="17" x="1.5" y="6.5"></rect></svg></span>
|
|
|
|
</button>
|
|
|
|
<div>Projects</div>
|
|
|
|
</div>
|
|
|
|
<div *ngIf="showOptions.linkToEntities.indexOf('result')!=-1 " (click)="closeSelectionModal('result')"
|
|
|
|
style="cursor:pointer;">
|
|
|
|
<button class="uk-icon-button portal-button">
|
|
|
|
<span class="uk-icon">
|
|
|
|
<svg height="20" icon="copy" ratio="1" viewBox="0 0 20 20" width="20"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="16" stroke="#000"
|
|
|
|
width="12" x="3.5" y="2.5"></rect><polyline
|
|
|
|
fill="none" points="5 0.5 17.5 0.5 17.5 17" stroke="#000"></polyline></svg></span>
|
|
|
|
</button>
|
|
|
|
<div>Research results</div>
|
|
|
|
</div>
|
|
|
|
<div *ngIf="showOptions.linkToEntities.indexOf('context')!=-1 " (click)="closeSelectionModal('context')"
|
|
|
|
style="cursor:pointer;">
|
|
|
|
<button class="uk-icon-button portal-button">
|
|
|
|
<span class="uk-icon">
|
|
|
|
<svg height="20" icon="users" ratio="1" viewBox="0 0 20 20" width="20"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"><circle cx="7.7" cy="8.6" fill="none" r="3.5"
|
|
|
|
stroke="#000" stroke-width="1.1"></circle><path
|
|
|
|
d="M1,18.1 C1.7,14.6 4.4,12.1 7.6,12.1 C10.9,12.1 13.7,14.8 14.3,18.3" fill="none"
|
|
|
|
stroke="#000" stroke-width="1.1"></path><path
|
|
|
|
d="M11.4,4 C12.8,2.4 15.4,2.8 16.3,4.7 C17.2,6.6 15.7,8.9 13.6,8.9 C16.5,8.9 18.8,11.3 19.2,14.1"
|
|
|
|
fill="none" stroke="#000" stroke-width="1.1"></path></svg></span>
|
|
|
|
</button>
|
|
|
|
<div>Communities</div>
|
|
|
|
</div>
|
2017-12-19 13:53:46 +01:00
|
|
|
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
</modal-alert>
|