{% extends "base.html" %} {% comment %} # # Copyright (c) 2020 NIBIO . # # This file is part of VIPSWeb. # VIPSWeb is free software: you can redistribute it and/or modify # it under the terms of the NIBIO Open Source License as published by # NIBIO, either version 1 of the License, or (at your option) any # later version. # # VIPSWeb is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # NIBIO Open Source License for more details. # # You should have received a copy of the NIBIO Open Source License # along with VIPSWeb. If not, see . # # @author: Tor-Einar Skog {% endcomment %} {% load i18n l10n static template_helper %} {% block title%}{% trans "Roughage nutrition model" %}{%endblock%} {% block content %}

{% trans "Helper table for calculating MSC in" %} {% if ryegrass %}{% trans "ryegrass" %}{% else %}{% trans "Timothy-grass" %}{% endif %}

Fenologisk utviklingstrinn blir målt som "Mean stage by count" (MSC) (Bakken et al. 2005). Registreringar skal berre gjerast i vårvekst fram til førsteslått og på skudd klipt ut av den grasarten som dominerer i enga. Det vil oftast vere timotei eller fleirårig raigras. Les mer om bestemming av MSC.

{% for row in grass_table %} {% endfor %}
Kode Numerisk indeks Prøve (Antall skudd) Numerisk verdi
{{ row.0 }} {{ row.1 }}
Sum
Numerisk utviklingstrinn (MSC) =
{% endblock %} {% block customJS %} {% endblock %} {% block customCSS %} {% endblock %}