Update app.py
Browse files
app.py
CHANGED
@@ -40,11 +40,14 @@ st.sidebar.markdown("### Citation")
|
|
40 |
# Create a code block for citations
|
41 |
st.sidebar.markdown("""
|
42 |
```markdown
|
43 |
-
@article{
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
48 |
|
49 |
# Rhazes Lab and Mayo Clinic Logos
|
50 |
st.sidebar.markdown("\n\n")
|
|
|
40 |
# Create a code block for citations
|
41 |
st.sidebar.markdown("""
|
42 |
```markdown
|
43 |
+
@article{alfasly2023rotationagnostic,
|
44 |
+
title={Rotation-Agnostic Image Representation Learning for Digital Pathology},
|
45 |
+
author={Saghir Alfasly and Abubakr Shafique and Peyman Nejat and Jibran Khan and Areej Alsaafin and Ghazal Alabtah and H. R. Tizhoosh},
|
46 |
+
year={2023},
|
47 |
+
eprint={2311.08359},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.CV}
|
50 |
+
}""")
|
51 |
|
52 |
# Rhazes Lab and Mayo Clinic Logos
|
53 |
st.sidebar.markdown("\n\n")
|