update bibtex
Browse files
app.py
CHANGED
@@ -86,8 +86,12 @@ def about_page():
|
|
86 |
title={{HyperPCM: Robust Task-Conditioned Modeling of Drug--Target Interactions}},
|
87 |
author={Svensson, Emma and Hoedt, Pieter-Jan and Hochreiter, Sepp and Klambauer, G{\"u}nter},
|
88 |
journal={Journal of Chemical Information and Modeling},
|
89 |
-
|
90 |
-
|
|
|
|
|
|
|
|
|
91 |
}
|
92 |
```
|
93 |
"""
|
|
|
86 |
title={{HyperPCM: Robust Task-Conditioned Modeling of Drug--Target Interactions}},
|
87 |
author={Svensson, Emma and Hoedt, Pieter-Jan and Hochreiter, Sepp and Klambauer, G{\"u}nter},
|
88 |
journal={Journal of Chemical Information and Modeling},
|
89 |
+
volume = {64},
|
90 |
+
number = {7},
|
91 |
+
pages = {2539-2553},
|
92 |
+
year = {2024},
|
93 |
+
doi = {10.1021/acs.jcim.3c01417},
|
94 |
+
publisher={ACS Publications}
|
95 |
}
|
96 |
```
|
97 |
"""
|