[develop]: Add oai-mph in users-actions

This commit is contained in:
Konstantinos Triantafyllou 2024-06-18 14:44:01 +03:00
parent 7fde26d414
commit 7c25d3f589
2 changed files with 86 additions and 76 deletions

@ -1 +1 @@
Subproject commit 56b597231634016bd4bb0043019f91d481aaf746 Subproject commit 12a94fae400b82867dff9b554c679627767af163

View File

@ -7,7 +7,8 @@
<div class="uk-margin-medium-top uk-margin-medium-bottom" uk-scrollspy-class> <div class="uk-margin-medium-top uk-margin-medium-bottom" uk-scrollspy-class>
<h1 class="uk-h2" uk-scrollspy-class>User Actions</h1> <h1 class="uk-h2" uk-scrollspy-class>User Actions</h1>
<div class="uk-text-large uk-width-1-2@l uk-width-2-3" uk-scrollspy-class> <div class="uk-text-large uk-width-1-2@l uk-width-2-3" uk-scrollspy-class>
Once you are logged in (researchers should use their ORCID ID), you will be all set to access the following Once you are logged in (researchers should use their ORCID ID), you will be all set to access the
following
</div> </div>
</div> </div>
</div> </div>
@ -17,10 +18,11 @@
<div id="parentContainer" class="uk-grid uk-grid-large" uk-grid> <div id="parentContainer" class="uk-grid uk-grid-large" uk-grid>
<div class="uk-width-medium uk-margin-top"> <div class="uk-width-medium uk-margin-top">
<div class="uk-sticky" uk-sticky="end: !#parentContainer; offset: 100;"> <div class="uk-sticky" uk-sticky="end: !#parentContainer; offset: 100;">
<slider-tabs type="scrollable" position="left"> <slider-tabs type="scrollable" position="left" [scrollThreshold]="0.5">
<slider-tab tabId="add-to-orcid" tabTitle="Add to ORCID"></slider-tab> <slider-tab tabId="add-to-orcid" tabTitle="Add to ORCID"></slider-tab>
<slider-tab tabId="linking" tabTitle="Linking"></slider-tab> <slider-tab tabId="linking" tabTitle="Linking"></slider-tab>
<slider-tab tabId="upload-dois" tabTitle="Upload DOIs"></slider-tab> <slider-tab tabId="upload-dois" tabTitle="Upload DOIs"></slider-tab>
<slider-tab tabId="oai-pmh" tabTitle="OAI-PMH"></slider-tab>
<slider-tab tabId="dashboard-managers" tabTitle="Dashboard Managers"></slider-tab> <slider-tab tabId="dashboard-managers" tabTitle="Dashboard Managers"></slider-tab>
</slider-tabs> </slider-tabs>
</div> </div>
@ -35,6 +37,9 @@
<div id="upload-dois" class="uk-width-xlarge uk-margin-large-bottom"> <div id="upload-dois" class="uk-width-xlarge uk-margin-large-bottom">
<helper [texts]="divContents['upload-dois']"></helper> <helper [texts]="divContents['upload-dois']"></helper>
</div> </div>
<div id="oai-pmh" class="uk-width-xlarge uk-margin-large-bottom">
<helper [texts]="divContents['oai-pmh']"></helper>
</div>
<div id="dashboard-managers" class="uk-width-xlarge uk-margin-large-bottom"> <div id="dashboard-managers" class="uk-width-xlarge uk-margin-large-bottom">
<helper [texts]="divContents['dashboard-managers']"></helper> <helper [texts]="divContents['dashboard-managers']"></helper>
</div> </div>
@ -52,18 +57,20 @@
<div class="uk-text-center" uk-scrollspy-class> <div class="uk-text-center" uk-scrollspy-class>
<h1 class="uk-heading-small uk-margin-medium-top uk-margin-bottom">User Actions</h1> <h1 class="uk-heading-small uk-margin-medium-top uk-margin-bottom">User Actions</h1>
<div uk-scrollspy-class> <div uk-scrollspy-class>
Once you are logged in (researchers should use their ORCID ID), you will be all set to access the following Once you are logged in (researchers should use their ORCID ID), you will be all set to access the
following
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-fade; delay: 250"> <div *ngIf="divContents" uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-fade; delay: 250">
<div> <div>
<div class="uk-sticky uk-background-default uk-padding-small uk-padding-remove-right" uk-sticky> <div class="uk-sticky uk-background-default uk-padding-small uk-padding-remove-right" uk-sticky>
<slider-tabs type="scrollable" position="horizontal"> <slider-tabs type="scrollable" position="horizontal">
<slider-tab tabId="add-to-orcid" tabTitle="Add to ORCID"></slider-tab> <slider-tab tabId="add-to-orcid" tabTitle="Add to ORCID"></slider-tab>
<slider-tab tabId="linking" tabTitle="Linking"></slider-tab> <slider-tab tabId="linking" tabTitle="Linking"></slider-tab>
<slider-tab tabId="upload-dois" tabTitle="Upload DOIs"></slider-tab> <slider-tab tabId="upload-dois" tabTitle="Upload DOIs"></slider-tab>
<slider-tab tabId="oai-pmh" tabTitle="OAI-PMH"></slider-tab>
<slider-tab tabId="dashboard-managers" tabTitle="Dashboard Managers"></slider-tab> <slider-tab tabId="dashboard-managers" tabTitle="Dashboard Managers"></slider-tab>
</slider-tabs> </slider-tabs>
</div> </div>
@ -78,6 +85,9 @@
<div id="upload-dois" class="uk-margin-xlarge-bottom"> <div id="upload-dois" class="uk-margin-xlarge-bottom">
<helper [texts]="divContents['upload-dois']"></helper> <helper [texts]="divContents['upload-dois']"></helper>
</div> </div>
<div id="oai-pmh" class="uk-width-xlarge uk-margin-large-bottom">
<helper [texts]="divContents['oai-pmh']"></helper>
</div>
<div id="dashboard-managers" class="uk-margin-xlarge-bottom"> <div id="dashboard-managers" class="uk-margin-xlarge-bottom">
<helper [texts]="divContents['dashboard-managers']"></helper> <helper [texts]="divContents['dashboard-managers']"></helper>
</div> </div>