|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
6 | 6 | <meta name="turbo-root" content="/CodeGRITS"> |
7 | | - <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.757069202638"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.757094971749"> |
8 | 8 |
|
9 | 9 | <!-- See retype.com --> |
10 | 10 | <meta name="generator" content="Retype 3.5.0"> |
|
32 | 32 | <script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script> |
33 | 33 |
|
34 | 34 | <link href="favicon.png" rel="icon"> |
35 | | - <link href="resources/css/retype.css?v=3.5.0.757069202638" rel="stylesheet"> |
| 35 | + <link href="resources/css/retype.css?v=3.5.0.757094971749" rel="stylesheet"> |
36 | 36 |
|
37 | | - <script data-cfasync="false" src="resources/js/config.js?v=3.5.0.757069202638" data-turbo-eval="false" defer></script> |
| 37 | + <script data-cfasync="false" src="resources/js/config.js?v=3.5.0.757094971749" data-turbo-eval="false" defer></script> |
38 | 38 | <script data-cfasync="false" src="resources/js/retype.js?v=3.5.0" data-turbo-eval="false" defer></script> |
39 | | - <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.5.0.757069202638" data-turbo-eval="false" defer></script> |
| 39 | + <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.5.0.757094971749" data-turbo-eval="false" defer></script> |
40 | 40 | </head> |
41 | 41 | <body> |
42 | 42 | <div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300"> |
@@ -277,7 +277,7 @@ <h5><span class="docs-emoji">⚡</span> NEWS! <span class="docs-emoji"> |
277 | 277 | to track developers’ IDE interactions and eye gaze data. The source code is available |
278 | 278 | on <a href="https://github.com/codegrits/CodeGRITS">GitHub</a>.</p> |
279 | 279 | <div style="text-align: center;"> |
280 | | - <img src="static/visualization.png" style="width: 80%;"><br><br> |
| 280 | + <img src="static/visualization.png" style="max-width: 100%; height: auto;"><br><br> |
281 | 281 | </div> |
282 | 282 | <p>The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers, |
283 | 283 | especially those related to eye gaze. CodeGRITS also provides a <a href="developer/">real-time data API</a> |
|
335 | 335 | for more details.</li> |
336 | 336 | </ul> |
337 | 337 | <div style="text-align: center;"> |
338 | | - <img src="static/overview.png" style="width: 55%;"> |
| 338 | + <img src="static/overview.png" style="max-width: 100%; height: auto;"> |
339 | 339 | </div> |
340 | 340 | <doc-anchor-target id="citation"> |
341 | 341 | <h2> |
|
0 commit comments