kaveh commited on
Commit
c848ec2
·
1 Parent(s): 63c07ee

added citation

Browse files
Files changed (1) hide show
  1. S2FApp/app.py +5 -0
S2FApp/app.py CHANGED
@@ -332,3 +332,8 @@ elif run and not has_image:
332
  # Footer
333
  st.sidebar.divider()
334
  st.sidebar.caption(f"Examples: `samples/{ckp_subfolder_name}/`")
 
 
 
 
 
 
332
  # Footer
333
  st.sidebar.divider()
334
  st.sidebar.caption(f"Examples: `samples/{ckp_subfolder_name}/`")
335
+ st.sidebar.caption("If you find this software useful, please cite:")
336
+ st.sidebar.caption(
337
+ "Lautaro Baro, Kaveh Shahhosseini, Amparo Andrés-Bordería, Claudio Angione, and Maria Angeles Juanes. "
338
+ "**\"Shape-to-force (S2F): Predicting Cell Traction Forces from LabelFree Imaging\"**, 2026."
339
+ )