Person#
- class technote.metadata.model.Person(*, name, email=None, affiliations=<factory>, orcid=None, internal_id=None)#
Bases:
object
The domain model for a person (e.g. an author).
- Parameters:
name (
StructuredName
) –affiliations (
list
[Organization
], default:<factory>
) –
Attributes Summary
The email address of the person.
An internal/institutional identifier for a person.
The ORCiD ID (URL) of the person.
Attributes Documentation