Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions _extensions/seedcase-theme/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
title: seedcase-theme
author: Luke W. Johnston
version: 1.0.0
version: 1.0.1
quarto-required: ">=1.2.0"
contributes:
formats:
common:
shortcodes:
- debruine/glossary
- quarto-ext/fontawesome
html:
from: markdown+emoji
Expand All @@ -15,11 +14,6 @@ contributes:
toc-depth: 3

project:
glossary:
path: glossary.yml
popup: none
show: true

project:
type: website
execute-dir: project
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 18 additions & 0 deletions _extensions/seedcase-theme/glossary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"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."
}
]
20 changes: 0 additions & 20 deletions _extensions/seedcase-theme/glossary.yml

This file was deleted.

4 changes: 0 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ def hello_world():
print("Hello, world!")
```

{{< glossary data >}} {{< glossary properties >}}

{{< glossary table=true >}}

## Simple mermaid diagram

::: column-page
Expand Down