Skip to content

Commit bdfcdc7

Browse files
committed
Update from TD iMac
2 parents 582ff2b + 4a7d31b commit bdfcdc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+23713
-3327
lines changed

.idea/WordStream.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dictionaries/huyennguyen.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 793 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Description

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

100755100644
Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,51 @@
11
# WordStream
2-
Demo: https://idatavisualizationlab.github.io/WordStream/
32

4-
Linked to:
5-
https://github.com/nnhuyen/WordStream
3+
Demo: https://iDataVisualizationLab.github.io/WordStream/
64

7-
https://nnhuyen.github.io/WordStream/
5+
Video: https://iDataVisualizationLab.github.io/WordStream/video.html
6+
7+
[![WS](https://github.com/nnhuyen/WordStream/blob/master/images/Huffington.png)](https://www.youtube.com/watch?v=DwaDMPhi2Ec "Everything Is AWESOME")
8+
9+
*WordStream* is a visualization technique for demonstrating the evolution of a topic over time. This is a hybrid
10+
technique from Wordle and StreamGraph, which conveys textual data with both global and local perpsectives. Global trends
11+
is described by the total stream, in which thickness represents amount of interest/concern in that specific
12+
timepoint. Local trend is retrieved from an individual stream.
13+
14+
15+
Timeline is shown from
16+
left to right, in the bottom of the interface. The categories for textual data are color-encoded, for example:
17+
- Blue for *person*
18+
- Orange for *location*
19+
- Green for *organization*
20+
- Red for *others*
21+
22+
The importance of a word is represented by its font size and opacity. In this study, the importance of a word is its
23+
[Sudden
24+
attention](https://www.cs.uic.edu/~tdang/TimeArcs/EuroVis2016/TimeArcs_Dang_EuroVis2016.pdf): a word which appear repeatedly throughout the timeline conveys less and less meaning than in its first
25+
appearance. A word's sudden attention is a function of frequency, which is big when the previous timestep has small
26+
frequency and this current timestep has high frequency.
27+
28+
![ScreenShot](https://github.com/nnhuyen/WordStream/blob/master/media/highlight.png)
29+
30+
WordStream shows the remarkable topics by emphasizing them with font size and opacity.
31+
32+
In Mar 2012, users can quickly see the names such as Trayvon Martin - George Zimmerman (person) and Sanford (location), regarding the Trayvon Martin shooting by George Zimmerman. The event happened in Sanford in late February 2012, but the investigation and news appear in the next month, March.
33+
34+
In August 2012, some remarkable terms are Todd Akin and Paul Ryan (person), with Romney-Ryan (other). Romney-Ryan is Mitt Romney and Paul Ryan, the 2012 Republican presidential ticket. Todd Akin is a representative who had controversial statement during the Senate race, and Paul Ryan is a co-sponsored with him on the bill.
35+
36+
In December 2012, Sandy Hook, Newtown, Lanza and NRA are the emphasized terms. This relates to Sandy Hook Elementary School shooting in Newtown, Connecticut by the shooter Adam Lanza. The shooting caused many questions of gun control legislation to NRA (National Rifle Association).
37+
38+
The connection can be seen clearer by the relationship between them. Turning on feature “Relationship” will show the
39+
underlying relationships of terms. Here, we consider the relationship base on co-occurrences. Mouseover a link can highlight that connection and the pair of words.
40+
41+
## Control Panel and Metrics
42+
43+
The tool allows users to customize:
44+
- *Width*, *height*, *font size* and *number of chosen words (top rank)*.
45+
- *Flow*
46+
and *Angle Variance* are preferences for text orientation.
47+
- Relationships: Toggle allows relationship to be displayed.
48+
49+
The metrics includes measurements for the importance of the word displayed. In the process of placing word, some of
50+
them are left out due to lack of space. For example, TF-IDF ratio means the rate between the words shown to all the
51+
word.

References/TIARA2012.pdf

8.24 MB
Binary file not shown.

References/TextFlow.pdf

2.16 MB
Binary file not shown.

ResultData.xlsx

100755100644
File mode changed.

0 commit comments

Comments
 (0)