Skip to content

Commit

Permalink
Add name, date, string variables
Browse files Browse the repository at this point in the history
Add available-date date variables.

Add chair, compiler, contributor, executive-producer, organizer,
producer, performer name variables.

Add archive_collection, division, part-title string variables.

Closes #157, #179, #163, #114

Addresses zotero/zotero-bits#43
Addresses zotero/zotero-bits#27
Addresses zotero/zotero-bits#60
Addresses zotero/zotero-bits#44
Addresses zotero/zotero-bits#32
Addresses citation-style-language/csl-evolution#22
  • Loading branch information
bwiernik authored and bdarcus committed Jun 7, 2020
1 parent 9f427f2 commit 0648164
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions schemas/styles/csl-variables.rnc
Expand Up @@ -13,6 +13,7 @@ div {
## Date variables
variables.dates =
"accessed"
| "available-date"
| "container"
| "event-date"
| "issued"
Expand All @@ -22,15 +23,22 @@ div {
## Name variables
variables.names =
"author"
| "chair"
| "collection-editor"
| "compiler"
| "composer"
| "container-author"
| "contributor"
| "director"
| "editor"
| "editorial-director"
| "executive-producer"
| "illustrator"
| "interviewer"
| "organizer"
| "original-author"
| "producer"
| "performer"
| "recipient"
| "reviewed-author"
| "translator"
Expand All @@ -49,13 +57,16 @@ div {
| "number-of-volumes"
| "page"
| "page-first"
| "part"
| "supplement"
| "volume"

## String variables
variables.strings =
"abstract"
| "annote"
| "archive"
| "archive_collection"
| "archive_location"
| "archive-place"
| "authority"
Expand All @@ -65,6 +76,7 @@ div {
| "container-title"
| "container-title-short"
| "dimensions"
| "division"
| "DOI"
| "event"
| "event-place"
Expand All @@ -80,6 +92,7 @@ div {
| "original-publisher"
| "original-publisher-place"
| "original-title"
| "part-title"
| "PMID"
| "PMCID"
| "publisher"
Expand Down

0 comments on commit 0648164

Please sign in to comment.