Skip to content

Assignment 2 for the subject GEOM90007 Information Visualisation at the University of Melbourne

Notifications You must be signed in to change notification settings

johnsonjzhou/geom90007-a2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutrition and Food Security around the world

Screenshot

This is an interactive R/Shiny dashboard that showcases select data from the report The State of Food Security and Nutrition in the World 2022 (SOFI) accessible from FAO or UNICEF with additional supporting data obtained from the UNICEF data warehouse.

View the design summary.

Views

  1. Map View
  2. Details View

Run App

Requirements

This app makes extensive use of the CSS property backdrop-filter which is not supported by the native browser within RStudio.

For the optimal visual experience, please view the running application in a modern browser. Google Chrome would be preferred, although would also work in Firefox and Safari.

Install dependencies

source("./R/libraries.R")

Running the Shiny App

# At the root project directory
shiny::runApp()

Building

Directory tree

root
  |- data: data sources for the dash board
  |- doc: documentation
  |- R: supporting R scripts for the app
  |- src: supporting non-R source files and assets
  |- www: production non-R files and assets for use by the app

Building supporting (non-R) source files (optional)

Non-R source files are built using webpack, transforming from ./src to ./www.

# install node module
npm install

# build
npm run build

Developed by

Johnson Zhou

Assignment 2
GEOM90007 Information Visualisation
University of Melbourne

Email: zhoujj@student.unimelb.edu.au
Email: johnson.zhou@simplyuseful.io
Github: https://github.com/johnsonjzhou/geom90007-a2

Material presented in this dashboard do not imply the expression of any opinion on part of the Developer or the University of Melbourne. The responsibility for the interpretation and use of the material lies with the user. In no event shall the Developer or the University of Melbourne be liable for damages arising from its use.

About

Assignment 2 for the subject GEOM90007 Information Visualisation at the University of Melbourne

Resources

Stars

Watchers

Forks

Packages

No packages published