From 8860ed03ff3209f7c7f3c5e99b4c990bc10bdaa7 Mon Sep 17 00:00:00 2001 From: mtwente <127845092+mtwente@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:46:38 +0200 Subject: [PATCH 1/2] feat: add poster session listing --- index.qmd | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/index.qmd b/index.qmd index 410b0bd..0cf8cda 100644 --- a/index.qmd +++ b/index.qmd @@ -1,16 +1,27 @@ --- title: 'Book of Abstracts' listing: - type: table - categories: true - contents: - - submissions/*/index.qmd - fields: [categories, title, author] - field-display-names: - categories: 'Session' - author: 'Author(s)' - sort: 'categories' - sort-ui: [categories, title, author] + - id: paper + type: table + categories: true + contents: + - submissions/*/index.qmd + fields: [categories, title, author] + field-display-names: + categories: 'Session' + author: 'Author(s)' + sort: 'categories' + sort-ui: [categories, title, author] + - id: poster + type: table + categories: true + contents: + - submissions/poster/*/index.qmd + fields: [categories, title, author] + field-display-names: + categories: 'Session' + author: 'Author(s)' + date-modified: last-modified description-meta: 'The DigiHistCH24 conference on "Historical Research, Digital Literacy, and Algorithmic Criticism," hosted by the University of Basel on September 12-13, 2024, explores the integration of digital tools and the critical role of algorithms in historical research. This book of abstracts features all presented papers, offering insights into cutting-edge methodologies, software applications, and challenges in digital history.' author-meta: "Digital History Switzerland 2024" @@ -18,7 +29,7 @@ author-meta: "Digital History Switzerland 2024" The DigiHistCH24 conference on "Historical Research, Digital Literacy, and Algorithmic Criticism" brings together scholars and professionals to address the evolving role of digital technologies in historical research. Hosted by the University of Basel on September 12--13, 2024, the conference will focus on the integration of digital tools, the importance of digital literacy, and the critical examination of algorithms within the discipline. -This book of abstracts contains all the papers presented at the conference, providing a comprehensive overview of current research at the intersection of history and digital technology. These papers cover a range of topics, from innovative methodologies and software applications to the challenges of digital data management and algorithmic analysis in historical research. +This book of abstracts contains all the papers and posters presented at the conference, providing a comprehensive overview of current research at the intersection of history and digital technology. These cover a range of topics, from innovative methodologies and software applications to the challenges of digital data management and algorithmic analysis in historical research. We are pleased to present this collection, which reflects the state of the art in digital history, and anticipate that the discussions it stimulates will make a significant contribution to the field. @@ -26,4 +37,14 @@ We are pleased to present this collection, which reflects the state of the art i ## DigiHistCH24 Registration We are looking forward to seeing you in Basel! Please don't forget to [register](https://conferences.unibas.ch/frontend/index.php?page_id=1424&booking_registration_action=show&booking_registration_controller=offer) for attending DigiHistCH24! +::: + +## Paper + +:::{#paper} +::: + +## Poster + +:::{#poster} ::: \ No newline at end of file From 366fd9bab87706f5895cc2ee3d8395c9044d5edc Mon Sep 17 00:00:00 2001 From: mtwente <127845092+mtwente@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:58:15 +0200 Subject: [PATCH 2/2] fix: remove categories from poster listing --- index.qmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.qmd b/index.qmd index 0cf8cda..13eddd1 100644 --- a/index.qmd +++ b/index.qmd @@ -17,9 +17,8 @@ listing: categories: true contents: - submissions/poster/*/index.qmd - fields: [categories, title, author] + fields: [title, author] field-display-names: - categories: 'Session' author: 'Author(s)' date-modified: last-modified