Skip to content

Commit 745f74f

Browse files
committed
Add arXiv link
1 parent 00996da commit 745f74f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- <a href="https://github.com/ashleve/lightning-hydra-template"><img alt="Template" src="https://img.shields.io/badge/-Lightning--Hydra--Template-017F2F?style=flat&logo=github&labelColor=gray"></a><br> -->
1010

11-
<!-- [![Paper](http://img.shields.io/badge/paper-arxiv.1001.2234-B31B1B.svg)](https://www.nature.com/articles/nature14539) -->
11+
[![Paper](http://img.shields.io/badge/paper-arxiv.2412.10966-B31B1B.svg)](https://arxiv.org/abs/2412.10966)
1212

1313
<!-- [![Conference](http://img.shields.io/badge/AnyConference-year-4b44ce.svg)](https://papers.nips.cc/paper/2020) -->
1414

@@ -24,7 +24,7 @@ This is the official codebase of the paper
2424

2525
**FlowDock: Geometric Flow Matching for Generative Protein-Ligand Docking and Affinity Prediction**
2626

27-
\[[arXiv](https://arxiv.org/)\]
27+
\[[arXiv](https://arxiv.org/abs/2412.10966)\]
2828

2929
<div align="center">
3030

@@ -384,8 +384,12 @@ If you use the code or data associated with this package or otherwise find this
384384

385385
```bibtex
386386
@article{morehead2024flowdock,
387-
title={FlowDock: Geometric Flow Matching for Generative Protein-Ligand Docking and Affinity Prediction},
388-
author={Morehead, Alex and Cheng, Jianlin},
389-
year={2024}
387+
title={FlowDock: Geometric Flow Matching for Generative Protein-Ligand Docking and Affinity Prediction},
388+
author={Alex Morehead and Jianlin Cheng},
389+
year={2024},
390+
eprint={2412.10966},
391+
archivePrefix={arXiv},
392+
primaryClass={cs.LG},
393+
url={https://arxiv.org/abs/2412.10966},
390394
}
391395
```

0 commit comments

Comments
 (0)