{% extends 'core/page.html' %} {% load i18n %} {% block page %}
family-names: {{ answers.Creator.Surname }}
given-names: {{ answers.Creator.GivenName }}
{% for id in answers.Creator.orcidID %}
orcid:{{ id }}
{% endfor %}
{% for id in answers.Creator.zbmathID %}
zbmath :{{ id }}
{% endfor %}
Description: {{ values.Description }}
MathModDB: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.ID %}
{{ values.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.ID %}
{{ values.ID|cut:"mardi:" }}
{% endif %}
Wikipedia: {{ values.Reference }}
Properties: {% for value in values.Properties.values %}
{% if value == option.IsConvex %}
Is Convex
{% elif value == option.IsNotConvex %}
Is Not Convex
{% elif value == option.IsDeterministic %}
Is Deterministic
{% elif value == option.IsStochastic %}
Is Stochastic
{% elif value == option.IsDimensionless %}
Is Dimensionless
{% elif value == option.IsDimensional %}
Is Dimensional
{% elif value == option.IsDynamic %}
Is Dynamic
{% elif value == option.IsStatic %}
Is Static
{% elif value == option.IsLinear %}
Is Linear
{% elif value == option.IsNotLinear %}
Is Not Linear
{% elif value == option.IsSpaceContinuous %}
Is Space-Continuous
{% elif value == option.IsSpaceDiscrete %}
Is Space-Discrete
{% elif value == option.IsSpaceIndependent %}
Is Space-Independent
{% elif value == option.IsTimeContinuous %}
Is Time-Continuous
{% elif value == option.IsTimeDiscrete %}
Is Time-Discrete
{% elif value == option.IsTimeIndependent %}
Is Time-Independent
{% endif %}
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% for models in values.RelationRP1.values %}
{% if forloop.counter == 1 %}
Description: {{ values.Description }}
MathModDB: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.ID %}
{{ values.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.ID %}
{{ values.ID|cut:"mardi:" }}
{% endif %}
Defining formulations: {%for value in values.Formula.values %} \( {{ value|cut:"$$" }} \) {% if not forloop.last %} , {% endif %} {% endfor %}
Symbol | Quantity | Quantity ID | Quantity Kind | Quantity Kind ID | Description |
---|---|---|---|---|---|
{{ value.Symbol }} | {% if value.Info %} {{ value.Info.Name }} {% else %} {{ value.Quantity }} {% endif %} | {{ value.Info.QID }} | {{ value.Info.QKName }} | {{ value.Info.QKID }} | {{ value.Info.Description }} |
Description: {{ values.Description }}
MathModDB: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.ID %}
{{ values.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.ID %}
{{ values.ID|cut:"mardi:" }}
{% endif %}
Wikipedia: {{ values.Reference }}
Properties: {% for value in values.Properties.values %}
{% if value == option.IsLinear %}
Is Linear
{% elif value == option.IsNotLinear %}
Is Not Linear
{% endif %}
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
Task Type: {% if values.TaskClass == option.ComputationalTask %}
Computational Task
{% endif %}
Description: {{ values.Description }}
MathModDB: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.ID %}
{{ values.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.ID %}
{{ values.ID|cut:"mardi:" }}
{% endif %}
Defining formulations: {% for value in values.Formula.values %} \( {{ value|cut:"$$" }} \) {% if not forloop.last %} , {% endif %} {% endfor %}
Symbol | Quantity | Quantity ID | Quantity Kind | Quantity Kind ID | Description |
---|---|---|---|---|---|
{{ value.Symbol }} | {% if value.Info %} {{ value.Info.Name }} {% else %} {{ value.Quantity }} {% endif %} | {{ value.Info.QID }} | {{ value.Info.QKName }} | {{ value.Info.QKID }} | {{ value.Info.Description }} |
MathModID: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
DOI: {% if 'doi' in values.Reference %}
{{ values.Reference|cut:"doi:" }}
{% endif %}
URL: {% if 'url' in values.Reference %}
{{ values.Reference|cut:"url:" }}
{% endif %}
Description: {{ values.Description }}
MathModDB: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.ID %}
{{ values.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.ID %}
{{ values.ID|cut:"mardi:" }}
{% endif %}
Description: {{ values.Description }}
DOI: {{ values.Reference|cut:"doi:" }}
MathModDB: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.ID %}
{{ values.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.ID %}
{{ values.ID|cut:"mardi:" }}
{% endif %}
Description: {{ values.Description }}
Class: {% if values.QorQK == option.QuantityClass %}
Quantity
{% elif values.QorQK == option.QuantityKindClass %}
Quantity Kind
{% endif %}
DOI: {% if 'doi' in values.ID %}
{{ values.ID|cut:"doi:" }}
{% endif %}
MathModDB: {% if values.MathModID and values.MathModID != 'not in MathModDB' %}
{{ values.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.ID %}
{{ values.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.ID %}
{{ values.ID|cut:"mardi:" }}
{% endif %}
Properties: {% if values.Properties %}
{% for value in values.Properties.values %}
{% if value == option.IsDimensionless %}
Is Dimensionless
{% elif value == option.IsDimensional %}
Is Dimensional
{% elif value == option.IsLinear %}
Is Linear
{% elif value == option.IsNotLinear %}
Is Not Linear
{% endif %}
{% if not forloop.last %}
,
{% endif %}
{% endfor %}
{% endif %}
Name: {{ values.MDef.Name }}
Description: {{ values.MDef.Description }}
MathModDB: {% if values.MDef.MathModID and values.MDef.MathModID != 'not in MathModDB' %}
{{ values.MDef.MathModID }}
{% endif %}
WikiData: {% if 'wikidata' in values.MDef.ID %}
{{ values.MDef.ID|cut:"wikidata:" }}
{% endif %}
MaRDI: {% if 'mardi' in values.MDef.ID %}
{{ values.MDef.ID|cut:"mardi:" }}
{% endif %}
Defining formulations: {%for value in values.MDef.Formula.values %} \( {{ value|cut:"$$" }} \) {% if not forloop.last %} , {% endif %} {% endfor %}
Symbol | Quantity | Quantity ID | Quantity Kind | Quantity Kind ID | Description |
---|---|---|---|---|---|
{{ value.Symbol }} | {% if value.Info %} {{ value.Info.Name }} {% else %} {{ value.Quantity }} {% endif %} | {{ value.Info.QID }} | {{ value.Info.QKName }} | {{ value.Info.QKID }} | {{ value.Info.Description }} |