Just exploring what sort of scientific data about COVID we can get from Wikidata and seeing ways to visualize it, as a way to introduce wikidata to other people.
Or run it yourself:
- Clone the repo
git clone https://github.com/jvfe/wikicovid-showcase.git
cd wikicovid-showcase
- Create enviroment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Run app
streamlit run app.py
Most of the SPARQL queries I'm using were made by Egon Willighagen so thanks a lot to him.