Given sample data files like these four...

We want a tabular file that looks like this:

Here's a downloadable version: data.tsv.txt
The task is to write a script to create this tabular file based on the latest sample data in this repo. (A future task will be to transform it into a nested JSON document to be compatible with the d3 code below.)
Here's the first file to show the hierarchy and publication date:

The eventual goal is to come up with something like the Zoomable Circle Packing visualization at http://bl.ocks.org/nbremer/667e4df76848e72f250b and in the screenshot below.

@TaniaSchlatter @erikbuunk and Jess, please let me know if I have any of this wrong! 😄
Given sample data files like these four...
We want a tabular file that looks like this:
Here's a downloadable version: data.tsv.txt
The task is to write a script to create this tabular file based on the latest sample data in this repo. (A future task will be to transform it into a nested JSON document to be compatible with the d3 code below.)
Here's the first file to show the hierarchy and publication date:
The eventual goal is to come up with something like the Zoomable Circle Packing visualization at http://bl.ocks.org/nbremer/667e4df76848e72f250b and in the screenshot below.
@TaniaSchlatter @erikbuunk and Jess, please let me know if I have any of this wrong! 😄