Project

General

Profile

« Previous | Next » 

Revision 62389

View differences:

register-datasource-select-existing.component.html
5 5
        {{ alertMessage }}
6 6
      </div>
7 7
      <div class="uk-alert uk-alert-info">
8
        Please make sure your {{mode === 'cris' ? 'Research Information System': 'repository'}} is registered in
9
        <a target="_blank" href="{{ sourceUrl }}">
10
          <i class="fas fa-external-link-alt" style="margin-right:3px;"></i>{{ sourceTitle }}
11
        </a>
12
        <a *ngIf="mode === 'cris'" target="_blank" href="https://eurocris.org/dris/dris-form">
13
          <br><i class="fas fa-external-link-alt" style="margin-right:3px;"></i>euroCRIS DRIS
14
        </a>
15
        . <br>
16
        <span *ngIf="latestUpdate && (latestUpdate !== 'null')">
17
          <b>Last Updated: </b>{{ latestUpdate }}
18
        </span>
8

  
9
        <ng-container *ngIf="mode === 'repository'">
10
          Please make sure your repository is registered in <a href="https://v2.sherpa.ac.uk/opendoar/" target="_blank">OpenDOAR</a>,
11
          <a href="http://www.re3data.org/" target="_blank">Re3data</a> or <a href="https://fairsharing.org/search?fairsharingRegistry=Database" target="_blank">FAIRsharing</a>.
12
          <span *ngIf="opendoarlatestUpdate && (opendoarlatestUpdate !== 'null')">
13
            <br><b>Last Updated (OpenDOAR): </b>{{ opendoarlatestUpdate }}
14
          </span>
15
          <span *ngIf="re3datalatestUpdate && (re3datalatestUpdate !== 'null')">
16
            <br><b>Last Updated (Re3data): </b>{{ re3datalatestUpdate }}
17
          </span>
18
          <span *ngIf="fairsharinglatestUpdate && (fairsharinglatestUpdate !== 'null')">
19
            <br><b>Last Updated (FAIRsharing): </b>{{ fairsharinglatestUpdate }}
20
          </span>
21
        </ng-container>
22

  
23
        <ng-container *ngIf="mode === 'cris'">
24
          Please make sure your Research Information System is registered in <a href="https://eurocris.org" target="_blank">euroCRIS</a>.
25
          <a href="https://eurocris.org/dris/dris-form" target="_blank"><br><i class="fas fa-external-link-alt" style="margin-right:3px;"></i>euroCRIS DRIS</a>
26
          <span *ngIf="latestUpdate && (latestUpdate !== 'null')">
27
            <br><b>Last Updated: </b>{{ latestUpdate }}
28
          </span>
29
        </ng-container>
30
<!--        <span *ngIf="latestUpdate && (latestUpdate !== 'null')">-->
31
<!--          <ng-container *ngIf="mode==='repository'">-->
32
<!--                      <b>Last Updated (OpenDOAR): </b>{{ latestUpdate }}-->
33
<!--            <b>Last Updated (Re3data): </b>{{ latestUpdate }}-->
34
<!--            <b>Last Updated (FAIRsharing): </b>{{ latestUpdate }}-->
35
<!--          </ng-container>-->
36
<!--          <ng-container *ngIf="mode==='cris'">-->
37
<!--            -->
38
<!--          </ng-container>-->
39
<!--        </span>-->
40

  
19 41
      </div>
20 42
      <div class="uk-margin-medium-top">
21 43
        <div class="md-input-wrapper md-input-filled">

Also available in: Unified diff