Contributor#
- class technote.metadata.model.Contributor(*, name, email=None, affiliations=<factory>, orcid=None, internal_id=None)#
Bases:
Person
The domain model for a contributor.
- Parameters:
name (
StructuredName
) –affiliations (
list
[Organization
], default:<factory>
) –
Attributes Summary
A note describing the contribution.
The role of the contributor, using the Zenodo vocabulary.
Attributes Documentation
-
role:
Optional
[ZenodoRole
] = None# The role of the contributor, using the Zenodo vocabulary.