Skip to content

Commit f87fb4e

Browse files
committed
demo
1 parent bf4e20f commit f87fb4e

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

.idea/workspace.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/about.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The authors of CodeGRITS are: [Ningzhi Tang](https://nztang.com/), [Junwen An](h
1616
and [Toby Jia-Jun Li](https://toby.li/). Technical support questions, bug reports, and feature requests are best started
1717
as an [GitHub Issue](https://github.com/codegrits/CodeGRITS/issues).
1818

19+
We prepared a video demonstration of CodeGRITS for ICSE 2024.
20+
21+
[!embed](https://www.youtube.com/embed/d-YsJfW2NMI)
22+
1923
## Credits
2024

2125
CodeGRITS would not be possible without the following commercial and open source projects:

docs/usage.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ order: 90
66

77
# Usage Guide
88

9-
## Demonstration
10-
11-
We prepared a video demonstration of CodeGRITS for ICSE 2024.
12-
13-
[!embed](https://www.youtube.com/embed/d-YsJfW2NMI)
14-
159
## Environment Requirements
1610

1711
### Eye-tracking Device

retype.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,22 @@ branding:
88
label: v0.2.0
99

1010
links:
11-
- text: Issues
12-
link: https://github.com/codegrits/CodeGRITS/issues
13-
icon: comment-discussion
11+
- text: GitHub
12+
link: https://github.com/codegrits/CodeGRITS
13+
icon: mark-github
1414
target: blank
1515
- text: Paper
1616
link: https://arxiv.org/abs/xxxx.yyyyy # TODO: Update this
1717
icon: file
1818
target: blank
19+
- text: Demo
20+
link: https://www.youtube.com/watch?v=d-YsJfW2NMI
21+
icon: video
22+
target: blank
23+
- text: Issues
24+
link: https://github.com/codegrits/CodeGRITS/issues
25+
icon: comment-discussion
26+
target: blank
1927

2028
footer:
2129
copyright: © Copyright {{ year }} – [CodeGRITS](https://codegrits.github.io/CodeGRITS/) – All rights reserved

0 commit comments

Comments
 (0)