{% extends 'core/page.html' %} {% load i18n %} {% block page %}
Workflow ID: doi:{{ answers.Publication.Exists.1|cut:"doi:" }}
{% elif 'url' in answers.Publication.Exists.1 %}Workflow ID: url:{{ answers.Publication.Exists.1|cut:"url:" }}
{% endif %} {% endif %} {% if not answers.Publication.Exists.1 %}Workflow ID: not published
{% endif %}{{ answers.GeneralInformation.ProblemStatement }}
{{ answers.GeneralInformation.ResearchObjective }}
{{ answers.GeneralInformation.Procedure }}
Mathematical Areas:
{% for value in answers.MathematicalArea.values %} {% if value %} {{ forloop.counter }} - {{ value }}Non-Mathematical Disciplines:
{% for value in answers.NonMathematicalDiscipline.values %} {% if value.mardiId != 'tbd' %} {{ forloop.counter }} - {{ value.Name }}{{ value.Name }} ({{ value.Description }})
{% endif %} {% if value.mardiId == 'tbd' %}{{ value.Name }} ({{ value.Description}})
{% endif %} {% endfor %}Name | Unit | Symbol | dependent/independent | Task | |
---|---|---|---|---|---|
{{ value.1 }} | {{ value.2 }} | {% if option.ContainsInput == value.0 %}independent | {% endif %} {% if option.ContainsOutput == value.0 %}dependent | {% endif %}{{ values.Name }} |
Name | Unit | Symbol | Task |
---|---|---|---|
{{ value.1 }} | {{ value.2 }} | {{ values.Name }} |
Name | Description | Input | Output | Method | Parameter | Environment | Mathematical Area |
---|---|---|---|---|---|---|---|
{{ values.Name }} | {{ values.Description }} | {% for input in values.Input.values %} {{ input }} {% if not forloop.last %}, {% endif %} {% endfor %} | {% for output in values.Output.values %} {{ output }} {% if not forloop.last %}, {% endif %} {% endfor %} | {% for method in values.Method.values %} {{ method }} {% if not forloop.last %}, {% endif %} {% endfor %} | {{ values.Parameter }} | {% for environment in values.Environment.values %} {{ environment }} {% if not forloop.last %}, {% endif %} {% endfor %} | {% for matharea in values.MathArea.values %} {{ matharea }} {% if not forloop.last %}, {% endif %} {% endfor %} |
ID | Name | Process Step | Parameter | implemented by |
---|---|---|---|---|
{% if values.mardiId != 'tbd' %}
mardi:{{ values.mardiId }} {% endif %} {% if values.mardiId == 'tbd' %} mardi:{{ values.mardiId }} {% endif %} |
{{ values.Name }} | {% for processstep in values.ProcessStep.values %} {{ processstep }} {% if not forloop.last %}, {% endif %} {% endfor %} | {{ values.Parameter }} | {% for software in values.Software.values %} {{ software }} {% if not forloop.last %}, {% endif %} {% endfor %} |
ID | Name | Description | Version | Programming Language | Dependencies | versioned | published | documented |
---|---|---|---|---|---|---|---|---|
{% if values.mardiId != 'tbd' %}
mardi:{{ values.mardiId }} {% endif %} {% if values.mardiId == 'tbd' %} mardi:{{ values.mardiId }} {% endif %} |
{{ values.Name }} | {{ values.Description }} | {{ values.Version }} |
{% for subproperty in values.SubProperty.values %}
{% if subproperty.mardiId != 'tbd' %}
{{ subproperty.Name }} {% endif %} {% if subproperty.mardiId == 'tbd' %} {{ subproperty.Name }} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} |
{% for dependency in values.Dependency.values %} {{ dependency }} {% if not forloop.last %}, {% endif %} {% endfor %} |
{% if values.Versioned.0 == option.YesText %}
Yes {% endif %} {% if values.Versioned.0 != option.YesText %} No {% endif %} |
{% if values.Published.0 == option.YesText %}
Yes {% endif %} {% if values.Published.0 != option.YesText %} No {% endif %} |
{% if values.Documented.0 == option.YesText %}
Yes {% endif %} {% if values.Documented.0 != option.YesText %} No {% endif %} |
ID | Name | Processor | Compiler | #Nodes | #Cores |
---|---|---|---|---|---|
{% if values.mardiId != 'tbd' %}
mardi:{{ values.mardiId }} {% endif %} {% if values.mardiId == 'tbd' %} mardi:{{ values.mardiId }} {% endif %} |
{{ values.Name }} |
{% for subproperty in values.SubProperty.values %}
{% if subproperty.mardiId != 'tbd' %}
{{ subproperty.Name }} {% endif %} {% if subproperty.mardiId == 'tbd' %} {{ subproperty.Name }} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} |
{% for subproperty2 in values.SubProperty2.values %}
{% if subproperty2.mardiId != 'tbd' %}
{{ subproperty2.Name }} {% endif %} {% if subproperty2.mardiId == 'tbd' %} {{ subproperty2.Name }} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} |
{{ values.Node }} | {{ values.Core }} |
ID | Name | Description | Version | Part Number | Serial Number | Location | Software |
---|---|---|---|---|---|---|---|
{% if values.mardiId != 'tbd' %}
mardi:{{ values.mardiId }} {% endif %} {% if values.mardiId == 'tbd' %} mardi:{{ values.mardiId }} {% endif %} |
{{ values.Name }} | {{ values.Description }} | {{ values.Version }} | {{ values.PartNumber }} | {{ values.SerialNumber }} |
{% for subproperty in values.SubProperty.values %}
{% if subproperty.mardiId != 'tbd' %}
{{ subproperty.Name }} {% endif %} {% if subproperty.mardiId == 'tbd' %} {{ subproperty.Name }} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} |
{% for subproperty2 in values.SubProperty2.values %}
{% if subproperty2.mardiId != 'tbd' %}
{{ subproperty2.Name }} {% endif %} {% if subproperty2.mardiId == 'tbd' %} {{ subproperty2.Name }} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} |
ID | Name | Size | Data Structure | Format Representation | Format Exchange | binary/text | proprietary | to publish | to archive |
---|---|---|---|---|---|---|---|---|---|
{% if values.mardiId != 'tbd' %}
mardi:{{ values.mardiId }} {% endif %} {% if values.mardiId == 'tbd' %} mardi:{{ values.mardiId }} {% endif %} |
{{ values.Name }} | {% if values.Size == option.Small %} Small (KB - MB) {% elif values.Size == option.Medium %} Medium (MB - GB) {% elif values.Size == option.Large %} Large (GB - TB) {% elif value.Size == option.VeryLarge %} Very Large (>TB) {% endif %} | {{ values.DataStructure }} | {{ values.RepresentationFormat }} | {{ values.ExchangeFormat }} | {% if values.BinaryText == option.Binary %} Binary {% elif values.BinaryText == option.Text %} Text {% endif %} | {% if values.Proprietary == option.Yes %} Yes {% elif values.Proprietary == option.No %} No {% endif %} | {% if values.Publication == option.Yes %} Yes {% elif values.Publication == option.No %} No {% endif %} | {% if values.Archiving.0 == option.YesText %} {{ values.Archiving.1 }} {% elif values.Archiving.0 == option.NoText %} No {% endif %} |
ID | Name | Size | Data Structure | Format Representation | Format Exchange | binary/text | proprietary | to publish | to archive |
---|---|---|---|---|---|---|---|---|---|
{% if values.mardiId != 'tbd' %}
mardi:{{ values.mardiId }} {% endif %} {% if values.mardiId == 'tbd' %} mardi:{{ values.mardiId }} {% endif %} |
{{ values.Name }} | {% if values.Size == option.Small %} Small (KB - MB) {% elif values.Size == option.Medium %} Medium (MB - GB) {% elif values.Size == option.Large %} Large (GB - TB) {% elif value.Size == option.VeryLarge %} Very Large (>TB) {% endif %} | {{ values.DataStructure }} | {{ values.RepresentationFormat }} | {{ values.ExchangeFormat }} | {% if values.BinaryText == option.Binary %} Binary {% elif values.BinaryText == option.Text %} Text {% endif %} | {% if values.Proprietary == option.Yes %} Yes {% elif values.Proprietary == option.No %} No {% endif %} | {% if values.Publication == option.Yes %} Yes {% elif values.Publication == option.No %} No {% endif %} | {% if values.Archiving.0 == option.YesText %} {{ values.Archiving.1 }} {% elif values.Archiving.0 == option.NoText %} No {% endif %} |
Yes: {{ answers.ReproducibilityComputational.MathematicallyInfo }}
{% elif answers.ReproducibilityComputational.Mathematically == option.No %}No
{% endif %}Yes: {{ answers.ReproducibilityComputational.RuntimeInfo }}
{% elif answers.ReproducibilityComputational.Runtime == option.No %}No
{% endif %}Yes: {{ answers.ReproducibilityComputational.ResultInfo }}
{% elif answers.ReproducibilityComputational.Result == option.No %}No
{% endif %} {% endif %}Yes: {{ answers.ReproducibilityComputational.OriginalHardwareInfo }}
{% elif answers.ReproducibilityComputational.OriginalHardware == option.No %}No
{% endif %}Yes: {{ answers.ReproducibilityComputational.OtherHardwareInfo }}
{% elif answers.ReproducibilityComputational.OtherHardware == option.No %}No
{% endif %}The following abbreviations are used in the document to indicate/resolve IDs:
doi: DOI / https://dx.doi.org/
sw: swMATH / https://swmath.org/software/
wikidata: https://www.wikidata.org/wiki/
mardi: https://portal.mardi4nfdi.de/wiki/
{% endblock %}