File tree 1 file changed +27
-2
lines changed
1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,15 @@ Et voilà 🎉
74
74
75
75
![ teaser-natural-images] ( https://user-images.githubusercontent.com/932103/65775958-24d1d080-e10f-11e9-8d12-5aaf6f760228.gif )
76
76
77
- ### Using Piling.js With an Application Framework
77
+ ## Examples & Templates
78
78
79
- We've set up the following examples for how to use Piling.js with popular application frameworks:
79
+ #### Piling.js with a Visualization Library
80
+
81
+ - [ Piling.js with D3] ( https://observablehq.com/@flekschas/piling-js-with-d3 )
82
+ - [ Piling.js with Vega Lite] ( https://observablehq.com/@flekschas/piling-js-with-vega-lite )
83
+ - [ Piling.js with Observable Plot] ( https://observablehq.com/@flekschas/piling-js-with-observable-plot )
84
+
85
+ #### Piling.js with an Application Framework
80
86
81
87
- [ Piling.js with Svelte] ( https://github.com/flekschas/piling.js-svelte )
82
88
- [ Piling.js with React] ( https://github.com/flekschas/piling.js-react )
@@ -97,3 +103,22 @@ npm install
97
103
```
98
104
npm start
99
105
```
106
+
107
+ ## Cite Piling.js
108
+
109
+ ``` bibtex
110
+ @article{lekschas2021generic,
111
+ author = {Fritz Lekschas and Xinyi Zhou and Wei Chen and Nils Gehlenborg and Benjamin Bach and Hanspeter Pfister},
112
+ title = {A Generic Framework and Library for Exploration of Small Multiples through Interactive Piling},
113
+ publisher = {IEEE},
114
+ journal = {IEEE Transactions on Visualization and Computer Graphics},
115
+ series = {InfoVis ’20},
116
+ year = {2021},
117
+ month = {2},
118
+ day = {1},
119
+ volume = {27},
120
+ number = {2},
121
+ pages = {358-368},
122
+ doi = {10.1109/TVCG.2020.3028948},
123
+ }
124
+ ```
You can’t perform that action at this time.
0 commit comments