From eac7a9560e322d66ed2d56d71a81217c51507929 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Tue, 28 May 2024 10:50:26 +0800 Subject: [PATCH] Add DOI to README --- README.Rmd | 5 ++--- README.md | 58 ++++++++++++++++++++++++++++++++++----------------- codemeta.json | 2 +- 3 files changed, 42 insertions(+), 23 deletions(-) diff --git a/README.Rmd b/README.Rmd index 452b5f7..cb409ba 100644 --- a/README.Rmd +++ b/README.Rmd @@ -12,9 +12,8 @@ knitr::opts_chunk$set( ) ``` -[![Travis-CI Build Status](https://travis-ci.org/ToowoombaTrio/WINS.svg?branch=master)](https://travis-ci.org/ToowoombaTrio/WINS) -[![Build status](https://ci.appveyor.com/api/projects/status/sk5u0cff46v4c3ou/branch/master?svg=true)](https://ci.appveyor.com/project/adamhsparks/WINS/branch/master) -[![Coverage Status](https://img.shields.io/codecov/c/github/NA/NA/master.svg)](https://codecov.io/github/NA/NA?branch=master) +[![DOI](https://zenodo.org/badge/80785126.svg)](https://zenodo.org/doi/10.5281/zenodo.11363275) + # WINS - crop stress *W*eather *IN*formation delivery *S*ystem diff --git a/README.md b/README.md index 5ebc1c8..2f4a17e 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,43 @@ -[![Travis-CI Build Status](https://travis-ci.org/ToowoombaTrio/WINS.svg?branch=master)](https://travis-ci.org/ToowoombaTrio/WINS) [![Build status](https://ci.appveyor.com/api/projects/status/sk5u0cff46v4c3ou/branch/master?svg=true)](https://ci.appveyor.com/project/adamhsparks/WINS/branch/master) [![Coverage Status](https://img.shields.io/codecov/c/github/NA/NA/master.svg)](https://codecov.io/github/NA/NA?branch=master) -WINS - crop stress *W*eather *IN*formation delivery *S*ystem -============================================================ +[![DOI](https://zenodo.org/badge/80785126.svg)](https://zenodo.org/doi/10.5281/zenodo.11363275) -About ------ +# WINS - crop stress *W*eather *IN*formation delivery *S*ystem -WINS is an R-package constructed as a part of GovHack 2016. - -The *WINS* project (formerly called [*John\_Conner*](https://github.com/ToowoombaTrio/John_Conner)) was initiated by the Toowoomba Trio to tackle a major and growing problem faced by Queensland vegetable growers. This challenge is identifying and responding to heat stress in their crops. High temperatures can cause considerable stress to crops, reducing yields and the quality of the produce grown. However, if the stress is identified early enough remedial action can be taken to minimise the damage and save the crop. *WINS* provides a timely warning system for farmers when a heat stress event has likely occurred. The *WINS* project is built in the R environment, an open source statistical programing environment and utilises Australia Bureau of Meteorology (BOM) weather data. - -Please watch our [YouTube video](https://m.youtube.com/watch?v=yECTDHx794E%20https://github.com/ToowoombaTrio/John_Conner) describing the *John\_Conner* project for more on how *WINS* was created and works. +## About -![Comparison of hourly interpolated values versus hourly BoM data for one year](man/figures/Fit_hexbin.png) - -Quick Start -=========== +WINS is an R-package constructed as a part of GovHack 2016. -This package is only available from GitHub, not yet on CRAN, so you'll need *devtools* to install it. +The *WINS* project (formerly called +[*John_Conner*](https://github.com/ToowoombaTrio/John_Conner)) was +initiated by the Toowoomba Trio to tackle a major and growing problem +faced by Queensland vegetable growers. This challenge is identifying and +responding to heat stress in their crops. High temperatures can cause +considerable stress to crops, reducing yields and the quality of the +produce grown. However, if the stress is identified early enough +remedial action can be taken to minimise the damage and save the crop. +*WINS* provides a timely warning system for farmers when a heat stress +event has likely occurred. The *WINS* project is built in the R +environment, an open source statistical programing environment and +utilises Australia Bureau of Meteorology (BOM) weather data. + +Please watch our [YouTube +video](https://m.youtube.com/watch?v=yECTDHx794E%20https://github.com/ToowoombaTrio/John_Conner) +describing the *John_Conner* project for more on how *WINS* was created +and works. + +
+ + +
+ +# Quick Start + +This package is only available from GitHub, not yet on CRAN, so you’ll +need *devtools* to install it. ``` r if (!require("devtools")) { @@ -31,9 +49,11 @@ devtools::install_github("ToowoombaTrio/WINS") library("WINS") ``` -Meta -==== +# Meta -If you find bugs or other issues, please report them to us using . +If you find bugs or other issues, please report them to us using +. -Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms. +Please note that this project is released with a [Contributor Code of +Conduct](CONDUCT.md). By participating in this project you agree to +abide by its terms. diff --git a/codemeta.json b/codemeta.json index d30f355..0cd590e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -370,7 +370,7 @@ }, "SystemRequirements": null }, - "fileSize": "126.57KB", + "fileSize": "126.325KB", "citation": [ { "@type": "SoftwareSourceCode",