raw affiliation string #40
Loading…
Reference in New Issue
No description provided.
Delete Branch "raw_affiliations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR renames the field
Result.author.affiliation
torawAffiliationString
to better reflect its purpose. It also simplifies the type used to represent each entry in the list using directlyjava.lang.String
instead of boxing it into anoaf.Field
.