mirror of
https://github.com/wassname/template.git
synced 2026-09-11 12:51:52 +08:00
Allow multiple affiliations for authors
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user