Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rorywhite200/antibiotic-aware-viz
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywhite200 committed Jan 19, 2024
2 parents dbbb1ba + 61d1da5 commit d55c8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This project brings this data to life through an interactive sunburst visualizat

## Creation

I used Svelte and D3 for their powerful capabilities in creating dynamic data visualizations. The sunburst mechanics are adapted from Mick Bostock's Observable Zoomable Sunburst [chart](https://observablehq.com/@d3/zoomable-sunburst). I rewrote the visualization mechanics in Svelte's declarative style.
I used Svelte and D3 for their powerful capabilities in creating dynamic data visualizations. The sunburst mechanics are adapted from Mick Bostock's Observable Zoomable Sunburst [chart](https://observablehq.com/@d3/zoomable-sunburst). I adapted the visualization mechanics to Svelte's declarative style.

I used R to convert the dataset into a hierachical JSON format for visualization.
I used R to pre-process the WHO dataset for visualization, converting it into a hierachical JSON format.

## Citations

Expand Down

0 comments on commit d55c8bf

Please sign in to comment.