From b784848b5ac757eb3d65d918c75181f78aaef901 Mon Sep 17 00:00:00 2001 From: Fabian Stolp Date: Wed, 23 Oct 2024 18:57:28 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5439c1..66315d6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,12 @@ CognitIDE CognitIDE integrates body sensor hardware to record physiological data while reading and interacting with code and generates code highlightings and heatmaps for assessment. -It is available for IntelliJ-based IDEs with build numbers 221 to 222. Lab Streaming Layer (LSL) streams are supported. +It is available for IntelliJ-based IDEs for Windows with build numbers greater than 221 and smaller than 222. Lab Streaming Layer (LSL) streams are supported. + +## Citing CognitIDE +If you use CognitIDE in one of your projects, please cite the following: + +Fabian Stolp, Malte Stellmacher, and Bert Arnrich. 2024. CognitIDE: An IDE Plugin for Mapping Physiological Measurements to Source Code. In Companion Proceedings of the 32nd ACM International Conference on the Foundations of Software Engineering (FSE 2024). Association for Computing Machinery, New York, NY, USA, 592–596. https://doi.org/10.1145/3663529.3663805 ## Installation