All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.sorta-match-view.ftl Maven / Gradle / Ivy

Go to download

Plugin module containing SORTA (system for ontology-based re-coding and technical annotation) plugins.

There is a newer version: 8.4.5
Show newest version
<#include "molgenis-header.ftl">
<#include "molgenis-footer.ftl">
<#include "sorta-match-view-result.ftl">
<#include "sorta-match-new-task.ftl">
<#include "sorta-match-list-tasks.ftl">
<#assign css=["jasny-bootstrap.min.css", "ui.fancytree.min.css", "ontology-service.css", "biobank-connect.css"]>
<#assign js=["jasny-bootstrap.min.js", "jquery.fancytree.min.js", "common-component.js", "ontology-service-result.js", "jquery.bootstrap.pager.js", "simple_statistics.js"]>
<@header css js/>

SORTA - System for Ontology-based Re-coding and Technical Annotation
<#if existingTasks??> <@listTasks /> <#else>
<#if ontologies??> <@ontologyMatchNewTask /> <#else> <@ontologyMatchResult />
<@footer/>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy