[Blends-commit] [SCM] website branch, master, updated. f56a69d6df11c88bb07c05c394b5245d9de77549

Andreas Tille tille at debian.org
Thu Oct 19 09:41:20 UTC 2017


The following commit has been merged in the master branch:
commit e566414bf05daf9edbc029d6973d28489b567a5e
Author: Andreas Tille <tille at debian.org>
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



More information about the Blends-commit mailing list