Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobodyinperson/water-taste
an approach to determine what mineral in bottled water causes bad taste
https://github.com/nobodyinperson/water-taste
statistics water
Last synced: 16 days ago
JSON representation
an approach to determine what mineral in bottled water causes bad taste
- Host: GitHub
- URL: https://github.com/nobodyinperson/water-taste
- Owner: nobodyinperson
- License: gpl-3.0
- Created: 2017-03-09T16:51:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T13:40:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-11T12:37:42.970Z (25 days ago)
- Topics: statistics, water
- Language: R
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Water taste [![Build Status](https://travis-ci.org/nobodyinperson/water-taste.svg?branch=master)](https://travis-ci.org/nobodyinperson/water-taste)
Bottled water doesn't always taste the same. Different brand, different taste.
I want to know, what mineral causes some waters to taste so strange and bad.# Create plots
To create plots based on the data, simply run `make` from the repository root.
The `plots` directory will then be filled with `.png` plot files. If the data
or the plot scripts change, simply run `make` again.## Dependencies
The dependencies to create the plots (e.g. programming languages needed) are
specified in the `.travis.yml` file.# Data
The data is stored under the `data` folder in a `.csv`-file. All mineral
units are `mg/l`. The `taste` is unitless and has a range from `0` (bad)
to `10` (good). Name your personal taste column `taste_USERNAME`.# Contribute data
Fork this repository or click the `Edit` button on the `.csv`-file. Make your
changes and then file a pull request.# Contribute plot scripts
Read the [`README.md`](https://github.com/nobodyinperson/water-taste/blob/master/scripts/README.md) file under the [`scripts`](https://github.com/nobodyinperson/water-taste/blob/master/scripts) directory.