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

CSL 1.0.2 Release Preparations #404

Closed
21 tasks done
adam3smith opened this issue Dec 10, 2021 · 117 comments
Closed
21 tasks done

CSL 1.0.2 Release Preparations #404

adam3smith opened this issue Dec 10, 2021 · 117 comments

Comments

@adam3smith
Copy link
Member

adam3smith commented Dec 10, 2021

Prior to 1.0.2

On Release

@bdarcus
Copy link
Member

bdarcus commented Dec 10, 2021

  • Run 1.0.2 validation on all existing styles

I don't have time to fix these ATM, but I did this, and it seems there are four styles that are invalid (though I'm not sure why any changes in the schema would impact these). After we fix these, we'd want to rerun again.

  • afro-asia.csl
  • antiquites-africaines.csl
  • universitat-basel-iberoromanistik.csl
  • szociologiai-szemle.csl
> rnv schemas/styles/csl.rnc ~/Code/csl/styles/*.csl

...

/home/bruce/Code/csl/styles/afro-asia.csl:150:6: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/afro-asia.csl:159:6: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/afro-asia.csl:171:6: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/afro-asia.csl:181:6: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/afro-asia.csl:191:6: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/afro-asia.csl:204:6: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
error: some documents are invalid


home/bruce/Code/csl/styles/antiquites-africaines.csl:67:10: error: attribute ^suffix not allowed
required:
	after
allowed:
	attribute ^term
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/antiquites-africaines.csl:88:10: error: attribute ^suffix not allowed
required:
	after
allowed:
	attribute ^term
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/antiquites-africaines.csl:96:10: error: attribute ^suffix not allowed
required:
	after
allowed:
	attribute ^term
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/antiquites-africaines.csl:104:10: error: attribute ^suffix not allowed
required:
	after
allowed:
	attribute ^term
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
error: some documents are invalid

/home/bruce/Code/csl/styles/universitat-basel-iberoromanistik.csl:31:10: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^term
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
/home/bruce/Code/csl/styles/universitat-basel-iberoromanistik.csl:41:10: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^term
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
error: some documents are invalid

/home/bruce/Code/csl/styles/szociologiai-szemle.csl:61:6: error: attribute ^prefix not allowed
required:
	after
allowed:
	attribute ^term
	attribute ^font-style
	attribute ^font-variant
	attribute ^font-weight
	attribute ^text-decoration
	attribute ^vertical-align
error: some documents are invalid

@adam3smith
Copy link
Member Author

Thanks! The styles set affixes on et al. --
<et-al term="et-al" prefix=" " font-style="italic"/> in afro-asia.csl e.g.
which isn't good practice and I'm OK with explicitly disallowing unless anyone disagrees?

@bdarcus
Copy link
Member

bdarcus commented Dec 10, 2021

Thanks! The styles set affixes on et al. -- <et-al term="et-al" prefix=" " font-style="italic"/> in afro-asia.csl e.g. which isn't good practice and I'm OK with explicitly disallowing unless anyone disagrees?

So they've always been invalid?

Seems like we don't want to allow invalid styles in the repo, in part so we can automate validation.

So it's easy enough to adjust the styles to remove the errors?

@adam3smith
Copy link
Member Author

adam3smith commented Dec 10, 2021

So they've always been invalid?

Seems like we don't want to allow invalid styles in the repo, in part so we can automate validation.

No, they're valid according to the current schema and we're already requiring all styles to be valid (CI tests fail if any style is invalid). I'm just saying the fact that affixes are allowed on et al in 1.0.1 could reasonably be called an oversight and I don't mind removing it.

So it's easy enough to adjust the styles to remove the errors?

Yes, that's trivial, takes <5mins

@bwiernik
Copy link
Member

Who's got push access to the read the docs page?

@adam3smith
Copy link
Member Author

I had to search, but @rmzelle wisely makes sure there are at least two accounts on every important CSL function, so I'm now in. Happy to add you @bwiernik ?

@bwiernik
Copy link
Member

Thanks! Can you add me there and to the styles repo too?

@adam3smith
Copy link
Member Author

@bwiernik I think you need a readthedocs account for me to add you. Could I get your username?

@bwiernik
Copy link
Member

bwiernik

@adam3smith
Copy link
Member Author

Thanks! Can you add me there and to the styles repo too?

Done and done. I currently have you in styles as a maintainer, but lmk if you need admin access

@bdarcus
Copy link
Member

bdarcus commented Dec 22, 2021

Update on validation.

A couple more issues:

It seems a number of styles have invalid URIs. Examples:

/home/bruce/Code/csl/styles/south-african-theological-seminary.csl:9:4: error: attribute ^href with invalid value "https://www.sats.edu.za/userfiles/Smith,Howtocitesources.pdf"
required:
	data http://www.w3.org/2001/XMLSchema-datatypes^anyURI

/home/bruce/Code/csl/styles/revista-de-filologia-espanola.csl:10:4: error: attribute ^href with invalid value "http://revistadefilologiaespañola.revistas.csic.es/index.php/rfe/about/submissions#authorGuidelines"
required:
	data http://www.w3.org/2001/XMLSchema-datatypes^anyURI

/home/bruce/Code/csl/styles/metropolitiques.csl:8:4: error: attribute ^href with invalid value "http://www.metropolitiques.eu/Charte-editoriale,6.html"
required:
	data http://www.w3.org/2001/XMLSchema-datatypes^anyURI
	
/home/bruce/Code/csl/styles/lannee-sociologique.csl:9:4: error: attribute ^href with invalid value "https://www.puf.com/collections/Année_sociologique_-l--"
required:
	data http://www.w3.org/2001/XMLSchema-datatypes^anyURI

Not sure what you want to do about that. I suppose it doesn't much matter in that context, so we should remove that anyURI check??

The other issue is "sub verbo", which we fixed. Here's everything that ripgrep found (15 or so styles).

university-of-zabol-fa.csl:      <term name="sub verbo">
university-of-zabol-fa.csl:      <term name="sub verbo" form="short">
universitat-bern-institut-fur-musikwissenschaft-note.csl:      <term name="sub verbo" form="short">Art.</term>
universitat-bern-institut-fur-musikwissenschaft-note.csl:        <text term="sub verbo" form="short" quotes="false"/>
universitat-bern-institut-fur-musikwissenschaft-note.csl:        <text term="sub verbo" form="short" quotes="false"/>
tyndale-bulletin.csl:        <text term="sub verbo" form="short"/>
society-of-biblical-literature-fullnote-bibliography.csl:        <text term="sub verbo" form="short"/>
societe-archeologique-de-bordeaux.csl:      <term name="sub verbo">s.u.</term>
societe-archeologique-de-bordeaux.csl:                <text term="sub verbo" font-style="italic"/>
offa.csl:          <text term="sub verbo" form="short" prefix=" " suffix=" "/>
mcgill-fr.csl:      <term name="sub verbo" form="short">
mcgill-fr.csl:        <single>sub verbo</single>
mcgill-en.csl:      <term name="sub verbo" form="short">
mcgill-en.csl:        <single>sub verbo</single>
maison-de-l-orient-et-de-la-mediterranee.csl:      <term name="sub verbo" form="short">s.v.</term>
maison-de-l-orient-et-de-la-mediterranee-en.csl:      <term name="sub verbo" form="short">s.v.</term>
journal-of-neolithic-archaeology.csl:          <text term="sub verbo" form="short" prefix=" " suffix=" "/>
journal-of-jewish-studies.csl:        <text term="sub verbo" form="short"/>
irish-historical-studies.csl:      <term name="sub verbo" form="short">
interdisziplinare-anthropologie.csl:                <text term="sub verbo" font-style="italic"/>
institut-pertanian-bogor.csl:      <term name="sub verbo">
institut-pertanian-bogor.csl:        <single>sub verbo</single>
institut-pertanian-bogor.csl:      <term name="sub verbo" form="short">
institut-francais-darcheologie-orientale-etudes-arabes.csl:      <term name="sub verbo" form="short">s.v.</term>
institut-francais-darcheologie-orientale.csl:      <term name="sub verbo" form="short">s.v.</term>
institut-francais-darcheologie-orientale.csl:          <text term="sub verbo" form="short" font-style="italic"/>
institut-francais-darcheologie-orientale.csl:                <text term="sub verbo" form="short" font-style="italic"/>
institut-francais-darcheologie-orientale-arab-studies.csl:      <term name="sub verbo" form="short">s.v.</term>
institut-francais-darcheologie-orientale-en.csl:          <text term="sub verbo" form="short" font-style="normal"/>
institut-francais-darcheologie-orientale-en.csl:                <text term="sub verbo" form="short" font-style="normal"/>
deutsches-archaologisches-institut.csl:          <text term="sub verbo" form="short" prefix=" " suffix=" "/>
chicago-author-date-basque.csl:      <term name="sub verbo">
chicago-author-date-basque.csl:      <term name="sub verbo" form="short">s.v.</term>
catholic-biblical-association.csl:        <!-- Adds sub verbo to an initial citation where it had previously been left out. -->
catholic-biblical-association.csl:            <text term="sub verbo" form="short" prefix=" "/>
catholic-biblical-association.csl:          <text term="sub verbo" form="short" prefix=" "/>
bulletin-de-correspondance-hellenique.csl:                <text term="sub verbo" form="short" font-style="italic"/>
ausonius-editions.csl:      <term name="sub verbo">s.u.</term>
ausonius-editions.csl:                <text term="sub verbo" font-style="italic"/>
aquitania.csl:      <term name="sub verbo">s.u.</term>
anabases.csl:      <term name="sub verbo" form="short">s. v.</term>
anabases.csl:      <term name="sub verbo" form="short">s. v.</term>
anabases.csl:      <term name="sub verbo" form="short">s. v.</term>
anabases.csl:                <text term="sub verbo" form="short" font-style="italic"/>

@bwiernik
Copy link
Member

Not sure what you want to do about that. I suppose it doesn't much matter in that context, so we should remove that anyURI check??

We should just URI-encode the , and accented characters in those.

For sub verbo, I'll make a PR to fix those en masse.

@bwiernik
Copy link
Member

bwiernik commented Dec 23, 2021

Fixes on the et-al affixes:
citation-style-language/styles#5800

Fixes on the un-enencoded URL components
citation-style-language/styles#5798

Fixes on "sub verbo"
citation-style-language/styles#5799

@bwiernik
Copy link
Member

I think that's all the style fixes that need to be done. @adam3smith do you have an automated method for copying the locale terms?

@adam3smith
Copy link
Member Author

@adam3smith do you have an automated method for copying the locale terms?

no. I don't think we've ever done this.

@denismaier
Copy link
Member

IIRC, @rmzelle said something about a script somewhere. But I'm not sure...

@bdarcus
Copy link
Member

bdarcus commented Dec 23, 2021

I'm attaching the remaining errors.

FWIW, RNV is super fast, so takes like 3 seconds to run on the entire repo on my laptop. But I can't figure out how to pipe its output.

I can with jing, though, which is slower.

/home/bruce/Code/csl/styles/afro-asia.csl:150:59: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/afro-asia.csl:159:70: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/afro-asia.csl:159:70: error: attribute "suffix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/afro-asia.csl:171:59: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/afro-asia.csl:181:59: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/afro-asia.csl:191:59: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/afro-asia.csl:204:59: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/anabases.csl:41:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/anabases.csl:91:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/anabases.csl:109:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/anabases.csl:374:74: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/antiquites-africaines.csl:67:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/antiquites-africaines.csl:88:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/antiquites-africaines.csl:96:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/antiquites-africaines.csl:104:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/aquitania.csl:29:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/archaeonautica.csl:63:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/archaeonautica.csl:84:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/archaeonautica.csl:92:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/archaeonautica.csl:100:50: error: attribute "suffix" not allowed here; expected attribute "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/ausonius-editions.csl:31:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/ausonius-editions.csl:275:61: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/bibliothecae-it.csl:32:38: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/bibliothecae-it.csl:32:38: error: attribute "suffix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/bibliothecae-it.csl:44:56: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/bibliothecae-it.csl:44:56: error: attribute "suffix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/bulletin-de-correspondance-hellenique.csl:256:74: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/catholic-biblical-association.csl:396:61: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/catholic-biblical-association.csl:450:59: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:92:33: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:93:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:94:28: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:95:27: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:96:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:97:32: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:98:33: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:99:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:100:28: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:101:28: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:102:31: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:103:32: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:104:31: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:105:25: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:106:29: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:107:31: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:108:28: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:109:31: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:110:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:111:28: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:112:38: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:113:35: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:114:29: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:115:28: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:169:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/chicago-author-date-basque.csl:193:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/deutsches-archaologisches-institut.csl:386:70: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/embnet-journal.csl:24:46: error: attribute "suffix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/embnet-journal.csl:31:46: error: attribute "suffix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/geschichte-und-gesellschaft.csl:64:41: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/geschichte-und-gesellschaft.csl:111:41: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/geschichte-und-gesellschaft.csl:518:44: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-francais-darcheologie-orientale-arab-studies.csl:25:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-francais-darcheologie-orientale-en.csl:282:68: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-francais-darcheologie-orientale-en.csl:496:74: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-francais-darcheologie-orientale-etudes-arabes.csl:25:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-francais-darcheologie-orientale.csl:24:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-francais-darcheologie-orientale.csl:271:68: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-francais-darcheologie-orientale.csl:489:74: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-pertanian-bogor.csl:158:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-pertanian-bogor.csl:190:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-teknologi-bandung-sekolah-pascasarjana.csl:55:35: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-teknologi-bandung-sekolah-pascasarjana.csl:72:35: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/institut-teknologi-bandung-sekolah-pascasarjana.csl:235:38: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/interdisziplinare-anthropologie.csl:212:61: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/irish-historical-studies.csl:91:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/journal-of-jewish-studies.csl:849:46: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/journal-of-neolithic-archaeology.csl:355:70: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/maison-de-l-orient-et-de-la-mediterranee-en.csl:35:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/maison-de-l-orient-et-de-la-mediterranee.csl:35:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/mcgill-en.csl:45:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/mcgill-fr.csl:52:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/offa.csl:337:70: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/societe-archeologique-de-bordeaux.csl:28:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/societe-archeologique-de-bordeaux.csl:273:61: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/society-of-biblical-literature-fullnote-bibliography.csl:965:46: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/szociologiai-szemle.csl:61:46: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/tyndale-bulletin.csl:892:46: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/universitat-basel-iberoromanistik.csl:31:63: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/universitat-basel-iberoromanistik.csl:31:63: error: attribute "suffix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/universitat-basel-iberoromanistik.csl:41:63: error: attribute "prefix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/universitat-basel-iberoromanistik.csl:41:63: error: attribute "suffix" not allowed here; expected attribute "font-style", "font-variant", "font-weight", "term", "text-decoration" or "vertical-align"
/home/bruce/Code/csl/styles/universitat-bern-institut-fur-musikwissenschaft-note.csl:25:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/universitat-bern-institut-fur-musikwissenschaft-note.csl:127:61: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/universitat-bern-institut-fur-musikwissenschaft-note.csl:144:61: error: value of attribute "term" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/university-of-zabol-fa.csl:149:30: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/university-of-zabol-fa.csl:181:43: error: value of attribute "name" is invalid; must be a string matching the regular expression "ordinal(-\d{2})?" or must be equal to "accessed", "act", "ad", "advance-online-publication", "album", "and", "and others", "anonymous", "appendix", "article", "article-journal", "article-locator", "article-magazine", "article-newspaper", "at", "audio-recording", "author", "available at", "bc", "bce", "bill", "book", "broadcast", "by", "canon", "ce", "chair", "chapter", "chapter-number", "circa", "citation-number", "cited", "classic", "close-inner-quote", "close-quote", "collection", "collection-editor", "collection-number", "colon", "column", "comma", "compiler", "composer", "container-author", "contributor", "curator", "dataset", "director", "document", "edition", "editor", "editor-translator", "editorial-director", "editortranslator", "elocation", "entry", "entry-dictionary", "entry-encyclopedia", "equation", "et-al", "event", "executive-producer", "figure", "film", "first-reference-note-number", "folio", "forthcoming", "from", "graphic", "guest", "hearing", "henceforth", "host", "ibid", "illustrator", "in", "in press", "internet", "interview", "interviewer", "issue", "legal_case", "legislation", "letter", "line", "loc-cit", "long-ordinal-01", "long-ordinal-02", "long-ordinal-03", "long-ordinal-04", "long-ordinal-05", "long-ordinal-06", "long-ordinal-07", "long-ordinal-08", "long-ordinal-09", "long-ordinal-10", "manuscript", "map", "month-01", "month-02", "month-03", "month-04", "month-05", "month-06", "month-07", "month-08", "month-09", "month-10", "month-11", "month-12", "motion_picture", "musical_score", "narrator", "no date", "no-place", "no-publisher", "note", "number", "number-of-pages", "number-of-volumes", "on", "online", "op-cit", "open-inner-quote", "open-quote", "opus", "organizer", "original-author", "original-work-published", "page", "page-first", "page-range-delimiter", "pamphlet", "paper-conference", "paragraph", "part", "patent", "performance", "performer", "periodical", "personal-communication", "personal_communication", "podcast", "podcast-episode", "post", "post-weblog", "preprint", "presented at", "printing", "producer", "radio-broadcast", "radio-series", "radio-series-episode", "recipient", "reference", "regulation", "report", "retrieved", "review", "review-book", "review-of", "reviewed-author", "rule", "scale", "scene", "script-writer", "season-01", "season-02", "season-03", "season-04", "section", "semicolon", "series-creator", "software", "song", "special-issue", "special-section", "speech", "standard", "sub-verbo", "supplement", "table", "television-broadcast", "television-series", "television-series-episode", "thesis", "timestamp", "title-locator", "translator", "treaty", "verse", "version", "video", "volume", "webpage" or "working-paper"
/home/bruce/Code/csl/styles/wiley-vch-books.csl:68:85: error: value of attribute "is-uncertain-date" is invalid; token "container" invalid; must be equal to "accessed", "available-date", "event-date", "issued", "original-date" or "submitted"

@bwiernik
Copy link
Member

The remaining styles were (1) a superfluous reference to the 'container' date variable (removed that in the et-al branch) and (2) hacks for various terms that used the "field" terms (I've replaced those with their proper terms in citation-style-language/styles#5801)

@bwiernik
Copy link
Member

Can who ever controls the CSL Twitter account post a tweet with an announcement and a link to https://discourse.citationstyles.org/t/announcing-csl-1-0-2-release-january-1-2022/1744?

@adam3smith @rmzelle @bdarcus

@adam3smith
Copy link
Member Author

Already done

@bwiernik
Copy link
Member

@adam3smith Do we need to copy the new terms to all locale files or just the English locales?

@bwiernik
Copy link
Member

I opened a PR renaming the "figure" and "sub verbo" terms for 1.0.2. I think that should be the only change needed for validation. @bdarcus could you validate the locales repo against 1.0.2 to see?

citation-style-language/locales#244

@bwiernik
Copy link
Member

I'm not sure what to do with the validator, editor, or github actions, so could you take care of those @adam3smith ?

@adam3smith
Copy link
Member Author

validator looks straightforward. Editor I'll see, but also less essential. GitHub actions I'll look at and @retorquere has kindly agreed to help there

@bdarcus
Copy link
Member

bdarcus commented Dec 24, 2021

@bdarcus could you validate the locales repo against 1.0.2 to see?

One issue reported with this here: citation-style-language/locales#244 (comment).

@adam3smith
Copy link
Member Author

@adam3smith Do we need to copy the new terms to all locale files or just the English locales?

We technically don't need to (untranslated terms fall back to en), but it'll help us get completed translations faster

@bwiernik
Copy link
Member

Okay, I'll copy them over

@denismaier
Copy link
Member

I'm sorry I won't be able to help with this today, but this tool could semi-automate the process: https://pypi.org/project/xmldiff/

@bwiernik
Copy link
Member

Okay, all of the terms are copied over, and all 54 locales validate against 1.0.2

@bwiernik
Copy link
Member

So, remaining tasks are validator, editor, and Github Actions

@bwiernik
Copy link
Member

bwiernik commented Jan 2, 2022

Great work team!

@retorquere
Copy link

I tried and bundler complained. It looks like we need to bundle update Sheldon first

I've tried to bundle update sheldon, that went without apparent problem, but when I run sheldon, I'm now getting

<internal:/home/emile/.rvm/rubies/ruby-3.0.2/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- csl/styles (LoadError)
	from <internal:/home/emile/.rvm/rubies/ruby-3.0.2/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
	from ./bin/sheldon:15:in `<main>'

which is new.

I don't really understand Ruby at all, so I'm not much help here.

I understand ruby, the language, well enough to do spot fixes on sheldon, but I do not understand the gem/rvm/whatnot ecosystem at all. When something doesn't work I usually delete the gemset and start anew, but that hasn't helped in this case.

A knock-on problem with that is that I have no way to test anything but the very basics (like syntax errors) before I have to push it out to production. Which is not how I'd usually do things.

@adam3smith
Copy link
Member Author

adam3smith commented Jan 2, 2022

I'm pretty sure the problem is that the csl-styles gem is built from GitHub and that doesn't fetch the locales,, which are in a submodule. This will fix itself once we have the gem updated. @bwiernik already has a pull request to that extent

@retorquere
Copy link

retorquere commented Jan 2, 2022

A re-run of the GHA that I'm using to work on the sheldon re-indents fails validation, so it doesn't get to sheldon. I assume this will affect other in-flight PRs.

@retorquere
Copy link

Another issue is that this fails styles that the PR does not change.

@adam3smith
Copy link
Member Author

Another issue is that this fails styles that the PR does not change

That has always been the case and isn't really an issue since normally non-passing styles don't get merged. (There are also some good reasons to check all styles, e.g. broken dependent and template links)

@retorquere
Copy link

GHA is driving me nuts -- I'm going to try setting up act to see if I can test this locally without polluting the commit history more than I've already done.

@bwiernik
Copy link
Member

bwiernik commented Jan 2, 2022

We can always squash and merge the PR, so no worries about the commit history

@retorquere
Copy link

retorquere commented Jan 2, 2022

I also need to commit changes to sheldon.yml on master to have it run the PR-commit. Super frustrating that I can't get a shell into GHA to see what's going on. I keep getting "detached head, nothing changed" for the stuff I know has been changed from the re-indent.

I haven't gotten act to work yet though.

@retorquere
Copy link

I've gotten act to work.

The only way I've gotten the re-indent to take is by checking the PR out as github.event.pull_request.head.ref rather than ref: ${{ github.event.pull_request.head.sha }} -- as far as I can tell, even though they should check out to the same state directly after a submitter creates a PR/adds changes, checking out with sha leaves the clone in detached HEAD state, and git will not commit/push. With ref, it does.

The current implementation (now on master in styles and therefore also in locales, but there it won't do anything) does depend on the npm-ified style-formatter in https://github.com/retorquere/formatter. Once/if citation-style-language/formatter#8 is merged, that can be switched over easily.

@adam3smith
Copy link
Member Author

CSL Editor is also switched to 1.0.2 I still need to pull the updated locales and styles, but then we're done!

@retorquere I'll test and merge formatter tomorrow. How does the indent work? Is it done right with the PR?

@retorquere
Copy link

It adds a commit to the PR if the re-indent changed anything. No change, no commit.

@adam3smith
Copy link
Member Author

CSL Editor is fully updated (@POBrien333 -- please give this a whirl: you now have all the new types, variables, and terms available in the editor)

@inukshuk was kind enough to update the csl-styles gem and as expected, previews are rendering now: citation-style-language/styles#5823

We're done here!

Thank you very much everyone, see you again in 9 years ;P

@POBrien333
Copy link

Fab, thanks for tagging me here! That way I can see all the work that's been going on behind the scenes!

Already saw that there is more variables available, so will slowly look into those when they come up. Thanks everyone! Really nice to see your team efforts.

@retorquere
Copy link

It adds a commit to the PR if the re-indent changed anything. No change, no commit.

Sheldon and csl-formatter have been updated, so that part is done.

@bwiernik
Copy link
Member

bwiernik commented Jan 3, 2022

@POBrien333 The 1.0.2 specification has descriptions of the new variables and types https://docs.citationstyles.org/en/stable/specification.html#appendix-iv-variables

@retorquere
Copy link

@adam3smith do you know when the zotero schema will be updated to include these? BBT reads the mapping from schema.json.

@adam3smith
Copy link
Member Author

I'd guess that they'd be happy to map the ones that newly fit with already available fields/types such as language and software. If we get @dstillman a list, I assume they'll just merge that in the beta?

They're also working on updating item types and having this available to match to is presumably helpful, but as you know, no ETA on those types of things.

@retorquere
Copy link

Would there be a reason to merge them just in the beta, rather than the release?

@adam3smith
Copy link
Member Author

I don't think they're planning another release version in 5.0

@bdarcus
Copy link
Member

bdarcus commented Jan 3, 2022

Thank you very much everyone, see you again in 9 years ;P

We do need to start thinking about how we're going to do 1.1 (or whatever we call it), sometime a lot sooner than that ;-)

@retorquere
Copy link

I'd guess that they'd be happy to map the ones that newly fit with already available fields/types such as language and software. If we get @dstillman a list, I assume they'll just merge that in the beta?

Is this list available somewhere?

@bwiernik
Copy link
Member

bwiernik commented Jan 3, 2022

https://aurimasv.github.io/z2csl/typeMap.xml

Which reminds me I need to update that

@retorquere
Copy link

retorquere commented Jan 3, 2022

What is the best place to ask about the connection between Zotero and CSL? The Zotero schema seems to claim that journalAbbreviation is a CSL variable, it's in csl-data.json, but it's not in csl-variables.rnc. Same for shortTitle. Shouldn't csl-data.json express the same options as csl-variables.rnc?

@retorquere
Copy link

retorquere commented Jan 3, 2022

https://aurimasv.github.io/z2csl/typeMap.xml

Which reminds me I need to update that

I'll say 😄

Generated with Zotero 4.0.29.16.SOURCE on Sat, 14 Jan 2017 08:47:26 GMT

Is that different from reading resource/schema/global/schema.json inside zotero.jar? I'd prefer something machine-readable.

@adam3smith
Copy link
Member Author

Best place to ask about Zotero/CSL is the zotero-dev list. I think for those two variables the reason that Zotero uses non-CSL in the data is that it is used to construct both (container-)title-short and possibly (container-)title form="short". This could have been done differently, but legacy & no strong reason to change it I suppose.

Not sure if that is different from schema.json -- it's generated using the js API: https://github.com/aurimasv/z2csl/blob/master/content/z2csl.js

@bwiernik
Copy link
Member

bwiernik commented Jan 3, 2022

The reason for journalAbbreviation and shortTitle is that those are what Frank chose when he created CSL JSON back in the day. They are listed in the csl-data schema as aliases for container-title-short and title-short.

@retorquere Feel free to tag me in any questions about Zotero and CSL on Zotero-dev or an issue on a CSL repo. I can answer most of them

@denismaier
Copy link
Member

denismaier commented Jan 4, 2022

Thanks everyone for making this happen. It's amazing that the there's finally a new CSL release! And sorry I couldn't help. I was mostly AFK during the holiday season.

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

7 participants