From def86874a3e31b497ffad0b4de7fc50f73b5116a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 18 Mar 2025 09:54:53 +0100 Subject: restructure headlines --- _code.qmd | 9 --------- _design.qmd | 9 +++++++++ _intro.qmd | 2 +- report.qmd | 10 ++++------ 4 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 _code.qmd create mode 100644 _design.qmd diff --git a/_code.qmd b/_code.qmd deleted file mode 100644 index f5e56d6..0000000 --- a/_code.qmd +++ /dev/null @@ -1,9 +0,0 @@ -*TODO* - -## User guide - -*TODO* - -## Testing - -*TODO* diff --git a/_design.qmd b/_design.qmd new file mode 100644 index 0000000..f5e56d6 --- /dev/null +++ b/_design.qmd @@ -0,0 +1,9 @@ +*TODO* + +## User guide + +*TODO* + +## Testing + +*TODO* diff --git a/_intro.qmd b/_intro.qmd index 9102509..3b62d7a 100644 --- a/_intro.qmd +++ b/_intro.qmd @@ -81,7 +81,7 @@ This aim has been framed with the following problem statement: **How can Unix-style tools for wiritng technical prose be extended to support ontological annotations?** -## Idea +## Implementation idea and brief plan Implement plugins for the Pandoc document converter to enable authoring of ontological annotations in the text content, diff --git a/report.qmd b/report.qmd index 1284007..9da56d1 100644 --- a/report.qmd +++ b/report.qmd @@ -59,19 +59,17 @@ TODO {{< include _intro.qmd >}} -# Technologies - -## Data formats +# Existing data formats {{< include _formats.qmd >}} -## Authoring workflow +# Existing authoring workflow {{< include _workflow.qmd >}} -# Description of the Program +# Program and its affects on workflow -{{< include _code.qmd >}} +{{< include _design.qmd >}} # Conclusion -- cgit v1.2.3