|
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.756993596460"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.756994320589"> |
8 | 8 |
|
9 | 9 | <!-- See retype.com --> |
10 | 10 | <meta name="generator" content="Retype 3.5.0"> |
11 | 11 |
|
12 | 12 | <!-- Primary Meta Tags --> |
13 | 13 | <title>Welcome to CodeGRITS</title> |
14 | 14 | <meta name="title" content="Welcome to CodeGRITS"> |
15 | | - <meta name="description" content="CodeGRITS stands for G aze R ecording & I DE T racking S ystem, which is a plugin specifically designed"> |
| 15 | + <meta name="description" content="We would present CodeGRITS at ICSE 2024 Demo Track. Welcome to join us and discuss with us about it!"> |
16 | 16 |
|
17 | 17 | <!-- Canonical --> |
18 | 18 | <link rel="canonical" href="https://codegrits.github.io/CodeGRITS/"> |
|
21 | 21 | <meta property="og:type" content="website"> |
22 | 22 | <meta property="og:url" content="https://codegrits.github.io/CodeGRITS/"> |
23 | 23 | <meta property="og:title" content="Welcome to CodeGRITS"> |
24 | | - <meta property="og:description" content="CodeGRITS stands for G aze R ecording & I DE T racking S ystem, which is a plugin specifically designed"> |
| 24 | + <meta property="og:description" content="We would present CodeGRITS at ICSE 2024 Demo Track. Welcome to join us and discuss with us about it!"> |
25 | 25 |
|
26 | 26 | <!-- Twitter --> |
27 | 27 | <meta property="twitter:card" content="summary_large_image"> |
28 | 28 | <meta property="twitter:url" content="https://codegrits.github.io/CodeGRITS/"> |
29 | 29 | <meta property="twitter:title" content="Welcome to CodeGRITS"> |
30 | | - <meta property="twitter:description" content="CodeGRITS stands for G aze R ecording & I DE T racking S ystem, which is a plugin specifically designed"> |
| 30 | + <meta property="twitter:description" content="We would present CodeGRITS at ICSE 2024 Demo Track. Welcome to join us and discuss with us about it!"> |
31 | 31 |
|
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.756993596460" rel="stylesheet"> |
| 35 | + <link href="resources/css/retype.css?v=3.5.0.756994320589" rel="stylesheet"> |
36 | 36 |
|
37 | | - <script data-cfasync="false" src="resources/js/config.js?v=3.5.0.756993596460" data-turbo-eval="false" defer></script> |
| 37 | + <script data-cfasync="false" src="resources/js/config.js?v=3.5.0.756994320589" 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.756993596460" data-turbo-eval="false" defer></script> |
| 39 | + <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.5.0.756994320589" 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"> |
@@ -249,6 +249,26 @@ <h1> |
249 | 249 | <span>Welcome to CodeGRITS</span> |
250 | 250 | </h1> |
251 | 251 | </doc-anchor-target> |
| 252 | +<div class="flex mb-6"> |
| 253 | + <div class="shrink-0 w-1 rounded-tl rounded-bl bg-blue-500 dark:bg-blue-400"></div> |
| 254 | + <div class="flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role="alert"> |
| 255 | + <div class="flex items-center ml-4 h-7"> |
| 256 | + <svg xmlns="http://www.w3.org/2000/svg" class="mb-px text-blue-500 dark:text-blue-400" width="22" height="22" viewBox="0 0 24 24" role="presentation"> |
| 257 | + <g fill="currentColor"><g> |
| 258 | + <path d="M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z"></path> |
| 259 | + <path d="M12 11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM12.01 7c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"></path> |
| 260 | + <path fill="none" d="M0 0h24v24H0z"></path> |
| 261 | + </g></g> |
| 262 | + </svg> |
| 263 | + </div> |
| 264 | + <div class="pr-5 ml-3 w-full"> |
| 265 | + <h5><span class="docs-emoji">⚡</span> NEWS! <span class="docs-emoji">⚡</span></h5> |
| 266 | +<p>We would present CodeGRITS at |
| 267 | +<a href="https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations">ICSE 2024 Demo Track</a>. |
| 268 | +Welcome to join us and discuss with us about it!</p> |
| 269 | + </div> |
| 270 | + </div> |
| 271 | +</div> |
252 | 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, |
253 | 273 | which is a plugin specifically designed |
254 | 274 | for software engineering (SE) researchers, which is developed by the <a href="https://toby.li/">SaNDwich Lab</a> at the |
|
0 commit comments