class documentation
class Publication(BaseModel):
Constructor: Publication.from_works_container(works_container)
Model for a publication.
| Class Method | from |
Create a Publication instance from a WorksContainer. |
| Method | bibliography |
Return the publication as a bibliographic string. |
| Class Variable | authors |
Undocumented |
| Class Variable | doi |
Undocumented |
| Class Variable | journal |
Undocumented |
| Class Variable | num |
Undocumented |
| Class Variable | title |
Undocumented |
| Class Variable | volume |
Undocumented |
| Class Variable | year |
Undocumented |
| Property | author |
Return the authors as a string. |