https://github.com/oldvis/gallery
Tip revision: 9798cde3778299d40523107bc9e33d20d60f2c98 authored by shellywhen on 24 January 2024, 07:59:25 UTC
Update README.md
Update README.md
Tip revision: 9798cde
README.md
<a href="http://commitizen.github.io/cz-cli/">
<img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg">
</a>
# OldVis Gallery
A web-based gallery of old visualizations ([live demo](https://oldvis.github.io/gallery/)).
## Development Instructions
- Clone the repository.
- Run `pnpm install` to install dependencies (make sure you have [node.js](https://nodejs.org/) and [pnpm](https://pnpm.io/) installed before).
- Run `pnpm run dev` to launch the dev server.
This repository is initialized with the [vitesse-lite template](https://github.com/antfu/vitesse-lite).
## Reference
If you use the gallery in a scientific publication, we would appreciate citations to the following paper:
```
@Article{Zhang2023OldVisOnline,
author = {Zhang, Yu and Jiang, Ruike and Xie, Liwenhan and Zhao, Yuheng and Liu, Can and Ding, Tianhong and Chen, Siming and Yuan, Xiaoru},
title = {{OldVisOnline}: Curating a Dataset of Historical Visualizations},
doi = {10.1109/TVCG.2023.3326908},
volume = {30},
number = {1},
pages = {551--561},
journal = {IEEE Transactions on Visualization and Computer Graphics},
publisher = {IEEE},
year = {2023},
}
```