From 515807cedae2f4c914df449398fafd0007144977 Mon Sep 17 00:00:00 2001 From: "zhang.ky" Date: Wed, 14 Jul 2021 19:25:27 +0800 Subject: [PATCH] Create README.zh.md --- 2-farm/translations/README.zh.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 2-farm/translations/README.zh.md diff --git a/2-farm/translations/README.zh.md b/2-farm/translations/README.zh.md new file mode 100644 index 00000000..72353443 --- /dev/null +++ b/2-farm/translations/README.zh.md @@ -0,0 +1,21 @@ +# 农业与物联网 + +随着人口的增长,对农业的需求也在增长。可用土地的数量没有改变,但气候却改变了——这给农民带来了更多的挑战,特别是20亿[自给农民](https://wikipedia.org/wiki/Subsistence_agriculture),他们依靠自己种植的作物来养活家人。物联网可以帮助农民在种植什么和何时收获、增加产量、减少体力劳动、发现处理害虫方面做出更明智的决策。 + +在这6节课中,你将学习如何应用物联网来改善和自动化农业。 + +> 💁 这些课程将使用一些云资源。如果你没有完成这个项目中的所有课程,请确保[清理你的项目](../../clean-up.md)。 + + +## 主题 + +1. [利用物联网预测植物生长](../lessons/1-predict-plant-growth/README.md) +1. [检测土壤水分](../lessons/2-detect-soil-moisture/README.md) +1. [自动化的植物浇水](../lessons/3-automated-plant-watering/README.md) +1. [将你的植物迁移到云端](../lessons/4-migrate-your-plant-to-the-cloud/README.md) +1. [将应用程序逻辑迁移到云上](../lessons/5-migrate-application-to-the-cloud/README.md) +1. [确保你的植物安全](../lessons/6-keep-your-plant-secure/README.md) + +## 制作人员 + +所有课程由[Jim Bennett](https://GitHub.com/JimBobBennett)制作。