Assignment: VAST Mini-Challenge 2

Part 1 out of 4

Yong Kai Lim https://limyongkai.netlify.app/ (Singapore Management University)
07-23-2021

1. Overview

In the roughly twenty years that Tethys-based GAStech has been operating a natural gas production site in the island country of Kronos, it has produced remarkable profits and developed strong relationships with the government of Kronos. However, GAStech has not been as successful in demonstrating environmental stewardship.

In January, 2014, the leaders of GAStech are celebrating their new-found fortune as a result of the initial public offering of their very successful company. In the midst of this celebration, several employees of GAStech go missing. An organization known as the Protectors of Kronos (POK) is suspected in the disappearance, but things may not be what they seem.

2. Objectives

Both historical vehicle tracking data and transaction data from loyalty and credit card will be used to observe the following issues:

  1. The most popular locations and when they are popular
  2. Infer the owner of each credit card and loyalty card
  3. Identify potential informal or unofficial relationships among GASTech personnel
  4. Analyze suspicious activity of the missing personnel prior to the disappearance

3. Data Sources

The data source are available publicly on VAST Challenge 2021 website under the sub section Mini-Challenge 2. The data used for the project are as follows:

library("tidyverse")
library("readxl")
emp_records <- read_excel("datasets/EmployeeRecords.xlsx")
car <- read_csv("datasets/car-assignments.csv")
cc <- read_csv("datasets/cc_data.csv")
gps <- read_csv("datasets/gps.csv")
loyalty <- read_csv("datasets/loyalty_data.csv")
Map of Abila, Kronos

Figure 1: Map of Abila, Kronos

knitr::kable(head(emp_records[,1:5]), "simple")
LastName FirstName BirthDate BirthCountry Gender
Bramar Mat 1981-12-19 Tethys Male
Ribera Anda 1975-11-17 Tethys Female
Pantanal Rachel 1984-08-22 Tethys Female
Lagos Linda 1980-01-26 Tethys Female
Mies Haber Ruscella 1964-04-26 Kronos Female
Forluniau Carla 1981-06-02 Kronos Female
knitr::kable(head(car[,1:5]), "simple")
LastName FirstName CarID CurrentEmploymentType CurrentEmploymentTitle
Calixto Nils 1 Information Technology IT Helpdesk
Azada Lars 2 Engineering Engineer
Balas Felix 3 Engineering Engineer
Barranco Ingrid 4 Executive SVP/CFO
Baza Isak 5 Information Technology IT Technician
Bergen Linnea 6 Information Technology IT Group Manager
knitr::kable(head(cc[,1:4]), "simple")
timestamp location price last4ccnum
1/6/2014 7:28 Brew’ve Been Served 11.34 4795
1/6/2014 7:34 Hallowed Grounds 52.22 7108
1/6/2014 7:35 Brew’ve Been Served 8.33 6816
1/6/2014 7:36 Hallowed Grounds 16.72 9617
1/6/2014 7:37 Brew’ve Been Served 4.24 7384
1/6/2014 7:38 Brew’ve Been Served 4.17 5368
knitr::kable(head(gps[,1:4]), "simple")
Timestamp id lat long
01/06/2014 06:28:01 35 36.07623 24.87469
01/06/2014 06:28:01 35 36.07622 24.87460
01/06/2014 06:28:03 35 36.07621 24.87444
01/06/2014 06:28:05 35 36.07622 24.87425
01/06/2014 06:28:06 35 36.07621 24.87417
01/06/2014 06:28:07 35 36.07619 24.87406
knitr::kable(head(loyalty[,1:4]), "simple")
timestamp location price loyaltynum
01/06/2014 Brew’ve Been Served 4.17 L2247
01/06/2014 Brew’ve Been Served 9.60 L9406
01/06/2014 Hallowed Grounds 16.53 L8328
01/06/2014 Coffee Shack 11.51 L6417
01/06/2014 Hallowed Grounds 12.93 L1107
01/06/2014 Brew’ve Been Served 4.27 L4034

4. Literature Review

4.1 Past MITB Visual Analytics project were reviewed and evaluated prior to the assignment.

4.2 The solutions submitted for VAST challenge 2014 were also reviewed on their repository webpage(“VAST Challenge 2014:MC2 - Patterns of Life Analysis” 2014).

The various use cases and visualisation techniques were all reviewed and evaluated to integrate into the investigation works for the report.

To be continued in Part 2….

Andrienko, Natalia, Gennady Andrienko, and Georg Fuchs. 2014. “Analysis in Geographic and Semantic Spaces.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/Fraunhofer%20IAIS%20and%20City%20University%20London/.
Chua, Alvin, Ryo Sakai, Jan Aerts, and Andrew Vande Moere. 2014. “KUL-Chua-Mc2.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/KU%20Leuven/.
Croceri, Fernando, and Pablo Guzzi. 2014. “UWB-Smith-Mc2.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/University%20of%20Buenos%20Aires%20-%20Croceri/.
Flores, Jorge Luis Alcoser, Fredy Hernan Gomez Lopez, and Miguel Francisco Jarma Forero. 2014. “UBA-Alcoser-Mc2.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/University%20of%20Buenos%20Aires%20-%20Alcoser/.
Guan, YiFei. 2016. “VAST Challenge 2017:mystery at the Wildlife Preserve.” 2016. https://wiki.smu.edu.sg/1617t3isss608g1/ISSS608_2016-17_T3_Assign_GUAN_YIFEI_Visualization.
Ong, Han Ying. 2016. 2016. https://wiki.smu.edu.sg/1617t1ISSS608g1/ISSS608_2016-17_T1_Assign3_Ong_Han_Ying.
Sahaf, Zahra, Haleh Alemasoom, Rahul Kamal Bhaskar, Julia Parades, Zahra Shakeri, Craig Anslow, Mario Costa Sousa, Faramarz Samavati, and Frank Maurer. 2014. “VAST Challenge 2014.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/University%20of%20Calgary/.
Singhal, Manik, Prakash Lekkala, Shiva Shankar M R, and Parameshwaran Iyer. 2014. “RBEI-IYER-Mc2.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/Central%20South%20University/.
“VAST Challenge 2014:MC2 - Patterns of Life Analysis.” 2014. 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/.
Villordo, Sergio Manuel, Luciano Cabrera Hee Joon Park, Juan M. Bodenheimer, Juan Pablo Ferrandez, and Antonio Tralice. 2014. “UBA - Chanta Miners - Mc2.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/University%20of%20Buenos%20Aires%20-%20Tralice/.
Zhao, Ying, Yanni Peng, Wei Huang, Yong Li, Fangfang Zhou, Zhifang Liao, and Kang Zhang. 2014. “CSU-Zhao-Mc2.” 2014. http://visualdata.wustl.edu/varepository/VAST%20Challenge%202014/challenges/MC2%20-%20Patterns%20of%20Life%20Analysis/entries/Central%20South%20University/.

References

Citation

For attribution, please cite this work as

Lim (2021, July 23). Yong Kai: Assignment: VAST Mini-Challenge 2. Retrieved from https://limyongkai.netlify.app/posts/2021-07-23-vastmc2part1/

BibTeX citation

@misc{lim2021assignment:,
  author = {Lim, Yong Kai},
  title = {Yong Kai: Assignment: VAST Mini-Challenge 2},
  url = {https://limyongkai.netlify.app/posts/2021-07-23-vastmc2part1/},
  year = {2021}
}