You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [website](https://codegrits.github.io/CodeGRITS/)'s source code is stored in the `./site` folder of this repository and deployed via GitHub Pages. The [JavaDoc](https://codegrits.github.io/CodeGRITS/docs/index.html) documentation is located in the `./site/docs` folder of this repository. They are archived together with the source code in the Software Heritage for long-term preservation.
12
-
13
-
The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers, especially those related to eye gaze. CodeGRITS also provides a [real-time data API](developer.md) for future plugin developers and researchers to design context-aware programming support tools.
11
+
[CodeGRITS](https://codegrits.github.io/CodeGRITS/) stands for **G**aze **R**ecording & **I**DE **T**racking **S**ystem. It's a plugin developed by
12
+
the [SaNDwich Lab](https://toby.li/) and is specifically designed for empirical software engineering researchers.
13
+
CodeGRITS is built on top
14
+
of [IntelliJ Platform SDK](https://plugins.jetbrains.com/docs/intellij/welcome.html), with broad compatibility with the
15
+
entire family of JetBrains IDEs and [Tobii eye-tracking devices](https://www.tobii.com/),
16
+
to track developers’ IDE interactions and eye gaze data.
14
17
15
-
We provide an example project [DataStreamReceiver](https://github.com/codegrits/DataStreamReceiver) that builds on top of the real-time data API. It is designed to receive the IDE and eye tracking data and directly visualize them in two separate windows.
18
+
The [website](https://codegrits.github.io/CodeGRITS/)'s source code is stored in the `./site` folder of this repository and deployed via GitHub Pages. The [JavaDoc](https://codegrits.github.io/CodeGRITS/docs/index.html) documentation is located in the `./site/docs` folder of this repository. They are archived together with the source code in the Software Heritage for long-term preservation.
16
19
17
20
## Key Features
18
21
@@ -33,9 +36,13 @@ CodeGRITS has been primarily developed and tested on Windows and Linux, with onl
33
36
34
37
Please see the [CodeGRITS website](https://codegrits.github.io/CodeGRITS/) for more details. The Javadoc documentation is available [here](https://codegrits.github.io/CodeGRITS/docs/index.html). Please refer to the [developer guide](https://codegrits.github.io/CodeGRITS/developer/) if you want to contribute to CodeGRITS.
35
38
39
+
The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers, especially those related to eye gaze. CodeGRITS also provides a [real-time data API](developer.md) for future plugin developers and researchers to design context-aware programming support tools.
40
+
41
+
We provide an example project [DataStreamReceiver](https://github.com/codegrits/DataStreamReceiver) that builds on top of the real-time data API. It is designed to receive the IDE and eye tracking data and directly visualize them in two separate windows.
42
+
36
43
## Citation
37
44
38
-
The paper of CodeGRITS has been accepted by [ICSE 2024 Demonstrations Track](https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations). The PDF version is available [here](https://codegrits.github.io/CodeGRITS/static/paper.pdf). The [video demonstration](https://www.youtube.com/watch?v=d-YsJfW2NMI) is available on YouTube.
45
+
The [paper](https://dl.acm.org/doi/10.1145/3639478.3640037) of CodeGRITS has been accepted by [ICSE 2024 Demonstrations Track](https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations) with Artifact Available and Artifact Evaluated badges awarded. The PDF version is available [here](https://codegrits.github.io/CodeGRITS/static/paper.pdf). The [video demonstration](https://www.youtube.com/watch?v=d-YsJfW2NMI) is available on YouTube.
39
46
40
47
Please cite the following if you use CodeGRITS in your research.
41
48
@@ -51,4 +58,4 @@ Please cite the following if you use CodeGRITS in your research.
Please feel free to contact [Ningzhi Tang](https://www.nztang.com/) at [email protected]/ningzhitang2[email protected] or [Junwen An](https://wanteatfruit.github.io/) at [email protected] if you have any questions or suggestions.
Copy file name to clipboardExpand all lines: retype.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ branding:
7
7
logo: static/logo.png
8
8
label: v0.3.0
9
9
10
+
meta:
11
+
title: " | CodeGRITS - JetBrains IDE and Eye Tracking"
12
+
description: "CodeGRITS is an open-source plugin for conducting eye-tracking studies in JetBrains IDEs (IntelliJ, PyCharm, etc.), built for empirical software engineering research."
0 commit comments