Skip to content

Commit 56e565c

Browse files
committed
Added alpine talk
1 parent cf62d78 commit 56e565c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

alpine_visEditor/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Constructing Interactive Data Visualizations
2+
Curran Kelleher
3+
4+
* Foundation for
5+
* reusable interactive visualizations
6+
* combining visualizations with linked views
7+
* Work from [Ph. D. at University of Massachusetts](https://github.com/curran/phd)
8+
* Focus is on Web-based 2D visualizations using [D3.js](http://d3js.org/)
9+
* Other technologies also usable, e.g. [Leaflet](http://leafletjs.com/examples/choropleth.html)
10+
* Core concept: [Data Dependency Graphs](https://github.com/curran/model#data-dependency-graphs)
11+
* Examples
12+
* [Bar Chart](http://curran.github.io/model-contrib/#/examples/barChart)
13+
* [Scatter Plot](http://curran.github.io/model-contrib/#/examples/scatterPlot)
14+
* Reusable visualization elements: [Reactivis](https://github.com/curran/reactivis)
15+
* [Table](http://curran.github.io/model-contrib/#/examples/table)
16+
* [Linked Bar Chart, Scatter Plot, and Table](http://curran.github.io/model-contrib/#/examples/linkedViews)
17+
* [Linked Choropleth and Line Chart](http://curran.github.io/model/examples/d3LinkedChoropleth/)
18+
* Future work
19+
* [VisEditor](https://github.com/curran/visEditor)
20+
* [Integration with Chorus](https://github.com/curran/visEditor/wiki/Chorus-Integration)

0 commit comments

Comments
 (0)