Skip to content

Commit 8cc77ac

Browse files
authored
Update README.md
1 parent a5ea53b commit 8cc77ac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Enhanced features include simultaneous multiple playback capabilities and the ab
1010
In addition, it supports efficient analysis functionalities that allow the analysis of created recordings during playback or outside of the engine using C++.
1111
Different types of analysis queries (distance queries, velocity queries, ...) can be defined individually or combined for the investigation
1212
of complex behaviour.
13+
For further information we refer to our paper ([Preprint](https://www.uni-weimar.de/fileadmin/user/fak/medien/professuren/Virtual_Reality/documents/publications/2024_Collaborative_Immersive_Analysis_of_Social_Virtual_Reality_Studies_Preprint.pdf), bibtex below).
1314

1415

1516
**Functionalities:**
@@ -228,3 +229,15 @@ The debug output of the plugin can be read using the [android debug bridge](http
228229
```
229230
adb logcat
230231
```
232+
233+
## BibTeX Citation
234+
If you use the recording and analysis plugin developed for the ISA system in a scientific publication, we would appreciate using the following citations:
235+
```
236+
@article{Lammert2024,
237+
doi = {10.1109/TVCG.2024.3456146},
238+
url = {https://doi.org/10.1109/TVCG.2024.3456146},
239+
year = {2024},
240+
journal={IEEE Transactions on Visualization and Computer Graphics},
241+
author={Lammert, Anton and Rendle, Gareth and Immohr, Felix and Neidhardt, Annika and Brandenburg, Karlheinz and Raake, Alexander and Froehlich, Bernd},
242+
title = {Immersive Study Analyzer: Collaborative Immersive Analysis of Recorded Social VR Studies},
243+
}

0 commit comments

Comments
 (0)