The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers,
diff --git a/docs/imgs/add-label.png b/docs/static/add-label.png
similarity index 100%
rename from docs/imgs/add-label.png
rename to docs/static/add-label.png
diff --git a/docs/imgs/ast.png b/docs/static/ast.png
similarity index 100%
rename from docs/imgs/ast.png
rename to docs/static/ast.png
diff --git a/docs/imgs/config.png b/docs/static/config.png
similarity index 100%
rename from docs/imgs/config.png
rename to docs/static/config.png
diff --git a/docs/imgs/eye-data.png b/docs/static/eye-data.png
similarity index 100%
rename from docs/imgs/eye-data.png
rename to docs/static/eye-data.png
diff --git a/docs/imgs/eye-tracker.png b/docs/static/eye-tracker.png
similarity index 100%
rename from docs/imgs/eye-tracker.png
rename to docs/static/eye-tracker.png
diff --git a/docs/imgs/ide-data.png b/docs/static/ide-data.png
similarity index 100%
rename from docs/imgs/ide-data.png
rename to docs/static/ide-data.png
diff --git a/docs/imgs/ide-tracker.png b/docs/static/ide-tracker.png
similarity index 100%
rename from docs/imgs/ide-tracker.png
rename to docs/static/ide-tracker.png
diff --git a/docs/imgs/logo.png b/docs/static/logo.png
similarity index 100%
rename from docs/imgs/logo.png
rename to docs/static/logo.png
diff --git a/docs/imgs/logo.svg b/docs/static/logo.svg
similarity index 100%
rename from docs/imgs/logo.svg
rename to docs/static/logo.svg
diff --git a/docs/imgs/overview.png b/docs/static/overview.png
similarity index 100%
rename from docs/imgs/overview.png
rename to docs/static/overview.png
diff --git a/docs/static/paper.pdf b/docs/static/paper.pdf
new file mode 100644
index 0000000..e0a8474
Binary files /dev/null and b/docs/static/paper.pdf differ
diff --git a/docs/imgs/toolbar.png b/docs/static/toolbar.png
similarity index 100%
rename from docs/imgs/toolbar.png
rename to docs/static/toolbar.png
diff --git a/docs/imgs/visualization.png b/docs/static/visualization.png
similarity index 100%
rename from docs/imgs/visualization.png
rename to docs/static/visualization.png
diff --git a/docs/usage.md b/docs/usage.md
index 1876cfb..e6abba9 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -107,7 +107,7 @@ We also encourage you to build the plugin from the source code, especially for t
including `Start/Stop Tracking`, `Pause/Resume Tracking`, and `Configuration`.
-
+
## Usage
@@ -119,7 +119,7 @@ the configuration window. The configuration settings are stored in the `config.j
your installed JetBrains IDE.
-
+
#### Functionalities
@@ -146,7 +146,7 @@ be captured by explicit IDE interactions. You can add the labels by right-clicki
recorded in the output data via IDE Tracker.
-
+
!!!info Buttons
@@ -163,7 +163,7 @@ in XML format to the configured folder.
IDE Tracker could track a wide range of IDE interactions including all but not limited to the following.
-
+
A **real-time archive mechanism** is also implemented to archive the whole code files when they
@@ -171,7 +171,7 @@ are changed, and the console output during the development process. Below is one
Tracker. See [Data Format](data.md) for more details.
-
+
#### Eye Tracker
@@ -185,17 +185,17 @@ If a compatible eye-tracking device is not available, CodeGRITS will use the mou
(2) Map the coordinates of raw gazes within the text editor to specific locations in the code (i.e., file path, line and
column number);
-
+
(3) Infer the source code tokens that each gaze point is focusing on, as well as perform a bottom-up
process to traverse the AST structures of the tokens.
-
+
Below is one example of the data collected by Eye Tracker. See [Data Format](data.md) for more details.
-
+
!!!
diff --git a/docs/welcome.md b/docs/welcome.md
index 7208bd3..3136484 100644
--- a/docs/welcome.md
+++ b/docs/welcome.md
@@ -21,7 +21,7 @@ to track developers’ IDE interactions and eye gaze data. The source code is av
on [GitHub](https://github.com/codegrits/CodeGRITS).
-
+
The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers,
@@ -59,16 +59,14 @@ tailored assistance based on your specific OS and JetBrains IDE environment.
for more details.
-
+
## Citation
-[//]: # (TODO: Update the citation and PDF link after the paper is published.)
-
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://arxiv.org/abs/xxxx.yyyyy).
+The PDF version is available [here](static/paper.pdf).
Please cite the following if you use CodeGRITS in your research.
```bibtex
diff --git a/retype.yml b/retype.yml
index 9ed9380..fefd65b 100644
--- a/retype.yml
+++ b/retype.yml
@@ -4,7 +4,7 @@ url: https://codegrits.github.io/CodeGRITS/
branding:
title: CodeGRITS
- logo: imgs/logo.png
+ logo: static/logo.png
label: v0.2.0
links: