literature.choices module#
- class literature.choices.IdentifierTypes(value)[source]#
Bases:
IntegerChoicesAn enumeration.
- DOI = 0#
- ISBN = 2#
- ISSN = 1#
- PMCID = 3#
- PMID = 4#
- URL = 5#
- class literature.choices.MonthChoices(value)[source]#
Bases:
IntegerChoicesAn enumeration.
- APR = 4#
- AUG = 8#
- DEC = 12#
- FEB = 2#
- JAN = 1#
- JUL = 7#
- JUN = 6#
- MAR = 3#
- MAY = 5#
- NOV = 11#
- OCT = 10#
- SEP = 9#
- class literature.choices.TypeChoices(value)[source]#
Bases:
TextChoicesAn enumeration.
- article = 'article'#
- article_journal = 'article-journal'#
- article_magazine = 'article-magazine'#
- article_newspaper = 'article-newspaper'#
- bill = 'bill'#
- book = 'book'#
- broadcast = 'broadcast'#
- chapter = 'chapter'#
- dataset = 'dataset'#
- entry = 'entry'#
- entry_dictionary = 'entry-dictionary'#
- entry_encyclopedia = 'entry-encyclopedia'#
- figure = 'figure'#
- graphic = 'graphic'#
- interview = 'interview'#
- legal_case = 'legal_case'#
- legislation = 'legislation'#
- manuscript = 'manuscript'#
- map = 'map'#
- motion_picture = 'motion_picture'#
- musical_score = 'musical_score'#
- pamphlet = 'pamphlet'#
- paper_conference = 'paper-conference'#
- patent = 'patent'#
- personal_communication = 'personal_communication'#
- post = 'post'#
- post_weblog = 'post-weblog'#
- report = 'report'#
- review = 'review'#
- review_book = 'review-book'#
- song = 'song'#
- speech = 'speech'#
- thesis = 'thesis'#
- treaty = 'treaty'#
- webpage = 'webpage'#