citeformer.render.formatters.nature¶
Nature citation style.
Numeric inline markers (1 — no brackets; Nature renders them as
superscripts in typeset output, but our plain-text form keeps a bare number
for simplicity and downstream flexibility).
Bibliography shape:
Article:
1. Author, A. & Author, B. Title. Journal Volume, Pages (Year).Book:
1. Author, A. Book Title (Publisher, Year).Chapter:
1. Author, A. Chapter Title. In Book Title (eds Editor, E.) Pages (Publisher, Year).
Authors: Last, F. M., ampersand before the final. For >5 authors, Nature
abbreviates to Last, F. et al. after the first.
Module Contents¶
Classes¶
Nature — numeric, journal-style bibliography. |
API¶
- class citeformer.render.formatters.nature.NatureFormatter¶
Bases:
citeformer.render.formatters._base.CitationFormatterNature — numeric, journal-style bibliography.
- name¶
‘nature’
- citation_format¶
‘numeric’
- inline(item: citeformer.render.formatters._base.CSLItem, number: int) str¶
- bibliography(item: citeformer.render.formatters._base.CSLItem, number: int) str¶