-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e36f5e
commit 1535a67
Showing
246 changed files
with
27,002 additions
and
732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
Package: AquaBEHER | ||
Title: Estimation and Prediction of Wet Season Calendar and Soil Water | ||
Balance for Agriculture | ||
Title: Estimation and Prediction of Wet Season Calendar and Soil Water Balance for Agriculture | ||
Version: 1.2.0 | ||
Authors@R: c( | ||
person("Robel", "Takele", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-0151-2537")), | ||
person("Matteo", "Dell'Acqua", , "[email protected]", role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0003-0151-2537")) | ||
) | ||
comment = c(ORCID = "0000-0003-0151-2537"))) | ||
Maintainer: Robel Takele <[email protected]> | ||
Description: The AquaBEHER package provides tools for computing and | ||
integrating daily reference evapotranspiration (Eto) and a soil water | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,35 +2,75 @@ url: https://robeltakele.github.io/AquaBEHER/ | |
template: | ||
bootstrap: 5 | ||
bootswatch: cosmo | ||
assets: | ||
css: | ||
- Assets/custom.css | ||
js: | ||
- Assets/custom.js | ||
|
||
# Website Title | ||
title: AquaBEHER | ||
|
||
# Author information | ||
author: | ||
name: Robel Takele | ||
email: [email protected] | ||
url: https://github.com/RobelTakele | ||
|
||
# Copyright information | ||
copyright: © 2024 Institute of Plant Sciences, Sant’Anna School of Advanced Studies, Pisa, Italy | ||
|
||
# Navbar customization | ||
navbar: | ||
structure: | ||
left: | ||
- intro | ||
- reference | ||
- articles | ||
- tutorials | ||
- news | ||
right: github | ||
components: | ||
reference: | ||
text: Function Reference | ||
left: | ||
- text: Home | ||
href: index.html | ||
- text: Tutorial | ||
href: articles/AquaBEHER.html | ||
- text: User Guide | ||
href: reference/index.html | ||
github: | ||
|
||
- text: News | ||
href: news/index.html | ||
right: | ||
- text: GitHub | ||
icon: fab fa-github fa-lg | ||
href: https://github.com/RobelTakele/AquaBEHER/ | ||
aria-label: github | ||
intro: | ||
text: User Guide | ||
href: articles/AquaBEHER.html | ||
reference: | ||
- title: All functions | ||
contents: | ||
- '`AgroClimateData`' | ||
- '`calcEto`' | ||
- '`calcSeasCal`' | ||
- '`calcWatBal`' | ||
- '`climateData`' | ||
- '`rcn`' | ||
href: https://github.com/RobelTakele/AquaBEHER | ||
aria-label: GitHub Repo | ||
- text: Issues | ||
icon: fas fa-exclamation-circle fa-lg | ||
href: https://github.com/RobelTakele/AquaBEHER/issues | ||
aria-label: Report Issues | ||
logo: logo.png | ||
|
||
# Sidebar customization | ||
sidebar: | ||
search: true | ||
toc: true | ||
|
||
# Footer customization | ||
footer: | ||
left: | ||
- text: © 2024 Sant'Anna School of Advanced Studies | ||
href: https://www.santannapisa.it/en | ||
- text: License (GPL-3) | ||
href: LICENSE | ||
- text: Source Code | ||
href: https://github.com/RobelTakele/AquaBEHER | ||
right: | ||
- text: Contact | ||
href: mailto:[email protected] | ||
- text: Twitter | ||
icon: fab fa-twitter | ||
href: https://twitter.com/RobelTakele | ||
- text: LinkedIn | ||
icon: fab fa-linkedin | ||
href: https://www.linkedin.com/in/robel-takele | ||
|
||
# Additional metadata (SEO friendly) | ||
meta: | ||
description: "AquaBEHER: Estimation and Prediction of Wet Season Calendar and Soil Water Balance for Agriculture." | ||
social: | ||
twitter: "@RobelTakele" | ||
linkedin: "robel-takele" | ||
|
Oops, something went wrong.