The following commit has been merged in the master branch:
commit e566414bf05daf9edbc029d6973d28489b567a5e
Author: Andreas Tille <[email protected]>
Date: Thu Oct 19 08:43:27 2017 +0200
Add omictools and rrid
diff --git a/webtools/templates/tasks.xhtml b/webtools/templates/tasks.xhtml
index 10d8621..0738afe 100644
--- a/webtools/templates/tasks.xhtml
+++ b/webtools/templates/tasks.xhtml
@@ -198,12 +198,22 @@
<div class="published">
<span py:choose="">
<span
- py:when="'biotools' in project.properties"><a
href="https://bio.tools/${project.properties['biotools']}">Biotools:[${project.properties['biotools']}]</a>
+ py:when="'biotools' in project.properties"><a
href="https://bio.tools/${project.properties['biotools']}">Biotools:${project.properties['biotools']}</a>
</span>
</span>
<span py:choose="">
<span
- py:when="'scicrunch' in project.properties"><a
href="http://identifiers.org/rrid/RRID:${project.properties['scicrunch']}">SciCrunch:[${project.properties['scicrunch']}]</a>
+ py:when="'scicrunch' in project.properties"><a
href="http://identifiers.org/rrid/RRID:${project.properties['scicrunch']}">SciCrunch:${project.properties['scicrunch']}</a>
+ </span>
+ </span>
+ <span py:choose="">
+ <span
+ py:when="'rrid' in project.properties"><a
href="http://identifiers.org/rrid/RRID:${project.properties['rrid']}">RRID:${project.properties['rrid']}</a>
+ </span>
+ </span>
+ <span py:choose="">
+ <span
+ py:when="'omictools' in project.properties"><a
href="https://duckduckgo.com/?q=\site%3Aomictools.com+${project.properties['omictools']}">OMICtools:${project.properties['omictools']}</a>
</span>
</span>
</div>
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit