Skip to content

Commit

Permalink
Add DOI to README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed May 28, 2024
1 parent 2b182ec commit eac7a95
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 23 deletions.
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
58 changes: 39 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,43 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
[![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.

<figure>
<img src="man/figures/Fit_hexbin.png"
alt="Comparison of hourly interpolated values versus hourly BoM data for one year" />
<figcaption aria-hidden="true">Comparison of hourly interpolated values
versus hourly BoM data for one year</figcaption>
</figure>

# 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")) {
Expand All @@ -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 <https://github.com/ToowoombaTrio/WINS/issues>.
If you find bugs or other issues, please report them to us using
<https://github.com/ToowoombaTrio/WINS/issues>.

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.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
},
"SystemRequirements": null
},
"fileSize": "126.57KB",
"fileSize": "126.325KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down

0 comments on commit eac7a95

Please sign in to comment.