Skip to content

theodi/data-publishing-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-publishing-template

There is a step by step guide available here.

Provides a template for publishing a high quality open dataset. Each repository is designed to host a single dataset, consisting of one or more files.

To create a dataset with open data certificate

  1. Fork the template repository and rename the repository to something more akin to the dataset you will be publishing. This can be done from the respositories settings menu. At the same time re-enable issues from the same screen.

  2. Upload data files into the data/ directory.

  3. For each file uploaded you need to add a .data file in the data directory that specifies the metadata for the file, this file should look like the examples and contain the following fields. Note that the category must not be changed from data.

category: data
filename: filename.csv
weight: 2
title: June 2014
description: Transactions in June 2014
type: text/csv

Key:

weight: The position that the file is displayed on the page, 1 being first.

type: The IANA mime type of the file, e.g. text/csv, application/json etc.
  1. Edit _config.yml and fill in all the values that describe this dataset, changing the examples

  2. Point certificates.theodi.org at the front page of the site and let it automatically fill in values (then add the embed code to _config.yml)

  3. Note that many of the certificate fields can be filled in by using the github features that are available under the "Data quality and accuracy" sections.

To customise the look and feel of your dataset site

  1. Replace logo.png in the img directory with your own company logo

  2. edit css/style.css to change colour schemes of the site.

Additional sexiness

The Open Data Institute Github Data publisher automatically produces the following:

About

Provides a template for publishing a high quality open dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%