From 6b93c97cb81c115f64efeb3c4f09b374d97c9c4e Mon Sep 17 00:00:00 2001 From: trentmc Date: Sat, 4 Nov 2023 10:11:32 +0100 Subject: [PATCH] Fix #1334: Challenges: should be in Data Science not User Guides --- .gitbook.yaml | 2 ++ SUMMARY.md | 4 ++-- data-science/README.md | 4 ++-- data-science/data-engineers.md | 2 +- {user-guides => data-science}/join-a-data-challenge.md | 0 {user-guides => data-science}/sponsor-a-data-challenge.md | 0 6 files changed, 7 insertions(+), 5 deletions(-) rename {user-guides => data-science}/join-a-data-challenge.md (100%) rename {user-guides => data-science}/sponsor-a-data-challenge.md (100%) diff --git a/.gitbook.yaml b/.gitbook.yaml index 718728c3..a6358e6e 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -55,6 +55,8 @@ redirects: building-with-ocean/contributing/code-of-conduct: contribute/code-of-conduct.md building-with-ocean/contributing/legal-reqs: contribute/legal-reqs.md building-with-ocean/projects-using-ocean: contribute/projects-using-ocean.md + user-guides/join-a-data-challenge: data-science/join-a-data-challenge.md + user-guides/sponsor-a-data-challenge: data-science/sponsor-a-data-challenge.md api-references: developers/README.md api-references/aquarius-rest-api: developers/aquarius/asset-requests.md api-references/provider-rest-api: developers/provider/general-endpoints.md diff --git a/SUMMARY.md b/SUMMARY.md index dc5d3f5e..43bcfd0a 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -26,8 +26,6 @@ - [Azure Cloud](user-guides/asset-hosting/azure-cloud.md) - [Google Storage](user-guides/asset-hosting/google-storage.md) - [Github](user-guides/asset-hosting/github.md) - - [Join a Data Challenge](user-guides/join-a-data-challenge.md) - - [Sponsor a Data Challenge](user-guides/sponsor-a-data-challenge.md) - [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-pools.md) - [💻 Developers](developers/README.md) - [Architecture Overview](developers/architecture.md) @@ -105,6 +103,8 @@ - [Ocean Assets Tech Details](data-science/ocean.py/ocean-assets-tech-details.md) - [Ocean Compute Tech Details](data-science/ocean.py/ocean-compute-tech-details.md) - [Datatoken Interface Tech Details](data-science/ocean.py/datatoken-interface-tech-details.md) + - [Join a Data Challenge](data-science/join-a-data-challenge.md) + - [Sponsor a Data Challenge](data-science/sponsor-a-data-challenge.md) - [Data Value-Creation Loop](data-science/the-data-value-creation-loop.md) - [What data is valuable?](data-science/data-engineers.md) * [👀 Predictoor](predictoor/README.md) diff --git a/data-science/README.md b/data-science/README.md index b79e03cc..3f1e95e9 100644 --- a/data-science/README.md +++ b/data-science/README.md @@ -9,7 +9,7 @@ coverY: 0 ### How does Ocean benefit data scientists? It offers three main benefits: -- **Earn.** You can earn $ by doing crypto price predictions via [Predictoor](../predictoor/README.md), by curating data in [Data Farming](../data-farming/README.md), by doing [data challenges](../user-guides/join-a-data-challenge.md), and by selling data & models. +- **Earn.** You can earn $ by doing crypto price predictions via [Predictoor](../predictoor/README.md), by curating data in [Data Farming](../data-farming/README.md), competing in a [data challenge](join-a-data-challenge.md), and by selling data & models. - **More Data.** Use [Compute-to-Data](../developers/compute-to-data/README.md) to access private data to run your AI modeling algorithms against, data which was previously inaccessible. Browse [Ocean Market](https://market.oceanprotocol.com) and other Ocean-powered markets to find more data to improve your AI models. - **Provenance.** The acts of publishing data, purchasing data, and consuming data are all recorded on the blockchain to make a tamper-proof audit trail. Know where your AI training data came from! @@ -19,7 +19,7 @@ Here are the most relevant Ocean tools to work with: - The **[ocean.py](ocean.py/README.md)** library is built for the key environment of data scientists: Python. It can simply be imported alongside other Python data science tools like numpy, matplotlib, scikit-learn and tensorflow. You can use it to publish & sell data assets, buy assets, transfer ownership, and more. - Predictoor's **[pdr-backend repo](https://github.com/oceanprotocol/pdr-backend)** has Python-based tools to run bots for crypto prediction or trading. -- And any of the other Ocean tools documented here as well:) +- **[Compete in a data challenge](join-a-data-challenge.md)**, or [sponsor one](sponsor-a-data-challenge.md). ### Are there mental models for earning $ in data? diff --git a/data-science/data-engineers.md b/data-science/data-engineers.md index d956e155..e9552324 100644 --- a/data-science/data-engineers.md +++ b/data-science/data-engineers.md @@ -16,7 +16,7 @@ But even then, it's not enough to just publish useful data on Ocean. **You need If you're still encountering challenges in generating income, don't worry! You can enter one of the [data challenges](https://oceanprotocol.com/challenges) to make sweet OCEAN rewards and build your data science skills. -But what if you're a well-heeled company looking to create dApps or source data predictions? You can kickstart the value creation loop by working with Ocean Protocol to [sponsor a data challenge](../user-guides/sponsor-a-data-challenge.md). +But what if you're a well-heeled company looking to create dApps or source data predictions? You can kickstart the value creation loop by working with Ocean Protocol to [sponsor a data challenge](sponsor-a-data-challenge.md). ### What data could be useful for dApp builders? diff --git a/user-guides/join-a-data-challenge.md b/data-science/join-a-data-challenge.md similarity index 100% rename from user-guides/join-a-data-challenge.md rename to data-science/join-a-data-challenge.md diff --git a/user-guides/sponsor-a-data-challenge.md b/data-science/sponsor-a-data-challenge.md similarity index 100% rename from user-guides/sponsor-a-data-challenge.md rename to data-science/sponsor-a-data-challenge.md