Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 16 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,30 @@
# hatch-template-project - replace with your project name

This template project should be forked by hatch teams.
# Celios

This project was developed during [hatchlondon 2017](http://hatchlondon.io).

## Todo

Tick items off as you go along.

- [ ] 1. [Sign up](https://help.github.com/articles/signing-up-for-a-new-github-account/) for a free GitHub account
- [ ] 2. [Fork](https://help.github.com/articles/fork-a-repo/) this project
- [ ] 3. Add your forked repo from `step 2` to this [project](https://github.com/SheCanCodeHQ/hatchlondon-2017-projects) as a [Pull Request](https://help.github.com/articles/about-pull-requests/)

### Project setup

From now on it is in your **Forked** repo

- [ ] 4. At the top of your **repo** add a brief project description & link to where it is hosted.

![Repo description and link](https://user-images.githubusercontent.com/624760/33160443-57e86a96-d014-11e7-8488-52592fc69a81.png)

*TIP: [GitHub Pages](https://pages.github.com) gives free static website hosting*

### README changes (this file)

- [ ] 5. Change the name at the top of this file on `line 1`
- [ ] 6. Under the name of this project put a brief description of the project `line 3` (this can be more detailed than `step 4`)
- [ ] 7. Fill in your team members in the **TEAM** section below
- [ ] 8. Fill in the **PROBLEM AND SOLUTION** section below
- [ ] 9. Fill in the **INSTALL AND RUN THIS PROJECT** section below
- [ ] 10. Any *digital / paper* notes you make during the hackathon you MUST add to the **Issue** section in your repo

*TIP: drag and drop [images / photos](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/)*
Celios is a soil focused initative. Combining alerts to farmers, access to the knowledge to help them and implementation of smart contracts to assist funding of where soil needs recovery time.

## Team

Include all members of your team for the hack here:

* Full Name [github](link to github profile)
* Full Name [github](link to github profile)
* Full Name [github](link to github profile)
* Full Name [github](link to github profile)
* WizardOfAus
* Daniel
* Ekaterina
* Kazmer

## Problem and Solution

Describe here which problem you are working on during the event, and what your solution is, succinctly.
[We specifically address Sustainable Development Goal #15 "Protect, restore and promote sustainable use of terrestrial ecosystems, sustainably manage forests, combat desertification, and halt and reverse land degradation and halt biodiversity loss". Although our solution is able to address other goals such as #2 also.]

In the past fourty years, the Earth has lost a third of arable land. Celios attempts to tackle this problem by giving information on soil degradation to farmers who are unable to afford to access the latest technology innovations such as satellites and microbes to combat pests. Celios gives farmers the opportunity to access information and help from 'citizen' (i.e. voluntary) farmers and scientists. A smart contract has also been included for further development of a staking and reward system for funding land use purposes (such as rent or future yields).

![alt text](http://www.fao.org/fileadmin/user_upload/soils/imgs/degradation_map/soil_compaction.jpg)

## Install and run this project

Paste here a link to the project if it is a running website, or some indications on how to use your code for other GitHub users who might be interested. The jury will take a look at what is in this repository during deliberations.
For the smart contract: install Ethereum Wallet and test it on Rinkeby Test Net. Refer to the Test net documentation for information on how to get test gas.

For the data cleaning aspect: install R and R studio to run the code.

For the...