You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>Software that co-occurs with {{ container!.name }} in Bio-Protocol articles</h3>
273
-
<p>This list shows software tools that appear together with {{ container!.name }} in scientific protocols from Bio-Protocol. Software available in BDIP is highlighted and linked for easy access.</p>
274
-
</div>
275
-
<divclass="related-software-list">
276
-
@for (software of getSortedRelatedSoftware(); track software.name) {
<h3>Software that co-occurs with {{ container!.name }} in Bio-Protocol articles</h3>
279
+
<p>This list shows software tools that appear together with {{ container!.name }} in scientific protocols from Bio-Protocol. Software available in BDIP is highlighted and linked for easy access.</p>
298
280
</div>
299
-
} @else if (this.relatedSoftware() && getSortedRelatedSoftware().length === 0) {
300
-
<divclass="related-software-empty">
301
-
<p>No related software information is available for {{ container!.name }} yet.</p>
281
+
<divclass="related-software-list">
282
+
@for (software of getSortedRelatedSoftware(); track software.name) {
0 commit comments