Naval Postgraduate School

  • NPS Dudley Knox Library
  • Research Guides

Citation Guide

  • BibTeX Code
  • Examples & Rules
  • Zotero Examples
  • Examples & Rules
  • Other Styles
  • Generative AI

  NPS Thesis Template v2.7 (rel. 3 April 2023): Code Examples (Using template version ≤  2.6? Click here:  IEEE  or  INFORMS )

The following codes are customized for NPS theses and are not intended for use with any other publisher or template. The NPS thesis LaTeX template comes prepackaged with a BibTeX tool and a bib file containing the examples below.

  • << Previous: Zotero Examples
  • Next: INFORMS >>
  • Last Updated: Nov 18, 2024 3:34 PM
  • URL: https://libguides.nps.edu/citation

cite unpublished thesis bibtex

411 Dyer Rd. Bldg. 339 Monterey, CA 93943

Start Your Research

  • Academic Writing
  • Ask a Librarian
  • Copyright at NPS
  • Graduate Writing Center
  • How to Cite
  • Library Liaisons
  • Research Tools
  • Thesis Processing Office

Find & Download

  • Databases List
  • Articles, Books, & More
  • NPS Faculty Publications: Calhoun
  • Journal Titles
  • Course Reserves

Use the Library

  • My Accounts
  • Request Article or Book
  • Borrow, Renew, Return
  • Remote Access
  • Workshops & Tours
  • For Faculty & Researchers
  • For International Students
  • Print, Copy, Scan, Fax
  • Rooms & Study Spaces
  • Computers & Software
  • Adapters, Lockers & More

Collections

  • NPS Archive: Calhoun
  • Restricted Resources
  • Special Collections & Archives
  • Federal Depository
  • Homeland Security Digital Library
  • Library Staff
  • Special Exhibits
  • Our Affiliates

NPS-Licensed Resources - Terms & Conditions

Copyright Notice

Federal Depository Library

Naval Postgraduate School 1 University Circle, Monterey, CA 93943 Driving Directions | Campus Map

This is an official U.S. Navy Website |  Please read our Privacy Policy Notice  |  FOIA  |  Section 508  |  No FEAR Act  |  Whistleblower Protection  |  Copyright and Accessibility  |  Contact Webmaster

Understanding the `unpublished` Entry Type in BibTeX

BibTeX is a popular bibliographic management system that assists researchers and academics in organizing and formatting their bibliographies. It is widely used in computer science, but it is also useful in many other fields that require citation of sources. The “unpublished” entry type in BibTeX is used to cite sources that have not been officially published, such as theses, dissertations, and technical reports.

The “unpublished” entry type is a versatile entry type that allows authors to include all relevant information about an unpublished source, such as the author’s name, title, institution, and date. An example of a BibTeX entry for an unpublished source is as follows:

Need a simple solution for managing your BibTeX entries? Explore CiteDrive!

  • Web-based, modern reference management
  • Collaborate and share with fellow researchers
  • Integration with Overleaf
  • Comprehensive BibTeX/BibLaTeX support
  • Save articles and websites directly from your browser
  • Search for new articles from a database of tens of millions of references

The “key” field in this example is a unique identifier that is used to refer to the source in the document’s text. The “author” field contains the name(s) of the source’s author(s), the “title” field contains the title of the source, the “institution” field contains the name of the institution where the source was written, and the “year” field contains the year the source was written.

It should be noted that the “unpublished” entry type should only be used for sources that have not yet been formally published. If a source has been published, even if only online, it should be cited as a “techreport,” “mastersthesis,” or “phdthesis,” depending on the type of publication.

A complete guide to the BibTeX format

  • What is BibTeX?

BibTeX is reference management software for formatting reference lists and in-text citations in combination with the typesetting system LaTeX. The reference entries are stored in BibTeX’s own special format, which is usually denoted with the file extension *.bib. Managing your references with BibTeX comes in especially handy for large documents such as a PhD thesis or a research paper. For even greater ease in reference management consider using reference manager with BibTeX support.

  • BibTeX format explained

Due to its simple structure and the fact that a simple text editor is enough to generate and edit BibTeX files, BibTeX has become one of the standard formats to store and share bibliographic data.

Each BibTeX reference consist of three parts:

Part 1: the entry type

In its current version BibTeX features 14 entry types. A BibTeX entry start with the @ sign followed by the entry type name. Everything that belongs to the entry is enclosed in curly brackets.

Part 2: the citekey

The citekey is the name that is used to uniquely identify the BibTeX entry. It can be any combination of letters and digits and follows immediately after the opening bracket of the BibTeX entry.

Part 3: a list of key-value pairs storing the bibliographic data

Finally, the bibliographic data is stored by a list of predefined field types and their corresponding values.

Let's illustrate on an example. Here is a BibTeX entry for the famous "The Art of Computer Programming" by Donald E. Knuth.

BibTeX format explained

  • Entry types

BibTeX features 14 entry types that help your organize your references. Each entry type has its own set of required an optional fields to store the bibliographic data that is needed to format the references correctly.

Here is a complete listing of the BibTeX entry types including a short description:

  • article : any article published in a periodical like a journal article or magazine article
  • book : a book
  • booklet : like a book but without a designated publisher
  • conference : a conference paper
  • inbook : a section or chapter in a book
  • incollection : an article in a collection
  • inproceedings : a conference paper (same as the conference entry type)
  • manual : a technical manual
  • masterthesis : a Masters thesis
  • misc : used if nothing else fits
  • phdthesis : a PhD thesis
  • proceedings : the whole conference proceedings
  • techreport : a technical report, government report or white paper
  • unpublished : a work that has not yet been officially published

The citekey can be any combination of alphanumeric characters including the characters "-", "_", and ":". The most frequent pattern is to use the last name of the first author followed by the year. Let's illustrate the concept on the book "The Theoretical Minimum" by George Hrabovsky and Leonard Susskind originally published 2013.

It's also possible to list all authors or even the title in the citekey. The longer the citekey is the more likely it is unique by chance, but that comes at the price of more typing and the citekeys are more difficult to remember.

BibTeX comes with a list of standard fields that are supported by most citation styles. Each entry type has required fields and optional fields. Optional field store additional information that might not be present for each reference, but can still be included in the bibliography entry. Due to the flexible definition of the BibTeX format there are also many non-standard fields that are frequently used, but are only supported by selected BibTeX styles.

Standard field types

  • address : address of the publisher or the institution
  • annote : an annotation
  • author : list of authors of the work
  • booktitle : title of the book
  • chapter : number of a chapter in a book
  • edition : edition number of a book
  • editor : list of editors of a book
  • howpublished : a publication notice for unusual publications
  • institution : name of the institution that published and/or sponsored the report
  • journal : name of the journal or magazine the article was published in
  • month : the month during the work was published
  • note : notes about the reference
  • number : number of the report or the issue number for a journal article
  • organization : name of the institution that organized or sponsored the conference or that published the manual
  • pages : page numbers or a page range
  • publisher : name of the publisher
  • school : name of the university or degree awarding institution
  • series : name of the series or set of books
  • title : title of the work
  • type : type of the technical report or thesis
  • volume : volume number
  • year : year the work was published

Non-standard field types

These fields are frequently used, but are not supported by all BibTeX styles.

  • doi : DOI number (like 10.1038/d41586-018-07848-2)
  • issn : ISSN number (like 1476-4687)
  • isbn : ISBN number (like 9780201896831)
  • url : URL of a web page
  • More about BibTeX

If you need to dive deeper into BibTeX, we recommend to have a look at these sources:

  • Tame the BeaST: The B to X of BibTeX by Nicolas Markey [PDF]
  • Using bibtex: a short guide by Martin J. Osborne
  • BibTeXing by Oren Patashnik [PDF]

IMAGES

  1. unpublished bibtex

    cite unpublished thesis bibtex

  2. Bibtex Phd Thesis Master Thesis

    cite unpublished thesis bibtex

  3. Latex Bibliography Style

    cite unpublished thesis bibtex

  4. Bibliography management in LaTeX

    cite unpublished thesis bibtex

  5. How to Cite a Website in LaTeX using BibTeX and BibLaTeX

    cite unpublished thesis bibtex

  6. how to cite unpublished thesis

    cite unpublished thesis bibtex

VIDEO

  1. How to add citation in latex?

  2. How To Find Bibliographies on Your Topic in Dissertations and Theses

  3. Fractionalization as an alternate to charge ordering in electronic insulators

  4. The Thesis Struggle

  5. Thesis formatting on SciSpace (Formerly Typeset)

  6. Dissertation or Master’s Thesis Unpublished

COMMENTS

  1. bibtex

    If you use the @misc entry type, you could put the "unpublished thesis" bit -- or should that maybe be "to be published thesis" or "Ph.D. thesis, fortcoming" -- in the note field. - Mico Commented May 27, 2014 at 18:59

  2. How to cite an unpublished preprint with Bibtex?

    (This is a compilation of some of the comments I provided when the query was first posted.) Since you're using the plain bibliography style, you could use either the @unpublished entry type or the catch-all @misc entry type for the paper at hand. With either of these two entry types, I suggest you use the note field to provide URL and similar information.

  3. citing

    However I encounter a problem in citing an unpublished paper. @unpublished{unpublishedkey, author = "Dummy, D1 D2", title = "Title", note = "unpublished" } ... Isn't the year field optional in an unpublished bibtex entry, and how could I have the citation as the following instead? (Dummy, unpublished) Dummy, D.D. Title. unpublished. citing; natbib;

  4. BibTeX Code

    Learn how to cite articles, books, reports, theses, government documents, etc. for NPS theses, papers, and publications BibTeX Code for Thesis Template v2.7. Naval Postgraduate School. Dudley Knox Library Ask a Librarian ... (1995) Back in the saddle. Unpublished memoir, Leaping H Ranch, Peoria, IL. Normal use of unpublished class. @unpublished ...

  5. BibTeX template: unpublished

    BibTeX unpublished template. The unpublished entry type is intended to be used for unpublished work. Minimal template. Minimal template with required fields only for a BibTeX unpublished entry. @unpublished {citekey, author = "", title = "" }

  6. Understanding the `unpublished` Entry Type in BibTeX

    The "unpublished" entry type in BibTeX is used to cite sources that have not been officially published, such as theses, dissertations, and technical reports. The "unpublished" entry type is a versatile entry type that allows authors to include all relevant information about an unpublished source, such as the author's name, title ...

  7. The 14 BibTeX entry types

    The 14 BibTeX entry types. Possibly the most difficult aspect of using BibTeX to manage bibliographies is deciding what entry type to use for a reference source. We list all the 14 BibTeX entry types including their description on when to use. article. An article from a journal, magazine, newspaper, or periodical.

  8. BibTeX format explained [with examples]

    The reference entries are stored in BibTeX's own special format, which is usually denoted with the file extension *.bib. Managing your references with BibTeX comes in especially handy for large documents such as a PhD thesis or a research paper. For even greater ease in reference management consider using reference manager with BibTeX support.

  9. Unpublished Dissertation or Thesis References

    When a dissertation or thesis is unpublished, include the description "[Unpublished doctoral dissertation]" or "[Unpublished master's thesis]" in square brackets after the dissertation or thesis title. In the source element of the reference, provide the name of the institution that awarded the degree.

  10. bibtex

    There are many types of thesis and @mastersthesis provides the field type just for this purpose. I wouldn't bother creating a new entry type just for a couple of citations. Before editing (a copy) of an existing .bst style, consider that for a submission you would have to use @mastersthesis anyway and you can't share your .bib file with your coworkers unless they have the new .bst file: using ...