Difference between revisions of "Lesson 9"

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 29: Line 29:
 
<br/>
 
<br/>
  
 +
=Readings=
  
 +
== Core Reading ==
  
 +
* "Text and Document Visualization", in Matthew Ward et. al. (2011) '''Interactive Data Visualization'''.  Chapter 9
 +
* Information Visualization for Text Analysis, Marti Hearst, Search User Interfaces, Chapter 11 [http://searchuserinterfaces.com/book/sui_ch11_text_analysis_visualization.html]
 +
* "Wordle" in Jonathan Feiberg (2010) '''Beautiful Visualization'''. Chapter 3. [http://static.mrfeinberg.com/bv_ch03.pdf]
  
  
 +
==Additional Reading==
  
== Daily Readings ==
+
* Tag Cloud [https://en.wikipedia.org/wiki/Tag_cloud]
 +
* Tools for Exploring Text: Visualizations [http://wordseer.berkeley.edu/]
 +
* The Death of Tag Clouds [https://woorkup.com/the-death-of-tag-clouds/]
 +
* Texture: Visualiza Any Text as Network [http://textexture.com/index.php]
 +
* Word Tree [http://hint.fm/papers/wordtree_final2.pdf]
 +
* Phrase Net [http://hint.fm/papers/phrase-net-rev5.pdf]
 +
* Neoformix [http://neoformix.com/]  - This blog provides a collection of interesting example on text visualisation especially the Tweet Topic Explorer [http://tweettopicexplorer.neoformix.com/], New Sprectrum [http://www.neoformix.com/2008/NewsSpectrum.html] and Twitter Venn [http://www.neoformix.com/Projects/TwitterVenn/view.php]
 +
* Test Analysis and Visualization [http://guides.library.ucla.edu/content.php?pid=326428&sid=2670972]
  
{| border="1" cellpadding="1"
 
|-
 
|width="5pt"|Day
 
|width="10pt"|Time required
 
|width="350pt"|Readings
 
|width="50pt"|Comments
 
|-
 
|Day 1||3 hours||"Text and Document Visualization", in Matthew Ward et. al. (2011) '''Interactive Data Visualization'''.  Chapter 9
 
 
Information Visualization for Text Analysis, Marti Hearst, Search User Interfaces, Chapter 11 [http://searchuserinterfaces.com/book/sui_ch11_text_analysis_visualization.html]
 
||NA
 
|-
 
  
|Day 2||30 mins||Tools for Exploring Text: Visualizations [http://wordseer.berkeley.edu/tools-for-getting-a-sense-of-stuff-part-1-visualization/]
+
=All About d3.js=
  
"Wordle" in Jonathan Feiberg (2010) '''Beautiful Visualization'''. Chapter 3. [http://static.mrfeinberg.com/bv_ch03.pdf]
+
* [https://bl.ocks.org/jyucsiro/767539a876836e920e38bc80d2031ba7 D3 Wordcloud]
 
+
* [https://www.jasondavies.com/wordcloud/ Word Cloud Generator]
||NA
+
* [https://github.com/jasondavies/d3-cloud Word Cloud Layout]
|-
+
* [https://www.visual-thesaurus.com/index.php Visual Thesaurus]
 
 
|Day 3||30 mins||Tag Cloud [https://en.wikipedia.org/wiki/Tag_cloud]
 
 
 
The Death of Tag Clouds [http://www.mikemccready.ca/2010/07/the-death-of-the-tag-cloud/]
 
 
 
Texture: Visualiza Any Text as Network [http://textexture.com/index.php]
 
 
 
||NA
 
|-
 
|Day 4||30 mins||Word Tree [http://hint.fm/papers/wordtree_final2.pdf]
 
 
 
Phrase Net [http://hint.fm/papers/phrase-net-rev5.pdf]
 
 
 
||NA
 
|-
 
|Day 5||30 min||Lesson discussion and hands-on exercises
 
 
 
||NA
 
|-
 
|-
 
|}
 
 
 
== References ==
 
 
 
Neoformix [http://neoformix.com/]  - This blog provides a collection of interesting example on text visualisation especially the Tweet Topic Explorer [http://tweettopicexplorer.neoformix.com/], New Sprectrum [http://www.neoformix.com/2008/NewsSpectrum.html] and Twitter Venn [http://www.neoformix.com/Projects/TwitterVenn/view.php]
 
 
 
Test Analysis and Visualization [http://guides.library.ucla.edu/content.php?pid=326428&sid=2670972]
 

Latest revision as of 21:16, 25 October 2018

Va.jpg IS428 Visual Analytics for Business Intelligence

About

Weekly Session

Assignments

Visual Analytics Project

Course Resources

 


Readings

Core Reading

  • "Text and Document Visualization", in Matthew Ward et. al. (2011) Interactive Data Visualization. Chapter 9
  • Information Visualization for Text Analysis, Marti Hearst, Search User Interfaces, Chapter 11 [1]
  • "Wordle" in Jonathan Feiberg (2010) Beautiful Visualization. Chapter 3. [2]


Additional Reading

  • Tag Cloud [3]
  • Tools for Exploring Text: Visualizations [4]
  • The Death of Tag Clouds [5]
  • Texture: Visualiza Any Text as Network [6]
  • Word Tree [7]
  • Phrase Net [8]
  • Neoformix [9] - This blog provides a collection of interesting example on text visualisation especially the Tweet Topic Explorer [10], New Sprectrum [11] and Twitter Venn [12]
  • Test Analysis and Visualization [13]


All About d3.js