Skip to content

Commit

Permalink
add doi for citation
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Mar 11, 2024
1 parent 29f71f4 commit 6f8207e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ preferred-citation:
publisher: "SciTePress"
organization: "INSTICC"
url: "https://www.researchgate.net/publication/376650904_Bringing_Objects_to_Life_Supporting_Program_Comprehension_through_Animated_25D_Object_Maps_from_Program_Traces"
notes: "In press."
identifiers:
- type: doi
value: 10.5220/0012393900003660
keywords:
- software visualization
- software maps
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Thanks to Willy Scheibel ([@scheibel](https://github.com/scheibel)) for supervis

If you would like to cite this project or learn more about the research behind it, please refer to the following publication:

Christoph Thiede, Willy Scheibel, and Jürgen Döllner: [Bringing Objects to Life: Supporting Program Comprehension through Animated 2.5D Object Maps from Program Traces.](https://www.researchgate.net/publication/376650904_Bringing_Objects_to_Life_Supporting_Program_Comprehension_through_Animated_25D_Object_Maps_from_Program_Traces) In *Proceedings of the 15th International Conference on Information Visualization Theory and Applications (IVAPP 2024)*, February 27–29, Rome, Italy. SciTePress, 9 pages. In press. [🔗 Preprint](https://linqlover.github.io/trace4d/paper-ivapp.pdf) [🔗 Poster](https://linqlover.github.io/trace4d/poster-ivapp.pdf) [🔗 Slides](https://linqlover.github.io/trace4d/slides-ivapp.pdf)
Christoph Thiede, Willy Scheibel, and Jürgen Döllner: [Bringing Objects to Life: Supporting Program Comprehension through Animated 2.5D Object Maps from Program Traces.](https://www.researchgate.net/publication/376650904_Bringing_Objects_to_Life_Supporting_Program_Comprehension_through_Animated_25D_Object_Maps_from_Program_Traces) In *Proceedings of the 15th International Conference on Information Visualization Theory and Applications (IVAPP 2024)*, February 27–29, Rome, Italy. SciTePress, 9 pages. DOI: [10.5220/0012393900003660](https://doi.org/10.5220/0012393900003660). [🔗 Preprint](https://linqlover.github.io/trace4d/paper-ivapp.pdf) [🔗 Poster](https://linqlover.github.io/trace4d/poster-ivapp.pdf) [🔗 Slides](https://linqlover.github.io/trace4d/slides-ivapp.pdf)

<details>
<summary>BibTeX</summary>
Expand All @@ -147,8 +147,8 @@ Christoph Thiede, Willy Scheibel, and Jürgen Döllner: [Bringing Objects to Lif
organization = {INSTICC},
isbn = {978-989-758-679-8},
issn = {2184-4321},
doi = {10.5220/0012393900003660},
pages = {661--669},
location = {Rome, Italy},
note = {in press}
location = {Rome, Italy}
}</code></pre>
</details>
1 change: 1 addition & 0 deletions packages/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h1 class="text-body-emphasis">trace4d</h1>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://linqlover.github.io/trace4d/paper-ivapp.html" target="_blank">Read paper (HTML)</a></li>
<li><a class="dropdown-item" href="https://doi.org/10.5220/0012393900003660" target="_blank">Read paper (SciTePress)</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 6f8207e

Please sign in to comment.