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.

07_time_text.Rmd 3.5KB

5 anni fa
5 anni fa
5 anni fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. class: center, middle, title
  22. # Visualisation de données textuelles et temporelles
  23. ### 2019-2020
  24. ## Dr. Antoine Neuraz
  25. ### AHU Informatique médicale
  26. #### Hôpital Necker-Enfants malades, </br> Université de Paris
  27. ---
  28. class: center, full
  29. ![](img/seismes.png)
  30. [https://frama.link/viz-seismes]()
  31. ---
  32. class: center, middle, inverse
  33. # Visualisation de données textuelles
  34. ---
  35. class: center
  36. ## Données textuelles ?
  37. ![:scale 90%](img/textual_data_levels.png)
  38. ---
  39. class:center, middle
  40. # Taille
  41. ---
  42. class: center
  43. ## Word cloud
  44. ![](img/wordcloud.png)
  45. ---
  46. ## Word cloud plus analytique
  47. ![](img/word_cloud_analytic.png)
  48. ---
  49. ## Bubble cloud
  50. ![](img/bubblecloud.png)
  51. [Bubble Cloud](https://archive.nytimes.com/www.nytimes.com/interactive/2012/09/06/us/politics/convention-word-counts.html)
  52. ---
  53. class: center, middle
  54. # Position
  55. ---
  56. ## Text arc by Bradford Paley
  57. ![](img/textarc.png)
  58. [version Interactive](https://vallandingham.me/textarc/)
  59. ---
  60. ## Stereotropes
  61. ![:scale 85%](img/stereotropes.png)
  62. [stereotropes](http://stereotropes.bocoup.com/gender)
  63. ---
  64. ## Wordwanderer
  65. ![](img/wordwanderer.png)
  66. [http://wordwanderer.org/]()
  67. ---
  68. class: center, middle
  69. # Structure
  70. ---
  71. ## Concordance
  72. ![](img/concordanceplot.png)
  73. [Quick concordance plot](https://vallandingham.me/concordance_plot/)
  74. ---
  75. ## Fingerprint
  76. ![:scale 85%](img/fingerprints.png)
  77. [litterature fingerprints](https://kops.uni-konstanz.de/bitstream/handle/123456789/5492/Literature_Fingerprinting.pdf)
  78. ---
  79. ## Word tree
  80. ![](img/word_tree.png)
  81. [Word tree](https://www.jasondavies.com/wordtree/?source=alice-in-wonderland.txt&prefix=alice%20to)
  82. ---
  83. ## Origins of species
  84. ![](img/origins_species.png)
  85. [https://fathom.info/traces/]()
  86. ---
  87. class: center
  88. ## Dissertation browser
  89. ![:scale 70%](img/dissertation.png)
  90. [Dissertation browser](https://www-nlp.stanford.edu/projects/dissertations/browser.html)
  91. ---
  92. ## Literary Organism
  93. ![](img/litterary.png)
  94. ---
  95. ## Sentence drawing
  96. ![](img/sentence_drawing.png)
  97. [sentence drawings](https://vallandingham.me/sentence_drawings/#1984)
  98. ---
  99. class: center, middle, inverse
  100. # Visualisation de données temporelles
  101. ---
  102. class: full, center
  103. ![:abs 100%, 0, 0](img/Night_Photography.jpg)
  104. ---
  105. ## Bien sur: le line chart
  106. ![](img/playfair.png)
  107. ---
  108. ## ou encore : Minard
  109. ![](img/minard.png)
  110. ---
  111. ## Rose diagram (polar area)
  112. ![](img/nightingale.png)
  113. #### Nightingale (1856)
  114. ---
  115. ## Heatmap
  116. ![:scale 80%](img/trulia.png)
  117. [interactive](https://visual.ly/community/interactive-graphic/business/house-hunting)
  118. ---
  119. class: center
  120. ## Gapminder
  121. <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>
  122. ---
  123. ## divide and conquer
  124. ![](img/walmart.png)
  125. ---
  126. ## Streamgraph
  127. ![](img/streamgraph.png)
  128. ---
  129. class: center
  130. ## Eventflow
  131. <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>
  132. [Eventlow](https://hcil.umd.edu/eventflow/)