Skip to content

Commit 57fdcd5

Browse files
Merge pull request #1107 from Proteobench/prettier-abstracts
prettier abstracts + disclaimer
2 parents d1d5c66 + 05784e0 commit 57fdcd5

10 files changed

Lines changed: 5 additions & 1 deletion
-210 KB
Loading
-590 KB
Loading
-345 KB
Loading
-447 KB
Loading
-598 KB
Loading
-883 KB
Loading
220 KB
Loading
236 KB
Loading

webinterface/Home.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
_MODULE_CARD_IMAGE_HEIGHT = 230
2828

2929
_ABSTRACT_DIR = "../img/module_graphical_abstracts"
30+
_GRAPHICAL_ABSTRACT_DISCLAIMER = (
31+
"Graphical abstracts were created with BioRender.com and NIH BioArt Source (public domain)."
32+
)
3033

3134

3235
def _module_graphical_abstract(module):
@@ -208,6 +211,7 @@ def _render_module_quicklinks():
208211
with st.container(key="tour_module_grid"):
209212
st.subheader("Jump into a module", anchor="jump-into-a-module")
210213
st.caption("Pick a benchmark module to explore public results or submit a run of your own.")
214+
st.caption(_GRAPHICAL_ABSTRACT_DISCLAIMER)
211215

212216
submission_data = get_module_submission_data()
213217
modules_by_category = get_all_modules()

webinterface/pages/pages_variables/Quant/lfq_DDA_peptidoform_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class VariablesDDAQuant:
9696
# Sidebar metadata
9797
sidebar_label: str = "Quant LFQ DDA peptidoform"
9898
homepage_title: str = "LFQ Quantification at the Peptidoform Level"
99-
graphical_abstract: str = "Graphical_abstract_Quant.png"
99+
graphical_abstract: str = "Graphical_abstract_Quant_QExactive.png"
100100
documentation_description: str = (
101101
"Benchmark peptidoform-level label-free quantification accuracy of DDA workflows using a multi-species (HYE) sample on an Orbitrap QExactive instrument."
102102
)

0 commit comments

Comments
 (0)