diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b0c2ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,184 @@ +# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore + +# Logs + +logs +_.log +npm-debug.log_ +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Caches + +.cache + +# Diagnostic reports (https://nodejs.org/api/report.html) + +report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json + +# Runtime data + +pids +_.pid +_.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover + +lib-cov + +# Coverage directory used by tools like istanbul + +coverage +*.lcov + +# nyc test coverage + +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) + +.grunt + +# Bower dependency directory (https://bower.io/) + +bower_components + +# node-waf configuration + +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) + +build/Release + +# Dependency directories + +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) + +web_modules/ + +# TypeScript cache + +*.tsbuildinfo + +# Optional npm cache directory + +.npm + +# Optional eslint cache + +.eslintcache + +# Optional stylelint cache + +.stylelintcache + +# Microbundle cache + +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history + +.node_repl_history + +# Output of 'npm pack' + +*.tgz + +# Yarn Integrity file + +.yarn-integrity + +# dotenv environment variable files + +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) + +.parcel-cache + +# Next.js build output + +.next +out + +# Nuxt.js build / generate output + +.nuxt +dist + +# Gatsby files + +# Comment in the public line in if your project uses Gatsby and not Next.js + +# https://nextjs.org/blog/next-9-1#public-directory-support + +# public + +# vuepress build output + +.vuepress/dist + +# vuepress v2.x temp and cache directory + +.temp + +# Docusaurus cache and generated files + +.docusaurus + +# Serverless directories + +.serverless/ + +# FuseBox cache + +.fusebox/ + +# DynamoDB Local files + +.dynamodb/ + +# TernJS port file + +.tern-port + +# Stores VSCode versions used for testing VSCode extensions + +.vscode-test + +# yarn v2 + +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +# IntelliJ based IDEs +.idea + +# Finder (MacOS) folder config +.DS_Store + +bun.lockb + +build/ + + + pnpm-lock.yaml + + \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..65303dd --- /dev/null +++ b/LICENSE @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright 2024 tf9 + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/README.md b/README.md index 301f7ab..75dd43c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# docs_veda_strategic +# testsite +just edit the docs in directory 'docs' + +the site will be autobuild on [https://info.ourworld.tf/veda](https://info.ourworld.tf/veda) + + +## to edit in stackblitz + +> make sure to have an account there, login with github + +https://stackblitz.com/~/github.com/Incubaid/docs_eden \ No newline at end of file diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..e00595d --- /dev/null +++ b/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: [require.resolve('@docusaurus/core/lib/babel/preset')], +}; diff --git a/blog/AI_system_components.md b/blog/AI_system_components.md new file mode 100644 index 0000000..a5fdd40 --- /dev/null +++ b/blog/AI_system_components.md @@ -0,0 +1,133 @@ +--- +slug: ai_more_than_llm +title: 'AI is more than LLM.' +authors: [tf9cloud] +tags: [info, tech] +image: img/quantum_ai.png +--- + +![](img/quantum_ai.png) + +# The Main Elements of AI Systems + +AI systems are complex and multifaceted, built from a combination of technologies and components that work together to process data, learn from it, and execute tasks autonomously or semi-autonomously. Below is an overview of the main elements that constitute an AI system: + +--- + +### 1. **Large Language Models (LLMs)** +- **Description**: LLMs are advanced neural networks trained on extensive datasets of text. They generate human-like text and understand natural language with remarkable precision. +- **Key Capabilities**: + - Language understanding and generation. + - Summarization, translation, and sentiment analysis. + - Context-aware conversations and content creation. + +--- + +### 2. **AI Databases** +- **Description**: Specialized databases optimized for storing, retrieving, and managing large volumes of data required for AI training and inference. +- **Types**: + - Vector Databases: For managing embeddings and similarity searches. + - Time-Series Databases: For processing real-time data streams. + - Knowledge Graphs: For structured, relationship-focused data storage. +- **Purpose**: + - Efficiently manage and serve data for training and operational tasks. + - Enable insights and decision-making through structured and unstructured data. + +--- + +### 3. **AI Agents** +- **Description**: Autonomous or semi-autonomous entities that interact with the environment, learn, and perform tasks. +- **Key Features**: + - Goal-oriented behavior. + - Ability to adapt based on feedback. + - Multi-agent systems for collaborative problem-solving. +- **Applications**: + - Chatbots, virtual assistants, and robotic systems. + +--- + +### 4. **Data Pipelines** +- **Description**: Infrastructure for collecting, cleaning, processing, and transforming raw data into a format usable by AI models. +- **Components**: + - ETL Processes (Extract, Transform, Load). + - Data lakes and warehouses. + - Monitoring and quality control tools. +- **Importance**: + - Ensures high-quality, reliable data for training and inference. + +--- + +### 5. **Inference Engines** +- **Description**: Systems or components that utilize trained AI models to make predictions, decisions, or generate outputs in real time. +- **Characteristics**: + - Optimized for low-latency operations. + - Often deployed at scale in production environments. + +--- + +### 6. **Machine Learning Frameworks** +- **Description**: Software libraries and tools that provide a foundation for building, training, and deploying AI models. +- **Popular Frameworks**: + - TensorFlow, PyTorch, Scikit-learn. +- **Role**: + - Simplify the process of creating and experimenting with models. + - Enable scalability and compatibility across platforms. + +--- + +### 7. **Model Training Infrastructure** +- **Description**: High-performance computing environments designed to handle the resource-intensive process of training AI models. +- **Components**: + - GPU/TPU clusters for acceleration. + - Distributed computing setups. + - Hyperparameter optimization tools. +- **Outcome**: + - Produces optimized models ready for deployment. + +--- + +### 8. **Deployment and Integration Systems** +- **Description**: Platforms that host trained AI models and integrate them into applications. +- **Capabilities**: + - Containerization (e.g., Docker, Kubernetes). + - APIs for seamless interaction. + - Continuous delivery pipelines for updates. + +--- + +### 9. **Ethics and Governance Frameworks** +- **Description**: Guidelines and systems for ensuring AI systems are fair, transparent, and aligned with ethical standards. +- **Key Elements**: + - Bias detection and mitigation tools. + - Privacy-preserving techniques (e.g., differential privacy). + - Compliance with regulations and best practices. + +--- + +### 10. **Feedback Loops** +- **Description**: Mechanisms to continuously improve AI models based on user interactions and real-world performance. +- **Features**: + - Real-time data collection. + - Retraining pipelines for adaptive learning. +- **Outcome**: + - Enhances accuracy and relevance over time. + +--- + +### 11. **Human-AI Interfaces** +- **Description**: User-facing components that enable intuitive interaction between humans and AI systems. +- **Examples**: + - Dashboards, voice interfaces, and augmented reality tools. +- **Goal**: + - Make AI accessible and actionable for end users. + +--- + +### 12. **Specialized Hardware** +- **Description**: Custom hardware optimized for AI tasks, such as: + - GPUs, TPUs, and ASICs for acceleration. + - Neuromorphic chips for energy-efficient computing. +- **Purpose**: + - Enhance performance and reduce operational costs. + + diff --git a/blog/authors.yml b/blog/authors.yml new file mode 100644 index 0000000..ea9e87a --- /dev/null +++ b/blog/authors.yml @@ -0,0 +1,5 @@ +tf9cloud: + name: Veda Team + title: Digital Innovation Team + url: https://ourworld.tf/tf9cloud + image_url: /img/logo.svg diff --git a/blog/img/quantum_ai.png b/blog/img/quantum_ai.png new file mode 100644 index 0000000..690018a Binary files /dev/null and b/blog/img/quantum_ai.png differ diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..8242168 --- /dev/null +++ b/build.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +set -ex + +script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +cd "${script_dir}" + +export PATH=${BASE}/node_modules/.bin:$PATH + + +echo "Docs directory: $script_dir" + +#bun build +#bun ${script_dir}/node_modules/.bin/docusaurus build +pnpm build + +rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/veda/ diff --git a/components.json b/components.json new file mode 100644 index 0000000..9ae9e63 --- /dev/null +++ b/components.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "new-york", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "tailwind.config.js", + "css": "src/css/custom.css", + "baseColor": "gray", + "cssVariables": false, + "prefix": "" + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils", + "ui": "@/components/ui", + "lib": "@/lib", + "hooks": "@/hooks" + }, + "iconLibrary": "lucide" +} diff --git a/develop.sh b/develop.sh new file mode 100755 index 0000000..b61d245 --- /dev/null +++ b/develop.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -ex + +script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +cd "${script_dir}" + +echo "Docs directory: $script_dir" + +export NODE_OPTIONS=--openssl-legacy-provider + +npm run start -- --host 0.0.0.0 diff --git a/docs/appendix/10_roadmap.md b/docs/appendix/10_roadmap.md new file mode 100644 index 0000000..f9d4704 --- /dev/null +++ b/docs/appendix/10_roadmap.md @@ -0,0 +1,11 @@ +--- +title: 'Roadmap' +sidebar_position: 10 +# draft: true +hide_title: true +--- +![](img/cloud.jpg) + +## Roadmap + +> TODO: diff --git a/docs/appendix/_category_.json b/docs/appendix/_category_.json new file mode 100644 index 0000000..0928643 --- /dev/null +++ b/docs/appendix/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "The Location", + "position": 6, + "link": { + "type": "generated-index", + "description": "More info about the location of the city." + } +} diff --git a/docs/appendix/decentralization/_category_.json b/docs/appendix/decentralization/_category_.json new file mode 100644 index 0000000..a63ed10 --- /dev/null +++ b/docs/appendix/decentralization/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Decentralization", + "position": 10, + "link": { + "type": "generated-index", + "description": "We present the ThreeFold decentralization status of both V3 and V4." + } +} diff --git a/docs/appendix/decentralization/coop.md b/docs/appendix/decentralization/coop.md new file mode 100644 index 0000000..c200adc --- /dev/null +++ b/docs/appendix/decentralization/coop.md @@ -0,0 +1,29 @@ +--- +title: 'Veda Cooperative' +sidebar_position: 6 +hide_title: true +--- + +![](img/coop.png) + +## **What is a Cooperative?** + +A **cooperative (co-op)** is a member-owned organization where all members share equal ownership and decision-making power. Unlike traditional corporations, cooperatives prioritize the collective benefit of their members over maximizing profits. Key principles of a cooperative include: + +1. **Democratic Governance**: Each member has an equal say in decisions, often following a "one member, one vote" policy. +2. **Shared Ownership**: Members collectively own and share the profits or benefits generated by the cooperative. +3. **Inclusive Participation**: Membership is open to anyone who fulfills the cooperative’s requirements. +4. **Community-Focused**: Cooperatives exist to serve their members and community, often emphasizing long-term sustainability and mutual benefit. + +## Setting Up the Cooperative + +In H1 2025, we plan to establish a cooperative structure that will unite and represent the interests of all Veda farmers as well as Veda users. + +Cooperatives are powerful, regulated entities with a long history of promoting decentralization and community-driven governance. By forming a cooperative, we can create a structure that not only aggregates the voices and needs of our farmers and users but also provides a legally recognized framework for truly decentralized decision-making. + +## True to Veda's Ethos + +Cooperatives are uniquely suited to the decentralized ethos of Veda. They operate on democratic principles, ensuring that each member — whether a farmer or user — has an equal say in the direction and operation of the network. This approach aligns perfectly with our vision of a decentralized, peer-to-peer infrastructure where power is distributed, not concentrated. + +Moreover, cooperatives are recognized globally as legitimate and effective governance structures. This recognition will help us engage with regulatory bodies and broader societal systems, ensuring that the decentralized nature of Veda is respected and protected as we continue to grow. + diff --git a/docs/appendix/decentralization/dao.md b/docs/appendix/decentralization/dao.md new file mode 100644 index 0000000..ed34653 --- /dev/null +++ b/docs/appendix/decentralization/dao.md @@ -0,0 +1,33 @@ +--- +title: 'Veda DAO' +sidebar_position: 4 +description: Learn about the Veda DAO. +hide_title: true +--- + +![](img/book.png) + +A **DAO**, or **Decentralized Autonomous Organization**, is an organizational structure that operates through smart contracts on a blockchain, with decision-making processes carried out in a decentralized and autonomous manner. + +The Veda DAO aims to create transparency, eliminate centralized authority, and allow members to participate directly in decision-making. + +> its the technical underpinning of the cooperative, our digital tools on ledger tech. + +### Key Characteristics of a DAO: + +1. **Decentralization** + - Decisions are made collectively by the members. + +2. **Autonomy** + - Once deployed, a DAO operates according to its pre-defined smart contracts, which enforce rules and execute decisions automatically without manual intervention. + +3. **Governance via Token Ownership** + - Members often participate in governance by holding tokens, which can be used to vote on proposals or influence decisions. + +4. **Transparency** + - All transactions and governance decisions are recorded on the blockchain, ensuring accountability and transparency. + +5. **Programmable Rules** + - DAOs use smart contracts to define rules, manage assets, and execute actions based on collective decisions. + + diff --git a/docs/appendix/decentralization/decentralization.md b/docs/appendix/decentralization/decentralization.md new file mode 100644 index 0000000..a6076c9 --- /dev/null +++ b/docs/appendix/decentralization/decentralization.md @@ -0,0 +1,25 @@ +--- +title: 'Introduction' +sidebar_position: 1 +description: 'Good governance and decentralized structure, but regulated and 100% transparent.' +hide_title: true +--- + +![](img/decentralized.png) + +

Decentralization

+ +Decentralization, in our view, isn't solely about employing blockchain technology everywhere. + +- Instead, we envision it as the result of a global community collaborating transparently, sharing everything they do, and actively seeking feedback. +- Our goal is to ensure that the platform we deploy operates in the most distributed and decentralized manner possible. + +For us decentralization is a very serious topic and is achieved in the following way: + +- [Cooperative](coop.md) + - It manages the promotion of the Veda and related ecosystem + - It safeguards the decentralization principles and the governance of the ecosystem. + - It requires operational tasks in relation to anything that is of interest our members. +- [DAO](dao.md) + - A **Decentralized Autonomous Organization** is an organizational structure that operates through smart contracts on a blockchain, with decision-making processes carried out in a decentralized and autonomous manner. + diff --git a/docs/appendix/decentralization/img/book.png b/docs/appendix/decentralization/img/book.png new file mode 100644 index 0000000..a92abea Binary files /dev/null and b/docs/appendix/decentralization/img/book.png differ diff --git a/docs/appendix/decentralization/img/coop.png b/docs/appendix/decentralization/img/coop.png new file mode 100644 index 0000000..0ed191d Binary files /dev/null and b/docs/appendix/decentralization/img/coop.png differ diff --git a/docs/appendix/decentralization/img/decentralized.png b/docs/appendix/decentralization/img/decentralized.png new file mode 100644 index 0000000..07b1b99 Binary files /dev/null and b/docs/appendix/decentralization/img/decentralized.png differ diff --git a/docs/appendix/decentralization/img/deeping.png b/docs/appendix/decentralization/img/deeping.png new file mode 100644 index 0000000..ebe2337 Binary files /dev/null and b/docs/appendix/decentralization/img/deeping.png differ diff --git a/docs/appendix/decentralization/img/farming.png b/docs/appendix/decentralization/img/farming.png new file mode 100644 index 0000000..c007475 Binary files /dev/null and b/docs/appendix/decentralization/img/farming.png differ diff --git a/docs/appendix/decentralization/img/validator.png b/docs/appendix/decentralization/img/validator.png new file mode 100644 index 0000000..364a0d0 Binary files /dev/null and b/docs/appendix/decentralization/img/validator.png differ diff --git a/docs/appendix/decentralization/img/wisdom.png b/docs/appendix/decentralization/img/wisdom.png new file mode 100644 index 0000000..30cc880 Binary files /dev/null and b/docs/appendix/decentralization/img/wisdom.png differ diff --git a/docs/appendix/hiring/_category_.json b/docs/appendix/hiring/_category_.json new file mode 100644 index 0000000..8200dec --- /dev/null +++ b/docs/appendix/hiring/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Join The Team", + "position": 11, + "link": { + "type": "generated-index", + "description": "Cooperative is looking for full & parttime team members." + } +} diff --git a/docs/appendix/hiring/cooperation.md b/docs/appendix/hiring/cooperation.md new file mode 100644 index 0000000..6a1f921 --- /dev/null +++ b/docs/appendix/hiring/cooperation.md @@ -0,0 +1,13 @@ +--- +title: 'Cocreate' +sidebar_position: 2 +--- + +![](img/loe.png) + +We believe we can't build the tools of the future unless we change the way how we collaborate, on following link you can find a lot of information which are copying from the project Threefold. + +> see [threefold.info/cocreation](https://threefold.info/cocreation) + + + diff --git a/docs/appendix/hiring/img/loe.png b/docs/appendix/hiring/img/loe.png new file mode 100644 index 0000000..d1160e0 Binary files /dev/null and b/docs/appendix/hiring/img/loe.png differ diff --git a/docs/appendix/hiring/intro.md b/docs/appendix/hiring/intro.md new file mode 100644 index 0000000..764916a --- /dev/null +++ b/docs/appendix/hiring/intro.md @@ -0,0 +1,41 @@ +--- +title: 'Contribute' +sidebar_position: 1 +--- + +## **The Founding Team of the Cooperative** + +At this early stage, rewards will primarily come in the form of **future cash** as the cooperative grows and generates value. + +The following key roles represent not titles, but responsibilities to serve the cooperative's purpose. +As we get more members, we can pay ourselves a salary and keep on attracting more team members. + +> who wants to help write a profile per role, and finetune below? + +--- + +## **The First 3 Functions & Their Roles** + +### **Catalyst of Momentum** = 1x coordinator + +- coordinate our responsibilities, coordinate our circles, we work following a process as defined in [our colab doc](https://threefold.info/cocreation) +- *Purpose*: Drives alignment, operations, and progress across all roles to keep the cooperative agile and active. +- *Responsibility*: Lead initiatives, resolve blockers, and ensure continuous forward movement. +- *Skills*: Operational leadership, project management, and problem-solving. + +### **Signal Amplifier** = 1x communication, promotion + +- *Purpose*: Tells the cooperative’s story to the world, attracting new members, supporters, and advocates. +- *Responsibility*: Manage communications, branding, and marketing. Share the vision, tools, and success stories that inspire others to join the movement. +- *Skills*: Marketing, storytelling, communication strategy, and outreach. + +### **Community Weaver** = 1x let our members be a community + +- *Purpose*: Grows and nurtures the cooperative’s membership and ensures members are empowered to contribute. +- *Responsibility*: Build trust, onboard new members, and facilitate collaborations. +- *Skills*: Communication, community governance, and relationship building. + +### **Finance Wizard** = 25% of a full time + +- Work with the local team in Egypt, and coordinate with the cooperative and its members. + diff --git a/docs/appendix/img/cloud.jpg b/docs/appendix/img/cloud.jpg new file mode 100644 index 0000000..5390f6d Binary files /dev/null and b/docs/appendix/img/cloud.jpg differ diff --git a/docs/main/boats/_category_.json b/docs/main/boats/_category_.json new file mode 100644 index 0000000..efa4b90 --- /dev/null +++ b/docs/main/boats/_category_.json @@ -0,0 +1,10 @@ +{ + "label": "Boats", + "position": 5, + "link": { + "type": "generated-index", + "description": "Our Boats." + } +} + + diff --git a/docs/main/boats/facilities.md b/docs/main/boats/facilities.md new file mode 100644 index 0000000..7e42fc4 --- /dev/null +++ b/docs/main/boats/facilities.md @@ -0,0 +1,49 @@ +--- +title: 'Facilities' +sidebar_position: 10 +hide_title: true +hide_table_of_contents: true +description: 'Dahabeyas Facilities ' + +--- + + +| Dahabeyas Facilities | VEDA ONE | VEDA TWO | VEDA THREE | VEDA FOUR | +|---------------------------|--------------------------------------------------------------------------------------------|-------------------------|------------------------|--------------------------------------------------------------------------------------------| +| **Restaurants** | Indoor Restaurant on the main deck
Air-conditioned outdoor restaurant | Outdoor on deck | Outdoor on deck | Indoor Restaurant on the main deck
Air-conditioned outdoor restaurant | +| **Lounges & Bars** | Indoor Lounge bar on the main deck
Outdoor bar on the 1st sundeck | Outdoor on deck | Outdoor on deck | Indoor Lounge bar on the main deck
Outdoor bar on the 1st sundeck | +| **Relaxing & Sunbath Deck** | On the 2nd sundeck | On the sundeck | On the sundeck | On the 2nd sundeck | +| **Reception** | 24 hours | 24 hours | 24 hours | 24 hours | +| **Kitchen** | Fully equipped kitchen in all Dahabeyas | Fully equipped kitchen | Fully equipped kitchen | Fully equipped kitchen | + + +#### Traditional Egyptian cuisine: + +- breakfast, lunch, and dinner open buffets & afternoon tea with pastry +- Free fresh fruits and fruit juice from sunrise to midnight +- Food and Beverage: Full board including tea/coffee and mineral water + + + +#### Security + +| Safety & Security on Board Veda Dahabeyas | VEDA ONE | VEDA TWO | VEDA THREE | VEDA FOUR | +|-------------------------------------------|-------------------------------------------------------------|-----------------------------------------------------------|--------------------|-------------------------------------------------------------| +| **Electronic fire and smoke detection** | All over the Dahabeya | All over the Dahabeya except for the passengers' cabins | All over | All over | +| **Surveillance Cameras** | All over the Dahabeya | All over the Dahabeya except for the passengers' cabins | All over | All over | +| **Shaded sun deck level** | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | +| **Air Conditioned** | Central Air-condition with individually remote control | Split Air-condition with remote control | On wall fan | Central Air-condition with individually remote control | +| **First aid kit and medical attention** | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | +| **Emergency handling and firefighting** | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | + +- **In-room electronic private safe**: + - VEDA ONE: Available in cabins + - VEDA TWO: Available on request free of charge + - VEDA THREE: Available on request free of charge + - VEDA FOUR: Available in cabins + +- **Cabin’s door keys**: + - VEDA ONE: Regular key with master key system + - VEDA TWO: Regular key with master key system + - VEDA THREE: Regular key with master key system + - VEDA FOUR: Electronic security locks \ No newline at end of file diff --git a/docs/main/boats/overview.md b/docs/main/boats/overview.md new file mode 100644 index 0000000..a8c552d --- /dev/null +++ b/docs/main/boats/overview.md @@ -0,0 +1,36 @@ +--- +title: 'Veda Boats' +sidebar_position: 1 +hide_title: true +--- + +![](../img/3_boats.png) + +### Our VEDA Boats + + +#### VEDA ONE + +Veda 1 was created as a real house, a place where authenticity and respect for the ancient culture is the real luxury, where the customer feels home and happy. + +--- + +#### VEDA TWO + +Veda 2 is a real authentic sailing boat, copying the ancient original ones. + +--- + +#### VEDA THREE + +Veda 3 is a small family boat. + +--- + +#### VEDA FOUR + +Veda 4 was built for larger groups. With plenty of art, ancient symbols, colors, and cozy places, Veda 4 caters to a real and luxury Nile experience. A once-in-a-lifetime experience. + +#### Additional + +Speedboat to bring the guests to the temples and visits diff --git a/docs/main/boats/tech_data.md b/docs/main/boats/tech_data.md new file mode 100644 index 0000000..4a85b4c --- /dev/null +++ b/docs/main/boats/tech_data.md @@ -0,0 +1,23 @@ +--- +title: 'Tech Data' +sidebar_position: 10 +hide_title: true +hide_table_of_contents: true + +--- + + +## Dahabeyas Capacity & Technical Data + +| Dahabeyas Capacity & Technical Data | VEDA ONE | VEDA TWO | VEDA THREE | VEDA FOUR | +|-------------------------------------|-----------------------------------------|-----------------------------------------|-------------------------------------------|-----------------------------------------| +| **Number of Cabins & Maximum Capacity** | 10 Cabins, 20 Passengers | 10 Cabins, 20 Passengers | 5 Cabins, 10 Passengers | 14 Cabins, 28 Passengers | +| **Cabins Configurations** | 4 Suites with balconies, 6 Cabins | 2 Suites with balconies, 8 Cabins | 1 Suite, 4 Cabins (3 twin beds & 1 queen bed) | 4 Suites with balconies, 10 Cabins | +| **Length and Width** | 50m * 8m | 45m * 8m | 18m * 5m | 55m * 8m | +| **Decks and Masts** | 2 decks, 2 masts | 1 deck, 2 masts | 1 deck, 2 masts | 2 decks, 2 masts | +| **Date of Last Renovation** | August 2019 | August 2018 | January 2020 | - | +| **Power Generation** | 13 KW PV Solar array + 70 KWh battery bank
8 KW Solar thermal water heaters
2 Highly efficient silent generators for backup | 10 KW PV Solar array + 50 KWh battery bank
6 KW Solar thermal water heaters
1 generator for backup | 4 KW PV Solar array + 15 KWh battery bank
4 KW Solar thermal water heaters
1 generator for backup | 20 KW PV Solar array + 70 KWh battery bank
10 KW Solar thermal water heaters
2 Highly efficient silent generators for backup | +| **Air-Condition** | Central air-condition with individual remote control | Individual split units for each room | Fan | Central air-condition with individual remote control | +| **Water Purification** | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal
Kitchen has reverse osmosis setup for fresh fruits and vegetables washing | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal
Kitchen has reverse osmosis setup for fresh fruits and vegetables washing | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal
Kitchen has reverse osmosis setup for fresh fruits and vegetables washing | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal
Kitchen has reverse osmosis setup for fresh fruits and vegetables washing | + + diff --git a/docs/main/boats/veda1/_category_.json b/docs/main/boats/veda1/_category_.json new file mode 100644 index 0000000..e3c1565 --- /dev/null +++ b/docs/main/boats/veda1/_category_.json @@ -0,0 +1,10 @@ +{ + "label": "Veda1", + "position": 1, + "link": { + "type": "generated-index", + "description": "The original one." + } +} + + diff --git a/docs/main/boats/veda1/layout.md b/docs/main/boats/veda1/layout.md new file mode 100644 index 0000000..deeda9e --- /dev/null +++ b/docs/main/boats/veda1/layout.md @@ -0,0 +1,10 @@ +--- +title: 'Layout' +sidebar_position: 10 +hide_title: true +hide_table_of_contents: true +description: '...' +--- + + + diff --git a/docs/main/boats/veda4/_category_.json b/docs/main/boats/veda4/_category_.json new file mode 100644 index 0000000..28849e2 --- /dev/null +++ b/docs/main/boats/veda4/_category_.json @@ -0,0 +1,10 @@ +{ + "label": "Veda 4", + "position": 4, + "link": { + "type": "generated-index", + "description": "Our Boats Veda 4." + } +} + + diff --git a/docs/main/boats/veda4/layout.md b/docs/main/boats/veda4/layout.md new file mode 100644 index 0000000..0d3a4aa --- /dev/null +++ b/docs/main/boats/veda4/layout.md @@ -0,0 +1,7 @@ +--- +title: 'Layout' +sidebar_position: 10 +hide_title: true +description: 'Layout' + +--- diff --git a/docs/main/cnn.mdx b/docs/main/cnn.mdx new file mode 100644 index 0000000..2a55c85 --- /dev/null +++ b/docs/main/cnn.mdx @@ -0,0 +1,30 @@ +--- +title: 'CNN' +sidebar_position: 3 +hide_table_of_contents: true +hide_title: true +--- + + + + +
+