第三次視覺化分享會 (5/29) - 筆記
編輯歷史
| 時間 | 作者 | 版本 |
|---|---|---|
| 2016-05-30 07:37 – 07:39 | r535 – r563 | |
顯示 diff(17 行未修改)
*e.g., 1000100011011001(超過7個) -> 20203121(超過7個) -> 88d9 (好記)
*回憶是「建構」記憶而非提取
-
+ 這個blog有提到本paper的內容,該網站也有很多ui設計的有趣文章可以自行看看
+ http://blog.fourdesire.com/2014/12/11/bang-ui-fen-lei-wo-men-shi-ru-he-ji-yi-de/
(60 行未修改)
|
||
| 2016-05-29 07:23 – 07:42 | r529 – r534 | |
顯示 diff(83 行未修改)
|
||
| 2016-05-29 06:16 – 06:23 | r387 – r528 | |
顯示 diff(12 行未修改)
*就會從絕對判斷轉向估計判斷了, 也不容易再被重製出來
*若再加上面積與密度,會更容易判讀
+ 重新編碼
+ *雖然波可能代表了 2 bit 式的資料,但我們比較會直接注意波形 ( ? )
+ *一堆 10 很難記, 但重新編碼就會比較好記
+ *e.g., 1000100011011001(超過7個) -> 20203121(超過7個) -> 88d9 (好記)
+ *回憶是「建構」記憶而非提取
(62 行未修改)
|
||
| 2016-05-29 06:16 | r386 | |
顯示 diff(12 行未修改)
*就會從絕對判斷轉向估計判斷了, 也不容易再被重製出來
*若再加上面積與密度,會更容易判讀
+
+
+
(59 行未修改)
|
||
| 2016-05-29 06:06 – 06:16 | r248 – r385 | |
顯示 diff(7 行未修改)
哈佛教授 G.A. MILLER
信息測量 - 1bit ( 是或否 )
- 音符
+ 音符超過七個的時候不容易記,但只有兩三個就相對簡單了 ( 播放 mary has a little lamb 中 )
+ 圖中的點數不多時,很容易重製,也會去算多少個
+ 太多時:
+ *就會從絕對判斷轉向估計判斷了, 也不容易再被重製出來
+ *若再加上面積與密度,會更容易判讀
+
*D3: Data-Driven Documents, by Mike Bostock
(58 行未修改)
|
||
| 2016-05-29 06:05 – 06:05 | r246 – r247 | |
顯示 diff(70 行未修改)
|
||
| 2016-05-29 06:01 – 06:05 | r193 – r245 | |
顯示 diff(5 行未修改)
講者: Kimi
原文: http://www.psych.utoronto.ca/users/peterson/psy430s2001/Miller%20GA%20Magical%20Seven%20Psych%20Review%201955.pdf
- test
+ 哈佛教授 G.A. MILLER
+ 信息測量 - 1bit ( 是或否 )
+ 音符
*D3: Data-Driven Documents, by Mike Bostock
(58 行未修改)
|
||
| 2016-05-29 05:57 – 05:57 | r190 – r192 | |
顯示 diff(10 行未修改)
講者: Muyueh
原文: http://vis.stanford.edu/files/2011-D3-InfoVis.pdf
+
+
+ Data Driven Document
+ or what makes d3.js great
+
+
+ Level of abstraction
+ *encapsulation
+ *intermediate representations
+
+ * sprite.graphics.drawCircle(0, 0, 10);
+
+ vs.
+
+ *
+
+ *
+
+ trade-off
+ *Efficiency: human effort required to specify a vis
+ *Expressiveness: diversity of visualizations
+ *c3.js, NVD3.js and other are limited in expressiveness
+ *Accessibility: difficulty of learning the representation (due to internal structure)
+
+
+ key goals for d3.js
+ *Compatibility: works with other system (CSS), evolves with standard, native expressiveness
+ *Debugging: vs. encapsulation of control
+ *Performance: avoid redundant computation by letting dev. controls transition
+
+ What is d3.js
+ *Data Driven DOM manipulation (Like jQuery)
+ *add/remove elements
+ *high-level helper ( helper function (format, d3.csv), and hopefully stats model as in R)
+
+
+ Difference between d3.js and Protovis
+ *implicit or explicit transformation
+ *(Protovis specify scene changes, have to re-evaluate all properties vs. d3.js specify changes)
+ *deferred or immediate evaluation
+ *(Prototis users need to understand internal control flow)
+ *access to a native representation
+ *(Protovis Line, Wedge all prototypal inheritance vs. d3 circle cx and rect x)
+ *-> selection can be retrieved at any time vis console
+
+
+
(7 行未修改)
|
||
| 2016-05-29 05:44 – 05:55 | r153 – r189 | |
顯示 diff 第三次視覺化分享會 (5/29) - 筆記
- *The Structure of the Information Visualization Design Space, by Stuart K. Card
- 講者: Summit
- 原文: http://www.cs.ubc.ca/~tmm/courses/old533/readings/card96structure.pdf
+ 分享會專用 hackpad
+ 視覺化學院
+ *The Magical Number Seven, Plus or Minus Two: Some Limits on our Capacity / George A. Miller
+ 講者: Kimi
+ 原文: http://www.psych.utoronto.ca/users/peterson/psy430s2001/Miller%20GA%20Magical%20Seven%20Psych%20Review%201955.pdf
+ test
*D3: Data-Driven Documents, by Mike Bostock
講者: Muyueh
原文: http://vis.stanford.edu/files/2011-D3-InfoVis.pdf
-
-
- *The Magical Number Seven, Plus or Minus Two: Some Limits on our Capacity / George A. Miller
- 講者: Kimi
- 原文: http://www.psych.utoronto.ca/users/peterson/psy430s2001/Miller%20GA%20Magical%20Seven%20Psych%20Review%201955.pdf
(1 行未修改)
講者: Kirby
原文: http://hci.usask.ca/uploads/173-pap0297-bateman.pdf
+
+ *The Structure of the Information Visualization Design Space, by Stuart K. Card
+ 講者: Summit
+ 原文: http://www.cs.ubc.ca/~tmm/courses/old533/readings/card96structure.pdf
|
||
| 2016-05-16 16:42 – 16:42 | r151 – r152 | |
顯示 diff- ♋ 第三次視覺化分享會 (5/29) - 筆記
+ 第三次視覺化分享會 (5/29) - 筆記
*The Structure of the Information Visualization Design Space, by Stuart K. Card
講者: Summit
(16 行未修改)
|
||
| 2016-05-16 10:00 | r150 | |
顯示 diff- 第三次視覺化分享會 (5/29) - 筆記
+ ♋ 第三次視覺化分享會 (5/29) - 筆記
*The Structure of the Information Visualization Design Space, by Stuart K. Card
講者: Summit
(16 行未修改)
|
||
| 2016-05-16 08:36 – 08:36 | r147 – r149 | |
顯示 diff- ♋ 第三次視覺化分享會 (5/29) - 筆記
+ 第三次視覺化分享會 (5/29) - 筆記
*The Structure of the Information Visualization Design Space, by Stuart K. Card
講者: Summit
(16 行未修改)
|
||
| 2016-05-16 08:11 | r146 | |
顯示 diff- 第三次視覺化分享會 (5/29) - 筆記
+ ♋ 第三次視覺化分享會 (5/29) - 筆記
*The Structure of the Information Visualization Design Space, by Stuart K. Card
講者: Summit
(16 行未修改)
|
||
| 2016-05-16 08:05 – 08:06 | r125 – r145 | |
顯示 diff- ♋ 第三次視覺化分享會 (5/29) - 筆記
+ 第三次視覺化分享會 (5/29) - 筆記
*The Structure of the Information Visualization Design Space, by Stuart K. Card
講者: Summit
(12 行未修改)
*Useful Junk? The Effects of Visual Embellishment on Comprehension and Memorability of Charts / Scott Bateman
-
-
-
-
-
-
-
-
-
+ 講者: Kirby
+ 原文: http://hci.usask.ca/uploads/173-pap0297-bateman.pdf
|
||
| 2016-05-16 08:05 – 08:05 | r123 – r124 | |
顯示 diff- 第三次視覺化分享會 (5/29) - 筆記
+ ♋ 第三次視覺化分享會 (5/29) - 筆記
*The Structure of the Information Visualization Design Space, by Stuart K. Card
講者: Summit
(23 行未修改)
|
||
| 2016-05-16 08:05 – 08:05 | r113 – r122 | |
顯示 diff(14 行未修改)
- Useful Junk? The Effects of Visual Embellishment on
- Comprehension and Memorability of Charts
+ *Useful Junk? The Effects of Visual Embellishment on Comprehension and Memorability of Charts / Scott Bateman
+
+
+
+
+
+
+
+
+
|
||
| 2016-05-16 08:05 | r112 | |
顯示 diff(18 行未修改)
|
||
| 2016-05-16 08:02 – 08:05 | r65 – r111 | |
顯示 diff(5 行未修改)
*D3: Data-Driven Documents, by Mike Bostock
- 講
+ 講者: Muyueh
+ 原文: http://vis.stanford.edu/files/2011-D3-InfoVis.pdf
+
+
+ *The Magical Number Seven, Plus or Minus Two: Some Limits on our Capacity / George A. Miller
+ 講者: Kimi
+ 原文: http://www.psych.utoronto.ca/users/peterson/psy430s2001/Miller%20GA%20Magical%20Seven%20Psych%20Review%201955.pdf
+
+
+ Useful Junk? The Effects of Visual Embellishment on
+ Comprehension and Memorability of Charts
|
||
| 2016-05-16 08:02 | r64 | |
顯示 diff(8 行未修改)
|
||
| 2016-05-16 08:02 – 08:02 | r49 – r63 | |
顯示 diff 第三次視覺化分享會 (5/29) - 筆記
- *The Structure of the Information Visualization Design Space ( Stuart K. Card )
+ *The Structure of the Information Visualization Design Space, by Stuart K. Card
講者: Summit
原文: http://www.cs.ubc.ca/~tmm/courses/old533/readings/card96structure.pdf
- D3: Data-Driven Documents ( Mike Bostock
+ *D3: Data-Driven Documents, by Mike Bostock
+ 講
|
||
| 2016-05-16 08:02 | r48 | |
顯示 diff(7 行未修改)
|
||
| 2016-05-16 08:02 – 08:02 | r39 – r47 | |
顯示 diff(1 行未修改)
*The Structure of the Information Visualization Design Space ( Stuart K. Card )
講者: Summit
- 論
+ 原文: http://www.cs.ubc.ca/~tmm/courses/old533/readings/card96structure.pdf
+
+
+ D3: Data-Driven Documents ( Mike Bostock
|
||
| 2016-05-16 08:02 | r38 | |
顯示 diff(4 行未修改)
|
||
| 2016-05-16 08:01 – 08:02 | r27 – r37 | |
顯示 diff 第三次視覺化分享會 (5/29) - 筆記
- *The Structure of the Information Visualization Design Space ( Stuart K. Card ) / Summit
- 講
+ *The Structure of the Information Visualization Design Space ( Stuart K. Card )
+ 講者: Summit
+ 論
|
||
| 2016-05-16 08:01 | r26 | |
顯示 diff(3 行未修改)
|
||
| 2016-05-16 07:59 – 08:01 | r1 – r25 | |
顯示 diff- Untitled
-
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+ 第三次視覺化分享會 (5/29) - 筆記
+ *The Structure of the Information Visualization Design Space ( Stuart K. Card ) / Summit
+ 講
|
||
| 2016-05-16 07:59 | r0 | |
顯示 diff+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
|
||