Parcourir la source

course 7

master
Antoine Neuraz il y a 5 ans
Parent
révision
7eebc72154
26 fichiers modifiés avec 452 ajouts et 0 suppressions
  1. +193
    -0
      courses/07_time_text.Rmd
  2. +259
    -0
      courses/07_time_text.html
  3. BIN
      courses/07_time_text_files/figure-html/unnamed-chunk-3-1.png
  4. BIN
      courses/img/Night_Photography.jpg
  5. BIN
      courses/img/bubblecloud.png
  6. BIN
      courses/img/concordanceplot.png
  7. BIN
      courses/img/dissertation.png
  8. BIN
      courses/img/eventflow.png
  9. BIN
      courses/img/fingerprints.png
  10. BIN
      courses/img/heatmap.png
  11. BIN
      courses/img/litterary.png
  12. BIN
      courses/img/nightingale.png
  13. BIN
      courses/img/origins_species.png
  14. BIN
      courses/img/seismes.png
  15. BIN
      courses/img/sentence_drawing.png
  16. BIN
      courses/img/stereotropes.png
  17. BIN
      courses/img/streamgraph.png
  18. BIN
      courses/img/textarc.png
  19. BIN
      courses/img/textual_data_levels.afdesign
  20. BIN
      courses/img/textual_data_levels.png
  21. BIN
      courses/img/trulia.png
  22. BIN
      courses/img/walmart.png
  23. BIN
      courses/img/word_cloud_analytic.png
  24. BIN
      courses/img/word_tree.png
  25. BIN
      courses/img/wordcloud.png
  26. BIN
      courses/img/wordwanderer.png

+ 193
- 0
courses/07_time_text.Rmd Voir le fichier

@@ -0,0 +1,193 @@
---
title: "Cours 07 - Données temporelles et textuelles"
author: "Antoine Neuraz"
date: "22/11/2019"
output:
xaringan::moon_reader:
css: ['default','css/my_style.css']
lib_dir: libs
seal: false
nature:
ratio: '4:3'
countIncrementalSlides: false
self-contained: true
beforeInit: "addons/macros.js"
---

```{r, include = F}
library(ggplot2)
library(dplyr)
library(stringi)
```


---
class: center, full

![](img/seismes.png)
[https://frama.link/viz-seismes]()

---
class: center, middle, inverse

# Visualisation de données textuelles

---
class: center
## Données textuelles ?

![:scale 90%](img/textual_data_levels.png)

---
class:center, middle

# Taille

---
class: center
## Word cloud

![](img/wordcloud.png)
---
## Word cloud plus analytique

![](img/word_cloud_analytic.png)
---

## Bubble cloud

![](img/bubblecloud.png)

[Bubble Cloud](https://archive.nytimes.com/www.nytimes.com/interactive/2012/09/06/us/politics/convention-word-counts.html)

---
class: center, middle

# Position

---
## Text arc by Bradford Paley

![](img/textarc.png)

[version Interactive](https://vallandingham.me/textarc/)

---
## Stereotropes

![:scale 85%](img/stereotropes.png)
[stereotropes](http://stereotropes.bocoup.com/gender)

---
## Wordwanderer

![](img/wordwanderer.png)

[http://wordwanderer.org/]()

---
class: center, middle

# Structure

---
## Concordance

![](img/concordanceplot.png)
[Quick concordance plot](https://vallandingham.me/concordance_plot/)

---
## Fingerprint

![:scale 85%](img/fingerprints.png)

[litterature fingerprints](https://kops.uni-konstanz.de/bitstream/handle/123456789/5492/Literature_Fingerprinting.pdf)

---
## Word tree

![](img/word_tree.png)
[Word tree](https://www.jasondavies.com/wordtree/?source=alice-in-wonderland.txt&prefix=alice%20to)

---
## Origins of species

![](img/origins_species.png)

[https://fathom.info/traces/]()

---
class: center
## Dissertation browser

![:scale 70%](img/dissertation.png)

[Dissertation browser](https://www-nlp.stanford.edu/projects/dissertations/browser.html)

---
## Literary Organism

![](img/litterary.png)

---
## Sentence drawing

![](img/sentence_drawing.png)

[sentence drawings](https://vallandingham.me/sentence_drawings/#1984)

---
class: center, middle, inverse

# Visualisation de données temporelles

---
class: full, center
![:abs 100%, 0, 0](img/Night_Photography.jpg)

---
## Bien sur: le line chart

![](img/playfair.png)

---
## ou encore : Minard

![](img/minard.png)

---
## Rose diagram (polar area)

![](img/nightingale.png)
#### Nightingale (1856)

---
## Heatmap

![:scale 80%](img/trulia.png)

[interactive](https://visual.ly/community/interactive-graphic/business/house-hunting)

---
class: center
## Gapminder

<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>

---
## divide and conquer

![](img/walmart.png)

---
## Streamgraph

![](img/streamgraph.png)

---
class: center
## Eventflow

<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>

[Eventlow](https://hcil.umd.edu/eventflow/)

+ 259
- 0
courses/07_time_text.html Voir le fichier

@@ -0,0 +1,259 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<title>Cours 07 - Données temporelles et textuelles</title>
<meta charset="utf-8" />
<meta name="author" content="Antoine Neuraz" />
<link href="libs/remark-css-0.0.1/default.css" rel="stylesheet" />
<link rel="stylesheet" href="css/my_style.css" type="text/css" />
</head>
<body>
<textarea id="source">





---
class: center, full

![](img/seismes.png)
[https://frama.link/viz-seismes]()

---
class: center, middle, inverse

# Visualisation de données textuelles

---
class: center
## Données textuelles ?

![:scale 90%](img/textual_data_levels.png)

---
class:center, middle

# Taille

---
class: center
## Word cloud

![](img/wordcloud.png)
---
## Word cloud plus analytique

![](img/word_cloud_analytic.png)
---

## Bubble cloud

![](img/bubblecloud.png)

[Bubble Cloud](https://archive.nytimes.com/www.nytimes.com/interactive/2012/09/06/us/politics/convention-word-counts.html)

---
class: center, middle

# Position

---
## Text arc by Bradford Paley

![](img/textarc.png)

[version Interactive](https://vallandingham.me/textarc/)

---
## Stereotropes

![:scale 85%](img/stereotropes.png)
[stereotropes](http://stereotropes.bocoup.com/gender)

---
## Wordwanderer

![](img/wordwanderer.png)

[http://wordwanderer.org/]()

---
class: center, middle

# Structure

---
## Concordance

![](img/concordanceplot.png)
[Quick concordance plot](https://vallandingham.me/concordance_plot/)

---
## Fingerprint

![:scale 85%](img/fingerprints.png)

[litterature fingerprints](https://kops.uni-konstanz.de/bitstream/handle/123456789/5492/Literature_Fingerprinting.pdf)

---
## Word tree

![](img/word_tree.png)
[Word tree](https://www.jasondavies.com/wordtree/?source=alice-in-wonderland.txt&amp;prefix=alice%20to)

---
## Origins of species

![](img/origins_species.png)

[https://fathom.info/traces/]()

---
class: center
## Dissertation browser

![:scale 70%](img/dissertation.png)

[Dissertation browser](https://www-nlp.stanford.edu/projects/dissertations/browser.html)

---
## Literary Organism

![](img/litterary.png)

---
## Sentence drawing

![](img/sentence_drawing.png)

[sentence drawings](https://vallandingham.me/sentence_drawings/#1984)

---
class: center, middle, inverse

# Visualisation de données temporelles

---
class: full, center
![:abs 100%, 0, 0](img/Night_Photography.jpg)

---
## Bien sur: le line chart

![](img/playfair.png)

---
## ou encore : Minard

![](img/minard.png)

---
## Rose diagram (polar area)

![](img/nightingale.png)
#### Nightingale (1856)

---
## Heatmap

![:scale 80%](img/trulia.png)

[interactive](https://visual.ly/community/interactive-graphic/business/house-hunting)

---
## Gapminder

&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;
</textarea>
<style data-target="print-only">@media screen {.remark-slide-container{display:block;}.remark-slide-scaler{box-shadow:none;}}</style>
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
<script src="addons/macros.js"></script>
<script>var slideshow = remark.create({
"ratio": "4:3",
"countIncrementalSlides": false,
"self-contained": true
});
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {
window.dispatchEvent(new Event('resize'));
});
(function(d) {
var s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler");
if (!r) return;
s.type = "text/css"; s.innerHTML = "@page {size: " + r.style.width + " " + r.style.height +"; }";
d.head.appendChild(s);
})(document);

(function(d) {
var el = d.getElementsByClassName("remark-slides-area");
if (!el) return;
var slide, slides = slideshow.getSlides(), els = el[0].children;
for (var i = 1; i < slides.length; i++) {
slide = slides[i];
if (slide.properties.continued === "true" || slide.properties.count === "false") {
els[i - 1].className += ' has-continuation';
}
}
var s = d.createElement("style");
s.type = "text/css"; s.innerHTML = "@media print { .has-continuation { display: none; } }";
d.head.appendChild(s);
})(document);
// delete the temporary CSS (for displaying all slides initially) when the user
// starts to view slides
(function() {
var deleted = false;
slideshow.on('beforeShowSlide', function(slide) {
if (deleted) return;
var sheets = document.styleSheets, node;
for (var i = 0; i < sheets.length; i++) {
node = sheets[i].ownerNode;
if (node.dataset["target"] !== "print-only") continue;
node.parentNode.removeChild(node);
}
deleted = true;
});
})();</script>

<script>
(function() {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
if (/^(https?:)?\/\//.test(links[i].getAttribute('href'))) {
links[i].target = '_blank';
}
}
})();
</script>

<script>
slideshow._releaseMath = function(el) {
var i, text, code, codes = el.getElementsByTagName('code');
for (i = 0; i < codes.length;) {
code = codes[i];
if (code.parentNode.tagName !== 'PRE' && code.childElementCount === 0) {
text = code.textContent;
if (/^\\\((.|\s)+\\\)$/.test(text) || /^\\\[(.|\s)+\\\]$/.test(text) ||
/^\$\$(.|\s)+\$\$$/.test(text) ||
/^\\begin\{([^}]+)\}(.|\s)+\\end\{[^}]+\}$/.test(text)) {
code.outerHTML = code.innerHTML; // remove <code></code>
continue;
}
}
i++;
}
};
slideshow._releaseMath(document);
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML';
if (location.protocol !== 'file:' && /^https?:/.test(script.src))
script.src = script.src.replace(/^https?:/, '');
document.getElementsByTagName('head')[0].appendChild(script);
})();
</script>
</body>
</html>

BIN
courses/07_time_text_files/figure-html/unnamed-chunk-3-1.png Voir le fichier

Avant Après
Largeur: 504  |  Hauteur: 201  |  Taille: 15KB

BIN
courses/img/Night_Photography.jpg Voir le fichier

Avant Après
Largeur: 3560  |  Hauteur: 2848  |  Taille: 6.2MB

BIN
courses/img/bubblecloud.png Voir le fichier

Avant Après
Largeur: 1025  |  Hauteur: 588  |  Taille: 205KB

BIN
courses/img/concordanceplot.png Voir le fichier

Avant Après
Largeur: 782  |  Hauteur: 310  |  Taille: 54KB

BIN
courses/img/dissertation.png Voir le fichier

Avant Après
Largeur: 1090  |  Hauteur: 951  |  Taille: 236KB

BIN
courses/img/eventflow.png Voir le fichier

Avant Après
Largeur: 2032  |  Hauteur: 1156  |  Taille: 1.1MB

BIN
courses/img/fingerprints.png Voir le fichier

Avant Après
Largeur: 847  |  Hauteur: 640  |  Taille: 175KB

BIN
courses/img/heatmap.png Voir le fichier

Avant Après
Largeur: 940  |  Hauteur: 761  |  Taille: 283KB

BIN
courses/img/litterary.png Voir le fichier

Avant Après
Largeur: 1055  |  Hauteur: 751  |  Taille: 573KB

BIN
courses/img/nightingale.png Voir le fichier

Avant Après
Largeur: 946  |  Hauteur: 595  |  Taille: 730KB

BIN
courses/img/origins_species.png Voir le fichier

Avant Après
Largeur: 893  |  Hauteur: 572  |  Taille: 108KB

BIN
courses/img/seismes.png Voir le fichier

Avant Après
Largeur: 4474  |  Hauteur: 2504  |  Taille: 4.0MB

BIN
courses/img/sentence_drawing.png Voir le fichier

Avant Après
Largeur: 1053  |  Hauteur: 492  |  Taille: 66KB

BIN
courses/img/stereotropes.png Voir le fichier

Avant Après
Largeur: 981  |  Hauteur: 724  |  Taille: 111KB

BIN
courses/img/streamgraph.png Voir le fichier

Avant Après
Largeur: 854  |  Hauteur: 435  |  Taille: 292KB

BIN
courses/img/textarc.png Voir le fichier

Avant Après
Largeur: 1351  |  Hauteur: 767  |  Taille: 519KB

BIN
courses/img/textual_data_levels.afdesign Voir le fichier


BIN
courses/img/textual_data_levels.png Voir le fichier

Avant Après
Largeur: 1247  |  Hauteur: 986  |  Taille: 66KB

BIN
courses/img/trulia.png Voir le fichier

Avant Après
Largeur: 942  |  Hauteur: 757  |  Taille: 285KB

BIN
courses/img/walmart.png Voir le fichier

Avant Après
Largeur: 852  |  Hauteur: 909  |  Taille: 837KB

BIN
courses/img/word_cloud_analytic.png Voir le fichier

Avant Après
Largeur: 1067  |  Hauteur: 519  |  Taille: 306KB

BIN
courses/img/word_tree.png Voir le fichier

Avant Après
Largeur: 1903  |  Hauteur: 905  |  Taille: 254KB

BIN
courses/img/wordcloud.png Voir le fichier

Avant Après
Largeur: 1766  |  Hauteur: 1308  |  Taille: 367KB

BIN
courses/img/wordwanderer.png Voir le fichier

Avant Après
Largeur: 1019  |  Hauteur: 519  |  Taille: 175KB

Chargement…
Annuler
Enregistrer