Tell me more ×
Academia Stack Exchange is a question and answer site for academics and those enrolled in higher education. It's 100% free, no registration required.

Sometimes I find bibtex entries more complete than others.

  • Should all items have the same structure? For example “authors, title, conf, date”. What's the exact structure please?
  • Should I classify book independently of articles?
share|improve this question

3 Answers

You write that you use Bibtex, which is already a huge step forward in structuring the bibliography.

Every bibtex class (such as @book and @article) has its own mandatory and optional fields. You find them listed for instance on the Wikipedia page for Bibtex.

You should make sure that all your entries have the mandatory fields set. Once the database is in a consistent state, building the bibliography is a matter that is handled automatically by the bibtex style that you are using.

share|improve this answer
Thank you so much :) i ask please about inproceedings An article in a conference proceedings. that's mean that the article in accepted in a conference ? we have also proceedings The proceedings of a conference. – researcher Jan 1 at 22:25
1  
@proceedings is the whole volume, @inproceedings is just an article. Just start by copying bibtex entries from databases such as Scopus or Google Scholar, or subject-specific ones like DBLP or Mathscinet; you'll learn quickly how to format them properly. – Federico Poloni Jan 2 at 0:08

Federico has stated basically what you need to know. I.e., you should generally include the mandatory fields for the given reference type.

I would add that if you are using a citation style (e.g., APA, Harvard, etc.) you also need to check that you have included all fields required by that citation style. For example, APA version 6 requires DOIs where they are available.

share|improve this answer

Different types of materials have different mandatory fields. Books have completely different structure than articles. For instance, a book requires the publisher and a city, while articles specify volume number and page or article number.

So, for each type of material, you will need to include—as Federico states—the fields required for those materials. You will also definitely want to list books, articles, conference proceedings, and other materials as separate types, so that BibTeX handles them correctly when generating the bibliography.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.