gokceuludogan commited on
Commit
92906c7
1 Parent(s): 7be9380

Update About.py

Browse files
Files changed (1) hide show
  1. About.py +11 -16
About.py CHANGED
@@ -30,7 +30,7 @@ def run():
30
 
31
  st.markdown(
32
  """
33
- This application demonstrates the generation capabilities of the models trained as part of the study below, which has been accepted for publication in *Bioinformatics* Published by Oxford University Press. The available models are:
34
  * WarmMolGen
35
  - WarmMolGenOne (i.e. EncDecBase)
36
  - WarmMolGenTwo (i.e. EncDecLM)
@@ -60,21 +60,16 @@ def run():
60
  **Availability and implementation:** The source code is available at https://github.com/boun-tabi/biochemical-lms-for-drug-design and the materials (i.e., data, models, and outputs) are archived in Zenodo at https://doi.org/10.5281/zenodo.6832145.
61
  ### Citation
62
  ```bibtex
63
- @misc{https://doi.org/10.48550/arxiv.2209.00981,
64
- doi = {10.48550/ARXIV.2209.00981},
65
-
66
- url = {https://arxiv.org/abs/2209.00981},
67
-
68
- author = {Uludoğan, Gökçe and Ozkirimli, Elif and Ulgen, Kutlu O. and Karalı, Nilgün and Özgür, Arzucan},
69
-
70
- keywords = {Machine Learning (cs.LG), Computation and Language (cs.CL), Biomolecules (q-bio.BM), Quantitative Methods (q-bio.QM), Machine Learning (stat.ML), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Biological sciences, FOS: Biological sciences},
71
-
72
- title = {Exploiting Pretrained Biochemical Language Models for Targeted Drug Design},
73
-
74
- publisher = {arXiv},
75
-
76
- year = {2022}
77
-
78
  }
79
  ```
80
  """
 
30
 
31
  st.markdown(
32
  """
33
+ This application demonstrates the generation capabilities of the models trained as part of the study below, which has been published in *Bioinformatics* Published by Oxford University Press. The available models are:
34
  * WarmMolGen
35
  - WarmMolGenOne (i.e. EncDecBase)
36
  - WarmMolGenTwo (i.e. EncDecLM)
 
60
  **Availability and implementation:** The source code is available at https://github.com/boun-tabi/biochemical-lms-for-drug-design and the materials (i.e., data, models, and outputs) are archived in Zenodo at https://doi.org/10.5281/zenodo.6832145.
61
  ### Citation
62
  ```bibtex
63
+ @article{10.1093/bioinformatics/btac482,
64
+ author = {Uludoğan, Gökçe and Ozkirimli, Elif and Ulgen, Kutlu O and Karalı, Nilgün and Özgür, Arzucan},
65
+ title = "{Exploiting pretrained biochemical language models for targeted drug design}",
66
+ journal = {Bioinformatics},
67
+ volume = {38},
68
+ number = {Supplement_2},
69
+ pages = {ii155-ii161},
70
+ year = {2022},
71
+ doi = {10.1093/bioinformatics/btac482},
72
+ url = {https://doi.org/10.1093/bioinformatics/btac482},
 
 
 
 
 
73
  }
74
  ```
75
  """