Solving Bibtex Referencing Problem for Multiple Papers in Same Year

In summary, to solve the problem of bibtex naming papers with the same lead author and year as "Author 1 et al (2008a)" and "Author 1 et al (2008b)", you can use the format of year and letter in parenthesis, like "{2010a}" and "{2010b}", to ensure that the papers are ordered correctly by publication date.
  • #1
toam
13
0
I am having a problem with bibtex when I have a second paper by the same author (or at least the same lead author) in a single year.

For example if I have two papers, with the following authors:

Paper 1 - Author 1, Author 2, Author 3, Author 4 (2008)

Paper 2 - Author 1, Author 5, Author 6, Author 7 (2008)


Bibtex will name these "Author 1 et al (2008a)" and "Auther 1 et al (2008b)" where the order of 'a' and 'b' are decided alphabetically by the second author, rather than actual publication date even if the month etc is included in the bobtex reference.



Is there a way to get the papers ordered by publication date?
 
Technology news on Phys.org
  • #2


You'll want to do something like this:

@ARTICLE{blahblah_2010a,
AUTHOR = {author1,author2},
TITLE = {titletitletitle},
NOTE = {submitted to the Journal of Geophysical Research},
YEAR = "{2010a}"
}
@ARTICLE{blahblah_2010b,
AUTHOR = {author1,author2},
TITLE = {title2title2title2},
NOTE = {submitted to the Journal of Geophysical Research},
YEAR = "{2010b}"
}

note that the year is in parenthesis with the letter you want, a, b, c, etc after it.
 

What is Bibtex referencing?

Bibtex referencing is a citation management system used in academic writing to organize and format references in a consistent manner. It uses a plain text file format to store references and allows for easy insertion of citations and automatic generation of a bibliography.

Why is there a problem with multiple papers in the same year?

The problem with multiple papers in the same year arises when using Bibtex referencing because the system assigns a unique identifier to each reference based on the year of publication. This can result in duplicate identifiers for papers published in the same year, causing confusion and errors in the citation and bibliography.

How can this problem be solved?

This problem can be solved by manually assigning a unique identifier to each reference in the Bibtex file. This can be done by adding a letter or number after the year in the identifier, e.g. 2019a, 2019b, etc. Alternatively, some citation management software have built-in features to automatically generate unique identifiers for references in the same year.

Are there any other potential solutions?

Another solution to this problem is to use the author-year citation style instead of the numeric citation style. In this style, the references are cited by the author's last name and the year of publication, avoiding the need for unique identifiers. However, this may not be suitable for all writing styles and disciplines.

What other challenges may arise when using Bibtex referencing?

Aside from the problem with multiple papers in the same year, other challenges that may arise when using Bibtex referencing include missing or incorrect information in the references, incorrect formatting, and compatibility issues with different citation styles. It is important to carefully review and double-check all references to ensure accuracy and consistency in citations and the bibliography.

Similar threads

  • STEM Academic Advising
Replies
26
Views
1K
  • STEM Academic Advising
Replies
4
Views
1K
  • STEM Academic Advising
Replies
25
Views
2K
  • Beyond the Standard Models
2
Replies
39
Views
5K
Replies
10
Views
1K
  • General Discussion
Replies
3
Views
1K
Replies
1
Views
1K
  • Special and General Relativity
Replies
6
Views
597
  • STEM Academic Advising
Replies
5
Views
1K
  • General Discussion
Replies
16
Views
2K
Back
Top