Saghir commited on
Commit
162e915
·
1 Parent(s): 5acfe7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -5
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{alfasly2023PathDino,
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
- journal={arXiv preprint arXiv:xxxx.xxxxx},
47
- year={2023}""")
 
 
 
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")