Skip to content

cobismith/forestlaws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

International Forestry Law Infographic

This infographic shows which countries are signatory to which international agreements and laws related to forestry governance. This is a work in progress as countries continue to ratify international laws.

You can view it here: https://cobismith.github.io/forestlaws/

It's adapted from code made for the HBO recycling project, which is fun.

It's made with PaperJS, underscore.js, and a little JQuery with fonts from Typekit.

Developing locally

To support https in GitHub Pages, paper.js, recycle.js, and data.json now point directly to GitHub.

So to see changes locally to data.json on your development device, you'll need to change:

<script src="https://cobismith.github.io/forestlaws/data.json" type="text/javascript" charset="utf-8"></script>

to

<script src="data.json" type="text/javascript" charset="utf-8"></script>

About

adaptation of infographic code for international law data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 2.4%
  • CSS 0.6%