diff --git a/README.md b/README.md index f5f658aeccaa7616cb56d4e5024fbebd630c2fff..faf3a3466b0f405d1fab833b9cd4cb114a092a6a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,23 @@ This repository contains the implementation of the Oat flowering model. +**(Norwegian only)** +<h2>Blomstringsmodell i havre</h2> +<div><strong>Kontaktperson: <a href="https://nibio.no/ansatte/ingerd-skow-hofgaard">Ingerd Skow Hofgaard</a></strong></div> +<div> </div> +<div>Enkelte år har det vært høy forekomst av deoxynivalenol (DON) i norskprodusert korn, og spesielt havre. Dette mykotoksinet (soppgift) produseres av <a href="https://www.plantevernleksikonet.no/l/oppslag/1239/">Fusarium graminearum og Fusarium culmorum</a> - sopper som forårsaker kornsjukdommen "aksfusariose". Risikoen for aksfusariose og utvikling av DON i korn øker særlig ved fuktig vær i kornplantenes blomstringsperiode (se tabellen nedenfor, Hofgaard mfl.2020 og Hjelkrem mfl. 2021).</div> +<div> </div> +<div>Fungicid-behandling under blomstring av kornet (og med et preparat som inneholder protiokonazol) har vist seg i gjennomsnitt å halvere forekomsten av DON i høsta korn.</div> +<div> </div> +<div><a href="/fusarium/">Blomstringsmodellen i havre</a> kan, basert på sådato og værdata fra nærmeste målestasjon, beregne dato for blomstring av havre slik at tidspunkt for en eventuell behandling med fungicid kan planlegges.</div> +<div> </div> +<div><em>Risiko for utvikling av deoksynivalenol (DON) i korn:</em></div> +<div><img src="src/main/resources/images/RisikoForDon650.gif" title="Aksfusariose- beregning av blomstring i havre"/></div> +<div><em>Tabellen viser antatt risiko for utvikling av deoxynivalenol (DON) i korn. Dersom det er stor risiko for utvikling av Fusarium og mykotoksiner, anbefales det å sprøyte med et soppmiddel som inneholder protiokonazol under blomstringa. Dersom man dyrker en spesielt mottakelig sort, anbefales det å sprøyte også dersom det er moderat <br />risiko for utvikling av DON. OBS! Mais som forgrøde gir betydelig økt risiko. Tabellen er hentet fra NIBIO-pop 6(40) 2020.</em></div> +<div> </div> +<h3>Referanser</h3> +<div>Hofgaard, I.S., Aamot, H.U., Brodal, G., Russenes, A.L, Hjelkrem, A.R., Lillemo, M. og Strand, E. 2020. Hvordan redusere risiko for mykotoksiner i korn? NIBIO-pop 6(40) 2020. <a href="https://hdl.handle.net/11250/2711593">https://hdl.handle.net/11250/2711593</a> <br />Hofgaard, I. S., Hjelkrem, A.G.R., Strand, E. 2020. Hvordan produsere havre med lavt innhold av mykotoksiner? Avslutningsseminar for Trygghavre/SafeOats-prosjektet, Vitenparken, Ås, 18. november 2020. <a href="https://youtu.be/XdCJodd87Rw">https://youtu.be/XdCJodd87Rw</a> <br />Hjelkrem et al 2021. Weather Patterns Associated with DON Levels in Norwegian Spring Oat Grain: A Functional Data Approach. <a href="https://doi.org/10.3390/plants11010073">Plants 2022, 11(1), 73;</a></div> + ### Development Clone Gitlab repository diff --git a/pom.xml b/pom.xml index 8b590ab6926a02fdc79d545221dec4064bacbe5f..b16b647535fd0c7144d247efb24f6ab83152ffeb 100755 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>no.nibio.vips.model</groupId> <artifactId>OatFloweringModel</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> @@ -29,7 +29,7 @@ <dependency> <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> - <version>2.0.1</version> + <version>2.0.2</version> </dependency> </dependencies> <properties> diff --git a/src/main/java/no/nibio/vips/model/oatfloweringmodel/OatFloweringModel.java b/src/main/java/no/nibio/vips/model/oatfloweringmodel/OatFloweringModel.java index 4991014b6e1fee9ae4c3d12d7f93d8effa63de77..bc30c442deeb370bd6a28d492a7426184d10a1d3 100755 --- a/src/main/java/no/nibio/vips/model/oatfloweringmodel/OatFloweringModel.java +++ b/src/main/java/no/nibio/vips/model/oatfloweringmodel/OatFloweringModel.java @@ -2,18 +2,18 @@ * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. * * This file is part of OatFloweringModel. - * OatFloweringModel 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. - * - * OatFloweringModel is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program 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 OatFloweringModel. If not, see <http://www.nibio.no/licenses/>. + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. * */ @@ -152,21 +152,23 @@ public class OatFloweringModel extends I18nImpl implements Model{ @Override public String getLicense() { - return "Copyright (c) 2014 NIBIO <http://www.nibio.no/>. \n" + - "\n" + - "This file is part of OatFloweringModel. \n" + - "OatFloweringModel is free software: you can redistribute it and/or modify \n" + - "it under the terms of the NIBIO Open Source License as published by \n" + - "NIBIO, either version 1 of the License, or (at your option) any \n" + - "later version. \n" + - "\n" + - "OatFloweringModel is distributed in the hope that it will be useful, \n" + - "but WITHOUT ANY WARRANTY; without even the implied warranty of \n" + - "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n" + - "NIBIO Open Source License for more details. \n" + - "\n" + - "You should have received a copy of the NIBIO Open Source License \n" + - "along with OatFloweringModel. If not, see <http://www.nibio.no/licenses/>. \n"; + return + " Copyright (c) 2014 NIBIO <http://www.nibio.no/>. \n" + + " \n" + + " This file is part of OatFloweringModel.\n" + + " This program is free software: you can redistribute it and/or modify\n" + + " it under the terms of the GNU Affero General Public License as published by\n" + + " the Free Software Foundation, either version 3 of the License, or\n" + + " (at your option) any later version.\n" + + " \n" + + " This program is distributed in the hope that it will be useful,\n" + + " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" + + " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" + + " GNU Affero General Public License for more details.\n" + + " \n" + + " You should have received a copy of the GNU Affero General Public License\n" + + " along with this program. If not, see <https://www.gnu.org/licenses/>.\n" + + " \n" ; } @Override