You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

236 lines
4.9KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Cours 07 - Données temporelles et textuelles</title>
  5. <meta charset="utf-8">
  6. <meta name="author" content="Antoine Neuraz" />
  7. <link href="libs/remark-css-0.0.1/default.css" rel="stylesheet" />
  8. <link rel="stylesheet" href="css/my_style.css" type="text/css" />
  9. </head>
  10. <body>
  11. <textarea id="source">
  12. ---
  13. class: center, full
  14. ![](img/seismes.png)
  15. [https://frama.link/viz-seismes]()
  16. ---
  17. class: center, middle, inverse
  18. # Visualisation de données textuelles
  19. ---
  20. class: center
  21. ## Données textuelles ?
  22. ![:scale 90%](img/textual_data_levels.png)
  23. ---
  24. class:center, middle
  25. # Taille
  26. ---
  27. class: center
  28. ## Word cloud
  29. ![](img/wordcloud.png)
  30. ---
  31. ## Word cloud plus analytique
  32. ![](img/word_cloud_analytic.png)
  33. ---
  34. ## Bubble cloud
  35. ![](img/bubblecloud.png)
  36. [Bubble Cloud](https://archive.nytimes.com/www.nytimes.com/interactive/2012/09/06/us/politics/convention-word-counts.html)
  37. ---
  38. class: center, middle
  39. # Position
  40. ---
  41. ## Text arc by Bradford Paley
  42. ![](img/textarc.png)
  43. [version Interactive](https://vallandingham.me/textarc/)
  44. ---
  45. ## Stereotropes
  46. ![:scale 85%](img/stereotropes.png)
  47. [stereotropes](http://stereotropes.bocoup.com/gender)
  48. ---
  49. ## Wordwanderer
  50. ![](img/wordwanderer.png)
  51. [http://wordwanderer.org/]()
  52. ---
  53. class: center, middle
  54. # Structure
  55. ---
  56. ## Concordance
  57. ![](img/concordanceplot.png)
  58. [Quick concordance plot](https://vallandingham.me/concordance_plot/)
  59. ---
  60. ## Fingerprint
  61. ![:scale 85%](img/fingerprints.png)
  62. [litterature fingerprints](https://kops.uni-konstanz.de/bitstream/handle/123456789/5492/Literature_Fingerprinting.pdf)
  63. ---
  64. ## Word tree
  65. ![](img/word_tree.png)
  66. [Word tree](https://www.jasondavies.com/wordtree/?source=alice-in-wonderland.txt&amp;prefix=alice%20to)
  67. ---
  68. ## Origins of species
  69. ![](img/origins_species.png)
  70. [https://fathom.info/traces/]()
  71. ---
  72. class: center
  73. ## Dissertation browser
  74. ![:scale 70%](img/dissertation.png)
  75. [Dissertation browser](https://www-nlp.stanford.edu/projects/dissertations/browser.html)
  76. ---
  77. ## Literary Organism
  78. ![](img/litterary.png)
  79. ---
  80. ## Sentence drawing
  81. ![](img/sentence_drawing.png)
  82. [sentence drawings](https://vallandingham.me/sentence_drawings/#1984)
  83. ---
  84. class: center, middle, inverse
  85. # Visualisation de données temporelles
  86. ---
  87. class: full, center
  88. ![:abs 100%, 0, 0](img/Night_Photography.jpg)
  89. ---
  90. ## Bien sur: le line chart
  91. ![](img/playfair.png)
  92. ---
  93. ## ou encore : Minard
  94. ![](img/minard.png)
  95. ---
  96. ## Rose diagram (polar area)
  97. ![](img/nightingale.png)
  98. #### Nightingale (1856)
  99. ---
  100. ## Heatmap
  101. ![:scale 80%](img/trulia.png)
  102. [interactive](https://visual.ly/community/interactive-graphic/business/house-hunting)
  103. ---
  104. class: center
  105. ## Gapminder
  106. &lt;iframe width="800" height="400" src="https://www.youtube.com/embed/BPt8ElTQMIg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
  107. ---
  108. ## divide and conquer
  109. ![](img/walmart.png)
  110. ---
  111. ## Streamgraph
  112. ![](img/streamgraph.png)
  113. ---
  114. class: center
  115. ## Eventflow
  116. &lt;iframe width="800" height="400" src="https://www.youtube.com/embed/ZN1BefRmBMc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
  117. [Eventlow](https://hcil.umd.edu/eventflow/)
  118. </textarea>
  119. <script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
  120. <script src="addons/macros.js"></script>
  121. <script>var slideshow = remark.create({
  122. "ratio": "4:3",
  123. "countIncrementalSlides": false,
  124. "self-contained": true
  125. });
  126. if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {
  127. window.dispatchEvent(new Event('resize'));
  128. });
  129. (function() {
  130. var d = document, s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler");
  131. if (!r) return;
  132. s.type = "text/css"; s.innerHTML = "@page {size: " + r.style.width + " " + r.style.height +"; }";
  133. d.head.appendChild(s);
  134. })();</script>
  135. <script>
  136. (function() {
  137. var i, text, code, codes = document.getElementsByTagName('code');
  138. for (i = 0; i < codes.length;) {
  139. code = codes[i];
  140. if (code.parentNode.tagName !== 'PRE' && code.childElementCount === 0) {
  141. text = code.textContent;
  142. if (/^\\\((.|\s)+\\\)$/.test(text) || /^\\\[(.|\s)+\\\]$/.test(text) ||
  143. /^\$\$(.|\s)+\$\$$/.test(text) ||
  144. /^\\begin\{([^}]+)\}(.|\s)+\\end\{[^}]+\}$/.test(text)) {
  145. code.outerHTML = code.innerHTML; // remove <code></code>
  146. continue;
  147. }
  148. }
  149. i++;
  150. }
  151. })();
  152. </script>
  153. <!-- dynamically load mathjax for compatibility with self-contained -->
  154. <script>
  155. (function () {
  156. var script = document.createElement('script');
  157. script.type = 'text/javascript';
  158. script.src = 'https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML';
  159. if (location.protocol !== 'file:' && /^https?:/.test(script.src))
  160. script.src = script.src.replace(/^https?:/, '');
  161. document.getElementsByTagName('head')[0].appendChild(script);
  162. })();
  163. </script>
  164. </body>
  165. </html>