From fe63d3c6ffe214f61386c7bf07dd03944ccccdcb Mon Sep 17 00:00:00 2001 From: eudoxia Date: Wed, 15 Sep 2021 11:07:47 -0400 Subject: revised citation formatting specification --- meta/sitemap/index.html | 2 +- meta/styletest/index.html | 28 +++++++++++++++++++++++++--- meta/styletest/src.md | 24 +++++++++++++++++++++++- sitemap.xml | 4 ++-- 4 files changed, 51 insertions(+), 7 deletions(-) diff --git a/meta/sitemap/index.html b/meta/sitemap/index.html index a412f3f..4d52e6b 100755 --- a/meta/sitemap/index.html +++ b/meta/sitemap/index.html @@ -19,7 +19,7 @@ pre a:hover {text-decoration: none; color: #111; background-color: #ddd;} pre a:active {text-decoration: none; color: #ddd;} Sitemap — DistressNetwork° - + diff --git a/meta/styletest/index.html b/meta/styletest/index.html index 5842d48..c51776a 100755 --- a/meta/styletest/index.html +++ b/meta/styletest/index.html @@ -12,14 +12,14 @@ Style Template — DistressNetwork° - +
BOMBER TEXT

-
––––DistressNetwork°
+
––––DistressNetwork°
@@ -155,9 +155,31 @@ Level Three

  • Chicago-like
  • -
    [Author[[, Author[, ...]] & Author]. ]“Title.”[ YYYY[-MM-DD].][ Medium[, details].][ Notes.]
    +
    citation    = author-field, ' ', title-field, (' ', date-field)?, (' ', medium-field)?, (' ', note, '.')*
    +
    +author-field    = (author
    +        | author-pair
    +        | author-list), '.'
    +
    +author-pair = author, ' & ', author
    +
    +author-list = author, (', ', author)+
    +
    +title-field = '“', title, '.”'
    +
    +date-field  = year, ('-', month, '-', day)?, '.'
    +
    +year        = [0-9]{4}  /* 0000-9999 */
    +
    +month       = [0-9]{2}  /* 01-12 */
    +
    +day         = [0-9]{2}  /* 01-31 */
    +
    +medium-field    = medium, (', ', details)?, '.'
     
    +

    Values of author, title, medium, details, and note are specific to the works they describe.

    +

      diff --git a/meta/styletest/src.md b/meta/styletest/src.md index 7cbe125..eacf4e4 100755 --- a/meta/styletest/src.md +++ b/meta/styletest/src.md @@ -73,5 +73,27 @@ Within one stem; And dreadfully distinct | against the dark, a tall white founta - [Chicago-like](https://www.scribbr.com/chicago-style/citation-examples/) ``` -[Author[[, Author[, ...]] & Author]. ]“Title.”[ YYYY[-MM-DD].][ Medium[, details].][ Notes.] +citation = author-field, ' ', title-field, (' ', date-field)?, (' ', medium-field)?, (' ', note, '.')* + +author-field = (author + | author-pair + | author-list), '.' + +author-pair = author, ' & ', author + +author-list = author, (', ', author)+ + +title-field = '“', title, '.”' + +date-field = year, ('-', month, '-', day)?, '.' + +year = [0-9]{4} /* 0000-9999 */ + +month = [0-9]{2} /* 01-12 */ + +day = [0-9]{2} /* 01-31 */ + +medium-field = medium, (', ', details)?, '.' ``` + +Values of `author`, `title`, `medium`, `details`, and `note` are specific to the works they describe. diff --git a/sitemap.xml b/sitemap.xml index 35a3611..281debe 100755 --- a/sitemap.xml +++ b/sitemap.xml @@ -8,9 +8,9 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> https://distress.network/meta/2020-11-21T21:30:37-05:00 -https://distress.network/meta/sitemap/2021-08-25T00:37:59-04:00 +https://distress.network/meta/sitemap/2021-09-15T11:06:09-04:00 -https://distress.network/meta/styletest/2021-08-14T22:50:50-04:00 +https://distress.network/meta/styletest/2021-09-15T10:53:34-04:00 https://distress.network/meta/todo/2020-12-31T21:02:55-05:00 -- cgit v1.2.3