citeformer.render.formatters.ieee

IEEE citation style.

Numeric inline markers ([1]). Bibliography entries per IEEE’s Author’s Kit conventions:

  • Article: [1] A. Author, "Title," Journal Name, vol. X, no. Y, pp. Z, Month Year.

  • Book: [1] A. Author, Title. City: Publisher, Year.

  • Chapter: [1] A. Author, "Chapter Title," in Book Title, E. Editor, Ed. City: Publisher, Year, pp. X–Y.

  • Conference paper: [1] A. Author, "Title," in Proc. Conference, Year, pp. X–Y.

  • Thesis: [1] A. Author, "Title," Ph.D. dissertation, Dept., Univ., City, Year.

  • Webpage: [1] A. Author, "Title," Site, Year. [Online]. Available: URL

Authors: F. M. Last. For 3+ authors, IEEE allows et al. after the first; we use it after six for consistency with common practice.

Module Contents

Classes

IEEEFormatter

IEEE — numeric, Author’s-Kit bibliography format.

API

class citeformer.render.formatters.ieee.IEEEFormatter

Bases: citeformer.render.formatters._base.CitationFormatter

IEEE — numeric, Author’s-Kit bibliography format.

name

‘ieee’

citation_format

‘numeric’

inline(item: citeformer.render.formatters._base.CSLItem, number: int) str
bibliography(item: citeformer.render.formatters._base.CSLItem, number: int) str