diff --git a/.gitignore b/.gitignore index 23176e3effbf3094ff070c26224e3b2d14427283..4bc1e934d1a2494c4b7a08a7b94ce0c6f5834c65 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target/ classes/ +*~ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ab933b21d1bd8fb89cf6566d89802ff626669160 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +<img src="vipslogo_512.png" alt="VIPS Logo" height="250"/> + +# Nærstad model +This is a model for Potato Late Blight _(Phytophthora infestans)_ developed by [Dr. Ragnhild Nærstad](https://www.syngenta.no/kontakt) when she was a researcher at NIBIO. + +Read more about the model here: https://www.vips-landbruk.no/forecasts/models/NAERSTADMO/ + +It is designed to run inside the [VIPSCore system](https://gitlab.nibio.no/VIPS/VIPSCore) + +License: [NIBIO Open Source License](https://nibio.no/licenses) \ No newline at end of file diff --git a/vipslogo_512.png b/vipslogo_512.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e416ef1adf3fa60969a5cfb1fd6387ee867ae3 Binary files /dev/null and b/vipslogo_512.png differ