From 48280bc921f5f995884285be77e8e5568d8aa917 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 7 May 2021 01:25:01 -0600 Subject: [PATCH 1/2] BLD: add file nominees/liquid-prep.json --- products/liquid-prep.json | 54 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 products/liquid-prep.json diff --git a/products/liquid-prep.json b/products/liquid-prep.json new file mode 100644 index 0000000..b003350 --- /dev/null +++ b/products/liquid-prep.json @@ -0,0 +1,54 @@ +{ + "name": "Liquid Prep", + "description": "Liquid Prep offers an end-to-end solution for farmers looking to optimize their water usage; especially during times of drought.", + "website": "https://www.liquidprep.org/", + "license": [ + { + "spdx": "Apache-2.0", + "licenseURL": "https://github.com/Call-for-Code/Liquid-Prep/blob/master/LICENSE" + } + ], + "SDGs": [ + { + "SDGNumber": 6, + "evidenceURL": "https://www.linuxfoundation.org/en/blog/liquid-prep-intelligent-watering-solution-now-hosted-by-the-linux-foundation-as-a-call-for-code-project/" + }, + { + "SDGNumber": 11, + "evidenceText": "Participation is welcomed from software developers, designers, testers, agronomists/agri experts/soil experts, IoT engineers, researchers, students, farmers, and others that can help improve the quality and value of the solution for small farmers around the world", + "evidenceURL": "https://www.linuxfoundation.org/en/blog/liquid-prep-intelligent-watering-solution-now-hosted-by-the-linux-foundation-as-a-call-for-code-project/" + }, + { + "SDGNumber": 12, + "evidenceText": "The goal of the project is to help farmers globally farm their crops with the least amount of water by taking advantage of real-time information that can help improve sustainability and build resiliency to climate change.", + "evidenceURL": "https://www.linuxfoundation.org/en/blog/liquid-prep-intelligent-watering-solution-now-hosted-by-the-linux-foundation-as-a-call-for-code-project/" + }, + { + "SDGNumber": 13, + "evidenceText": "The goal of the project is to help farmers globally farm their crops with the least amount of water by taking advantage of real-time information that can help improve sustainability and build resiliency to climate change.", + "evidenceURL": "https://www.linuxfoundation.org/en/blog/liquid-prep-intelligent-watering-solution-now-hosted-by-the-linux-foundation-as-a-call-for-code-project/" + }, + { + "SDGNumber": 17, + "evidenceText": "Liquid Prep has a developed a great working relationship with partners SmartCone Technologies, Inc., and Central New Mexico Community College. Students in the Deep Dive Coding Internet of Things (IoT) Bootcamp at CNM are designing, developing, and producing a robust IoT sensor and housing it in the shape of a stick that can be inserted into the soil and transfer the soil moisture data to the Liquid Prep mobile app via Bluetooth. The collaboration gives students important real-world experience before they enter the workforce. SmartCone is honored to be part of this project. This is a perfect example of technology teams working together to help make the world a better place,  said Jason Lee, Founder & CEO, SmartCone Technologies Inc.Additionally, Liquid Prep will work together with J&H Nixon Farms, who largely grow soybeans and corn crops on about 2800 acres of agricultural land in Ottawa, Canada. They have offered Liquid Prep the opportunity to pilot test the prototype on several plots of land that have different soil conditions, which in turn can expand the breadth of recommendation options to a larger number of potential users.", + "evidenceURL": "https://www.linuxfoundation.org/en/blog/liquid-prep-intelligent-watering-solution-now-hosted-by-the-linux-foundation-as-a-call-for-code-project/" + } + ], + "sectors": [ + "Agriculture", + "Climate", + "Water and Sanitation" + ], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/Call-for-Code/Liquid-Prep", + "organizations": [ + { + "name": "Call-for-Code", + "website": "https://callforcode.org/", + "org_type": "owner" + } + ], + "stage": "nominee" +} From b34fa0214f2c7d31ccf9d8e0df80178b67bccbe0 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Mon, 10 May 2021 15:20:19 -0600 Subject: [PATCH 2/2] MAINT: fix encoded char --- products/liquid-prep.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/liquid-prep.json b/products/liquid-prep.json index b003350..cee7d07 100644 --- a/products/liquid-prep.json +++ b/products/liquid-prep.json @@ -30,7 +30,7 @@ }, { "SDGNumber": 17, - "evidenceText": "Liquid Prep has a developed a great working relationship with partners SmartCone Technologies, Inc., and Central New Mexico Community College. Students in the Deep Dive Coding Internet of Things (IoT) Bootcamp at CNM are designing, developing, and producing a robust IoT sensor and housing it in the shape of a stick that can be inserted into the soil and transfer the soil moisture data to the Liquid Prep mobile app via Bluetooth. The collaboration gives students important real-world experience before they enter the workforce. SmartCone is honored to be part of this project. This is a perfect example of technology teams working together to help make the world a better place,  said Jason Lee, Founder & CEO, SmartCone Technologies Inc.Additionally, Liquid Prep will work together with J&H Nixon Farms, who largely grow soybeans and corn crops on about 2800 acres of agricultural land in Ottawa, Canada. They have offered Liquid Prep the opportunity to pilot test the prototype on several plots of land that have different soil conditions, which in turn can expand the breadth of recommendation options to a larger number of potential users.", + "evidenceText": "Liquid Prep has a developed a great working relationship with partners SmartCone Technologies, Inc., and Central New Mexico Community College. Students in the Deep Dive Coding Internet of Things (IoT) Bootcamp at CNM are designing, developing, and producing a robust IoT sensor and housing it in the shape of a stick that can be inserted into the soil and transfer the soil moisture data to the Liquid Prep mobile app via Bluetooth. The collaboration gives students important real-world experience before they enter the workforce. \"SmartCone is honored to be part of this project. This is a perfect example of technology teams working together to help make the world a better place \" said Jason Lee, Founder & CEO, SmartCone Technologies Inc. Additionally, Liquid Prep will work together with J&H Nixon Farms, who largely grow soybeans and corn crops on about 2800 acres of agricultural land in Ottawa, Canada. They have offered Liquid Prep the opportunity to pilot test the prototype on several plots of land that have different soil conditions, which in turn can expand the breadth of recommendation options to a larger number of potential users.", "evidenceURL": "https://www.linuxfoundation.org/en/blog/liquid-prep-intelligent-watering-solution-now-hosted-by-the-linux-foundation-as-a-call-for-code-project/" } ],