diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-09-15 14:51:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-09-15 14:51:22 +0200 |
commit | 5e176436f5b8dd7336a2c4f9ddb26296b0b2dd5a (patch) | |
tree | d641793aa3433138fa5c9d006519b11b5373fea6 | |
parent | 62a16536daa4015e327f87012ab280de886b7858 (diff) |
add metadata
-rw-r--r-- | _actors.yml | 59 | ||||
-rw-r--r-- | _quarto.yml | 1 | ||||
-rw-r--r-- | rapport/index.qmd | 3 |
3 files changed, 63 insertions, 0 deletions
diff --git a/_actors.yml b/_actors.yml new file mode 100644 index 0000000..122c400 --- /dev/null +++ b/_actors.yml @@ -0,0 +1,59 @@ +author: +- name: Michael Andersen + email: stud-mican@ruc.dk + affiliation: + - ref: bp3data + - ref: imt + roles: writing + equal-contributor: true +- name: Jonas Smedegaard + orcid: 0009-0009-1037-0180 + url: https://dr.jones.dk/info + email: stud-jonasj@ruc.dk + affiliation: + - ref: bp3data + - ref: imt + roles: writing + equal-contributor: true +- name: William John Brown + email: stud-wjb@ruc.dk + affiliation: + - ref: bp3data + - ref: imt + roles: writing + equal-contributor: true +- name: Johan Aksel Maribo Andreasen + email: stud-maribo@ruc.dk + affiliation: + - ref: bp3data + - ref: imt + roles: writing + equal-contributor: true +- name: Ian Valentin Christensen + orcid: 0009-0000-7735-2512 + url: https://thirdroom.org/people/ian + email: stud-ianc@ruc.dk + affiliation: + - ref: bp3data + - ref: imt + roles: writing + equal-contributor: true +- name: Sune Stoustrup + orcid: 0000-0001-8237-6383 + url: https://forskning.ruc.dk/da/persons/sunest + email: sunest@ruc.dk + affiliation: + - ref: imt + roles: supervision +affiliations: +- id: bp3data + name: Projektgruppe V2427355068 +- 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 diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..dd2407f --- /dev/null +++ b/_quarto.yml @@ -0,0 +1 @@ +lang: da diff --git a/rapport/index.qmd b/rapport/index.qmd index bc91d0b..7dfd2c1 100644 --- a/rapport/index.qmd +++ b/rapport/index.qmd @@ -1,5 +1,8 @@ --- title: Formidling af data +date: 2025-01-09 +metadata-files: + - ../_actors.yml breaks: false |