2020-04-06 14:49:56 -04:00
|
|
|
---
|
|
|
|
id: 5e7b9f6a0b6c005b0e76f097
|
2020-04-21 23:37:02 -05:00
|
|
|
title: 'Data Visualization: Mailing Lists'
|
2020-04-06 14:49:56 -04:00
|
|
|
challengeType: 11
|
|
|
|
videoId: RYdW660KkaQ
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
|
|
|
<section id='description'>
|
|
|
|
More resources:
|
|
|
|
- <a href="https://www.youtube.com/watch?v=KfhslNzopxo" target='_blank'>Exercise: Geodata</a>
|
|
|
|
- <a href="https://www.youtube.com/watch?v=wSpl1-7afAk" target='_blank'>Exercise: Gmane Model</a>
|
|
|
|
- <a href="https://www.youtube.com/watch?v=H3w4lOFBUOI" target='_blank'>Exercise: Gmane Spider</a>
|
|
|
|
- <a href="https://www.youtube.com/watch?v=LRqVPMEXByw" target='_blank'>Exercise: Gmane Viz</a>
|
|
|
|
- <a href="https://www.youtube.com/watch?v=yFRAZBkBDBs" target='_blank'>Exercise: Page Rank</a>
|
|
|
|
- <a href="https://www.youtube.com/watch?v=sXedPQ_AnWA" target='_blank'>Exercise: Page Spider</a>
|
|
|
|
- <a href="https://www.youtube.com/watch?v=Fm0hpkxsZoo" target='_blank'>Exercise: Page Viz</a>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-05-31 13:57:09 +01:00
|
|
|
text: |
|
|
|
|
Which is a common JavaScript visualization library?
|
|
|
|
|
2020-04-06 14:49:56 -04:00
|
|
|
answers:
|
2020-05-31 13:57:09 +01:00
|
|
|
- |
|
|
|
|
DataViz.js
|
|
|
|
- |
|
|
|
|
D3
|
|
|
|
- |
|
|
|
|
Lowcharts
|
|
|
|
- |
|
|
|
|
DATA6
|
2020-04-06 14:49:56 -04:00
|
|
|
solution: 2
|
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|