Click here to view our website
The project aims to characterize demographics of the town, describe the patterns of social activities in the community, and identify the predominant business base of the town based on data for VAST Challenge 2022.
Project Description:
Motivation: The purpose of the project is to help the city planning team of Engagement, Ohio USA to understand the current state of the city and identify opportunities for future growth through visual analytics of the data collected from the representative residents.
Objectives: We aim to use visual analytic techniques to address three main questions: to characterize demographics of the town, describe the patterns of social activities in the community, and identify the predominant business base of the town.
Main features of the application: The 👉Shiny application will provides interactivity and effective integration of techniques from data analytics and data visualization. There will be 3 main sections in the application where users can adjust inputs/outputs to make informed choices and derive insights about the demographics, relationships and businesses of the town.
Project Members:
-
HUANG ANNI: annihuang.2021@mitb.smu.edu.sg
-
NI JUNQIU: junqiu.ni.2021@mitb.smu.edu.sg
-
WANG TIANQI: mailto:tianqi.wang.2020@mitb.smu.edu.sg
Project Directory
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── index.html
│ │ │ ├── index.xml
│ │ │ ├── meetup
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── package
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── r
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── theme-features
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ └── workshop
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── collection
│ │ │ ├── day01
│ │ │ │ ├── 01-github
│ │ │ │ │ └── index.html
│ │ │ │ ├── 02-postcards
│ │ │ │ │ └── index.html
│ │ │ │ ├── 03-distill
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── rproj-diff.png
│ │ │ │ │ └── rproj-git.png
│ │ │ │ ├── featured.jpg
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── day02
│ │ │ │ ├── 01-netlify
│ │ │ │ │ └── index.html
│ │ │ │ ├── 02-blogdown
│ │ │ │ │ └── index.html
│ │ │ │ ├── 03-blogdown
│ │ │ │ │ └── index.html
│ │ │ │ ├── featured.jpg
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── featured-sidebar.jpg
│ │ │ ├── index.html
│ │ │ ├── index.xml
│ │ │ ├── page
│ │ │ │ └── 1
│ │ │ │ └── index.html
│ │ │ └── prework
│ │ │ ├── featured.jpg
│ │ │ └── index.html
│ │ ├── contact
│ │ │ └── index.html
│ │ ├── contributors
│ │ │ └── index.html
│ │ ├── elements
│ │ │ └── index.html
│ │ ├── fonts
│ │ ├── form
│ │ │ ├── index.html
│ │ │ ├── index.xml
│ │ │ └── page
│ │ │ └── 1
│ │ │ └── index.html
├── ISSS608VAProjectShinyApp
│ ├── Data_preprocessing.Rmd
│ ├── ISSS608VAProjectShinyApp.Rproj
│ ├── app.R
│ ├── data
│ │ ├── Apartments.csv
│ └── rsconnect
│ └── shinyapps.io
│ └── vaproject
│ └── ISSS608VAProjectShinyApp.dcf
├── ISSS608VAProjectWebsite
│ ├── ISSS608VAProjectWebsite.Rproj
│ ├── R
│ │ └── functions.R
│ ├── _site
│ │ ├── R
│ ├── _site.yml
│ ├── about.Rmd
│ ├── apreshill.css
│ ├── guide.Rmd
│ ├── image
│ ├── index.Rmd
│ ├── poster
│ │ ├── packages.bib
│ │ ├── poster.Rmd
│ │ ├── poster.html
│ │ ├── poster.pdf
│ │ ├── poster_files
│ │ │ └── figure-html
│ │ │ ├── morefigs-1.png
│ │ │ └── standard-plot-1.png
│ │ └── poster_images
│ └── proposal.Rmd
├── README.md
└── VAProject.Rproj