Guide to BibTeX Type PhdThesis

BibTeX is a reference management tool that is commonly used in LaTeX documents. The “phdthesis” BibTeX type is used for PhD dissertations or theses. In this guide, we will explain the required and optional fields for the “phdthesis” BibTeX type.

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

Required Fields

The “phdthesis” BibTeX type requires the following fields:

  • author : The author of the thesis.
  • title : The title of the thesis.
  • school : The name of the institution that awarded the degree.
  • year : The year the degree was awarded.

Optional Fields

In addition to the required fields, the “phdthesis” BibTeX type also has a number of optional fields that can be used to provide additional information. These fields include:

  • type : The type of the thesis, such as “PhD thesis” or “Master’s thesis”.
  • address : The location of the institution.
  • month : The month the thesis was submitted.
  • note : Any additional information about the thesis.

Here is an example of how to use the “phdthesis” BibTeX type:

In this example, the BibTeX entry defines a PhD thesis authored by John Smith titled “An Analysis of Example”. The degree was awarded in 2022 by the University of Example, and the thesis was submitted in June in Example City, CA. The type of the thesis is specified as “PhD thesis”, and a note is included that provides a URL for the thesis.

phd dissertation bibtex

Formulaire de recherche

Bibtex & latex, presentation.

What is BibTeX?

BibTeX is a LaTeX auxiliary tool for:

  • Inserting references from one or more bibliographic databases;
  • Citing references in documents;
  • Creating bibliographies or reference lists;
  • Entering manually or automatically importing references from databases such as Compendex, Web of Science, Google Scholar, etc.;
  • Importing from other bibliographic management software, such as EndNote and Zotero;
  • Separating content (the bibliographic references) from presentation (the bibliographic style);
  • Producing bibliographies according to different citation styles.

Why BibTeX? Click here.

  • It is recommended in the scientific community because it provides for managing large bibliographies.
  • Allows sharing bibliographic databases among users and using several bibliographic files in the same document.
  • It is a recognized standard that enables formatting bibliographies to meet the requirements of diverse scientific publishers (many important scientific journals provide templates).

Entry Types and Required Fields

BibTeX provides a set of predefined entries. Other types can be added depending on the bibliographic style. The following table shows the supported entry types of IEEEtran.bst (* = additional entry for this style). For more information, consult How to Use the IEEEtran BibTeX Style .

The general form of an entry in a .bib file is:

               @type_of_entry{BibTeX_key, required_fields[, optional_fields]}

The entry types are: @article, @book, @booklet, @electronic, @inbook, @incollection, @inproceedings, @proceedings, @manual, @mastersthesis, @patent, @periodical, @phdthesis, @standard, @techreport, @unpublished, and @misc.

Other entry types:

- Private communications: use @ misc with the note private communication , personal communication or private correspondence ;

- Software: use @ electronic or cite the software manual;

- Laws and regulations: use @misc .

Click here for IEEEtran entry types

Export References from Databases in .bib Format

Most databases allow the exporting references in .bib format.

We strongly recommend that you check the quality of the exported references and make any necessary corrections . When exporting references from more than one database, be sure to eliminate duplicates.

In  Compendex :

  • Perform your search and select relevant references.

phd dissertation bibtex

  • Open the file with a TeX editor and correct the references.
  • Often, exported references have numerical BibTeX keys. Rename the BibTeX keys, for example in the format AuthorYear, to be able to distinguish the references. For example, replace @inproceedings{20210409828055 , with @inproceedings{li2020 ,.
  • It is possible to use this .bib file directly with a LaTeX document or to copy-paste these references into your master .bib file.

phd dissertation bibtex

In  IEEE Xplore :

  • Click  Export ➞ Citation ➞ Format: BibTeX , Include: Citation & Abstract ➞ Export.
  • Open the file with a TeX editor and correct the references.
  • Often, exported references have numerical BibTeX keys. Rename the BibTeX keys , for example in the format AuthorYear, to be able to distinguish the references. For example, replace @inproceedings{20210409828055 , with @inproceedings{li2020 ,.

phd dissertation bibtex

IEEEtran Style

The IEEEtran style files are maintained by par Michael Shell. This guide is based, inter alia, on his articles:

  • How to Use the IEEEtran BibTeX Style
  • How to Use the IEEEtran LaTeX Class

IEEEtran style in French @ Polytechnique: IEEEtran_francais.bst .

Recommendations for .bib Files

The references in the .bib files should include as much information as possible. 

At present, the DOI is not supported by the IEEEtran style, but it will probably be in the future. If your document has a DOI, include it in the reference. In the examples below, the DOI field was added in all the references that have a DOI.

Click here to see examples of entries for several types of documents (in English)

See other types of documents in the file MyReferences.bib (more under LaTeX → How to create a bibliography).

For other examples, consult the file IEEEexample.bib of IEEEtran style.

IEEE Abbreviations for Journals and Conferences

NOTE: Since there are no official IEEE abbreviations for other publishers' journals and conferences and since the ISO abbreviations are not the same as the IEEE abbreviations, we recommend that you use the full names of journals and conferences for your dissertation or thesis :

journal = {Artificial Intelligence Review}, booktitle = {14th European Conference on Software Maintenance and Reengineering ({CSMR})},

Conversely, use the IEEE abbreviations if you would like to publish with IEEE.

The files IEEEabrv.bib and IEEEfull.bib are included in the IEEEtran package.

They make possible to enter in the field journal of a reference a certain string and obtain the abbreviated or the full title of the respective IEEE journal in the reference.  For example, for journal = IEEE_J_SPL , the title will be displayed:

  • With IEEEabrv: IEEE Signal Process. Lett.
  • With IEEEfull: IEEE Signal Processing Letters

Both files should be in the same folder as the document .tex in which they are used.

Export References from EndNote in .bib Format

Select the references in EndNote (with CTRL+clic and/or SHIFT+clic) → File → Export... → Type : Rich Text Format (.rtf) → Output style : Select Another Style... → BibTeX Export → Choose → Save.

Correct these references and copy-paste them in your .bib file.

Guides and Tutorials

  • BibT E Xing The original documentation written by the creator of BibTeX, Oren Patashnik.

Canadian Content

  • Tame the BeaST: The B to X of BibTEX Guide by Nicolas Markey.
  • A BibT E X Guide via Examples Guide by Ki-Joo Kim.
  • << Previous: Home
  • Next: LaTeX >>
  • Last Updated: Oct 31, 2024 4:36 PM
  • URL: https://libguides.biblio.polymtl.ca/bibtex

Facebook

BibTeX field: type

How to use the type field in bibtex.

The type field is used to store more descriptive name of the type of work. E.g. for a techreport entry it can be "Government Report", while for the phdthesis type it can be a PhD dissertation.

How the type field is used in BibTeX entry types

LaTeX Resources for Graduate Students: BibTeX reference format

  • BibTeX reference format
  • BibTeX command
  • LaTeX bibliography file
  • LaTeX editors and compilers
  • Sample LaTeX file with bibliography
  • Sample LaTeX file without bibliography
  • Formatting of theses and dissertations

Bib file format

A .bib file is a text file (database) containing publication references formatted in the bibtex format. It can have anywhere from one to thousands of  entries. Examples of different bibliographic sources are:

All major reference managers and scholarly search engines are able to export references in the bibtex file format. These new entries can be added to an existing .bib file using simple cut and paste.

Since bibtex references do not lose their validity, many researchers maintain a .bib file of references they have cited in the past. Using the bibtex manuscript command they can select references for their upcoming paper without having to start a new bibliography from scratch.

  • << Previous: LaTeX
  • Next: BibTeX command >>
  • Last Updated: Sep 26, 2024 1:47 PM
  • URL: https://guides.library.cornell.edu/latex

IMAGES

  1. Doctoral Dissertation Help Bibtex

    phd dissertation bibtex

  2. Bibtex phd thesis dissertation sample

    phd dissertation bibtex

  3. Bibtex phd thesis dissertation paper

    phd dissertation bibtex

  4. Bibtex phd thesis dissertation search

    phd dissertation bibtex

  5. PhD Thesis

    phd dissertation bibtex

  6. PPT

    phd dissertation bibtex

COMMENTS

  1. BibTeX template: phdthesis - BibTeX.com - Paperpile

    BibTeX phdthesis template. The phdthesis entry type is intended to be used for a PhD thesis. Minimal template with required fields only for a BibTeX phdthesis entry. @phdthesis {citekey, author = "", title = "", school = "", year = "" } Download BibTeX file | Copy to clipboard.

  2. bibtex - Make PhD citations say "dissertation" rather than ...

    What you can do is make a copy of plain.bst and edit it, and then use the copy as your bibliography style. On a TeX Live system, plain.bst is located in /usr/local/texlive/2013/texmf-dist/bibtex/bst/base/plain.bst. Make a copy of this file and call it plain-diss.bst (or some other name).

  3. Guide to BibTeX Type PhdThesis

    BibTeX is a reference management tool that is commonly used in LaTeX documents. The “phdthesis” BibTeX type is used for PhD dissertations or theses. In this guide, we will explain the required and optional fields for the “phdthesis” BibTeX type.

  4. BibTeX Templates - MIT

    Here are the templates you should use in your biblio.bib le. See below for what these will look like in your references section. In the main body of your paper, you should cite references by using ncitefkey g where key is the name you gave the bibliography entry. Each entry must have a unique key.

  5. How to cite a published PhD dissertation in BibTex using ...

    @phdthesis{phdthesis, author = {Person Name}, title = {Dissertation Title}, school = {University of Somewhere}, year = 2014, } I have the following entry. But when I cite it in my paper, I keep getting "Unpublished doctoral dissertation" showing up in the entry.

  6. BibTeX - BibTeX & LaTeX - Guides (English) at Polytechnique ...

    BibTeX is a LaTeX auxiliary tool for: Managing references and bibliographic databases: Inserting references from one or more bibliographic databases; Citing references in documents; Creating bibliographies or reference lists; Entering manually or automatically importing references from databases such as Compendex, Web of Science, Google Scholar ...

  7. BibTeX format explained [with examples] - BibTeX.com - Paperpile

    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.

  8. BibTeX field: type [with examples] - BibTeX.com - Paperpile

    How to use the type field in BibTeX? The type field is used to store more descriptive name of the type of work. E.g. for a techreport entry it can be "Government Report", while for the phdthesis type it can be a PhD dissertation.

  9. BibTeX reference format - LaTeX Resources for Graduate ...

    Since bibtex references do not lose their validity, many researchers maintain a .bib file of references they have cited in the past. Using the bibtex manuscript command they can select references for their upcoming paper without having to start a new bibliography from scratch.

  10. Help On BibTeX phdthesis entry - Massachusetts Institute of ...

    A PhD thesis. Format: @PHDTHESIS {citation_key, required_fields [, optional_fields] } Required fields: author, title, school, year. Optional fields: address, month, note, key.