Skip to content

Commit f36f3ad

Browse files
authored
Add links to examples with D3, Vega-Lite, and Obserble Plot
1 parent 1d286b9 commit f36f3ad

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

README.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,15 @@ Et voilà 🎉
7474

7575
![teaser-natural-images](https://user-images.githubusercontent.com/932103/65775958-24d1d080-e10f-11e9-8d12-5aaf6f760228.gif)
7676

77-
### Using Piling.js With an Application Framework
77+
## Examples & Templates
7878

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
8086

8187
- [Piling.js with Svelte](https://github.com/flekschas/piling.js-svelte)
8288
- [Piling.js with React](https://github.com/flekschas/piling.js-react)
@@ -97,3 +103,22 @@ npm install
97103
```
98104
npm start
99105
```
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+
```

0 commit comments

Comments
 (0)