GitXplorerGitXplorer
j

wikicovid-showcase

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
ab712a5a88d7f35494812804bf4b0f251082698a

Delete requirements_dev.txt

jjvfe committed 4 years ago
Unverified
0cef8d642b447380bac153e374aefb1f66a13e2a

Differentiate requirements

jjvfe committed 4 years ago
Unverified
d5c42df8dde7b466425ca519b7ba2d7bdfc034c1

Add caching and add credentials

jjvfe committed 4 years ago
Verified
d7d275def32c59962399220f7a69d1ee55f16419

Create LICENSE

jjvfe committed 4 years ago
Verified
9fc3d6c14686edee4fcd7019555a77d14fc269ad

Update README.md

jjvfe committed 4 years ago
Unverified
1b41559d9d45b0f053315dd1efce6ed1125744f5

Add new section for app and refactoring

jjvfe committed 4 years ago

README

The README file for this repository.

Showcasing COVID-19 data from Wikidata

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.