Project

General

Profile

« Previous | Next » 

Revision 60345

Fixed the author orcid for the events results page

View differences:

content-events-of-repo-eventslist.component.html
90 90
                </div>
91 91
              </div>
92 92

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

  
95
                <div class="small-content">
96
                  <span class="uk-badge uk-badge-success uk-margin-small-right">{{event.highlight.creators.length}} author ORCID(s) added</span>
97
                  <span class="mute-title">FROM: </span>
98
                  <ng-container *ngIf="event.provenance.url">
99
                    <a href="{{ event.provenance.url }}" target="_blank">{{ event.provenance.repositoryName }}</a>
100
                    <span *ngIf="event.provenance.id"> (ID: {{ event.provenance.id }})</span>
101
                  </ng-container>
102
                  <ng-container *ngIf="!event.provenance.url">
103
                    <span>{{ event.provenance.repositoryName }}</span>
104
                  </ng-container>
105
                </div>
106

  
107
                <div class="uk-margin-top uk-margin-medium-bottom small-content">
108
                  <div *ngFor="let author of event.highlight.creators; let p_index = index" class="uk-margin-small-bottom">
109
                    <span class="highlightIndex">{{(p_index + 1)}}. </span>
110
                    <span>{{ author.fullname }} <b>&nbsp;&nbsp;({{ author.orcid }})&nbsp;&nbsp;</b></span>
111
                  </div>
112
                </div>
113

  
114
              </ng-container>
115

  
93 116
              <ng-container *ngIf="event.highlight.pids && event.highlight.pids.length>0">
94 117

  
95 118
                <div class="small-content">
......
303 326
                  <span class="mute-title">Author(s): </span>
304 327
                  <span *ngFor="let auth of event.result.creators; let au_index = index" class="small-content">
305 328
                    <span *ngIf="au_index>0"> | </span>
306
                    <span>{{ auth.fullname }}</span>
329
                    <span>{{ auth.fullname }} <b>&nbsp;({{ auth.orcid }})&nbsp;&nbsp;</b></span>
307 330
                  </span>
308 331
                </div>
309 332

  

Also available in: Unified diff