cedenoruel commited on
Commit
d15f85b
·
verified ·
1 Parent(s): 8502f8e

Add publication link to home page

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -23,10 +23,13 @@ def home_page():
23
  st.write("- Evaluate the structural novelty of your scaffolds")
24
 
25
  st.markdown('---')
26
- st.info("""If you used our tools in your publications, please consider citing this article:
27
- Evaluating the Diversity and Target Addressability of DELs using BM-Scaffold Analysis and Machine Learning.
28
- **Manuscript Submitted**
29
- Authors: Yaëlle Fischer, Ruel Cedeno, Dhoha Triki, Bertrand Vivet, Philippe Schambel"""
 
 
 
30
  , icon="ℹ️")
31
 
32
 
 
23
  st.write("- Evaluate the structural novelty of your scaffolds")
24
 
25
  st.markdown('---')
26
+ st.info("""If you used our tools in your publications, please cite this article:
27
+ Evaluating the Diversity and Target Addressability of DELs using Scaffold Analysis and Machine Learning
28
+
29
+ **Authors**: Yaëlle Fischer, Ruel Cedeno, Dhoha Triki, Bertrand Vivet, Philippe Schambel
30
+
31
+ **Link**: [ACS Medicinal Chemistry Letters](https://doi.org/10.1021/acsmedchemlett.4c00505)
32
+ """
33
  , icon="ℹ️")
34
 
35