Skip to content

Commit d4e15e2

Browse files
committed
image size
2 parents 2673ab4 + 4ff01a5 commit d4e15e2

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.idea/workspace.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ entire family of [JetBrains IDEs](https://www.jetbrains.com/) and [Tobii eye-tra
1414
to track developers’ IDE interactions and eye gaze data.
1515

1616
<p align="center">
17-
<img src="docs/static/overview.png" width="600" max-width="90%" alt="CodeGRITS Overview">
17+
<img src="docs/static/overview.png" width="100%" max-width="600px" alt="CodeGRITS Overview">
1818
</p>
1919

2020
The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers,

docs/usage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ We also encourage you to build the plugin from the source code, especially for t
107107
including `Start/Stop Tracking`, `Pause/Resume Tracking`, and `Configuration`.
108108

109109
<div style="text-align: center;">
110-
<img src="../static/toolbar.png" style="width: 16%;">
110+
<img src="../static/toolbar.png" style="max-width: 100%; width: 180px; height: auto;">
111111
</div>
112112

113113
## Usage
@@ -119,7 +119,7 @@ the configuration window. The configuration settings are stored in the `config.j
119119
your installed JetBrains IDE.
120120

121121
<div style="text-align: center;">
122-
<img src="../static/config.png" style="width: 40%;">
122+
<img src="../static/config.png" style="max-width: 100%; width: 420px; height: auto;">
123123
</div>
124124

125125
#### Functionalities
@@ -146,7 +146,7 @@ be captured by explicit IDE interactions. You can add the labels by right-clicki
146146
recorded in the output data via IDE Tracker.
147147

148148
<div style="text-align: center;">
149-
<img src="../static/add-label.png" style="width: 40%;">
149+
<img src="../static/add-label.png" style="max-width: 100%; width: 400px; height: auto;">
150150
</div><br>
151151

152152
!!!info Buttons
@@ -163,15 +163,15 @@ in XML format to the configured folder.
163163
IDE Tracker could track a wide range of IDE interactions including all but not limited to the following.
164164

165165
<div style="text-align: center;">
166-
<img src="../static/ide-tracker.png" style="width: 50%;"><br><br>
166+
<img src="../static/ide-tracker.png" style="max-width: 100%; width: 540px; height: auto;"><br><br>
167167
</div>
168168

169169
A **real-time archive mechanism** is also implemented to archive the whole code files when they
170170
are changed, and the console output during the development process. Below is one example of data collected by IDE
171171
Tracker. See [Data Format](data.md) for more details.
172172

173173
<div style="text-align: center;">
174-
<img src="../static/ide-data.png" style="width: 70%;"><br><br>
174+
<img src="../static/ide-data.png" style="max-width: 100%; width: 650px; height: auto;"><br><br>
175175
</div>
176176

177177
#### Eye Tracker
@@ -185,17 +185,17 @@ If a compatible eye-tracking device is not available, CodeGRITS will use the mou
185185
(2) Map the coordinates of raw gazes within the text editor to specific locations in the code (i.e., file path, line and
186186
column number);
187187
<div style="text-align: center;">
188-
<img src="../static/eye-tracker.png" style="width: 50%;"><br><br>
188+
<img src="../static/eye-tracker.png" style="max-width: 100%; width:600px; height: auto;"><br><br>
189189
</div>
190190
(3) Infer the source code tokens that each gaze point is focusing on, as well as perform a bottom-up
191191
process to traverse the AST structures of the tokens.
192192
<div style="text-align: center;">
193-
<img src="../static/ast.png" style="width: 50%;"><br><br>
193+
<img src="../static/ast.png" style="max-width: 100%; width: 650px; height: auto;"><br><br>
194194
</div>
195195

196196
Below is one example of the data collected by Eye Tracker. See [Data Format](data.md) for more details.
197197
<div style="text-align: center;">
198-
<img src="../static/eye-data.png" style="width: 70%;"><br><br>
198+
<img src="../static/eye-data.png" style="max-width: 100%; width: 650px; height: auto;"><br><br>
199199
</div>
200200

201201
!!!

docs/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to track developers’ IDE interactions and eye gaze data. The source code is av
2121
on [GitHub](https://github.com/codegrits/CodeGRITS).
2222

2323
<div style="text-align: center;">
24-
<img src="static/visualization.png" style="width: 80%;"><br><br>
24+
<img src="static/visualization.png" style="width: 100%; max-width: 900px; height: auto;"><br><br>
2525
</div>
2626

2727
The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers,
@@ -59,7 +59,7 @@ tailored assistance based on your specific OS and JetBrains IDE environment.
5959
for more details.
6060

6161
<div style="text-align: center;">
62-
<img src="static/overview.png" style="width: 55%;">
62+
<img src="static/overview.png" style="width: 100%; max-width: 600px; height: auto;">
6363
</div>
6464

6565
## Citation

0 commit comments

Comments
 (0)