Skip to content

Commit d54c9e4

Browse files
committed
paper link
1 parent d9b71e2 commit d54c9e4

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

.idea/workspace.xml

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

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# CodeGRITS
22

33
[![Website](https://img.shields.io/badge/Website-Visit-brightgreen)](https://codegrits.github.io/CodeGRITS/)
4-
[![Pre-print](https://img.shields.io/badge/Preprint-arXiv-lightgrey)](https://arxiv.org/abs/xxxx.yyyyy)
5-
[![DOI](https://img.shields.io/badge/DOI-10.1000%2Fxyz123-blue)](https://doi.org/10.1000/xyz123)
4+
[![Paper PDF](https://img.shields.io/badge/Paper-PDF-blue)](https://codegrits.github.io/CodeGRITS/static/paper.pdf)
65
[![Demo Video](https://img.shields.io/badge/Demo-Video-orange)](https://www.youtube.com/watch?v=d-YsJfW2NMI)
76
[![Archived](https://img.shields.io/badge/Archived-SWH-blueviolet)](https://archive.softwareheritage.org/swh:1:dir:your-directory-id)
87
[![MIT License](https://img.shields.io/badge/License-MIT-green)](https://github.com/codegrits/CodeGRITS/blob/main/LICENSE)
@@ -48,11 +47,9 @@ Please see the [CodeGRITS website](https://codegrits.github.io/CodeGRITS/) for m
4847

4948
## Citation
5049

51-
[//]: # (TODO: Update the citation and PDF link after the paper is published.)
52-
5350
The paper of CodeGRITS has been accepted
5451
by [ICSE 2024 Demonstrations Track](https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations).
55-
The PDF version is available [here](https://arxiv.org/abs/xxxx.yyyyy).
52+
The PDF version is available [here](https://codegrits.github.io/CodeGRITS/static/paper.pdf).
5653
The [video demonstration](https://www.youtube.com/watch?v=d-YsJfW2NMI) is available on YouTube.
5754

5855
Please cite the following if you use CodeGRITS in your research.

retype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ links:
1313
icon: mark-github
1414
target: blank
1515
- text: Paper
16-
link: https://arxiv.org/abs/xxxx.yyyyy # TODO: Update this
16+
link: static/paper.pdf
1717
icon: file
1818
target: blank
1919
- text: Demo

0 commit comments

Comments
 (0)