davidgasquez / templated-dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datapackage
title description licenses resources
Welcome to your template dataset page!
This is a template for publishing your dataset with Datahub Cloud. Click on "Read more" to go to a quick overview of the template.
path title
Open Data Commons Public Domain Dedication and License v1.0
path title name format schema
data.csv
C02 PPM per decade
c02-per-decade
csv
fields
name type
year
date
name type
co2
number

Check [[docs.md]]!

Welcome to the body of your dataset site. Everything above this section is part of the Data package front matter.

Check [[docs.md]]

Overview

Here is a quick overview of the template structure:

![[Overview.png]]

Structured data

  graph TD;
      Data-Package-Frontmatter-->Dataset-title
      Data-Package-Frontmatter-->Data-package-metadata
      Data-Package-Frontmatter-->Short-description;
      Data-Package-Frontmatter-->Data-files-list;
      Data-Package-Frontmatter-->Data-Previews;

Feel free to customize the data package frontmatter accordingly when publishing your own data.

Unstructured data

You can add as many markdown files to your GitHub repository as you like, and you can freely nest them in subdirectories. You can also enhance your content with other data visualisation components and markdown features.

Note: For a full list of supported markdown features visit https://flowershow.app/docs/syntax

Here are some quick examples:

[!info] This is cool! Here's a callout block. It supports markdown and [[Internal link|wikilinks]].

Or you can quickly embed a piece of code as follows:

const ExampleCode = () => {
  return <div> .... </div>;
};

To see more of what is possible, go read the docs page

About