Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywhite200 authored Jan 9, 2024
1 parent e4084d5 commit 51dc434
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# antibiotic-aware-viz
# Antibiotic AWaRe Visualization

![](https://github.com/rorywhite200/antibiotic-aware-viz/blob/main/example.gif)
## Introduction

This project visualizes the World Health Organization's AWaRe classification of antibiotics for evaluation and monitoring of use, [2023](https://www.who.int/publications/i/item/WHO-MHP-HPS-EML-2023.04).

The AWaRe classification is crucial for understanding and monitoring the use of 257 different antibiotics and their potential to contribute to antibiotic resistance.

This project brings this data to life through an interactive sunburst visualization, which can be explored here: [Antibiotic AWaRe Visualization](https://rorywhite200.github.io/antibiotic-aware-viz/).

<img src="https://github.com/rorywhite200/antibiotic-aware-viz/blob/main/example.gif" width="300"/>

## 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), and written instead in Svelte's declarative style.

I used R to convert the dataset into a hierachical JSON format for visualization.

## Citations

Bostock, Mike. “Zoomable Sunburst.” Observable. Available at: https://observablehq.com/@d3/zoomable-sunburst.

Web Annex C. WHO AWaRe (access, watch, reserve) classification of antibiotics for evaluation and monitoring of use, 2023. In: The selection and use of essential medicines 2023: Executive summary of the report of the 24th WHO Expert Committee on the Selection and Use of Essential Medicines, 24 – 28 April 2023. Geneva: World Health Organization; 2023 (WHO/MHP/HPS/EML/2023.04). Licence: CC BY-NC-SA 3.0 IGO.

0 comments on commit 51dc434

Please sign in to comment.