Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JacobRPrice
  • License: mit
  • Language: R
  • Default Branch: main
  • Size: 12.4 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```

# Reduction in nitrification during the early transition from conventional to organic farming practices

## Introduction

This repository contains all of the scripts needed to replicate the results and output presented in: 

[Jacob R. Price](https://jacobrprice.github.io/), [Diana Oviedo-Vargas](https://stroudcenter.org/people/oviedo-vargas/), [Marc Peipoch](https://stroudcenter.org/people/peipoch/), [Melinda D. Daniels](https://stroudcenter.org/people/daniels/), & [Jinjun Kan](https://stroudcenter.org/people/kan/). 2025. Reduction in nitrification during the early transition from conventional to organic farming practices. Ecosphere. (DOI forthcoming)

**Note(s):**   

* These scripts were composed and executed on Mac machines; some modification may be required for use with PC or Linux environments. 


## Process Flow Chart   
*If you can't see the chart make your browser wider and reload the page.* 





```mermaid
flowchart LR
    A[(Raw Min/Nit)] --> D{{Prepare_Data.R}}
    B[(Raw EEA)] --> D
    C[(Raw qPCR)] --> D
    D --> E[(dat.RDS)]
    D --> Y[Table S1: Sample Counts]
    
    E --> F{{Seasonality.R}} 
    F --> G["Fig. 3: Seasonality"]
    F --> H["Fig. S2: Sup. Seasonality"]
    
    E --> I{{boxplots.R}} --> J["Fig. 4: Boxplots"]

    E --> K{{anova.R}}
    K --> L["Table 3: ANOVA - MS & T "]
    K --> M["Table 4: ANOVA - CC"]
    K --> N["Table 5: Est Marg Means"]

    E --> O{{weather_SMS.R}}
    P[(Weather Station)] --> O 
    Q[(Soil Moist. Sens.)] --> O
    O --> R[(SMS_dat.RDS)]
    O --> S[(raindat.csv)]
    O --> T[(tempdat.csv)]
    O --> Z[Fig. 2: Weather & SMS]

    E --> U{{correlation.R}} 
    R --> U
    U --> V["Table S2: Cor Res"]

    E --> W{{eea.R}} --> X["Fig. S3: EEA Ratios"]
```
## Repository Contents
* ./ - the project home directory; where you're currently located :-)   
* ./README.Rmd & ./README.md - what you're reading at the moment  
* ./data/ - contains all of the raw data needed to replicate our analysis and processed data in case you just want to look at the results themselves  
* ./src/ - contains all of the (R) source files  

Owner

  • Login: JacobRPrice
  • Kind: user
  • Company: Stroud Water Research Center

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Price
    given-names: Jacob
    orcid: https://orcid.org/0000-0002-1922-8107
title: JacobRPrice/Stroud_Preserve: Stroud_Preserve_v1.0.0
version: v1.0.0
date-released: 2023-10-07

GitHub Events

Total
  • Release event: 1
  • Push event: 1
Last Year
  • Release event: 1
  • Push event: 1