diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-02-11 22:59:40 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-11 22:59:40 +0100 |
| commit | 7e8217ca7b9033e98d10e0751d141b377b85cc67 (patch) | |
| tree | c9735100ac9935608f8b116d801268c60cb62cdd | |
| parent | 34f76a88fc2e409702269e6b089fd88f8d60ecd1 (diff) | |
draft report structure
| -rw-r--r-- | _actors.yml | 57 | ||||
| -rw-r--r-- | _code.qmd | 1 | ||||
| -rw-r--r-- | _conclusion.qmd | 1 | ||||
| -rw-r--r-- | _design.qmd | 1 | ||||
| -rw-r--r-- | _discussion.qmd | 1 | ||||
| -rw-r--r-- | _intro.qmd | 1 | ||||
| -rw-r--r-- | _markdown.qmd (renamed from _background.qmd) | 0 | ||||
| -rw-r--r-- | _perspectives.qmd | 1 | ||||
| -rw-r--r-- | _quarto.yml | 11 | ||||
| -rw-r--r-- | _test.qmd | 1 | ||||
| -rw-r--r-- | _use.qmd | 1 | ||||
| -rw-r--r-- | report.qmd | 86 |
12 files changed, 162 insertions, 0 deletions
diff --git a/_actors.yml b/_actors.yml new file mode 100644 index 0000000..867fa48 --- /dev/null +++ b/_actors.yml @@ -0,0 +1,57 @@ +author: +- name: Jonas Smedegaard + orcid: 0009-0009-1037-0180 + url: https://dr.jones.dk/info + email: stud-jonasj@ruc.dk + affiliation: + - ref: team + - ref: imt + roles: writing +- name: Léandre Gervais Camille Godet + orcid: 0009-0003-7177-8805 + url: https://github.com/Leandre17 + email: stud-lgcg@ruc.dk + affiliation: + - ref: team +# - ref: imt + roles: writing +- name: Sabin Ghimire +# orcid: + url: https://github.com/sabinghimire + email: stud-sabin@ruc.dk + affiliation: + - ref: team + - ref: dse + roles: writing +- name: Abdul Halim Bin Abdul Rahman + orcid: 0000-0002-0208-2754 + url: https://forskning.ruc.dk/da/persons/ahrahman + email: ahrahman@ruc.dk + affiliation: + - ref: imt + roles: supervision +affiliations: +- id: team + name: Projekt group XXX +- id: dse + name: Roskilde Universitet + department: Department of Science and Environment + city: Roskilde + postal-code: 4000 + country: Denmark + url: https://ruc.dk/en/department-science-and-environment + isni: 0000 0001 0672 1325 + ror: 014axpa37 +- id: imt + name: Roskilde Universitet + department: Department of People and Technology + city: Roskilde + postal-code: 4000 + country: Denmark + url: https://ruc.dk/en/department-people-and-technology + isni: 0000 0001 0672 1325 + ror: 014axpa37 +copyright: + holder: Jonas Smedegaard and Léandre Godet and Sabin Ghimire + year: 2025 +license: "CC BY-SA" diff --git a/_code.qmd b/_code.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_code.qmd @@ -0,0 +1 @@ +TODO diff --git a/_conclusion.qmd b/_conclusion.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_conclusion.qmd @@ -0,0 +1 @@ +TODO diff --git a/_design.qmd b/_design.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_design.qmd @@ -0,0 +1 @@ +TODO diff --git a/_discussion.qmd b/_discussion.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_discussion.qmd @@ -0,0 +1 @@ +TODO diff --git a/_intro.qmd b/_intro.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_intro.qmd @@ -0,0 +1 @@ +TODO diff --git a/_background.qmd b/_markdown.qmd index ac9da22..ac9da22 100644 --- a/_background.qmd +++ b/_markdown.qmd diff --git a/_perspectives.qmd b/_perspectives.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_perspectives.qmd @@ -0,0 +1 @@ +TODO diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..b96a8af --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,11 @@ +project: + type: website + +website: + title: "Overview" + navbar: + left: + - text: Report + href: report.qmd + +lang: en-GB diff --git a/_test.qmd b/_test.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_test.qmd @@ -0,0 +1 @@ +TODO diff --git a/_use.qmd b/_use.qmd new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/_use.qmd @@ -0,0 +1 @@ +TODO diff --git a/report.qmd b/report.qmd new file mode 100644 index 0000000..b0f443f --- /dev/null +++ b/report.qmd @@ -0,0 +1,86 @@ +--- +title: Making Markdown authoring better +subtitle: Extensions to Quarto for authoring semantic markdown + +date: 2025-05-27 + +toc-depth: 2 + +format: + stylish-report-pdf: + pdfversion: "2.0" + pdfstandard: [A-4f, UA-2] + +# generate Well-Tagged PDF using latest testphase components +# <https://latex3.github.io/tagging-project/documentation/prototype-usage-instructions> +# requires TeX Live 2024.20250114 +# pdftestphase: latest +# else generate Well-Tagged PDF using specific testphase components +# requires TeX Live 2024.20240829 (maybe older) +# pdftestphase: ["phase-III", "title", "math", "table", "firstaid"] + +# fail on error generating Well-Tagged PDF +# pdftestphasestrict: true + +# debugging of Well-Tagged PDF +# pdfdebug: ["para"] + +metadata-files: + - _actors.yml +keywords: + - Markdown + - Commonmark + - Lua + - Quarto + - plaintext text editing + +#keep-tex: true +--- + +# Abstract + +TODO + +# Introduction + +{{< include _intro.qmd >}} + +# Project Planning + +{{< include _plan.qmd >}} + +# Analysis and Design + +## Markdown + +{{< include _markdown.qmd >}} + +## Design + +{{< include _design.qmd >}} + +# Description of the Program + +{{< include _code.qmd >}} + +# User Guide + +{{< include _use.qmd >}} + +# Testing + +{{< include _test.qmd >}} + +# Discussion + +{{< include _discussion.qmd >}} + +# Conclusion + +{{< include _conclusion.qmd >}} + +# Perspektives + +{{< include _perspectives.qmd >}} + +# Bibliography {.appendix} |
