Citation guide
IEEE Citation Format: A Practical Guide with Examples
Learn IEEE citation format for journals, conferences, books, and websites, with worked examples, DOI guidance, and a final accuracy checklist.
How IEEE citations work
IEEE uses numbered references. Cite a source in the text with a number in square brackets, then give the complete source details in a numbered reference list. The first source cited is [1], the second is [2], and the same number is reused every time that source appears again.
Reference numbers follow first appearance, not alphabetical order. Once a source has a number, it keeps that number wherever it appears. Do not assign a new number when you cite it in a later paragraph. When a source is removed or moved earlier in the manuscript, update the numbering and every matching in-text citation.
- Place a citation before terminal punctuation when it supports the preceding statement [1].
- Use separate brackets for two nonconsecutive sources, such as [2], [5].
- List consecutive references as separate bracketed numbers, such as [3], [4], [5], [6].
- Name an author in the sentence only when the author matters to the argument. The reference number still supplies the citation.
Build the reference from verified fields
A reliable IEEE reference starts with a complete source record. Capture the authors, title, publication container, year, and stable identifier before formatting punctuation. For an article, the publication container is usually the journal or conference proceedings. For a book, it is the publisher. For a web source, it is the site or responsible organization.
Use the source itself, the publisher record, or the DOI registry to check these fields. Search-result snippets and copied reference lists can contain shortened titles, missing authors, or the wrong year. A formatter can arrange metadata, but it cannot verify metadata that was never supplied.
- Confirm the source type. Journal articles, conference papers, books, chapters, and websites use different field orders.
- Record author names in publication order. Preserve group authors when an organization is credited.
- Copy the full title and publication name. Keep meaningful capitalization in proper nouns and abbreviations.
- Check volume, issue, page range or article number, and year against the publisher record.
- Normalize the DOI to its identifier form, such as 10.1038/s41586-021-03819-2, before generating the reference.
IEEE reference patterns by source type
The field order is more important than visual imitation. Start with the correct source pattern, then apply the venue's current author and title rules. The patterns below cover the source types most often used in engineering and computer science manuscripts.
- Journal article: Initials. Surname, "Article title," Journal Title, vol. x, no. x, pp. xx-xx, year, doi: DOI.
- Conference paper: Initials. Surname, "Paper title," in Conference or Proceedings Title, City, Country, year, pp. xx-xx.
- Book: Initials. Surname, Book Title, edition. City, State or Country: Publisher, year.
- Book chapter: Initials. Surname, "Chapter title," in Book Title, edition, Editor Initials. Surname, Ed. City, State or Country: Publisher, year, pp. xx-xx.
- Website: Author or organization, "Page title," Site Name. Accessed: Mon. day, year. [Online]. Available: URL.
Worked IEEE citation examples
These examples show how verified metadata becomes a reference-list entry. The inputs are separated from the finished reference so you can identify which field controls each part of the output.
Journal article
- Authors
- J. Jumper et al.
- Title
- Highly accurate protein structure prediction with AlphaFold
- Journal
- Nature
- Publication
- vol. 596, no. 7873, pp. 583-589, 2021
- DOI
- 10.1038/s41586-021-03819-2
IEEE reference
[1] J. Jumper et al., "Highly accurate protein structure prediction with AlphaFold," Nature, vol. 596, no. 7873, pp. 583-589, 2021, doi: 10.1038/s41586-021-03819-2.
The journal name follows the article title. Volume, issue, pages, year, and DOI complete the publication record.
Conference paper
- Authors
- A. Vaswani et al.
- Title
- Attention is all you need
- Proceedings
- Advances in Neural Information Processing Systems
- Location
- Long Beach, CA, USA
- Publication
- 2017, pp. 5998-6008
IEEE reference
[2] A. Vaswani et al., "Attention is all you need," in Advances in Neural Information Processing Systems, Long Beach, CA, USA, 2017, pp. 5998-6008.
The word in introduces the proceedings title. The conference location and page range follow the publication title.
Book
- Author
- P. Kundur
- Title
- Power System Stability and Control
- Place
- New York, NY, USA
- Publisher
- McGraw-Hill
- Year
- 1994
IEEE reference
[3] P. Kundur, Power System Stability and Control. New York, NY, USA: McGraw-Hill, 1994.
A complete book reference identifies the publication place, publisher, and year. Add an edition after the title when the source is not the first edition.
Website
- Organization
- Crossref
- Page title
- Crossref REST API
- Site
- Crossref
- Accessed
- Sep. 7, 2026
- URL
- https://api.crossref.org
IEEE reference
[4] Crossref, "Crossref REST API," Crossref. Accessed: Sep. 7, 2026. [Online]. Available: https://api.crossref.org
The access date records when the changing web resource was consulted. Prefer a DOI for a stable scholarly work when one is available.
Use a DOI without losing source details
A DOI is a persistent identifier, not a complete citation. A DOI lookup can return the source title, authors, journal, year, volume, issue, and pages. Review those fields before copying the formatted reference because registry records can be incomplete or can describe an early version of the work.
Paste only a DOI or a doi.org link into a DOI tool. A tool should not fetch arbitrary URLs supplied in the DOI field. After lookup, compare the result with the publisher page or the paper PDF, especially when an article has an online publication year that differs from its issue year.
- Normalize the DOI by removing a doi: prefix or https://doi.org/ while keeping the identifier unchanged.
- Retrieve the metadata from a DOI registry such as Crossref or DataCite.
- Check the title, author order, publication, and year against the source.
- Generate the IEEE reference and save the BibTeX record with the same verified metadata.
- Insert the source through the manuscript citation control so numbering follows first appearance.
Move IEEE references into BibTeX and LaTeX
BibTeX stores citation metadata in named fields. The bibliography style then decides how those fields appear in the manuscript. For an IEEE LaTeX paper, the source record still needs a stable citation key, correct entry type, complete author list, title, publication, year, and available identifiers.
Do not edit a generated bibliography line in isolation if the manuscript is built from BibTeX. Correct the underlying .bib entry and rebuild the document. This keeps the rendered reference, in-text number, and reusable source record consistent.
- Use @article for journal articles and @inproceedings for papers in conference proceedings.
- Separate BibTeX authors with and so the style can parse each person.
- Protect required capitalization in titles with braces, for example {IEEE}, {DNA}, or {LaTeX}.
- Keep the DOI in a doi field without a resolver prefix unless the target workflow specifies otherwise.
- Compile the document twice when the toolchain requires a second pass to resolve reference numbers.
Correct the errors that formatters miss
Most reference problems are metadata problems. A citation can look polished while pointing to the wrong version, omitting a contributor, or using a title copied from a preprint when the claim cites the published article.
- Wrong source type: A conference paper formatted as a journal article will place the publication details in the wrong order.
- Broken author parsing: Commas, particles, suffixes, and group authors can be split incorrectly by a generic name parser.
- Mixed publication dates: Online-first, issue, conference, and repository dates may all differ. Use the date required for the version you cite.
- Missing article numbers: Some journals use an article number instead of a page range. Do not invent pages.
- Unverified DOI: Test that the DOI resolves to the cited work and not a correction, supplement, or related dataset.
- Manual numbering drift: Moving text can leave duplicate or skipped reference numbers when citations are plain text instead of structured manuscript nodes.
Run a final IEEE reference check
Check the references after the manuscript structure is stable and again after the final export. A word processor, LaTeX build, or submission conversion can change line wrapping and links even when the source data is correct.
- Read each in-text citation in context and confirm that the cited source supports the nearby statement.
- Confirm that every in-text number has one reference-list entry and every reference-list entry is cited in the manuscript.
- Verify first-appearance numbering from the beginning of the manuscript through tables, figures, footnotes, and appendices.
- Compare titles, author order, publication, year, volume, issue, pages or article number, and DOI with an authoritative record.
- Open each DOI and URL in the exported file and confirm that it reaches the intended source.
- Inspect the final Word or PDF output for missing characters, damaged capitalization, and unrendered BibTeX or LaTeX commands.
Authoritative sources
Reference standards used for this guide
Questions
Frequently asked questions
Are IEEE references listed alphabetically?
No. IEEE references are numbered in the order each source first appears in the manuscript. Reuse the same number when you cite that source again.
How do I cite the same source more than once in IEEE style?
Use the source's original bracketed number every time. Do not create a second reference-list entry. Add a page or section locator in the sentence when the reader needs a precise location.
Should an IEEE reference include a DOI?
Include the DOI when it is available and the target publication permits it. Verify that the DOI resolves to the exact version you cited. Do not replace other required publication fields with the DOI.
Can I convert a DOI directly to an IEEE citation?
A DOI lookup can retrieve and format registry metadata. Review the returned title, authors, publication, year, and pages against the source before using the citation.
What is the difference between IEEE citation format and BibTeX?
IEEE citation format is the rendered reference style. BibTeX is a structured metadata format used by LaTeX and other tools. A bibliography style can render a valid BibTeX record as an IEEE reference.
Where should the citation number appear in a sentence?
Place the bracketed number close to the statement it supports and before terminal punctuation. Follow the target publication's instructions when a citation sits next to an equation, table, or figure reference.