{% if answers.search.options == option.InterdisciplinaryWorkflow %}
Search Interdisciplinary Workflows
{% if answers.search.via_research_objective == option.Yes %}
Research Objective Keywords
{% for value in answers.search.research_objective.values %}
{{ value }}
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
{% if answers.search.via_research_discipline == option.Yes %}
Research Disciplines
{% for value in answers.search.research_discipline.values %}
{{ value.Name }} ({{ value.ID }})
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
{% if answers.search.via_workflow_entity == option.Yes %}
Workflow Entities
{% for value in answers.search.workflow_entity.values %}
{{ value.Name }} ({{ value.ID }})
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
SPARQL Query
{{ answers.query|safe }}
{% elif answers.search.options == option.MathematicalModel %}
Search Mathematical Models
{% if answers.search.via_research_problem == option.Yes %}
Research Problem Keywords
{% for value in answers.search.research_problem.values %}
{{ value }}
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
{% if answers.search.via_research_field == option.Yes %}
Research Fields
{% for value in answers.search.research_field.values %}
{{ value.Name }} ({{ value.ID }})
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
{% if answers.search.via_model_entity == option.Yes %}
Model Entities
Mathematical Formulations
{% for value in answers.search.model_formulation.values %}
{{ value.Name }} ({{ value.ID }})
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
Computational Tasks
{% for value in answers.search.model_task.values %}
{{ value.Name }} ({{ value.ID }})
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
Quantities or Quantity Kinds
{% for value in answers.search.model_quantity.values %}
{{ value.Name }} ({{ value.ID }})
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
SPARQL Query
{{ answers.query|safe }}
{% elif answers.search.options == option.Algorithm %}
Search Algorithms
{% if answers.search.via_algorithmic_problem == option.Yes %}
Algorithmic Problem Keywords
{% for value in answers.search.algorithmic_problem.values %}
{{ value }}
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
{% if answers.search.via_software == option.Yes %}
Software
{% for value in answers.search.software.values %}
{{ value.Name }} ({{ value.ID }})
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
SPARQL Query
{{ answers.query|safe }}
{% endif %}