From 2c72e7511b64e402f6aff2c8b6505206e32eeebc Mon Sep 17 00:00:00 2001 From: eudoxia Date: Fri, 1 Oct 2021 01:27:46 -0400 Subject: fixed citation specification formatting (more readable on smaller displays) --- meta/styletest/index.html | 34 ++++++++++++++++++++++------------ meta/styletest/src.md | 30 ++++++++++++++++++++---------- sitemap.xml | 2 +- 3 files changed, 43 insertions(+), 23 deletions(-) diff --git a/meta/styletest/index.html b/meta/styletest/index.html index 601bf3a..3cda350 100755 --- a/meta/styletest/index.html +++ b/meta/styletest/index.html @@ -12,14 +12,14 @@ Style Template — DistressNetwork° - +
BOMBER TEXT

-
––––DistressNetwork°
+
––––DistressNetwork°
@@ -155,25 +155,35 @@ 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 */
    +year
    +    = [0-9]{4}  /* 0000-9999 */
     
    -month           = [0-9]{2}  /* 01-12 */
    +month
    +    = [0-9]{2}  /* 01-12 */
     
    -day             = [0-9]{2}  /* 01-31 */
    +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 4da9599..bc2a781 100755 --- a/meta/styletest/src.md +++ b/meta/styletest/src.md @@ -73,25 +73,35 @@ 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 */ +year + = [0-9]{4} /* 0000-9999 */ -month = [0-9]{2} /* 01-12 */ +month + = [0-9]{2} /* 01-12 */ -day = [0-9]{2} /* 01-31 */ +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/sitemap.xml b/sitemap.xml index d5424b7..b5cecc4 100755 --- a/sitemap.xml +++ b/sitemap.xml @@ -10,7 +10,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> https://distress.network/meta/sitemap/2021-09-17T18:28:34-04:00 -https://distress.network/meta/styletest/2021-09-21T12:44:41-04:00 +https://distress.network/meta/styletest/2021-10-01T01:22:01-04:00 https://distress.network/meta/todo/2021-09-22T11:49:36-04:00 -- cgit v1.2.3