You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,7 @@
4
4
</div>
5
5
6
6
# 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
-
<palign="center">
10
-
<imgsrc="./public/dxl_logo.png"width="120" />
11
-
<imgsrc="./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.
13
8
14
9
# Development
15
10
@@ -42,10 +37,24 @@ cd ..
42
37
bash start.sh
43
38
```
44
39
# Acknowledgment
40
+
This work is supported by the Google Academic Research Grants (No.406556141), and the Gemini Academic Program.
41
+
45
42
DeepGit is built upon [Retina](https://ouestware.gitlab.io/retina/1.0.0-beta.4/#/) developed by [OuestWare](https://www.ouestware.com/en/)
46
43
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},
0 commit comments