Consensus

Align a specific quality model with other models from the Aligned Quality-Model Map in order to retrieve a consensus understanding of quality attributes.
{% for info in sourceInformation %}
{% for str in info %} {% if loop.index == 1 %}
{{ str }}
{% endif %} {% if loop.index == 2 %}

Author(s): {{ str }}

{% endif %} {% if loop.index == 3 %}

Year: {{ str }}

{% endif %} {% if loop.index == 4 %}

Link: {{ str }}

{% endif %} {% if loop.index == 5 %}
{% endif %} {% endfor %}
{% endfor %}