Skip to content

Commit

Permalink
update paper links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Mar 11, 2024
1 parent 3eebf78 commit 074a83a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This project aims to improve program comprehension by visualizing traces of object-oriented programs through animated 2.5D object maps.
Program traces are created in [Squeak](https://squeak.org) using the [TraceDebugger](https://github.com/hpi-swa-lab/squeak-tracedebugger) and visualized in the browser using [three.js](https://threejs.org).

- **[Read the paper (preprint)](https://linqlover.github.io/trace4d/paper-ivapp.pdf)** [![PDF](https://img.shields.io/badge/PDF-blue)](https://linqlover.github.io/trace4d/paper-ivapp.pdf) [![HTML](https://img.shields.io/badge/HTML-blue)](https://linqlover.github.io/trace4d/paper-ivapp.html)
- **[Read the poster](https://linqlover.github.io/trace4d/poster-ivapp.pdf)** [![PDF](https://img.shields.io/badge/PDF-blue)](https://linqlover.github.io/trace4d/poster-ivapp.pdf) [![HTML](https://img.shields.io/badge/HTML-blue)](https://linqlover.github.io/trace4d/poster-ivapp.html)
- **[Read the presentation slides](https://linqlover.github.io/trace4d/slides-ivapp.pdf)** [![PDF](https://img.shields.io/badge/PDF-blue)](https://linqlover.github.io/trace4d/slides-ivapp.pdf) [![HTML](https://img.shields.io/badge/HTML-blue)](https://linqlover.github.io/trace4d/slides-ivapp.html)
- **[Read the paper](https://linqlover.github.io/trace4d/paper-ivapp.pdf)** [![SciTePress](https://img.shields.io/badge/SciTePress-green)](https://linqlover.github.io/trace4d/paper-ivapp.pdf) [![preprint (PDF)](https://img.shields.io/badge/preprint-PDF-red)](https://linqlover.github.io/trace4d/paper-ivapp.pdf) [![preprint (HTML)](https://img.shields.io/badge/preprint-HTML-yellow)](https://linqlover.github.io/trace4d/paper-ivapp.html)
- **[Read the poster](https://linqlover.github.io/trace4d/poster-ivapp.pdf)** [![PDF](https://img.shields.io/badge/PDF-red)](https://linqlover.github.io/trace4d/poster-ivapp.pdf) [![HTML](https://img.shields.io/badge/HTML-yellow)](https://linqlover.github.io/trace4d/poster-ivapp.html)
- **[Read the presentation slides](https://linqlover.github.io/trace4d/slides-ivapp.pdf)** [![PDF](https://img.shields.io/badge/PDF-red)](https://linqlover.github.io/trace4d/slides-ivapp.pdf) [![HTML](https://img.shields.io/badge/HTML-yellow)](https://linqlover.github.io/trace4d/slides-ivapp.html)
- **[Try the demo](https://linqlover.github.io/trace4d/)**

![Screenshot of trace4d](./assets/trace4d.png)
Expand Down

0 comments on commit 074a83a

Please sign in to comment.