Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjmack/belly-button-challenge
DU Module 14
https://github.com/andrewjmack/belly-button-challenge
d3 html javascript plotly
Last synced: 21 days ago
JSON representation
DU Module 14
- Host: GitHub
- URL: https://github.com/andrewjmack/belly-button-challenge
- Owner: andrewjmack
- Created: 2024-05-16T20:44:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T00:49:58.000Z (6 months ago)
- Last Synced: 2024-10-05T10:58:23.191Z (about 1 month ago)
- Topics: d3, html, javascript, plotly
- Language: JavaScript
- Homepage: https://andrewjmack.github.io/belly-button-challenge/
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# belly-button-challenge
### Andrew Mack | University of Denver: Data Analytics | May 2024
### Dashboard URL: https://andrewjmack.github.io/belly-button-challenge/## Summary
This respository contains the files to meet the requirements of the "interactive visualizations" module 14 homework challenge.This assignment required building an interactive dashboard to explore the Belly Button Biodiversity dataset (see Resources), which catalogs the microbes that colonize human navels; for the purpose of this exercise, these are known as operational taxonomic units ("OTUs").
The dashboard consists of a drop menu for selecting a dataset sample with corresponding dynamic:
- demographic table of sample information
- bar chart of the ten largest within the sample
- bubble chart of all OTUs in the sample, scaled by size of presence## Repo Contents
- README
- js / app.js
- index.html## Resources
- Data source (URL) for samples.JSON: https://static.bc-edx.com/data/dl-1-2/m14/lms/starter/samples.json
- Broader dataset referenced in 'Background' (URL): https://robdunnlab.com/projects/belly-button-biodiversity/
- Class instruction, module activities and tutor services
- Plotly JavaScript Open Source Graphing Library (URL): https://plotly.com/javascript/