diff options
author | Camil Staps | 2024-11-28 22:47:33 +0100 |
---|---|---|
committer | Camil Staps | 2024-12-04 10:27:24 +0100 |
commit | 4da95dafb9a8e1f33e252d239594a60cbe836673 (patch) | |
tree | 090a8f0d7ab0e959b58d67749ac25c1b58ae57e6 /resources/pug/finals | |
parent | Add zooming and scrollbar options to publications chart (diff) |
Add dissertation errata
Diffstat (limited to 'resources/pug/finals')
-rw-r--r-- | resources/pug/finals/dissertation-errata.pug | 37 | ||||
-rw-r--r-- | resources/pug/finals/index.pug | 4 |
2 files changed, 40 insertions, 1 deletions
diff --git a/resources/pug/finals/dissertation-errata.pug b/resources/pug/finals/dissertation-errata.pug new file mode 100644 index 0000000..1bd9dfe --- /dev/null +++ b/resources/pug/finals/dissertation-errata.pug @@ -0,0 +1,37 @@ +extends /layout.pug + +block titleContainer + +block content + h1 + a(href='/') #[i.fas.fa-arrow-circle-left] + | Dissertation errata + + p + | This is a list of errata for my doctoral dissertation, + a(href='https://doi.org/10.48273/LOT0673', target='_blank') + i The persistence of space: Formalizing the polysemy of spatial relations in functional elements + |. + + h2 Major errata + ul + li p. 19, (1.21b): replace the judgment scores with 0.50 for #[i de] (instead of 0.60) and 0.92 for #[i par] (instead of 0.77). + li p. 104, line 5: delete "and can even be replaced by one". + li p. 122, table 4.1: change the number of causal-adversative instances classified as 'Rest' from 16 (25%) to 4 (16%). + li p. 123, figure 4.3: the divisions in the bar for the causal category is incorrect; it is based on 232 instances in the imposed category which should be 23. + li p. 128, under (4.11): "Gath" → "Achish". + li p. 194, line 5: replace the example #[i the weeks that are behind us] with #[i the weeks that lie behind us]. + + h2 Minor errata / typos + ul + li p. 15, line 15: "address" → "addresses". + li p. 22, (1.24a): "medical" → "the medical station". + li p. 120, line 8: "have lead" → "have led". + li p. 122, line 10: "either" → "any". + li p. 135, (4.21): "giving" → "give". + li p. 140, lines 4–5: "expresses" → "express". + li p. 143, heading 4.6: "Remaning" → "Remaining". + li p. 155, last two lines: "do not function as implicit assertions" → "does not function as an implicit assertion". + li p. 158, line 6: "addressee" → "Addressee". + li p. 160, n. 51, line 2: "asseverative clause" → "asseverative #[i kī]". + li p. 212, Biberauer (2017): delete the DOI. diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 98e66e9..6446f08 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -120,6 +120,8 @@ block content - var doiurl = 'https://doi.org/'+attributes.doi a(href!=doiurl, target='_blank')!= attributes.doi | . + if attributes.errata + | (There are #[a(href!=attributes.errata) errata].) mixin review(year, author, title) +pub(year, 'Review of: ' + author + ', ' + title)&attributes(attributes) @@ -130,7 +132,7 @@ block content tr td 2024 td - +pub(2024, 'The persistence of space: Formalizing the polysemy of spatial relations in functional elements')(misc='Leiden University dissertation', address='Amsterdam', publisher='LOT', doi='10.48273/LOT0673', oa) + +pub(2024, 'The persistence of space: Formalizing the polysemy of spatial relations in functional elements')(misc='Leiden University dissertation', address='Amsterdam', publisher='LOT', doi='10.48273/LOT0673', oa, errata='/dissertation-errata.html') h4 Refereed articles and book chapters table.main_table.publications |