Skip to content

Commit

Permalink
Maybe affiliations in crossref
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Jul 10, 2016
1 parent 46980ed commit 362ef7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/org/crossref/normalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Affiliation(Parser):
class Person(Parser):
given_name = ctx.given
family_name = ctx.family
affiliations = Map(Delegate(Affiliation.using(entity=Delegate(Organization))), ctx.affiliation)
affiliations = Map(Delegate(Affiliation.using(entity=Delegate(Organization))), Maybe(ctx, 'affiliation'))


class Contributor(Parser):
Expand Down

0 comments on commit 362ef7a

Please sign in to comment.