We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb520d1 + 33e6557 commit 8cd97e2Copy full SHA for 8cd97e2
1 file changed
projects/website-angular/src/app/content/contributors/contributors.component.html
@@ -82,6 +82,7 @@ <h1>Contributors</h1>
82
Name
83
<span class="material-symbols-rounded sort-icon">{{ sortIcon('displayName') }}</span>
84
</th>
85
+ <th class="col-name">First Name</th>
86
<th class="col-orcid">ORCID</th>
87
<th class="col-num sortable" (click)="toggleSort('authoredPathways')">
88
Authored Pathways
@@ -107,6 +108,7 @@ <h1>Contributors</h1>
107
108
<td class="col-name">
109
<a [href]="personUrl(c.person.dbId)" class="person-link">{{ c.person.displayName }}</a>
110
</td>
111
+ <td class="col-name">{{ c.person.firstname }}</td>
112
<td class="col-orcid">
113
@if (c.person.orcidId) {
114
<a class="orcid-link" [href]="orcidUrl(c.person.orcidId)" target="_blank" rel="noopener">
0 commit comments