Below you will find all of the documents we’ve compiled for the workshop.
Program / Agenda
Pre-Reading
Lightning Talks
Popcorn Panel
White Paper Guide
R Tutorial
Quick Links for R Tutorial Session:
- R Software (link will direct you to Download R & Studio)
- R Tutorial (link will direct you to the GitHub site for the interactive tutorial)
- R Example Code (link will direct you to GitHub site to download example code for the tutorial, to download, you have three options:
- 1. click on a specific script -> Raw -> copy and paste into your R studio OR
- 2. click on a specific script -> Download raw file -> add .R extension at the file name -> Save
- 3. click on a specific script -> Raw -> right click -> Save as -> delete the extension .txt, so file name should only be name.R -> Save
SNoMaN Tutorial
SNoMaN Lab 1: Getting to Know SNoMaN
SNoMaN Lab 2: Use SNoMaN for Spatial Social Network Visual Analytics
Quick Links for SNoMaN Software Session:
- SNoMaN Software (link will direct you to the software website)
- SNoMaN User Study Lab 1 Getting to know SNoMaN with the US flight network
- SNoMaN User Study Lab 2 Using SNoMaN for SSN visual analytics
- Dataset Format Requirements and Example Dataset:
- SNoMaN requires one nodelist.csv file and one edgelist.csv file. Each row of the nodelist table should represent attributes of a node, including at least a unique node ID and the node’s longitude and latitude. Each row of the edgelist table should represent attributes of an edge, including at least a source and target column corresponding to the node ID.
- Example Dataset: US_airport_nodelist.csv, US_flight_edgelist.csv