class documentation
class AuthorName(BaseModel):
Model for an author name.
Class Variable | family |
Undocumented |
Class Variable | given |
Undocumented |
Class Variable | orcid |
Undocumented |
Property | full |
Return the full name of the author. |
Property | short |
Return the short name of the author. |