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