Пропустить до содержимого

BibTeX field type: month

Это содержимое пока не доступно на вашем языке.

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.

Нужно простое решение для управления вашими записями BibTeX? Ознакомьтесь с CiteDrive!

  • Веб-основанное, современное управление библиографическими ссылками
  • Сотрудничество и обмен с коллегами-исследователями
  • Интеграция с Overleaf
  • Полноценная поддержка BibTeX/BibLaTeX
  • Сохраняйте статьи и веб-сайты прямо из вашего браузера
  • Поиск новых статей в базе данных из десятков миллионов ссылок
Попробовать CiteDrive ► Смотреть демонстрацию

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.