2019-07-23 10:05:04 +02:00
|
|
|
|
<div class="">
|
2017-12-19 13:53:46 +01:00
|
|
|
|
<div class="uk-article-title custom-article-title uk-margin-bottom">
|
2019-02-18 16:06:35 +01:00
|
|
|
|
Share {{requestFor}}
|
2017-12-19 13:53:46 +01:00
|
|
|
|
</div>
|
2019-02-18 16:06:35 +01:00
|
|
|
|
<schema2jsonld *ngIf="url" [URL]="url" name="Share {{requestFor}}" type="other"></schema2jsonld>
|
2018-11-14 11:38:53 +01:00
|
|
|
|
|
2017-12-19 13:53:46 +01:00
|
|
|
|
<div class="uk-width-1-1">
|
|
|
|
|
<helper position="top"></helper>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="uk-grid helper-grid uk-margin-top">
|
|
|
|
|
<helper position="left" styleName=" uk-width-1-5 uk-padding-left"></helper>
|
|
|
|
|
<div class="uk-width-expand">
|
|
|
|
|
<!--div>
|
|
|
|
|
<p>
|
|
|
|
|
<i>
|
|
|
|
|
Are you a grant recipient from the following: H2020; FP7 with SC39; or ERC?
|
|
|
|
|
</i>
|
|
|
|
|
Then you are required to publish in
|
|
|
|
|
<a href="{{openAccess}}" target="_blank">open access (<i class="custom-external"></i>)</a>.
|
|
|
|
|
One way to do this is to deposit your {{requestFor}} into an
|
|
|
|
|
<a href="{{openAccessRepo}}" target="_blank">open access repository (<i class="custom-external"></i>)</a>.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Click the following to find more information:
|
|
|
|
|
<a href="{{fp7Guidlines}}" target="_blank">FP7 guidelines (<i class="custom-external"></i>)</a>,
|
|
|
|
|
<a href="{{h2020Guidlines}}" target="_blank">H2020 guidelines (<i class="custom-external"></i>)</a>,
|
|
|
|
|
<a href="{{ercGuidlines}}" target="_blank">ERC guidelines (<i class="custom-external"></i>)</a> OR
|
|
|
|
|
<a href="{{helpdesk}}" target="_blank">ask a question (<i class="custom-external"></i>)</a> to OpenAIRE’s national representative.
|
|
|
|
|
</p>
|
|
|
|
|
</div-->
|
2018-10-03 16:12:42 +02:00
|
|
|
|
<h5>See if your institution has a repository </h5>
|
2017-12-19 13:53:46 +01:00
|
|
|
|
|
|
|
|
|
<form class= "uk-grid">
|
|
|
|
|
<div class="uk-width-1-2 ">
|
2018-02-05 14:14:59 +01:00
|
|
|
|
<entities-autocomplete [(properties)]=properties fieldId="organization" (click)="warningMessage = ''" [entityType]="'organization'" [depositType]=compatibility [selectedValue]=selectedId [showSelected]=true
|
2017-12-19 13:53:46 +01:00
|
|
|
|
[placeHolderMessage] = "'Organization name'" [title] = "'Organizations'" [multipleSelections]=false
|
|
|
|
|
(selectedValueChanged)="valueChanged($event)">
|
|
|
|
|
</entities-autocomplete>
|
|
|
|
|
</div>
|
2018-10-03 16:12:42 +02:00
|
|
|
|
<button class=" uk-margin-left uk-button portal-button" type="submit" (click)="organizationSelected(selectedId)" >
|
2017-12-19 13:53:46 +01:00
|
|
|
|
Locate
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
2018-12-17 12:01:19 +01:00
|
|
|
|
<div *ngIf="warningMessage.length > 0" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">{{warningMessage}}</div>
|
|
|
|
|
|
2017-12-19 13:53:46 +01:00
|
|
|
|
<div *ngIf="searchBySubjects" >
|
|
|
|
|
<deposit-by-subject></deposit-by-subject>
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf="mapUrl" class="uk-margin-large-top">
|
2018-10-03 16:12:42 +02:00
|
|
|
|
<h5>Or locate repository on map</h5>
|
2017-12-19 13:53:46 +01:00
|
|
|
|
<div class="uk-margin-top">
|
|
|
|
|
<i-frame [url]="mapUrl" width="100%" height="900"></i-frame>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-11-26 16:44:32 +01:00
|
|
|
|
<div class="uk-width-1-5">
|
|
|
|
|
<helper position="right" before="true"></helper>
|
|
|
|
|
|
|
|
|
|
<div class="uk-card uk-card-default uk-card-body portal-card">
|
|
|
|
|
Deposit your {{requestFor}} in
|
|
|
|
|
<a href="{{zenodoInformation.url}}" target="_blank" uk-tooltip="title: Zenodo is OpenAIRE's catch-all repository hosted by CERN.">
|
|
|
|
|
{{zenodoInformation.name}} (<i class="custom-external"></i>)</a>
|
|
|
|
|
<div class="uk-margin-top" *ngIf="zenodoInformation && zenodoInformation.shareInZenodoUrl">
|
|
|
|
|
<a href="{{zenodoInformation.shareInZenodoUrl}}">More Zenodo communities</a>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="uk-margin-top" *ngIf="zenodoInformation && zenodoInformation.shareInZenodoUrl" [innerHtml]="zenodoInformation.shareInZenodoUrl"></div> -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<helper position="right" before="false"></helper>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <helper position="right" styleName=" uk-width-1-5"></helper> -->
|
2017-12-19 13:53:46 +01:00
|
|
|
|
</div>
|
|
|
|
|
<helper position="bottom"></helper>
|
|
|
|
|
</div>
|