Welcome to your template dataset page!
Files | Size | Format | Created | Updated | License | Source |
---|---|---|---|---|---|---|
1 | 72 B | csv | 12 months ago | 11 months ago | Open Data Commons Public Domain Dedication and License v1.0 | Link to data source |
This is a template for publishing your dataset with Datahub Cloud.
Data Files
File | Description | Size | Last modified | Download |
---|---|---|---|---|
c02-per-decade | C02 PPM per decade | 72 B | c02-per-decade |
Data Previews
C02 PPM per decade
Welcome to the body of your dataset site. Everything above this section is part of the Data package front matter.
Overview (UPDATE)
Here is a quick overview of the template structure:
Structured data
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:
This is cool!
Here's a callout block.
It supports markdown and wikilinks.
Or you can quickly embed a piece of code as follows:
const ExampleCode = () => {
return <div> .... </div>;
};