Giter VIP home page Giter VIP logo

covid-19.life-expectancy.dashboard's Introduction

Preview image of the main visualisation for COVID-19.life-expectancy.dashboard

COVID-19.life-expectancy.dashboard

A Play Framework website for data visualisation. Customized from https://github.com/ianknowles/graphing-server-core for https://www.medrxiv.org/content/10.1101/2021.03.02.21252772v3.full to show changes to life expectancy due to the COVID-19 pandemic.

The build supports Scala.js for frontend scripting, slick for database access, and scss compilation.

The project can be compiled with sbt, and produces a .deb install archive. This installs the webserver as a service that requires a reverse-proxy such as nginx to be served on port 80 to the web.

No licenses are provided to redistribute the code, please contact the authors for a license if you wish to do so. The core dashboard platform will be freely available shortly.

covid-19.life-expectancy.dashboard's People

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

oxforddemsci

covid-19.life-expectancy.dashboard's Issues

Table search fixes

Table search box currently not working with the switch to scala.js and lacks an onclick function

Error in Data Download

The data download button returns the following error:

Not Found
For request 'GET /assets/data/excess/df_ex.csv'

Legend controls

Legend with additional controls for filtering and sorting the graph and/or table

By sex or other categories.

Variable definitions

Variable definitions and explanations, presented in the legend, in-line text and possibly on a supporting full page.

Name dict for table headers

name_dict = {
             name: "Country Name",
             code: "ISO2 Code",
             sex: "Sex",
             age: "Age",
             ex_2015: "Life Expectancy (2015)",
             ex_2019: "Life Expectancy (2019)",
             ex_2020: "Life Expectancy (2020)",
             ex_diff: "Life Expectancy Change (2020-2019)",
             ex_diff_1519: "Life Expectancy Change (2019-2015)",
             }

Main landing page

Main dashboard page to show a single age group with either figure 1 with text or figure 1 and 2 side by side.

Fix add group controls

Ensure they don't wrap onto new line, add hover info, limit number of age groups allowed, insert with new age rather than duplicates.

Table sorting

Table does not sort correctly, and sorting indicators need visual improvements to use the new icons

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.