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.

пре 5 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. ---
  2. title: "Cours 07 - Données temporelles et textuelles"
  3. author: "Antoine Neuraz"
  4. date: "22/11/2019"
  5. output:
  6. xaringan::moon_reader:
  7. css: ['default','css/my_style.css']
  8. lib_dir: libs
  9. seal: false
  10. nature:
  11. ratio: '4:3'
  12. countIncrementalSlides: false
  13. self-contained: true
  14. beforeInit: "addons/macros.js"
  15. ---
  16. ```{r, include = F}
  17. library(ggplot2)
  18. library(dplyr)
  19. library(stringi)
  20. ```
  21. ---
  22. class: center, full
  23. ![](img/seismes.png)
  24. [https://frama.link/viz-seismes]()
  25. ---
  26. class: center, middle, inverse
  27. # Visualisation de données textuelles
  28. ---
  29. class: center
  30. ## Données textuelles ?
  31. ![:scale 90%](img/textual_data_levels.png)
  32. ---
  33. class:center, middle
  34. # Taille
  35. ---
  36. class: center
  37. ## Word cloud
  38. ![](img/wordcloud.png)
  39. ---
  40. ## Word cloud plus analytique
  41. ![](img/word_cloud_analytic.png)
  42. ---
  43. ## Bubble cloud
  44. ![](img/bubblecloud.png)
  45. [Bubble Cloud](https://archive.nytimes.com/www.nytimes.com/interactive/2012/09/06/us/politics/convention-word-counts.html)
  46. ---
  47. class: center, middle
  48. # Position
  49. ---
  50. ## Text arc by Bradford Paley
  51. ![](img/textarc.png)
  52. [version Interactive](https://vallandingham.me/textarc/)
  53. ---
  54. ## Stereotropes
  55. ![:scale 85%](img/stereotropes.png)
  56. [stereotropes](http://stereotropes.bocoup.com/gender)
  57. ---
  58. ## Wordwanderer
  59. ![](img/wordwanderer.png)
  60. [http://wordwanderer.org/]()
  61. ---
  62. class: center, middle
  63. # Structure
  64. ---
  65. ## Concordance
  66. ![](img/concordanceplot.png)
  67. [Quick concordance plot](https://vallandingham.me/concordance_plot/)
  68. ---
  69. ## Fingerprint
  70. ![:scale 85%](img/fingerprints.png)
  71. [litterature fingerprints](https://kops.uni-konstanz.de/bitstream/handle/123456789/5492/Literature_Fingerprinting.pdf)
  72. ---
  73. ## Word tree
  74. ![](img/word_tree.png)
  75. [Word tree](https://www.jasondavies.com/wordtree/?source=alice-in-wonderland.txt&prefix=alice%20to)
  76. ---
  77. ## Origins of species
  78. ![](img/origins_species.png)
  79. [https://fathom.info/traces/]()
  80. ---
  81. class: center
  82. ## Dissertation browser
  83. ![:scale 70%](img/dissertation.png)
  84. [Dissertation browser](https://www-nlp.stanford.edu/projects/dissertations/browser.html)
  85. ---
  86. ## Literary Organism
  87. ![](img/litterary.png)
  88. ---
  89. ## Sentence drawing
  90. ![](img/sentence_drawing.png)
  91. [sentence drawings](https://vallandingham.me/sentence_drawings/#1984)
  92. ---
  93. class: center, middle, inverse
  94. # Visualisation de données temporelles
  95. ---
  96. class: full, center
  97. ![:abs 100%, 0, 0](img/Night_Photography.jpg)
  98. ---
  99. ## Bien sur: le line chart
  100. ![](img/playfair.png)
  101. ---
  102. ## ou encore : Minard
  103. ![](img/minard.png)
  104. ---
  105. ## Rose diagram (polar area)
  106. ![](img/nightingale.png)
  107. #### Nightingale (1856)
  108. ---
  109. ## Heatmap
  110. ![:scale 80%](img/trulia.png)
  111. [interactive](https://visual.ly/community/interactive-graphic/business/house-hunting)
  112. ---
  113. class: center
  114. ## Gapminder
  115. <iframe width="800" height="400" src="https://www.youtube.com/embed/BPt8ElTQMIg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  116. ---
  117. ## divide and conquer
  118. ![](img/walmart.png)
  119. ---
  120. ## Streamgraph
  121. ![](img/streamgraph.png)
  122. ---
  123. class: center
  124. ## Eventflow
  125. <iframe width="800" height="400" src="https://www.youtube.com/embed/ZN1BefRmBMc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  126. [Eventlow](https://hcil.umd.edu/eventflow/)