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:

Attributes Summary

note

A note describing the contribution.

role

The role of the contributor, using the Zenodo vocabulary.

Attributes Documentation

note: str | None = None

A note describing the contribution.

role: ZenodoRole | None = None

The role of the contributor, using the Zenodo vocabulary.