Project

General

Profile

« Previous | Next » 

Revision 60345

Fixed the author orcid for the events results page

View differences:

content-notifications-of-subscription.component.html
61 61
                  </div>
62 62
                </div>
63 63

  
64
                <ng-container *ngIf="event.highlight.creators && event.highlight.creators.length>0">
65

  
66
                  <div class="small-content">
67
                    <span class="uk-badge uk-badge-success uk-margin-small-right">{{event.highlight.creators.length}} author ORCID(s) added</span>
68
                    <span class="mute-title">FROM: </span>
69
                    <ng-container *ngIf="event.provenance.url">
70
                      <a href="{{ event.provenance.url }}" target="_blank">{{ event.provenance.repositoryName }}</a>
71
                      <span *ngIf="event.provenance.id"> (ID: {{ event.provenance.id }})</span>
72
                    </ng-container>
73
                    <ng-container *ngIf="!event.provenance.url">
74
                      <span>{{ event.provenance.repositoryName }}</span>
75
                    </ng-container>
76
                  </div>
77

  
78
                  <div class="uk-margin-top uk-margin-medium-bottom small-content">
79
                    <div *ngFor="let author of event.highlight.creators; let p_index = index" class="uk-margin-small-bottom">
80
                      <span class="highlightIndex">{{(p_index + 1)}}. </span>
81
                      <span>{{ author.fullname }} <b>&nbsp;&nbsp;({{ author.orcid }})&nbsp;&nbsp;</b></span>
82
                    </div>
83
                  </div>
84

  
85
                </ng-container>
86

  
64 87
                <ng-container *ngIf="event.highlight.pids && event.highlight.pids.length>0">
65 88

  
66 89
                  <div class="small-content">
......
274 297
                    <span class="mute-title">Author(s): </span>
275 298
                    <span *ngFor="let auth of event.result.creators; let au_index = index" class="small-content">
276 299
                    <span *ngIf="au_index>0"> | </span>
277
                    <span>{{ auth.fullname }}</span>
300
                    <span>{{ auth.fullname }} <b>&nbsp;({{ auth.orcid }})&nbsp;&nbsp;</b></span>
278 301
                  </span>
279 302
                  </div>
280 303

  

Also available in: Unified diff