You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose, even commercially.
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
The site runs entirely from static content. It uses D3JS to render all the nodes. ShowdownJS is used to render the Markdown files.
The website follows a few simple rules:
- It's all static content
- Data is stored in a
json
file namedtreeData.json
- It's possible to add a minimalistic documentation for each node
name
: This is the name of your nodecolor
: Assign a color family to your path based oncolorbrewer.js
docurl
: (optional) if present, path to Markdown filechildren
: (optional) defines sub node(s) using the structure just above.
If you feel you can improve the dataset or improve the site usability, send you pull requests. I'll add you to the list of contributors.
(in order of contribution)
- Aurelien Requiem