{% extends "base_with_date_picker.html" %} {% load static %} {% comment %} # # Copyright (c) 2015 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 . # {% endcomment %} {% load i18n %} {% block title %}{% trans "Barley net blotch – Elen’s model" %}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}

{% trans "Barley net blotch – Elen’s model" %}

{% trans "Elen's model for barley net blotch generates a disease development curve based on weather data. You can run the model with weather data from your selected location in the map, or from a public or private weather station. The model also requires information about disease incidence, sowing date, variety, crop rotation and tillage. If you have a private weather station registered in VIPS, this will be available in the weather station list when you are logged in." %}

{% trans "Select weather data" %}
{% trans "Crop information" %}

{% trans "Barley was grown in this field last year" %}

{% trans "Field has been plowed" %}
{% trans "Observations" %}

{% trans "Enter date and disease incidence if symptoms are observed" %}

{% trans "Fungicide applications" %}

{% trans "Enter date and details of the most recent fungicide application" %}

{% endblock %} {% block customJS %} {% endblock %}