[Trunk | Library]: depositFirstPage.component.ts: Updated texts by Alessia.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57423 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3752d4784b
commit
f1a9f98600
|
@ -32,12 +32,12 @@ import {Meta, Title} from "@angular/platform-browser";
|
|||
<div class="uk-text-small">
|
||||
Find the appropriate repository to deposit your research products of any type (publication, data, software, other) or to include in your data management plan.
|
||||
Search and browse for OpenAIRE compliant repositories registered in OpenDOAR and re3data.
|
||||
<!-- <br>-->
|
||||
<!-- Looking for Open Access journals? Find those that suit -->
|
||||
<!-- <span *ngIf="communityId != 'openaire'">your community</span><span *ngIf="communityId == 'openaire'">you</span> -->
|
||||
<!-- among the journals registered in the Directory of Open Access Journals (DOAJ).-->
|
||||
<!-- <br>-->
|
||||
<!-- To know more, read the OpenAIRE Open Access primer (https://www.openaire.eu/oa-basics)-->
|
||||
<br>
|
||||
Looking for Open Access journals? Find those that suit your
|
||||
<span *ngIf="communityId && communityId != 'openaire'">community </span><span *ngIf="!communityId || communityId == 'openaire'">needs </span>
|
||||
among the journals registered in the Directory of Open Access Journals (DOAJ).
|
||||
<br>
|
||||
To know more, read the OpenAIRE Open Access primer (<a target="_blank" href="https://www.openaire.eu/oa-basics">https://www.openaire.eu/oa-basics</a>)
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
|
@ -62,8 +62,6 @@ import {Meta, Title} from "@angular/platform-browser";
|
|||
Find the Open Access journals that suit your
|
||||
<span *ngIf="communityId && communityId != 'openaire'">community </span><span *ngIf="!communityId || communityId == 'openaire'">needs </span>
|
||||
among those registered in the Directory of Open Access Journals (DOAJ).
|
||||
<br>
|
||||
To know more, read the OpenAIRE Open Access primer (<a target="_blank" href="https://www.openaire.eu/oa-basics">https://www.openaire.eu/oa-basics</a>)
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
|
@ -151,7 +149,8 @@ import {Meta, Title} from "@angular/platform-browser";
|
|||
<div class="uk-margin-top">
|
||||
<div class="uk-text-bold">Funding</div>
|
||||
<div>
|
||||
Identify grants, integrated in reporting lines for research funded by the European Commission via OpenAIRE.
|
||||
<!-- Identify grants, integrated in reporting lines for research funded by the European Commission via OpenAIRE.-->
|
||||
Link your upload to its funding projects. For research funded by the European Commission, your upload will automatically be available for reporting on the EC participant portal.
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-margin-top">
|
||||
|
@ -198,7 +197,7 @@ export class DepositFirstPageComponent {
|
|||
|
||||
public keyword: string;
|
||||
public depositRoute: string;
|
||||
public searchPlaceHolder = "Search for repositories by title, country, organization, subject...";
|
||||
public searchPlaceHolder = "Search by title, country, organization, subject...";
|
||||
properties:EnvProperties;
|
||||
public routerHelper:RouterHelper = new RouterHelper();
|
||||
|
||||
|
|
Loading…
Reference in New Issue