From b18ad63f39a4c00e17d70bc73b5d48bac4d15e9c Mon Sep 17 00:00:00 2001 From: mtwente <127845092+mtwente@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:55:47 +0200 Subject: [PATCH] fix: move citation info to separate file --- submissions/480/index.qmd | 13 ------------- submissions/_metadata.yml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 13 deletions(-) create mode 100644 submissions/_metadata.yml diff --git a/submissions/480/index.qmd b/submissions/480/index.qmd index cf89be7..3d88e97 100644 --- a/submissions/480/index.qmd +++ b/submissions/480/index.qmd @@ -27,19 +27,6 @@ abstract: | Floras and herbaria are particularly valuable sources both for historical analyses of the collaborative knowledge culture of botany and for research into historical biodiversity. Therefore, the digital representation of this complementary sources should fulfil the requirements of the humanities and natural sciences as well. In this paper, we describe challenges, solutions and lessons learned in this regard as a summary of experiences from multiple projects on the data and edition platform _hallerNet_ around the Bernese polymath Albrecht von Haller (1708–1777). date: 08-08-2024 date-modified: 09-17-2024 -citation: - type: speech - event: Digital History Switzerland 2024 - container-title: 'Digital History Switzerland 2024: Book of Abstracts' - editor: - - Jérôme Baudry - - Lucas Burkart - - Béatrice Joyeux-Prunel - - Eliane Kurmann - - Moritz Mähr - - Enrico Natale - - Christiane Sibille - - Moritz Twente bibliography: references.bib --- diff --git a/submissions/_metadata.yml b/submissions/_metadata.yml new file mode 100644 index 0000000..0b7b057 --- /dev/null +++ b/submissions/_metadata.yml @@ -0,0 +1,17 @@ +format: + html: + citation: + type: standard + event: Digital History Switzerland 2024 + container-title: 'Digital History Switzerland 2024: Book of Abstracts' + editor: + - Jérôme Baudry + - Lucas Burkart + - Béatrice Joyeux-Prunel + - Eliane Kurmann + - Moritz Mähr + - Enrico Natale + - Christiane Sibille + - Moritz Twente + +freeze: auto \ No newline at end of file