Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add articlenum field #40

Open
davidweichiang opened this issue May 16, 2024 · 2 comments
Open

Add articlenum field #40

davidweichiang opened this issue May 16, 2024 · 2 comments

Comments

@davidweichiang
Copy link
Collaborator

and maybe numpages as well.

@danielgildea
Copy link
Collaborator

What are you proposing exactly?

@davidweichiang
Copy link
Collaborator Author

Some journals don't number pages consecutively anymore, but just number the articles. So an article has a volume, an issue number, and an article number, and no page numbers. However, this loses information about how long the article is, so sometimes citations include the page length of the article. But our BibTeX style (and most BibTeX styles) don't know how to handle this kind of citation.

Here's an example paper:

https://dl.acm.org/doi/10.1145/3530811

An example (wrong) citation of this paper:

Image

How I think the BibTeX should look:

@article { tay-etal-2022-efficient,
  author = "Yi Tay and Mostafa Dehghani and Dara Bahri and Donald Metzler",
  year = 2022,
  title = "Efficient Transformers: A Survey",
  journal = "ACM Computing Surveys",
  volume = 55,
  number = 6,
  articleno = 109,
  numpages = 28,
}

How I think the citation should look:

Yi Tay, Mostafa Dehghani, Dara Bahri, and Donald Metzler. 2022. Efficient transformers: A survey. ACM Computing Surveys, 55(6), article 109, 28 pages. [Or, pages 1-28.]

See: https://apastyle.apa.org/style-grammar-guidelines/references/examples/journal-article-references#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants