|
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.757004953707"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.757006675514"> |
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.757004953707" rel="stylesheet"> |
| 35 | + <link href="resources/css/retype.css?v=3.5.0.757006675514" rel="stylesheet"> |
36 | 36 |
|
37 | | - <script data-cfasync="false" src="resources/js/config.js?v=3.5.0.757004953707" data-turbo-eval="false" defer></script> |
| 37 | + <script data-cfasync="false" src="resources/js/config.js?v=3.5.0.757006675514" 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.757004953707" data-turbo-eval="false" defer></script> |
| 39 | + <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.5.0.757006675514" 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"> |
@@ -269,13 +269,12 @@ <h5><span class="docs-emoji">⚡</span> NEWS! <span class="docs-emoji"> |
269 | 269 | </div> |
270 | 270 | </div> |
271 | 271 | </div> |
272 | | -<p><a href="https://codegrits.github.io/CodeGRITS/">CodeGRITS</a> stands for <strong>G</strong>aze <strong>R</strong>ecording & <strong>I</strong>DE <strong>T</strong>racking <strong>S</strong>ystem, |
273 | | -which is a plugin specifically designed |
274 | | -for software engineering (SE) researchers, which is developed by the <a href="https://toby.li/">SaNDwich Lab</a> at the |
275 | | -<a href="https://www.nd.edu/">University of Notre Dame</a>. CodeGRITS is built on top |
| 272 | +<p>CodeGRITS stands for <strong>G</strong>aze <strong>R</strong>ecording & <strong>I</strong>DE <strong>T</strong>racking <strong>S</strong>ystem. It's a plugin developed by |
| 273 | +the <a href="https://toby.li/">SaNDwich Lab</a> and is specially designed for empirical software engineering researchers. |
| 274 | +CodeGRITS is built on top |
276 | 275 | of <a href="https://plugins.jetbrains.com/docs/intellij/welcome.html">IntelliJ Platform SDK</a>, with wide compatibility with the |
277 | | -entire family of <a href="https://www.jetbrains.com/">JetBrains IDEs</a> and <a href="https://www.tobii.com/">Tobii eye-tracking devices</a>, |
278 | | -to track developers’ IDE interactions and eye gaze data. The source code of CodeGRITS is available |
| 276 | +entire family of JetBrains IDEs and <a href="https://www.tobii.com/">Tobii eye-tracking devices</a>, |
| 277 | +to track developers’ IDE interactions and eye gaze data. The source code is available |
279 | 278 | on <a href="https://github.com/codegrits/CodeGRITS">GitHub</a>.</p> |
280 | 279 | <div style="text-align: center;"> |
281 | 280 | <img src="imgs/visualization.png" style="width: 80%;"><br><br> |
|
0 commit comments