Skip to content

Commit b714cad

Browse files
authored
Merge pull request #40 from data-exp-lab/doc-readme
Update Readme
2 parents 53e4ba7 + a7eafde commit b714cad

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
</div>
55

66
# Overview
7-
DeepGit is a free, open-source web application designed to help researchers and research software engineers discover and explore research software within specific domains. It is a joint effort between the University of Illinois Urbana-Champaign's [Data Exploration Lab](https://github.com/data-exp-lab) and NumFOCUS's [Map of Open Source Science](https://www.opensource.science/moss)
8-
9-
<p align="center">
10-
<img src="./public/dxl_logo.png" width="120" />
11-
<img src="./public/ossci_logo.jpg" width="120" />
12-
</p>
7+
DeepGit is a free, open-source web application designed to help researchers and research software engineers discover and explore research software within specific domains.
138

149
# Development
1510

@@ -42,10 +37,24 @@ cd ..
4237
bash start.sh
4338
```
4439
# Acknowledgment
40+
This work is supported by the Google Academic Research Grants (No.406556141), and the Gemini Academic Program.
41+
4542
DeepGit is built upon [Retina](https://ouestware.gitlab.io/retina/1.0.0-beta.4/#/) developed by [OuestWare](https://www.ouestware.com/en/)
4643

44+
# Citation
45+
If you use DeepGit in your research, please cite:
46+
```bibtex
47+
@inproceedings{deepgit,
48+
title={DeepGit: Promoting Exploration and Discovery of Research Software with Human-Curated Graphs},
49+
author={Yilin Xia and Shin-Rong Tsai and Matthew Turk},
50+
booktitle={VLDB 2025 Workshop: DaSH: Data Science with Human in the Loop},
51+
year={2025},
52+
url={https://www.vldb.org/2025/Workshops/VLDB-Workshops-2025/DaSH/DaSH25_4.pdf}
53+
}
54+
```
55+
4756
# License
4857
The software is available under [GNU GPLv3 license](https://gitlab.com/ouestware/retina/-/blob/main/LICENSE).
4958

5059
# Contact
51-
For any queries, please [open an issue](https://github.com/data-exp-lab/deepgit/issues) on GitHub
60+
For any queries, please [open an issue](https://github.com/data-exp-lab/deepgit/issues) on GitHub or contact [Yilin Xia](https://github.com/yilinxia).

0 commit comments

Comments
 (0)