-
Notifications
You must be signed in to change notification settings - Fork 11
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
open interval dates #87
Comments
My own (sloppy) date parser supports them. From a principled perspective, BCC is a biblatex parser, not an EDTF parser; on a pragmatic level my only concern is whether I can access the data without loss (even if it's been restructured) after it's been parsed do I can import it into Zotero. |
Good point. So we should probably add those. In that case we could also make that converter try to clean up the date a little bit. In connection with that, we should probably set
|
Btw, should we be using your date parser instead? |
That's what I do when I generate CSL
I don't think so as mine relies on EDTF.js for part of its work :) |
Hey,
I looked at the biblatex documentation again, and it seems to allow for some date formats that are not EDTF L0/L1 and are marked as incorrect by the checker here: http://digital2.library.unt.edu/edtf/ . One thing is the interval with seasons which you mentioned in the edtf.js issue [1]. Another thing are open intervals ("../1997" or "2014/"). Adding open intervals should not be difficult to add to our own date parser. Downside is that it then moves away from the edtf.js checker. What do you think @retorquere ?
[1] inukshuk/edtf.js#12
The text was updated successfully, but these errors were encountered: