How do I cite an image in a research paper using ACS citations with bibtex?

  • Thread starter Thread starter saminator910
  • Start date Start date
  • Tags Tags
    Bibtex Image
Click For Summary

Discussion Overview

The discussion revolves around how to cite an image in a research paper using ACS citations with BibTeX. Participants explore the appropriate BibTeX entry for images, the implications of reusing images from other sources, and the technical aspects of referencing images in LaTeX.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Conceptual clarification

Main Points Raised

  • One participant inquires about the correct BibTeX entry for citing an image in an ACS format research paper.
  • Another participant suggests that if the image is reproduced from another publication, it should be referenced in the caption, and the BibTeX entry should correspond to the original source.
  • Concerns are raised regarding copyright issues and the originality of the work when reusing images, indicating that permission may be required from the original authors.
  • There is a question about whether there is a specific BibTeX entry type for images, such as @image, which remains unanswered.
  • Technical details about using LaTeX for figure labeling and referencing are discussed, clarifying that BibTeX is not responsible for figure labels.

Areas of Agreement / Disagreement

Participants express uncertainty about the reuse of images and the associated legal and ethical considerations. There is no consensus on the best approach to citing images or the specific BibTeX format to use.

Contextual Notes

Participants note that standards for reusing images may vary by field and that editorial guidelines of the target journal should be consulted. The discussion highlights the complexity of copyright and originality issues related to image reuse.

saminator910
Messages
95
Reaction score
2
I want to put an image in my research paper, I am using ACS citations with bibtex. I was wondering how I cite an image that is placed in the body of my research report? Like what would the bibtex entry be, and am I even allowed to do this with ACS?
 
Physics news on Phys.org
I am not familiar with the ACS format, but if the figure has been reproduced from another publication, then this should be referenced in the caption of the image, with the appropriate citation. The bibtex entry would be for the article or book that contained the image.

Now, it may be against the editorial guidelines for the journal that you're publishing into reproduce a figure in total from another source. There are both copyright issues (though fair use would tend to apply depending on the circumstances) and issues of originality. That is an issue that would have to be addressed by the editor that would handle the submission.

Edit: You might be asking a more pedestrian LaTeX question. If you are using the figure environment, you can put a \label{fig:awesome} in the body of the figure and use
Code:
\ref{fig:awesome}
to generate the figure number elsewhere in the document. It has nothing to do with bibtex as far as I'm aware.
 
  • Like
Likes   Reactions: 1 person
Okay, so it is not good to reuse images from other sources, even if they're cited? I think I might just leave it out. I was also asking if there was some native bibtex thing like @image?
 
saminator910 said:
Okay, so it is not good to reuse images from other sources, even if they're cited? I think I might just leave it out. I was also asking if there was some native bibtex thing like @image?

Whether or not you can reuse an image is slightly complicated, both legally and ethically. Obviously you're trying to use a figure to improve your discussion and aren't trying to infringe on the original author's rights or trying to pass off the figure as original. But standards for this sort of thing can differ from field to field and would be best addressed by the editor of the journal you would be submitting to. It might be enough to ask for permission from the authors of the figure.

After I realized that you might just be asking about labels, my edit suggested how to handle references and labels. More discussion is here. The way the labels work with figures is analogous to the way they work with equations, however they suggest that you might have problems if you try to put the label before the \caption. Bibtex handles the bibliography, not section, equation, table or figure labels.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
950
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 25 ·
Replies
25
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K