Skip to content

Commit 78095af

Browse files
committed
Add links for after talk questions.
1 parent 0db331c commit 78095af

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

dataVisInBrowser/README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Links:
44

5-
* [Slides](https://docs.google.com/presentation/d/13vGUjKfT7Y4tLmnZnv8BW46ydLARVo4HvNAHseJq15I/edit#slide=id.g16b5941319_0_260) - [Slides as PDF](https://github.com/curran/screencasts/raw/gh-pages/dataVisInBrowser/slides.pdf)
5+
* [Slides (Google Doc)](https://docs.google.com/presentation/d/13vGUjKfT7Y4tLmnZnv8BW46ydLARVo4HvNAHseJq15I/edit#slide=id.g16b5941319_0_260) - [Slides (PDF)](https://github.com/curran/screencasts/raw/gh-pages/dataVisInBrowser/slides.pdf)
6+
* [SVG Wikipedia Page](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics)
67
* [Pseudo Bar Chart I](http://bl.ocks.org/curran/d0c9242fe9caa5c1ac1f4d98f642c855)
78
* [Pseudo Bar Chart II](http://bl.ocks.org/curran/82bb6d11bda885b0eb4f29d46b5cee86)
89
* [Pseudo Bar Chart III](http://bl.ocks.org/curran/372c81dd227b33f7c9bb81f0f6796712)
@@ -16,3 +17,14 @@ Links:
1617
* [Global Migration in 2015](http://bl.ocks.org/curran/8c5bb1e0dd8ea98695d28c8a0ccfc533)
1718
* [Migrant Deaths over Time](http://bl.ocks.org/curran/a479b91bba14d633487e)
1819
* [Music Visualization](http://ribbon.humdrum.org/#Das1002) - [josquin-ribbon](https://github.com/sul-cidr/josquin-ribbon)
20+
21+
Links from answers to questions
22+
23+
* On colliding points - [Bivariate Hexbin Map](http://bl.ocks.org/mbostock/4330486), [Hexagonal Binning](https://bl.ocks.org/mbostock/4248145), [Force-Directed Scatterplot](http://bl.ocks.org/rpgove/10603627)
24+
* [Responding to Resize](http://bl.ocks.org/curran/3a68b0c81991e2e94b19)
25+
* On reusability
26+
* [Towards Reusable Charts](https://bost.ocks.org/mike/chart/)
27+
* [NVD3](http://nvd3.org/)
28+
* [C3](http://c3js.org/)
29+
* [Dimple](http://dimplejs.org/)
30+
* [Vega](https://vega.github.io/vega/) - [Vega Demos](http://vega.github.io/vega-editor/?mode=vega&spec=choropleth)

0 commit comments

Comments
 (0)