From f2fda6d2afa4cb0203ef7ddf96fd15937f13cd29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ali=20Hakim=20Ta=C5=9Fk=C4=B1ran?=
<52009742+alihakimtaskiran@users.noreply.github.com>
Date: Fri, 16 Jul 2021 11:11:14 +0300
Subject: [PATCH] Video added on self study sections
---
2-farm/lessons/1-predict-plant-growth/README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/2-farm/lessons/1-predict-plant-growth/README.md b/2-farm/lessons/1-predict-plant-growth/README.md
index 7777d97e..72e800bc 100644
--- a/2-farm/lessons/1-predict-plant-growth/README.md
+++ b/2-farm/lessons/1-predict-plant-growth/README.md
@@ -35,11 +35,7 @@ Some techniques enabled by digital agriculture are:
* Pest control - farmers can use cameras on automated robots or drones to check for pests, then apply pesticides only where needed, reducing the amount of pesticides used and reducing pesticide run-off into local water supplies.
✅ Do some research. What other techniques are used to improve farming yields?
-
-Farming Technologies
-
-China's Farming
-
+
> 🎓 The term 'Precision Agriculture' is used to define observing, measuring and responding to crops on a per-field basis, or even on parts of a field. This includes measuring water, nutrient and pest levels and responding accurately, such as watering only a small part of a field.
## Why is temperature important when farming?
@@ -268,7 +264,11 @@ For these, find if there are sensors that can measure them. What about actuators
Read more on digital agriculture on the [Digital Agriculture Wikipedia page](https://wikipedia.org/wiki/Digital_agriculture). Also read more about precision agriculture the [Precision Agriculture Wikipedia page](https://wikipedia.org/wiki/Precision_agriculture).
The full growing degree days calculation is more complicated than the simplified one given here. Read more about the more complicated equation and how to deal with temperatures below the baseline on the [Growing Degree Day Wikipedia page](https://wikipedia.org/wiki/Growing_degree-day).
-
+
+Farming Technologies
+
+China's Farming
+
## Assignment
[Visualize GDD data using a Jupyter Notebook](assignment.md)