Skip to content

theodi/hat-tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hat Tip: Attributing and Citing Data on the Web

A prototype that explores options for attributing and citing data on the web.

The application attempts to dynamically load metadata that describes the dataset and then uses that to provide some suggested ways of attributing and citing that dataset.

The application distinguishes between Attribution and Citation as described in this blog post.

For instructions on how to describe a dataset and include attribution information, read the Publisher Guide to the Open Data Rights Statement Vocabulary.

Demonstration

A demo version of the application is available here:

http://hat-tip.herokuapp.com

Supported Metadata Formats

Data Kitten is used to do the metadata heavy-lifting, although some temporary additional code is used to allow for a couple of scenarios it doesn't yet handle.

Currently the code should be able to load metadata from:

  • Datasets published as data packages in Github, e.g. MOD Disposal Database
  • Datasets from data.gov.uk
  • Datasets published in CKAN instances
  • Datasets that are published as Linked Data and described with DCAT, VOID, and the ODRS vocabulary
  • Scientific datasets that have a DOI, e.g. such as those on Figshare

Running the Application

The application is built with Ruby using the Sinatra framework. To run it you'll need to have Ruby 1.9 and Bundler installed. It should then be just a matter of running:

sudo bundle install
rackup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published