Pular para o conteúdo

BibTeX field type: month

Este conteúdo não está disponível em sua língua ainda.

The month field in BibTeX is utilized to denote the month in which a particular work was published or created (if unpublished). This information assists in offering a detailed timeline of the piece and can be vital for certain types of academic or historical research.

Precisa de uma solução simples para gerir suas entradas BibTeX? Descubra o CiteDrive!

  • Gestão de referências moderna e baseada na web
  • Colabore e compartilhe com colegas pesquisadores
  • Integração com o Overleaf
  • Suporte abrangente para BibTeX/BibLaTeX
  • Salve artigos e sites diretamente do seu navegador
  • Pesquise novos artigos em um banco de dados com dezenas de milhões de referências
Experimente o CiteDrive ► Ver demonstração

In BibTeX entries, it’s common to denote the month using either the numeric representation or a three-letter abbreviation. Using a standardized format can help maintain consistency in your bibliography. Here are a few formats that are generally accepted:

  1. Numeric representation (01 to 12).
  2. Three-letter abbreviation (jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec).

It’s important to note that the month field should be used judiciously, especially when citing books or works without a specific publication month, to avoid inaccurate information.

Format

You can use the month field in various BibTeX entries like @book, @article, etc., as demonstrated in the following template:

@book{...,
month = {month representation},
...
}

In the above template, replace “month representation” with either the numeric representation or the three-letter abbreviation of the month.

Example

Here is a practical example demonstrating how to use the month field in a @book entry:

@book{johnson2023deep,
title = {Deep Learning and its Applications},
author = {Johnson, Mark},
month = {mar},
year = {2023},
publisher = {Tech Publishing House},
}

In this example, the book was published in March 2023, providing a clear and specific timeline for the publication. Remember to verify the publication month from reliable sources to maintain the accuracy of your references.