Skip to content

Commit 1f07379

Browse files
committed
doc: Update README
1 parent c73d3fb commit 1f07379

File tree

2 files changed

+10
-37
lines changed

2 files changed

+10
-37
lines changed

README.md

+9-36
Original file line numberDiff line numberDiff line change
@@ -57,41 +57,14 @@ For some examples on how to use `pytoda` see [here](./examples)
5757
If you use `pytoda` in your projects, please cite the following:
5858

5959
```bib
60-
@article{born2021datadriven,
61-
author = {
62-
Born, Jannis and Manica, Matteo and Cadow, Joris and Markert, Greta and
63-
Mill,Nil Adell and Filipavicius, Modestas and Janakarajan, Nikita and
64-
Cardinale, Antonio and Laino, Teodoro and
65-
{Rodr{\'{i}}guez Mart{\'{i}}nez}, Mar{\'{i}}a
66-
},
67-
doi = {10.1088/2632-2153/abe808},
68-
issn = {2632-2153},
69-
journal = {Machine Learning: Science and Technology},
70-
number = {2},
71-
pages = {025024},
72-
title = {{
73-
Data-driven molecular design for discovery and synthesis of novel ligands:
74-
a case study on SARS-CoV-2
75-
}},
76-
url = {https://iopscience.iop.org/article/10.1088/2632-2153/abe808},
77-
volume = {2},
78-
year = {2021}
79-
}
80-
@article{born2021paccmannrl,
81-
title = {
82-
PaccMann$^{RL}$: De novo generation of hit-like anticancer molecules from
83-
transcriptomic data via reinforcement learning
84-
},
85-
journal = {iScience},
86-
volume = {24},
87-
number = {4},
88-
year = {2021},
89-
issn = {2589-0042},
90-
doi = {https://doi.org/10.1016/j.isci.2021.102269},
91-
url = {https://www.cell.com/iscience/fulltext/S2589-0042(21)00237-6},
92-
author = {
93-
Jannis Born and Matteo Manica and Ali Oskooei and Joris Cadow and Greta Markert
94-
and Mar{\'\i}a Rodr{\'\i}guez Mart{\'\i}nez}
95-
}
60+
@article{born2021data,
61+
title={Data-driven molecular design for discovery and synthesis of novel ligands: a case study on SARS-CoV-2},
62+
author={Born, Jannis and Manica, Matteo and Cadow, Joris and Markert, Greta and Mill, Nil Adell and Filipavicius, Modestas and Janakarajan, Nikita and Cardinale, Antonio and Laino, Teodoro and Martinez, Maria Rodriguez},
63+
journal={Machine Learning: Science and Technology},
64+
volume={2},
65+
number={2},
66+
pages={025024},
67+
year={2021},
68+
publisher={IOP Publishing}
9669
}
9770
```

pytoda/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = 'pytoda'
2-
__version__ = '1.1.5'
2+
__version__ = '1.1.6'

0 commit comments

Comments
 (0)