Skip to content

Commit 43a11b1

Browse files
authored
Update index.js
1 parent f3e2ac8 commit 43a11b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sites/docs/src/pages/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export default function Index() {
3030
<pre>
3131
npm install use-coordination
3232
</pre>
33+
<h3>Citation</h3>
34+
<p>
35+
Keller, M.S., Manz, T., Gehlenborg, N. Use-Coordination: Model, Grammar, and Library for Implementation of Coordinated Multiple Views. <i>Proc. IEEE VIS</i> (2024). https://doi.org/10.1109/VIS55277.2024.00041
36+
</p>
3337
<h3>Demo</h3>
3438

3539
<h4>Coordinated Multiple Views</h4>
@@ -61,4 +65,4 @@ export default function Index() {
6165
</main>
6266
</Layout>
6367
);
64-
}
68+
}

0 commit comments

Comments
 (0)