|
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.756991843027"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.756993596460"> |
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.756991843027" rel="stylesheet"> |
| 35 | + <link href="../resources/css/retype.css?v=3.5.0.756993596460" rel="stylesheet"> |
36 | 36 |
|
37 | | - <script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.756991843027" data-turbo-eval="false" defer></script> |
| 37 | + <script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.756993596460" 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.756991843027" data-turbo-eval="false" defer></script> |
| 39 | + <script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.756993596460" 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"> |
@@ -253,11 +253,12 @@ <h1> |
253 | 253 | HCI and SE researchers from <a href="https://toby.li/">SaNDwich Lab</a> at the <a href="https://www.nd.edu/">University of Notre Dame</a> |
254 | 254 | and <a href="https://www.vanderbilt.edu/">Vanderbilt University</a>. |
255 | 255 | We are committed to keeping CodeGRITS open source and making it beneficial for the community.</p> |
256 | | -<p>The authors of CodeGRITS are: <a href="https://nztang.com/">Ningzhi Tang</a>, <a href="https://wanteatfruit.github.io/">Junwen An</a>, |
| 256 | +<p>The authors of CodeGRITS are <a href="https://nztang.com/">Ningzhi Tang</a> (equal contribution), |
| 257 | +<a href="https://wanteatfruit.github.io/">Junwen An</a> (equal contribution), |
257 | 258 | <a href="https://casardo-chen.github.io/">Meng Chen</a>, <a href="https://aakashba.github.io/">Aakash Bansal</a>, |
258 | 259 | <a href="https://yuhuang-lab.github.io/">Yu Huang</a>, <a href="https://sdf.org/%7Ecmc/">Collin McMillan</a>, |
259 | 260 | and <a href="https://toby.li/">Toby Jia-Jun Li</a>. Technical support questions, bug reports, and feature requests are best started |
260 | | -as an <a href="https://github.com/codegrits/CodeGRITS/issues">GitHub Issue</a>.</p> |
| 261 | +as a <a href="https://github.com/codegrits/CodeGRITS/issues">GitHub Issue</a>.</p> |
261 | 262 | <p>We prepared a video demonstration of CodeGRITS for ICSE 2024.</p> |
262 | 263 | <p> |
263 | 264 | <figure> |
|
272 | 273 | <span>Credits</span> |
273 | 274 | </h2> |
274 | 275 | </doc-anchor-target> |
275 | | -<p>CodeGRITS would not be possible without the following commercial and open source projects:</p> |
| 276 | +<p>CodeGRITS would not be possible without the following commercial and open-source projects:</p> |
276 | 277 | <ul> |
277 | 278 | <li><a href="https://plugins.jetbrains.com/docs/intellij/welcome.html">IntelliJ Platform SDK</a>: CodeGRITS is built on top of the |
278 | 279 | IntelliJ Platform.</li> |
|
0 commit comments