Update README.md
Browse files
README.md
CHANGED
|
@@ -237,9 +237,17 @@ with (snapshot / "metadata.csv").open(newline="") as handle:
|
|
| 237 |
print(out_dir)
|
| 238 |
```
|
| 239 |
|
| 240 |
-
##
|
| 241 |
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
print(out_dir)
|
| 238 |
```
|
| 239 |
|
| 240 |
+
## Citation
|
| 241 |
|
| 242 |
+
```
|
| 243 |
+
@inproceedings{ahdritz2023openproteinset,
|
| 244 |
+
title = {OpenProteinSet: Training Data for Structural Biology at Scale},
|
| 245 |
+
author = {Ahdritz, Gustaf and Bouatta, Nazim and Kadyan, Sachin and Jarosch, Lukas and Berenberg, Daniel and Fisk, Ian and Watkins, Andrew M. and Ra, Stephen and Bonneau, Richard and AlQuraishi, Mohammed},
|
| 246 |
+
booktitle = {Advances in Neural Information Processing Systems 36: Datasets and Benchmarks Track},
|
| 247 |
+
year = {2023},
|
| 248 |
+
url = {https://openreview.net/forum?id=gO0kS0eE0F},
|
| 249 |
+
eprint = {2308.05326},
|
| 250 |
+
archivePrefix = {arXiv},
|
| 251 |
+
primaryClass = {q-bio.BM}
|
| 252 |
+
}
|
| 253 |
+
```
|