diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-03-17 20:17:14 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-03-17 20:19:36 +0100 |
| commit | 4ca5d59a48efb6439c1d6a50abafc93dd2d51677 (patch) | |
| tree | 22fbb68cf6f88f94a2d15b525a75be1f602175ed | |
| parent | 0664e64525ebd2f8a78f9040f249eb69a9fb038c (diff) | |
merge paragraphs, thanks to Halim
| -rw-r--r-- | _code.qmd | 8 | ||||
| -rw-r--r-- | _conclusion.qmd | 11 | ||||
| -rw-r--r-- | _discussion.qmd | 1 | ||||
| -rw-r--r-- | _perspectives.qmd | 8 | ||||
| -rw-r--r-- | _test.qmd | 1 | ||||
| -rw-r--r-- | _use.qmd | 1 | ||||
| -rw-r--r-- | report.qmd | 16 |
7 files changed, 19 insertions, 27 deletions
@@ -1 +1,9 @@ TODO + +## User guide + +TODO + +## Testing + +TODO diff --git a/_conclusion.qmd b/_conclusion.qmd index 1333ed7..9ca740a 100644 --- a/_conclusion.qmd +++ b/_conclusion.qmd @@ -1 +1,12 @@ TODO + +# Perspectives + +Ideas for further explorations: + +* integration with Hypothesis +* filter extension to extend Pandoc/Quarto citations to cover [CiTO] +* filter extension to include more details of Quarto author metadata on XMP + +[CiTO]: <http://purl.org/spar/cito/2018-02-12> + "CiTO, the Citation Typing Ontology" diff --git a/_discussion.qmd b/_discussion.qmd deleted file mode 100644 index 1333ed7..0000000 --- a/_discussion.qmd +++ /dev/null @@ -1 +0,0 @@ -TODO diff --git a/_perspectives.qmd b/_perspectives.qmd deleted file mode 100644 index d08131d..0000000 --- a/_perspectives.qmd +++ /dev/null @@ -1,8 +0,0 @@ -Ideas for further explorations: - -* integration with Hypothesis -* filter extension to extend Pandoc/Quarto citations to cover [CiTO] -* filter extension to include more details of Quarto author metadata on XMP - -[CiTO]: <http://purl.org/spar/cito/2018-02-12> - "CiTO, the Citation Typing Ontology" diff --git a/_test.qmd b/_test.qmd deleted file mode 100644 index 1333ed7..0000000 --- a/_test.qmd +++ /dev/null @@ -1 +0,0 @@ -TODO diff --git a/_use.qmd b/_use.qmd deleted file mode 100644 index 1333ed7..0000000 --- a/_use.qmd +++ /dev/null @@ -1 +0,0 @@ -TODO @@ -70,24 +70,8 @@ TODO {{< include _code.qmd >}} -# User Guide - -{{< include _use.qmd >}} - -# Testing - -{{< include _test.qmd >}} - -# Discussion - -{{< include _discussion.qmd >}} - # Conclusion {{< include _conclusion.qmd >}} -# Perspectives - -{{< include _perspectives.qmd >}} - # Bibliography {.appendix} |
