Skip to content

Instantly share code, notes, and snippets.

{
"name": ["Entire genepool"],
"key": "Entire genepool",
"size": 33530,
"contributors": ["Ambrose, Michael (Independent consultant)", "Smýkal, Petr (Palacky University )", "Giovannini, Peter (Global Crop Diversity Trust)"],
"children": [{
"name": ["GP1"],
"key": "GP1",
"size": 32845,
"children": [{
@petergpython
petergpython / data.json
Last active June 17, 2020 17:19
bread_wheat3
{
"name": "Bread wheat landraces",
"key": ["Bread wheat landraces: 33487, 11853"],
"size": 55735,
"children": [{
"name": "Europe",
"key": ["Europe"],
"size": 2007,
"children": [{
"name": "Mediterranean Europe",
@petergpython
petergpython / flare.json
Last active July 17, 2019 10:00
test 3 sunburst
{ "name": "banana",
"children": [{
"name": "Ensete",
"children": [{
"name": "E. gilletii",
"value": 1
}, {
"name": "E. glaucum",
"value": 1
}, {
@petergpython
petergpython / flare.json
Last active July 15, 2019 13:59
test2 sunburst
{ "name": "banana",
"children": [{
"name": "Ensete",
"children": [{
"name": "E. gilletii",
"size": 1
}, {
"name": "E. glaucum",
"size": 1
}, {
@petergpython
petergpython / flare.json
Last active July 15, 2019 10:10
sunburst test
{
"children": [{
"name": "Ensete",
"size": 4,
"children": [{
"name": "E. gilletii",
"size": 1
}, {
"name": "E. glaucum",
"size": 1
@petergpython
petergpython / data.json
Last active October 11, 2018 09:21
banana diversity tree update
{
"children": [
{"colorCode" : "Wild color",
"name" : ["Ensete"],
"key" : "Ensete",
"size" : 4,
"children": [
{"colorCode" : "Wild color",
"name": ["E. gilletii"],
"key": "E. gilletii",
@petergpython
petergpython / data.json
Last active June 21, 2018 08:27
Banana diversity Tree
{
"children": [
{"colorCode" : "Wild color",
"name" : ["Ensete"],
"key" : "Ensete",
"size" : 4},
{"colorCode" : "Wild color",
"name" : ["Musa"],
"key" : "Musa",
"size" : 1542,
@petergpython
petergpython / .block
Created March 11, 2018 17:25 — forked from kerryrodden/.block
Sequences sunburst
license: apache-2.0
@petergpython
petergpython / D3JS Tree Editor.md
Last active February 15, 2018 10:31 — forked from adamfeuer/ D3JS Tree Editor.md
d3js genepool tree editor with node create, delete, and rename
We couldn’t find that file to show.