diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-23 10:10:11 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | b8323de56c90c61597940ca11c09ddb74b6c6034 (patch) | |
tree | b3b0f258d17f74c929da97b84a1152955cf5ce88 | |
parent | 334b7152b3e7f9109afa4d9dbb7bc11390bc475c (diff) |
declare team as affiliation (not subtitle)
-rw-r--r-- | _affiliations.yml | 2 | ||||
-rw-r--r-- | worlding/_actors.yml | 2 | ||||
-rw-r--r-- | worlding/index.qmd | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/_affiliations.yml b/_affiliations.yml index ce60840..dddde31 100644 --- a/_affiliations.yml +++ b/_affiliations.yml @@ -1,4 +1,6 @@ affiliations: +- id: worlding + name: Projektgruppe S2424791-JI - id: imt name: Roskilde Universitet department: Institut for Mennesker og Teknologi diff --git a/worlding/_actors.yml b/worlding/_actors.yml index 82ee06b..30a7806 100644 --- a/worlding/_actors.yml +++ b/worlding/_actors.yml @@ -4,6 +4,7 @@ author: url: https://thirdroom.org/people/ian email: stud-ianc@ruc.dk affiliation: + - ref: worlding - ref: imt roles: writing equal-contributor: true @@ -12,6 +13,7 @@ author: url: https://dr.jones.dk/info email: stud-jonasj@ruc.dk affiliation: + - ref: worlding - ref: imt roles: writing equal-contributor: true diff --git a/worlding/index.qmd b/worlding/index.qmd index a714ef6..b4391f7 100644 --- a/worlding/index.qmd +++ b/worlding/index.qmd @@ -1,9 +1,6 @@ --- title: | Digitalisering som del af en verdeningspraksis -subtitle: | - HumTek-23, Basisprojekt 2 \ - eksamensgruppe S2424791-JI date: 2024-06-06 metadata-files: - _actors.yml |