From 5e176436f5b8dd7336a2c4f9ddb26296b0b2dd5a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 15 Sep 2024 14:51:22 +0200 Subject: add metadata --- _actors.yml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ _quarto.yml | 1 + rapport/index.qmd | 3 +++ 3 files changed, 63 insertions(+) create mode 100644 _actors.yml create mode 100644 _quarto.yml 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 -- cgit v1.2.3