Social Network Analysis and Visualization of Makahiki games.
Reads the following files with the following format from the data/ directory:
Format: lastname, firstname, email, building, room, floor, unused
Example: Johnson,Philip,johnson@hawaii.edu,B,408,Hale Aloha Lehua
Frequency: one definition per player.
Format: timestamp,loungeString, cumulative energy-goals so far
Example: 2012-09-04 00:00:00,Lehua-B,0
Frequency: Typically one line per day per lounge.
Format: timestamp,user,last_name,group,room,action,action-url,partner,partner-group,partner-room
Example: 2012-09-05 12:23:34.307291,foo,Foo,Lokelani,159,View,/log/notifications/alert/view-lock-open/
Frequency: whenever a logged event occurs.
Format: timestamp, message
Example: 2012-09-04 17:00:00,Kickoff Party
Frequency: whenever a real-world event occurs, typically several times per week.
Format: timestamp, user, cumulative points so far
Example: 2012-09-04 00:00:00,foo,0
Frequency: once per hour per user.