You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(see also the option --dieondatamodel) Alternatively, I could use biber to output the datamodel and then use python to validate the source against it. This might make it easier to integrate things.
ensure that every article has a short title to use for download slugs, and file to download (could do this by making file and shorttitle required for files in the datamodel)
do all the files listed in the bib file exist at their specified locations (i.e. make sure that all the paths are explicit, with respect to the git repo root)? To test this, the bib xml file has to exist.
article can't be /both/ marked as 'forthcoming', 'in press' etc. and have an extract date field (this is a good test to catch when it's been published but I've forgotten to change the pubstate field).
things like this could/should be declared in the BibLaTeX data model.
Things to test:
has to exist, then you run something like:
--dieondatamodel) Alternatively, I could use biber to output the datamodel and then use python to validate the source against it. This might make it easier to integrate things.