From 3cc16c8a664a781f2f4742261590ccd6957b2342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Mon, 27 Jul 2026 09:24:17 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=E2=AC=86=EF=B8=8F=20upgrade=20Quarto?= =?UTF-8?q?=20theme;=20remove=20`glossary.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seedcase-theme/_extension.yml | 2 +- .../seedcase-theme/glossary.json | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 _extensions/seedcase-project/seedcase-theme/glossary.json diff --git a/_extensions/seedcase-project/seedcase-theme/_extension.yml b/_extensions/seedcase-project/seedcase-theme/_extension.yml index bcf653c..921350b 100644 --- a/_extensions/seedcase-project/seedcase-theme/_extension.yml +++ b/_extensions/seedcase-project/seedcase-theme/_extension.yml @@ -10,7 +10,7 @@ authors: orcid: 0000-0003-0051-3239 - name: Kristiane Beicher orcid: 0000-0001-7556-9566 -version: 0.8.1 +version: 0.8.2 quarto-required: ">=1.7.0" contributes: formats: diff --git a/_extensions/seedcase-project/seedcase-theme/glossary.json b/_extensions/seedcase-project/seedcase-theme/glossary.json deleted file mode 100644 index bb1c61d..0000000 --- a/_extensions/seedcase-project/seedcase-theme/glossary.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "item": "data", - "description": "Data can mean any piece of information that someone would like to use to answer questions. What is considered data (and metadata) is highly dependent on people and what they intend to do with information that is collected. In the context of Seedcase Sprout, data is any information collected for the purposes of doing analyses on them to answer questions. An example might be data collected from people participating in a study on health and disease." - }, - { - "item": "data package", - "description": "A \"container\" for data that describes a coherent collection of data. It consists of two parts: data resources and properties." - }, - { - "item": "data resource", - "description": "A single piece of data, such as a table or data file, and its properties, included in a data package. It contains the actual data, documented following the Data Package standard." - }, - { - "item": "properties", - "description": "Metadata that describes the entire data package and each of the data resources within it. At the package level, the properties include the package name and description, contributors, licenses, and more. At the resource level, they describe attributes such as the resource name, description, schema, and data fields. All properties are stored in `datapackage.json` in the root directory of the package." - } -]