We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c37ae commit 1ce383eCopy full SHA for 1ce383e
src/petab_gui/views/other_views.py
@@ -125,8 +125,9 @@ def __init__(self, parent=None):
125
html_content=(
126
'<p style="margin:0; line-height:1.3;">'
127
"<b>📚 Contribute to Benchmark Collection</b><br/>"
128
- "Share your PEtab problem with the community to validate it, "
129
- "enable reproducibility, and support benchmarking<br/>"
+ "Share your publsihed PEtab problem with the community to "
+ "validate it, enable reproducibility, and support "
130
+ "benchmarking<br/>"
131
'<a href="https://github.com/Benchmarking-Initiative/'
132
'Benchmark-Models-PEtab">Benchmark Collection</a></p>'
133
),
0 commit comments