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

Month tag from acm digital library crash the parser #7

Open
SebaRF opened this issue Dec 2, 2016 · 1 comment
Open

Month tag from acm digital library crash the parser #7

SebaRF opened this issue Dec 2, 2016 · 1 comment

Comments

@SebaRF
Copy link

SebaRF commented Dec 2, 2016

The bib file:

@Article{Miller:2015:ISI:2742853.2724759,
author = {Miller, Craig S. and Connolly, Randy},
title = {Introduction to the Special Issue on Web Development},
journal = {Trans. Comput. Educ.},
issue_date = {March 2015},
volume = {15},
number = {1},
month = mar,
year = {2015},
issn = {1946-6226},
pages = {1:1--1:5},
articleno = {1},
numpages = {5},
url = {http://doi.acm.org/10.1145/2724759},
doi = {10.1145/2724759},
acmid = {2724759},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Web development},
}

As you can see the "month" tag comes without "{}" wich crash the parser, i'd love to bring a solution if i knew how.

@MaikelH
Copy link
Owner

MaikelH commented Dec 2, 2016

Yes, this is a known problem in the parser currently. The grammar needs to be updated to reflect this, but the problem is that it is pretty difficult to do this of the ambiguity in bibtex itself.

I am currently pretty busy, but I will see if I can get some work done the coming week.

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