Project

General

Profile

1
<div class="">
2
    <div class="uk-article-title custom-article-title uk-margin-bottom">
3
      Share {{requestFor}}
4
    </div>
5
    <schema2jsonld *ngIf="url"  [URL]="url"     name="Share {{requestFor}}" type="other"></schema2jsonld>
6

    
7
    <div class="uk-width-1-1">
8
      <helper position="top"></helper>
9
    </div>
10
    <div class="uk-grid  helper-grid uk-margin-top">
11
      <helper position="left" styleName=" uk-width-1-5 uk-padding-left"></helper>
12
      <div class="uk-width-expand">
13
        <!--div>
14
          <p>
15
              <i>
16
                  Are you a grant recipient from the following: H2020; FP7 with SC39; or ERC?
17
              </i>
18
              Then you are required to publish in
19
              <a href="{{openAccess}}" target="_blank">open access (<i class="custom-external"></i>)</a>.
20
              One way to do this is to deposit your {{requestFor}} into an
21
              <a href="{{openAccessRepo}}" target="_blank">open access repository (<i class="custom-external"></i>)</a>.
22
          </p>
23
          <p>
24
              Click the following to find more information:
25
              <a href="{{fp7Guidlines}}" target="_blank">FP7 guidelines (<i class="custom-external"></i>)</a>,
26
              <a href="{{h2020Guidlines}}" target="_blank">H2020 guidelines (<i class="custom-external"></i>)</a>,
27
              <a href="{{ercGuidlines}}" target="_blank">ERC guidelines (<i class="custom-external"></i>)</a> OR
28
              <a href="{{helpdesk}}" target="_blank">ask a question (<i class="custom-external"></i>)</a> to OpenAIRE’s national representative.
29
          </p>
30
        </div-->
31
          <h5>See if your institution has a repository </h5>
32

    
33
          <form class= "uk-grid">
34
              <div class="uk-width-1-2 ">
35
              <entities-autocomplete [(properties)]=properties fieldId="organization" (click)="warningMessage = ''" [entityType]="'organization'" [depositType]=compatibility   [selectedValue]=selectedId [showSelected]=true
36
                [placeHolderMessage] = "'Organization name'" [title] = "'Organizations'"  [multipleSelections]=false
37
                (selectedValueChanged)="valueChanged($event)">
38
              </entities-autocomplete>
39
              </div>
40
              <button class=" uk-margin-left uk-button portal-button"  type="submit" (click)="organizationSelected(selectedId)" >
41
                  Locate
42
              </button>
43
          </form>
44
          <div *ngIf="warningMessage.length > 0" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">{{warningMessage}}</div>
45

    
46
          <div *ngIf="searchBySubjects" >
47
            <deposit-by-subject></deposit-by-subject>
48
          </div>
49
          <div *ngIf="mapUrl"  class="uk-margin-large-top">
50
            <h5>Or locate repository on map</h5>
51
            <div   class="uk-margin-top">
52
              <i-frame [url]="mapUrl" width="100%" height="900"></i-frame>
53
            </div>
54
          </div>
55
        </div>
56
        <div class="uk-width-1-5">
57
          <helper position="right" before="true"></helper>
58

    
59
          <div class="uk-card uk-card-default uk-card-body portal-card">
60
            Deposit your {{requestFor}} in
61
            <a href="{{zenodoInformation.url}}" target="_blank" uk-tooltip="title: Zenodo is OpenAIRE's catch-all repository hosted by CERN.">
62
              {{zenodoInformation.name}} (<i class="custom-external"></i>)</a>
63
            <div class="uk-margin-top" *ngIf="zenodoInformation && zenodoInformation.shareInZenodoUrl">
64
              <a href="{{zenodoInformation.shareInZenodoUrl}}">More Zenodo communities</a>
65
            </div>
66
            <!-- <div class="uk-margin-top" *ngIf="zenodoInformation && zenodoInformation.shareInZenodoUrl" [innerHtml]="zenodoInformation.shareInZenodoUrl"></div> -->
67
          </div>
68

    
69
          <helper position="right" before="false"></helper>
70
        </div>
71
        <!-- <helper position="right" styleName=" uk-width-1-5"></helper> -->
72
  </div>
73
  <helper position="bottom"></helper>
74
</div>
(1-1/11)