summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-02-07 09:45:26 +0100
committerJonas Smedegaard <dr@jones.dk>2024-02-07 09:45:26 +0100
commit00b59b4023b3847aa4959c6120b0fa2929fe328c (patch)
tree88b02b5370e85374751ae5a473e61838aa7cf273
initial draft
-rw-r--r--.gitignore4
-rw-r--r--_actors.yml31
-rw-r--r--_draft.yml8
-rw-r--r--_quarto.yml95
-rw-r--r--index.qmd36
-rw-r--r--ref.bib167
-rw-r--r--styles-draft.css18
-rw-r--r--styles.css1
8 files changed, 360 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..74fe2b9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/.quarto/
+/_site/
+/cookies.txt
+index_files/
diff --git a/_actors.yml b/_actors.yml
new file mode 100644
index 0000000..1326134
--- /dev/null
+++ b/_actors.yml
@@ -0,0 +1,31 @@
+author:
+- name: Jonas Smedegaard
+ orcid: 0009-0009-1037-0180
+ url: https://dr.jones.dk/info
+ email: stud-jonasj@ruc.dk
+ affiliation:
+ - ref: imt
+ roles: writing
+ equal-contributor: true
+# corresponding: true
+#- name: Nete Schwennesen
+# orcid: 0000-0002-2080-0377
+# url: https://forskning.ruc.dk/da/persons/netes
+# email: netes@ruc.dk
+# affiliation:
+# - ref: imt
+# roles: supervision
+affiliations:
+- id: imt
+ name: Roskilde Universitet
+ department: Institut for Mennesker og Teknologi
+ city: Roskilde
+ postal-code: 4000
+ country: Denmark
+ url: https://ruc.dk/institut-mennesker-og-teknologi
+ isni: 0000 0001 0672 1325
+ ror: 014axpa37
+copyright:
+# holder: Anna Sofie Falk Bech, Frederik Fogh Hasselstrøm, Jonas Smedegaard and Laura Linnea Holme Schmidt
+ year: 2024
+license: "CC BY-SA"
diff --git a/_draft.yml b/_draft.yml
new file mode 100644
index 0000000..7e36d3d
--- /dev/null
+++ b/_draft.yml
@@ -0,0 +1,8 @@
+format:
+ html:
+ css: ../styles-draft.css
+ pdf:
+ include-in-header:
+ - text: |
+ \usepackage[text={UDKAST}]{draftwatermark}
+# \usepackage[text={UDKAST},color={red!20}]{draftwatermark}
diff --git a/_quarto.yml b/_quarto.yml
new file mode 100644
index 0000000..18c956c
--- /dev/null
+++ b/_quarto.yml
@@ -0,0 +1,95 @@
+project:
+ type: website
+
+#subtitle: |
+# HumTek-B-23, Basisprojekt 2 \
+# eksamensgruppe V2324788176
+
+lang: da
+
+website:
+ title: "Oversigt"
+ navbar:
+ left:
+ - text: Produktioner
+ menu:
+ - text: Fælles
+ href: graph/index.qmd
+ - text: Sproget
+ href: graphlang/index.qmd
+ - text: Redskaber
+ href: graphtools/index.qmd
+ - text: Anvendelser
+ href: graphuse/index.qmd
+ - text: Tid
+ href: time/index.qmd
+ - text: Redskaber
+ href: tools/index.qmd
+
+mainfont: ETbb
+mainfontoptions:
+#- Ligatures=TeX
+- Numbers=Lowercase
+#- Mapping=tex-text
+#- Numbers=OldStyle
+sansfont: TeX Gyre Heros
+sansfontoptions:
+#- Ligatures=TeX
+- Scale=MatchLowercase
+monofont: Inconsolata
+monofontoptions:
+- Scale=MatchLowercase
+
+title-block-banner: true
+
+format:
+ html:
+ default-image-extension: svg
+ theme:
+ light: flatly
+ dark: darkly
+ css: styles.css
+ toc: true
+ pdf:
+# links-as-notes: true
+ colorlinks: false
+ pdf-engine: lualatex
+ documentclass: scrreprt
+ classoption:
+ - DIV=calc
+ csquotes: true
+ papersize: a4
+ template-partials:
+ - title.tex
+ include-in-header:
+# recalculate page margins, since mainfont was set after documentclass
+ - text: |
+ \KOMAoptions{DIV=last}
+# avoid widow or orphan lines
+ - text: |
+ \usepackage[defaultlines=4,all]{nowidow}
+ include-before-content:
+# avoid english style of added space after punctuation
+ - text: |
+ \frenchspacing
+# setup graph libraries
+ - text: |
+ \usepackage{tikz}
+ \usetikzlibrary{arrows.meta,chains,positioning,shapes.geometric}
+ \tikzset{
+ node distance = 0.75cm and 2cm, font=\bfseries,
+ >=stealth,
+ vertex/.style={circle,draw,minimum size=1.5em}
+ }
+
+ \tikzstyle{bag} = [align=center]
+
+# suppress colors confusingly inherited from html theme
+mermaid:
+ theme: neutral
+
+link-citations: true
+bibliography: ref.bib
+csl: apa
+resource-path:
+- /usr/share/citation-style-language/styles
diff --git a/index.qmd b/index.qmd
new file mode 100644
index 0000000..f88a113
--- /dev/null
+++ b/index.qmd
@@ -0,0 +1,36 @@
+---
+format:
+ html: default
+---
+
+# Kommende leverancer
+
+Forventningsafstemning.
+
+Organisering af samarbejde i supergruppe.
+
+Valg af redskaber.
+
+Personlige rapporter.
+
+Første vejledermøder.
+
+---
+
+# Eksterne projektnoter
+
+Projektforslag:
+[play](https://play.abcdefghijklmnopqrstuvxyzæøå.dk/project/rucdeconfuse/)
+
+# Generelle projektvejledninger
+
+Noter fra holdleder:
+[Moodle](https://moodle.ruc.dk/course/view.php?id=21723#section-3)
+
+[Basisprojekt 2, formelt oplæg](https://study.ruc.dk/class/view/31211)
+
+Projektvejledningspraksis:
+[PDF](https://intra.ruc.dk/fileadmin/assets/imt/IMT-studienaevn/SN-HumTek/August_2020_Projektvejledningspraksis.pdf)
+[Webside](https://intra.ruc.dk/nc/dk/for-ansatte/organisering/raad-naevn-og-udvalg/oversigt-over-studienaevn/studienaevnet-for-humanistisk-teknologisk-bacheloruddannelse/oevrige-dokumenter/)
+
+[Adgang til "Den lille Røde..." som ebog](https://moodle.ruc.dk/course/view.php?id=21703)
diff --git a/ref.bib b/ref.bib
new file mode 100644
index 0000000..d87491c
--- /dev/null
+++ b/ref.bib
@@ -0,0 +1,167 @@
+@collection{KU_værktøj,
+ booktitle = {Værktøjskassen til innovation og entreprenørskab i undervisningen},
+ language = {da-DK},
+ address = {København},
+ publisher = {Københavns Universitet},
+}
+@incollection{KU_kriterier,
+ crossref = {KU_værktøj},
+ title = {Idéudvælgelse baseret på vægtede kriterier},
+ url = {https://innovation.sites.ku.dk/metode/ideudvaelgelse-vaegtet-udvaelgelse-af-hojst-10-ideer/},
+ urldate = {2023-12-18}
+}
+
+@online{Pontis_2015,
+ author = {Sheila Pontis},
+ title = {Design thinking revised},
+ year = 2015,
+ month = 06,
+ language = {en-US},
+ url = {https://sheilapontis.com/2015/06/04/design-thinking-revised/},
+ urldate = {2023-09-20}
+}
+
+@book{Pressman_2018_book,
+ doi = {10.4324/9781315561936},
+ url = {https://doi.org/10.4324%2F9781315561936},
+ year = 2018,
+ month = Oct,
+ publisher = {Routledge},
+ author = {Andrew Pressman},
+ IGNOREtitle = {Design Thinking},
+ booktitle = {Design Thinking},
+ edition = 1,
+ isbn = {978-13-1556-193-6},
+ language = {eng},
+}
+@inbook{Pressman_2018,
+ crossref = {Pressman_2018_book},
+ doi = {10.4324/9781315561936-2},
+ url = {https://doi.org/10.4324%2F9781315561936-2},
+ pages = {3--12},
+ author = {Andrew Pressman},
+ title = {Design Thinking Overview},
+}
+
+@article{Sanders_2014,
+ doi = {10.1080/15710882.2014.888183},
+ url = {https://doi.org/10.1080%2F15710882.2014.888183},
+ year = 2014,
+ month = Jan,
+ publisher = {Informa {UK} Limited},
+ volume = 10,
+ number = 1,
+ pages = {5-14},
+ author = {Elizabeth B.-N. Sanders and Pieter Jan Stappers},
+ title = {Probes, toolkits and prototypes: three approaches to making in codesigning},
+ journal = {{CoDesign}}
+}
+
+@book{Simonsen_2010_book,
+ doi = {10.4324/9780203855836},
+ url = {https://doi.org/10.4324%2F9780203855836},
+ year = 2010,
+ month = {sep},
+ publisher = {Routledge},
+ editor = {Jesper Simonsen and J{\o}rgen Ole B{\ae}renholdt and Monika Büscher and John Damm Scheuer},
+ booktitle = {Design research: synergies from interdisciplinary perspectives},
+ language = {en},
+}
+@inbook{Simonsen_2010,
+ crossref = {Simonsen_2010_book},
+ author = {Jesper Simonsen and Jørgen Ole Bærenholdt and John Damm Scheuer and Monika Büscher},
+ title = {Synergies},
+ pages = {201-212},
+}
+
+@book{Simonsen_2014_book,
+ doi = {10.7551/mitpress/9936.001.0001},
+ url = {https://doi.org/10.7551%2Fmitpress%2F9936.001.0001},
+ year = 2014,
+ publisher = {The {MIT} Press},
+ editor = {Jesper Simonsen and Connie Svabo and Sara Malou Strandvad and Kristine Samson and Morten Hertzum and Ole Erik Hansen},
+ booktitle = {Situated Design Methods}
+}
+@inbook{Hertzum_2014,
+ crossref = {Simonsen_2014_book},
+ doi = {10.7551/mitpress/9936.003.0005},
+ year = 2014,
+ publisher = {The {MIT} Press},
+ title = {Project Designs for Student Design Projects},
+ author = {Morten Hertzum},
+ pages = {25-41},
+ language = {en},
+ address = {Cambridge, MA},
+ url = {https://forskning.ruc.dk/da/publications/project-designs-for-student-design-projects},
+ urldate = {2023-09-20},
+}
+
+@article{Stanford_2013,
+ author = {Thomas Both and Dave Baggereor},
+ title = {Design Thinking Bootcamp Bootleg},
+ year = 2013,
+ month = Jul,
+ address = {Stanford},
+ publisher = {Institute of Design at Stanford University},
+ language = {en-US},
+ url = {https://dschool.stanford.edu/resources/the-bootcamp-bootleg},
+ urldate = {2023-10-26}
+}
+
+@article{Stanford_2021,
+ author = {Tania Anaissie and Victor Cary and David Clifford and Tom Malarkey and Susie Wise},
+ title = {Liberatory Design},
+ subtitle = {mindsets and modes to design for equity},
+ year = 2021,
+ month = Apr,
+ address = {Stanford},
+ publisher = {Institute of Design at Stanford University},
+ language = {en-US},
+ url = {https://static1.squarespace.com/static/60380011d63f16013f7cc4c2/t/6070b8d5c800831d97d67ff0/1618000087869/Liberatory_Design_Deck_2021.pdf},
+ urldate = {2023-09-20}
+}
+
+@article{Venable_2016,
+ doi = {10.1057/ejis.2014.36},
+ url = {https://doi.org/10.1057%2Fejis.2014.36},
+ year = 2016,
+ month = Jan,
+ publisher = {Informa {UK} Limited},
+ volume = 25,
+ number = 1,
+ pages = {77-89},
+ author = {John Venable and Jan Pries-Heje and Richard Baskerville},
+title = {{FEDS}},
+subtitle = {a Framework for Evaluation in Design Science Research},
+ journal = {European Journal of Information Systems},
+ issn = {0960-085X},
+ language = {eng},
+}
+
+@book{Winner_2020,
+ title = {The Whale and the Reactor: A Search for Limits in an Age of High Technology},
+ ISBN = {9780226692685},
+ url = {http://doi.org/10.7208/chicago/9780226692685.001.0001},
+ DOI = {10.7208/chicago/9780226692685.001.0001},
+ publisher = {University of Chicago Press},
+ author = {Winner, Langdon},
+ year = {2020},
+ edition = 2,
+ address = {Chicago},
+ language = {eng},
+}
+
+@book{Zuboff_2019,
+author = {Shoshana Zuboff},
+address = {New York},
+booktitle = {The age of surveillance capitalism},
+booksubtitle = {the fight for a human future at the new frontier of power},
+edition = 1,
+isbn = {9781781256848},
+language = {eng},
+lccn = {2018003901},
+publisher = {PublicAffairs},
+title = {The age of surveillance capitalism},
+subtitle = {the fight for a human future at the new frontier of power},
+ year = {2019},
+}
diff --git a/styles-draft.css b/styles-draft.css
new file mode 100644
index 0000000..f79d452
--- /dev/null
+++ b/styles-draft.css
@@ -0,0 +1,18 @@
+/* css styles */
+body:before{
+ content: 'UDKAST';
+ position: fixed;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: -1;
+ color: #ff0000;
+ font-size: 200px;
+ font-weight: 500px;
+ display: grid;
+ justify-content: center;
+ align-content: center;
+ opacity: 0.2;
+ transform: rotate(-45deg);
+}
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..2ddf50c
--- /dev/null
+++ b/styles.css
@@ -0,0 +1 @@
+/* css styles */