From 0a74790763c61bf5603e240b66579f7b00fce1df Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 30 Aug 2024 12:29:22 +0200 Subject: generate preview of paper front pages --- Makefile | 10 + _quarto.yml | 5 +- report/aiconflict/index.qmd | 2 + report/aiconflict/paper.svg | 271 ++ report/aielect/index.qmd | 4 + report/aielect/paper.svg | 818 +++++++ report/aihealth/index.qmd | 4 + report/aihealth/paper.svg | 681 ++++++ report/citygood/index.qmd | 4 + report/citygood/paper.svg | 684 ++++++ report/dataadhd/index.qmd | 4 + report/dataadhd/paper.svg | 4764 ++++++++++++++++++++++++++++++++++++ report/femtech/index.qmd | 4 + report/femtech/paper.svg | 677 +++++ report/genetech/index.qmd | 4 + report/genetech/paper.svg | 3938 +++++++++++++++++++++++++++++ report/icd/index.qmd | 2 + report/icd/paper.svg | 414 ++++ report/lunar/index.qmd | 4 + report/lunar/paper.svg | 177 ++ report/ontenna/index.qmd | 4 + report/ontenna/paper.svg | 659 +++++ report/phoneintentional/index.qmd | 4 + report/phoneintentional/paper.svg | 1617 ++++++++++++ report/phoneresponsible/index.qmd | 4 + report/phoneresponsible/paper.svg | 362 +++ report/readtentac/index.qmd | 2 + report/readtentac/paper.svg | 632 +++++ report/seniorwatch/index.qmd | 4 + report/seniorwatch/paper.svg | 2304 +++++++++++++++++ report/someadhd/index.qmd | 4 + report/someadhd/paper.svg | 1038 ++++++++ report/spotifyrecommends/index.qmd | 4 + report/spotifyrecommends/paper.svg | 441 ++++ report/waste/index.qmd | 2 + report/waste/paper.svg | 212 ++ report/youthactivation/index.qmd | 4 + report/youthactivation/paper.svg | 2327 ++++++++++++++++++ styles/main.scss | 7 + 39 files changed, 22100 insertions(+), 2 deletions(-) create mode 100644 report/aiconflict/paper.svg create mode 100644 report/aielect/paper.svg create mode 100644 report/aihealth/paper.svg create mode 100644 report/citygood/paper.svg create mode 100644 report/dataadhd/paper.svg create mode 100644 report/femtech/paper.svg create mode 100644 report/genetech/paper.svg create mode 100644 report/icd/paper.svg create mode 100644 report/lunar/paper.svg create mode 100644 report/ontenna/paper.svg create mode 100644 report/phoneintentional/paper.svg create mode 100644 report/phoneresponsible/paper.svg create mode 100644 report/readtentac/paper.svg create mode 100644 report/seniorwatch/paper.svg create mode 100644 report/someadhd/paper.svg create mode 100644 report/spotifyrecommends/paper.svg create mode 100644 report/waste/paper.svg create mode 100644 report/youthactivation/paper.svg create mode 100644 styles/main.scss diff --git a/Makefile b/Makefile index 807e0a8..bdfcea1 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +PAPERS = $(wildcard report/*/*.pdf) + all: render cal-render publish preview: @@ -19,3 +21,11 @@ cal-render: cal-publish: rsync -av --delete-after events/study www-ruc@xayide.jones.dk:public_websites/play.abcde.../events/ + +frontpages: $(addsuffix /paper.svg,$(dir $(PAPERS))) + +%.svg: +# pdftocairo -f 1 -l 1 -svg "$(wildcard $(dir $@)/*.pdf)" "$@" +# dvisvgm --pdf --optimize --font-format=woff2 --output=$@ "$(wildcard $(dir $@)/*.pdf)" + dvisvgm --pdf --optimize --no-fonts --output=$@ "$(wildcard $(dir $@)/*.pdf)" +# pdf2svg "$(wildcard $(dir $@)/*.pdf)" $@ 1 diff --git a/_quarto.yml b/_quarto.yml index 25957c1..b8f8ad5 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -38,9 +38,10 @@ format: html: default-image-extension: svg theme: - light: litera - dark: solar + light: [litera, styles/main.scss] + dark: [solar, styles/main.scss] resources: - "events/*/*.ics" - "events/*/index.html" + - "report/*/*.pdf" diff --git a/report/aiconflict/index.qmd b/report/aiconflict/index.qmd index 278b5f9..0cfe7b0 100644 --- a/report/aiconflict/index.qmd +++ b/report/aiconflict/index.qmd @@ -16,3 +16,5 @@ format: href: Rapport_21309u23.pdf icon: file-pdf --- + +![](paper.svg) diff --git a/report/aiconflict/paper.svg b/report/aiconflict/paper.svg new file mode 100644 index 0000000..ef9b307 --- /dev/null +++ b/report/aiconflict/paper.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/aielect/index.qmd b/report/aielect/index.qmd index ed22c32..c134723 100644 --- a/report/aielect/index.qmd +++ b/report/aielect/index.qmd @@ -24,6 +24,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Hvordan vinder man et valg med kunstig intelligens?](../../project/aielect) diff --git a/report/aielect/paper.svg b/report/aielect/paper.svg new file mode 100644 index 0000000..08061ab --- /dev/null +++ b/report/aielect/paper.svg @@ -0,0 +1,818 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/aihealth/index.qmd b/report/aihealth/index.qmd index 34c4140..96d1b57 100644 --- a/report/aihealth/index.qmd +++ b/report/aihealth/index.qmd @@ -17,6 +17,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Tillidsskabelse af AI i sundhedsvæsnet](../../project/aihealth) diff --git a/report/aihealth/paper.svg b/report/aihealth/paper.svg new file mode 100644 index 0000000..cb8a64d --- /dev/null +++ b/report/aihealth/paper.svg @@ -0,0 +1,681 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/citygood/index.qmd b/report/citygood/index.qmd index 9a334fc..3ac0152 100644 --- a/report/citygood/index.qmd +++ b/report/citygood/index.qmd @@ -16,6 +16,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Gode byrum](../../project/citygood) diff --git a/report/citygood/paper.svg b/report/citygood/paper.svg new file mode 100644 index 0000000..d3ff19d --- /dev/null +++ b/report/citygood/paper.svg @@ -0,0 +1,684 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/dataadhd/index.qmd b/report/dataadhd/index.qmd index ccfb9b4..db5f1a3 100644 --- a/report/dataadhd/index.qmd +++ b/report/dataadhd/index.qmd @@ -14,6 +14,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Dataindsamling gennem (immersive) spil til diagnosticering af mentale forstyrrelser](../../project/dataadhd) diff --git a/report/dataadhd/paper.svg b/report/dataadhd/paper.svg new file mode 100644 index 0000000..c4f7f87 --- /dev/null +++ b/report/dataadhd/paper.svg @@ -0,0 +1,4764 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/femtech/index.qmd b/report/femtech/index.qmd index a58001e..a804b8d 100644 --- a/report/femtech/index.qmd +++ b/report/femtech/index.qmd @@ -16,6 +16,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Feministisk Teknologi](../../project/femtech) diff --git a/report/femtech/paper.svg b/report/femtech/paper.svg new file mode 100644 index 0000000..4cc4382 --- /dev/null +++ b/report/femtech/paper.svg @@ -0,0 +1,677 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/genetech/index.qmd b/report/genetech/index.qmd index 61896fb..e064de9 100644 --- a/report/genetech/index.qmd +++ b/report/genetech/index.qmd @@ -17,6 +17,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [CRISPR-teknologien](../../project/genetech) diff --git a/report/genetech/paper.svg b/report/genetech/paper.svg new file mode 100644 index 0000000..81eeef5 --- /dev/null +++ b/report/genetech/paper.svg @@ -0,0 +1,3938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/icd/index.qmd b/report/icd/index.qmd index fc07b6e..fafb0a8 100644 --- a/report/icd/index.qmd +++ b/report/icd/index.qmd @@ -16,3 +16,5 @@ format: href: Basisprojekt_2_Projektrapport.pdf icon: file-pdf --- + +![](paper.svg) diff --git a/report/icd/paper.svg b/report/icd/paper.svg new file mode 100644 index 0000000..ec819f2 --- /dev/null +++ b/report/icd/paper.svg @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/lunar/index.qmd b/report/lunar/index.qmd index 46958f3..79de3c1 100644 --- a/report/lunar/index.qmd +++ b/report/lunar/index.qmd @@ -16,6 +16,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Lunar kalender](../../project/lunar) diff --git a/report/lunar/paper.svg b/report/lunar/paper.svg new file mode 100644 index 0000000..985e0d6 --- /dev/null +++ b/report/lunar/paper.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/ontenna/index.qmd b/report/ontenna/index.qmd index a73b633..a1accce 100644 --- a/report/ontenna/index.qmd +++ b/report/ontenna/index.qmd @@ -17,6 +17,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Ontenna](../../project/ontenna) diff --git a/report/ontenna/paper.svg b/report/ontenna/paper.svg new file mode 100644 index 0000000..3d30541 --- /dev/null +++ b/report/ontenna/paper.svg @@ -0,0 +1,659 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/phoneintentional/index.qmd b/report/phoneintentional/index.qmd index 4d5a299..ba20273 100644 --- a/report/phoneintentional/index.qmd +++ b/report/phoneintentional/index.qmd @@ -17,6 +17,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Intentionel brug af telefon](../../project/phoneintentional) diff --git a/report/phoneintentional/paper.svg b/report/phoneintentional/paper.svg new file mode 100644 index 0000000..44c86cd --- /dev/null +++ b/report/phoneintentional/paper.svg @@ -0,0 +1,1617 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/phoneresponsible/index.qmd b/report/phoneresponsible/index.qmd index 12d5cad..3d74872 100644 --- a/report/phoneresponsible/index.qmd +++ b/report/phoneresponsible/index.qmd @@ -15,6 +15,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Vejledning af børn og unge til ansvarlig brug af smartphones](../../project/phoneresponsible) diff --git a/report/phoneresponsible/paper.svg b/report/phoneresponsible/paper.svg new file mode 100644 index 0000000..d02d642 --- /dev/null +++ b/report/phoneresponsible/paper.svg @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/readtentac/index.qmd b/report/readtentac/index.qmd index 96a5316..f2e912c 100644 --- a/report/readtentac/index.qmd +++ b/report/readtentac/index.qmd @@ -16,3 +16,5 @@ format: href: S2424791_JI.pdf icon: file-pdf --- + +![](paper.svg) diff --git a/report/readtentac/paper.svg b/report/readtentac/paper.svg new file mode 100644 index 0000000..7698a05 --- /dev/null +++ b/report/readtentac/paper.svg @@ -0,0 +1,632 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/seniorwatch/index.qmd b/report/seniorwatch/index.qmd index 9160317..aaf2a2f 100644 --- a/report/seniorwatch/index.qmd +++ b/report/seniorwatch/index.qmd @@ -19,6 +19,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [GPS-ur i ældreplejen](../../project/seniorwatch) diff --git a/report/seniorwatch/paper.svg b/report/seniorwatch/paper.svg new file mode 100644 index 0000000..38b5a73 --- /dev/null +++ b/report/seniorwatch/paper.svg @@ -0,0 +1,2304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/someadhd/index.qmd b/report/someadhd/index.qmd index ab060d9..2c711c4 100644 --- a/report/someadhd/index.qmd +++ b/report/someadhd/index.qmd @@ -18,6 +18,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [SoMe og ADHD](../../project/someadhd) diff --git a/report/someadhd/paper.svg b/report/someadhd/paper.svg new file mode 100644 index 0000000..f19e7f2 --- /dev/null +++ b/report/someadhd/paper.svg @@ -0,0 +1,1038 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/spotifyrecommends/index.qmd b/report/spotifyrecommends/index.qmd index ef5b03c..cbc7047 100644 --- a/report/spotifyrecommends/index.qmd +++ b/report/spotifyrecommends/index.qmd @@ -17,6 +17,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Spotifys anbefalinger](../../project/spotifyrecommends) diff --git a/report/spotifyrecommends/paper.svg b/report/spotifyrecommends/paper.svg new file mode 100644 index 0000000..d53d71a --- /dev/null +++ b/report/spotifyrecommends/paper.svg @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/waste/index.qmd b/report/waste/index.qmd index 6653e23..f588e24 100644 --- a/report/waste/index.qmd +++ b/report/waste/index.qmd @@ -15,3 +15,5 @@ format: href: Semesterprojekt_2._semester__1_.pdf icon: file-pdf --- + +![](paper.svg) diff --git a/report/waste/paper.svg b/report/waste/paper.svg new file mode 100644 index 0000000..93a2842 --- /dev/null +++ b/report/waste/paper.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/report/youthactivation/index.qmd b/report/youthactivation/index.qmd index 569dccb..017d84b 100644 --- a/report/youthactivation/index.qmd +++ b/report/youthactivation/index.qmd @@ -20,6 +20,10 @@ format: icon: file-pdf --- +![](paper.svg) + +--- + ## Oplæg [Aktivering af børn og unge](../../project/youthactivation) diff --git a/report/youthactivation/paper.svg b/report/youthactivation/paper.svg new file mode 100644 index 0000000..b3ee340 --- /dev/null +++ b/report/youthactivation/paper.svg @@ -0,0 +1,2327 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/styles/main.scss b/styles/main.scss new file mode 100644 index 0000000..64ea587 --- /dev/null +++ b/styles/main.scss @@ -0,0 +1,7 @@ +/*-- scss:rules --*/ + +// needed for transparent SVG files with non-white themes +.thumbnail img, +main > p > img { + background-color: white; +} -- cgit v1.2.3