7:15 – 8:15, 1:00 – 4:00 ASRC MKT 9:00 – 1:00 IRAD
- IRAD – Finished with the CSEs and documented everything
- The Credibility Indicators Working Group
- Social Networks Journal
- Found out about the IEEE Vis conference, which consists of VAST, INFOVIS, and SCIVIS. There were a slew of mapping related papers that I found for phase 2 of the PolarizationGame study:
- A Visual Analytics Framework for Identifying Topic Drivers in Media Events
- ConceptVector: Text Visual Analytics via Interactive Lexicon Building using Word Embedding [VIS17 Preview] with Jaegul Choo (UTOPIAN) and Nicholas Diakopoulos (Ex UMD)
- Narrative Visualization: Telling Stories with Data
- PhenoLines: Phenotype Comparison Visualizations for Disease Subtyping via Topic Models
- SOMFlow: Guided Exploratory Cluster Analysis with Self-Organizing Maps and Analytic Provenance
- Visual Exploration of Semantic Relationships in Neural Word Embeddings
- Visualizing Nonlinear Narratives with Story Curves [YouTube]
- Running these through the LMN tool
and normalizing docs produces visualization narrative story visual topic analysis concept. Running that through Scholar turns up
- Working on PolarizationGameOne schemas
-

- Remembered how to do mysql views:
Create or replace view message_view AS SELECT u.login, s.title, cm.message, cm.thread_parent FROM table_chat_message cm INNER JOIN table_users u ON cm.owner_id=u.id INNER JOIN table_game g ON cm.game_id=g.id INNER JOIN table_scenarios s ON g.scenario_id=s.id;
- Next steps are to write some PHP code to read and write to the appropriate tables, then start to work out an interface
-
