Allow multiple affiliations for authors

This commit is contained in:
Ludwig Schubert
2018-06-22 11:56:47 -07:00
parent a06cb5794c
commit 5217fd9943
5 changed files with 40 additions and 15 deletions
+1
View File
@@ -58,6 +58,7 @@ class Author {
this.personalURL = object.authorURL; // 'https://colah.github.io'
this.affiliation = object.affiliation; // 'Google Brain'
this.affiliationURL = object.affiliationURL; // 'https://g.co/brain'
this.affiliations = object.affiliations || []; // new-style affiliations
}
// 'Chris'