@@ -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
119119your 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
146146recorded 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.
163163IDE 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
169169A ** real-time archive mechanism** is also implemented to archive the whole code files when they
170170are changed, and the console output during the development process. Below is one example of data collected by IDE
171171Tracker. 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
186186column 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
196196Below 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!!!
0 commit comments