From 4c0e82f8a3ab503ab83ca53719423648485c57bb Mon Sep 17 00:00:00 2001 From: eudoxia Date: Tue, 21 Sep 2021 12:47:47 -0400 Subject: corrected citation specification formatting --- meta/styletest/index.html | 20 +++++++++----------- meta/styletest/src.md | 16 +++++++--------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/meta/styletest/index.html b/meta/styletest/index.html index a8a4c3d..601bf3a 100755 --- a/meta/styletest/index.html +++ b/meta/styletest/index.html @@ -12,14 +12,14 @@ Style Template — DistressNetwork° - +
BOMBER TEXT

-
––––DistressNetwork°
+
––––DistressNetwork°
@@ -155,19 +155,17 @@ Level Three

  • Chicago-like
  • -
    citation        = author-field, ' ', title-field, (' ', date-field)?, (' ', medium-field)?, (' ', note, '.')*
    +
    citation        = author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
     
    -author-field    = (author
    -                | author-pair
    -                | author-list), '.'
    +author-field    = (author | author-pair | author-list) '.'
     
    -author-pair     = author, ' & ', author
    +author-pair     = author ' & ' author
     
    -author-list     = author, (', ', author)+
    +author-list     = author (', ' author)+
     
    -title-field     = '“', title, '.”'
    +title-field     = '“' title '.”'
     
    -date-field      = year, ('-', month, '-', day)?, '.'
    +date-field      = year ('-' month '-' day)? '.'
     
     year            = [0-9]{4}  /* 0000-9999 */
     
    @@ -175,7 +173,7 @@ month           = [0-9]{2}  /* 01-12 */
     
     day             = [0-9]{2}  /* 01-31 */
     
    -medium-field    = medium, (', ', details)?, '.'
    +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 d8da567..4da9599 100755 --- a/meta/styletest/src.md +++ b/meta/styletest/src.md @@ -73,19 +73,17 @@ Within one stem; And dreadfully distinct | against the dark, a tall white founta - [Chicago-like](https://www.scribbr.com/chicago-style/citation-examples/) ``` -citation = author-field, ' ', title-field, (' ', date-field)?, (' ', medium-field)?, (' ', note, '.')* +citation = author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')* -author-field = (author - | author-pair - | author-list), '.' +author-field = (author | author-pair | author-list) '.' -author-pair = author, ' & ', author +author-pair = author ' & ' author -author-list = author, (', ', author)+ +author-list = author (', ' author)+ -title-field = '“', title, '.”' +title-field = '“' title '.”' -date-field = year, ('-', month, '-', day)?, '.' +date-field = year ('-' month '-' day)? '.' year = [0-9]{4} /* 0000-9999 */ @@ -93,7 +91,7 @@ month = [0-9]{2} /* 01-12 */ day = [0-9]{2} /* 01-31 */ -medium-field = medium, (', ', details)?, '.' +medium-field = medium (', ' details)? '.' ``` Values of `author`, `title`, `medium`, `details`, and `note` are specific to the works they describe. -- cgit v1.2.3