Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(sync): 🔨 synced file(s) with seedcase-project/seedcase-theme #130

Merged
merged 1 commit into from
Nov 4, 2024
Merged
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
21 changes: 21 additions & 0 deletions _extensions/seedcase-project/seedcase-theme/glossary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
data: |
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.
data package: |
A "container" for data that describes a coherent collection of data. It consists
of two parts: data resources and properties.
data resource: |
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. It consists of the raw data, the data saved in parquet format, as well
as its properties.
properties: |
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.