Difference between revisions of "Lesson 9"

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search
(Created page with "<div style=background:#2B3856 border:#A3BFB1> 200px <font size = 5; color="#FFFFFF">IS428 Visual Analytics for Business Intelligence</font> </div> <!--MAIN H...")
 
 
(8 intermediate revisions by the same user not shown)
Line 28: Line 28:
 
|}
 
|}
 
<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==
 +
 +
* 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]
 +
 +
 +
=All About d3.js=
 +
 +
* [https://bl.ocks.org/jyucsiro/767539a876836e920e38bc80d2031ba7 D3 Wordcloud]
 +
* [https://www.jasondavies.com/wordcloud/ Word Cloud Generator]
 +
* [https://github.com/jasondavies/d3-cloud Word Cloud Layout]
 +
* [https://www.visual-thesaurus.com/index.php Visual Thesaurus]

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