Skip to content

Commit

Permalink
Update notebooks with Colab badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Giron authored and Ernesto Giron committed Oct 2, 2023
1 parent ad82a2b commit c9a80ef
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 18 deletions.
1 change: 1 addition & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ If a version similar to `tfunct version 1.0.0` is returned, you've installed the
[Colaboratory]: https://colab.research.google.com/notebooks/welcome.ipynb
[Jupyter notebook]: https://jupyter.org/

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1w2AbbA4NHmU5raYRHexfxfnoybyZ3zRw?usp=sharing)
---

Note: this tutorial is also available as a single python notebook. You can download it on Github below:
Expand Down
16 changes: 1 addition & 15 deletions docs/notebooks/Getting_Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,7 @@
"id": "d111c944-a045-4aba-a087-22b2d198139d",
"metadata": {},
"source": [
"<p align=\"center\">\n",
" <a href=\"https://colab.research.google.com/drive/1w2AbbA4NHmU5raYRHexfxfnoybyZ3zRw?usp=sharing\"><img\n",
" src=\"https://img.shields.io/badge/Colab-blue\"\n",
" alt=\"Colab\"\n",
" /></a>\n",
" <a href=\"https://pypi.org/project/iwin\"><img \n",
" src=\"https://img.shields.io/pypi/v/tfunct.svg\" \n",
" alt=\"Python Package Index\"\n",
" /></a>\n",
" <a href=\"https://opensource.org/licenses/\"><img \n",
" src=\"https://img.shields.io/badge/License-GPL%20v3-yellow.svg\" \n",
" alt=\"GPLv3 License\"\n",
" /></a>\n",
" \n",
"</p>\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1w2AbbA4NHmU5raYRHexfxfnoybyZ3zRw?usp=sharing)\n",
"\n",
"# Temperature Response Functions\n",
"\n",
Expand Down
2 changes: 2 additions & 0 deletions docs/notebooks/Querying combinations DuckDB.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"id": "f87f63db-7954-4efd-b4a1-b0a71153ac00",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/182tLTa3DzVHb01A-Lsy9PAO49pI2m5G4?usp=sharing)\n",
"\n",
"# Temperature Response Functions\n",
"\n",
"Here we use the temperature **Trapezoid temperature function** with different cardinal temperature combinations with and without VPD stress function for the period from heading to maturity (grain filling period). \n",
Expand Down
4 changes: 3 additions & 1 deletion docs/notebooks/Using PRFT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"id": "d111c944-a045-4aba-a087-22b2d198139d",
"metadata": {},
"source": [
"# Temperature Response Functions\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1PZT3vb8aCyNrJ5s7oEXCpt7hw4Sclh5o?usp=sharing)\n",
"\n",
"# Estimating grain yield using PRFT \n",
"\n",
"Here we use three different temperature functions with different cardinal temperature combinations with and without VPD stress function for the period from heading to maturity (grain filling period). \n",
"\n",
Expand Down
4 changes: 3 additions & 1 deletion docs/notebooks/Using TPF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"id": "d111c944-a045-4aba-a087-22b2d198139d",
"metadata": {},
"source": [
"# Temperature Response Functions\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1T9QtClYDyJQTikjoGJlIbKVrjInoBdcE?usp=sharing)\n",
"\n",
"# Estimating grain yield using TPF \n",
"\n",
"Here we use the temperature **Trapezoid temperature function** with different cardinal temperature combinations with and without VPD stress function for the period from heading to maturity (grain filling period). \n",
"\n",
Expand Down
4 changes: 3 additions & 1 deletion docs/notebooks/Using WETF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"id": "d111c944-a045-4aba-a087-22b2d198139d",
"metadata": {},
"source": [
"# Temperature Response Functions\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1oMC-ecMvHJ0VLOZT32woonQVsN1tBlej?usp=sharing)\n",
"\n",
"# Estimating grain yield using WETF \n",
"\n",
"Here we use the temperature **Wang-Engel temperature function** with different cardinal temperature combinations with and without VPD stress function for the period from heading to maturity (grain filling period). \n",
"\n",
Expand Down
2 changes: 2 additions & 0 deletions docs/querying.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/182tLTa3DzVHb01A-Lsy9PAO49pI2m5G4?usp=sharing)

# Querying Temperature response functions combinations with precision using DuckDB

## DuckDB
Expand Down

0 comments on commit c9a80ef

Please sign in to comment.