Project

General

Profile

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

    
31
          <form class= "uk-grid">
32
              <div class="uk-width-1-2 ">
33
              <entities-autocomplete fieldId="organization" (click)="warningMessage = ''" [entityType]="'organization'" [depositType]=compatibility   [selectedValue]=selectedId [showSelected]=true
34
                [placeHolderMessage] = "'Organization name'" [title] = "'Organizations'"  [multipleSelections]=false
35
                (selectedValueChanged)="valueChanged($event)">
36
              </entities-autocomplete>
37
              </div>
38
              <button class=" uk-margin-left uk-button uk-button-default"  type="submit" (click)="organizationSelected(selectedId)" >
39
                  Locate
40
              </button>
41
              <div *ngIf="warningMessage.length > 0" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">{{warningMessage}}</div>
42
          </form>
43
          <div *ngIf="searchBySubjects" >
44
            <deposit-by-subject></deposit-by-subject>
45
          </div>
46
          <div *ngIf="mapUrl"  class="uk-margin-large-top">
47
            <h3>Or locate repository on map</h3>
48
            <div   class="uk-margin-top">
49
              <i-frame [url]="mapUrl" width="100%" height="900"></i-frame>
50
            </div>
51
          </div>
52
        </div>
53
        <helper position="right" styleName=" uk-width-1-5"></helper>
54
  </div>
55
  <helper position="bottom"></helper>
56
</div>
(1-1/4)