Spaces:
Running
Running
Commit
·
ff71d2d
1
Parent(s):
d0cbcc1
Update pages/2_About.py
Browse files- pages/2_About.py +1 -11
pages/2_About.py
CHANGED
@@ -21,21 +21,11 @@ st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
|
21 |
text = 'Please refer to our pre-print article for more information on the construction of feature vectors, statistical analysis of features, and machine learning models trained on ASCARIS representations to predict the effect of SAVs:'
|
22 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
23 |
|
24 |
-
|
25 |
-
text = '(www.google.com)[Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1]'
|
26 |
-
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
text = 'My favorite search engine is [Duck Duck Go]<https://duckduckgo.com>.'
|
31 |
-
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
32 |
-
|
33 |
-
|
34 |
text = 'This is the *[Markdown Guide](https://www.markdownguide.org)*.'
|
35 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
36 |
|
37 |
|
38 |
-
st.markdown(f'<p class="title-text"></p><a href="https://www.biorxiv.org/content/10.1101/2022.11.03.514934v1">Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1
|
39 |
|
40 |
|
41 |
st.image('visuals/concept_figure.png')
|
|
|
21 |
text = 'Please refer to our pre-print article for more information on the construction of feature vectors, statistical analysis of features, and machine learning models trained on ASCARIS representations to predict the effect of SAVs:'
|
22 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
text = 'This is the *[Markdown Guide](https://www.markdownguide.org)*.'
|
25 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
26 |
|
27 |
|
28 |
+
st.markdown(f'<p class="title-text"></p><a href="https://www.biorxiv.org/content/10.1101/2022.11.03.514934v1">Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1</a>', unsafe_allow_html=True)
|
29 |
|
30 |
|
31 |
st.image('visuals/concept_figure.png')
|