diff --git a/README.md b/README.md index 4e1e2fa15..e406e645f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ --- -title: πŸ’Š The Decentralized FDA 🌎 -description: A set of tools and global federation to help regulatory agencies quantify the effects of millions of factors like foods, drugs, and supplements affect human health and happiness. +title: πŸ’Š FDAi 🌎 +description: A set of tools and framework to create autonomous agents to help regulatory agencies quantify the effects of millions of factors like foods, drugs, and supplements affect human health and happiness. --- -# 🌎The Decentralized FDAπŸ’Š +# πŸ€– FDAi πŸ’Š -This [monorepo](docs/contributing/repo-structure.md) contains a set of [FAIR](docs/contributing/fair.md) [libraries](libs) and [apps](apps) to help people and organizations quantify the positive and negative effects of every food, supplement, drug, and treatment on every measurable aspect of human health and happiness. - -![dfda-stack-diagram-white-background.svg](docs/images/dfda-stack-diagram-white-background.svg) +This [monorepo](docs/contributing/repo-structure.md) contains a set of [FAIR](docs/contributing/fair.md) [libraries](libs) and [apps](apps) and autonomous agents to help people and organizations quantify the positive and negative effects of every food, supplement, drug, and treatment on every measurable aspect of human health and happiness. +![fdai-framework-diagram-white-bg.png](../../Users/User/OneDrive/Decentralized%20Cures/fdai-framework-diagram-white-bg.png) # πŸ˜• Why are we doing this? -The current system of clinical research, diagnosis, and treatment is failing the billions of people are suffering from chronic diseases. +The current system of clinical research, diagnosis, and treatment is failing the billions of people are suffering from chronic diseases. [πŸ‘‰ Problems we're trying to fix...](docs/stuff-that-sucks.md) @@ -26,7 +25,7 @@ By harnessing global collective intelligence and oceans of real-world data we ho So in the 90's, Microsoft spent billions hiring thousands of PhDs to create Encarta, the greatest encyclopedia in history. A decade later, when Wikipedia was created, the general consensus was that it was going to be a dumpster fire of lies. Surprisingly, Wikipedia ended up generating information 50X faster than Encarta and was about 1000X cheaper without any loss in accuracy. This is the magical power of crowdsourcing and open collaboration. -Our crazy theory is that we can accomplish the same great feat in the realm of clinical research. By crowdsourcing real-world data and observations from patients, clinicians, and researchers, we hope the Decentralized FDA could also generate clinical discoveries 50X faster and 1000X cheaper than current systems. +Our crazy theory is that we can accomplish the same great feat in the realm of clinical research. By crowdsourcing real-world data and observations from patients, clinicians, and researchers, we hope to generate clinical discoveries 50X faster and 1000X cheaper than current systems. ## The Potential of Real-World Evidence-Based Studies @@ -43,15 +42,15 @@ Our crazy theory is that we can accomplish the same great feat in the realm of c -# πŸ–₯️ dFDA Framework Components +# πŸ–₯️ FDAi Framework Components -This is a very high-level overview of the architecture. The 3 primary primitive components of the dFDA framework are: +This is a very high-level overview of the architecture. The 3 primary primitive components of the FDAi framework are: 1. [Data Silo API Gateway Nodes](#1-data-silo-api-gateway-nodes) that facilitate data export from data silos 2. [PersonalFDA Nodes](#2-personalfda-nodes) that import, store, and analyze your data to identify how various factors affect your health 3. [Clinipedia](#3-clinipediathe-wikipedia-of-clinical-research) that contains the aggregate of all available data on the effects of every food, drug, supplement, and medical intervention on human health. -The core characteristics that define the dFDA are: +The core characteristics that define the FDAi are: - **Modularity** - a set of modular libraries and tools that can be reused in any project - **Protocols** - an abstract framework of core primitive components rather than a specific implementation - **Interoperability** - a directory of existing open-source projects that can be used to fulfill the requirements of each primitive or component @@ -63,13 +62,13 @@ The core characteristics that define the dFDA are: ![dfda-gateway-api-node-silo.png](docs/components/data-silo-gateway-api-nodes/dfda-gateway-api-node-silo.png) -[dFDA Gateway API Nodes](docs/components/data-silo-gateway-api-nodes) should make it easy for data silos, such as hospitals and digital health apps, to let people export and save their data locally in their [PersonalFDA Nodes](#2-personalfda-nodes). +[FDAi Gateway API Nodes](docs/components/data-silo-gateway-api-nodes) should make it easy for data silos, such as hospitals and digital health apps, to let people export and save their data locally in their [PersonalFDA Nodes](#2-personalfda-nodes). **πŸ‘‰ [Learn More About Gateway APIs](docs/components/data-silo-gateway-api-nodes/data-silo-api-gateways.md)** ## 2. PersonalFDA Nodes -[PersonalFDA Nodes](docs/components/personal-fda-nodes/personal-fda-nodes.md) are applications that can run on your phone or computer. They import, store, and analyze your data to identify how various factors affect your health. They can also be used to share anonymous analytical results with the [Clinipedia dFDA Wiki](#3-clinipediathe-wikipedia-of-clinical-research) in a secure and privacy-preserving manner. +[PersonalFDA Nodes](docs/components/personal-fda-nodes/personal-fda-nodes.md) are applications that can run on your phone or computer. They import, store, and analyze your data to identify how various factors affect your health. They can also be used to share anonymous analytical results with the [Clinipedia FDAi Wiki](#3-clinipediathe-wikipedia-of-clinical-research) in a secure and privacy-preserving manner. [PersonalFDA Nodes](docs/components/personal-fda-nodes/personal-fda-nodes.md) are composed of two components, a [Digital Twin Safe](docs/components/digital-twin-safe/digital-twin-safe.md) and a [personal AI agent](docs/components/optimiton-ai-agent/optomitron-ai-agent.md) applies causal inference algorithms to estimate how various factors affect your health. @@ -110,7 +109,7 @@ A key component of Clinipedia are [**Outcome Labels**](docs/components/outcome-l A collective intelligence coordination platform is needed for facilitating cooperation, communication, and collaborative actions among contributors. -**[πŸ‘‰ Learn More or Contribute to the dFDA Collaboration Framework](docs/components/human-ai-collective-intelligence-platform/dfda-collaboration-framework.md)** +**[πŸ‘‰ Learn More or Contribute to the FDAi Collaboration Framework](docs/components/human-ai-collective-intelligence-platform/dfda-collaboration-framework.md)** # Roadmap @@ -129,12 +128,12 @@ done by modularizing the codebase into libraries and plugins that can be shared Apps in this monorepo: -- [dFDA-1](apps/dfda-1) - The first version of the decentralized FDA. It is a web app that allows users to track their health data and analyze it to identify the most effective ways to maximize health and happiness. -- Yours? - If you'd like to create the next version of the dFDA, expand its functionality, or get help with your app, feel free to add it to the [apps](apps) folder and submit a pull request. +- [FDAi-1](apps/dfda-1) - The first version of the decentralized FDA. It is a web app that allows users to track their health data and analyze it to identify the most effective ways to maximize health and happiness. +- Yours? - If you'd like to create the next version of the FDAi, expand its functionality, or get help with your app, feel free to add it to the [apps](apps) folder and submit a pull request. -# dFDA v1 Prototype +# FDAi v1 Prototype -We've got a monolithic centralized implementation of the dFDA at [apps/dfda-1](apps/dfda-1) that we're wanting to modularize and decentralize into a set of [FAIR](docs/contributing/fair.md) [libraries](libs) and plugins that can be shared with other apps. +We've got a monolithic centralized implementation of the FDAi at [apps/dfda-1](apps/dfda-1) that we're wanting to modularize and decentralize into a set of [FAIR](docs/contributing/fair.md) [libraries](libs) and plugins that can be shared with other apps. Currently, the main apps are the [Demo Data Collection, Import, and Analysis App](https://app.crowdsourcingcures.org) and the [Journal of Citizen Science](https://studies.crowdsourcingcures.org). @@ -155,7 +154,7 @@ Currently, the main apps are the [Demo Data Collection, Import, and Analysis App

-dFDA screenshots +FDAi screenshots  

@@ -226,4 +225,4 @@ It's our goal to avoid any duplication of effort. So please include existing pro # πŸ›Ÿ Support -If you have any questions or need help, please [create an issue](https://github.com/decentralized-fda/decentralized-fda/issues/new) instead of emailing us so that others can benefit from the discussion. +If you have any questions or need help, please [create an issue](https://github.com/FDA-AI/FDAi/issues/new) instead of emailing us so that others can benefit from the discussion. diff --git a/SECURITY.md b/SECURITY.md index acf09d508..8b6a14ca0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -The following table displays the versions of the Decentralized FDA project currently being supported with security updates: +The following table displays the versions of the FDAi project currently being supported with security updates: | Version | Supported | |---------|--------------------| @@ -11,10 +11,10 @@ The following table displays the versions of the Decentralized FDA project curre ## Reporting a Vulnerability -To report a security vulnerability within the Decentralized FDA project, follow these steps: +To report a security vulnerability within the FDAi project, follow these steps: 1. **Do not** open a public issue on GitHub. -2. Email security@dfda.earth with the subject "Decentralized FDA Security Vulnerability". +2. Email security@FDAi.earth with the subject "FDAi Security Vulnerability". 3. In the email, include a detailed description of the vulnerability, along with the affected component(s) and version(s) of the project. 4. Optionally, provide a proof of concept, screenshots, or any other relevant information to help us understand and reproduce the issue. @@ -27,7 +27,7 @@ The team is committed to addressing security vulnerabilities in a timely manner. 1. The security team will evaluate the reported vulnerability and assign a severity level based on the potential impact. 2. The security team will work on developing a fix for the vulnerability. 3. The fix will undergo thorough testing and review to ensure its effectiveness and compatibility with the project. -4. Once the fix is ready, the security team will release a new version of the Decentralized FDA project, incorporating the security update. +4. Once the fix is ready, the security team will release a new version of the FDAi project, incorporating the security update. 5. Users will be notified of the new release and encouraged to update their installations as soon as possible. Please note that this security policy is subject to change. It is recommended that users check this document regularly to stay informed about the latest security practices and procedures. diff --git a/docs/community_directory/CONTRIBUTING.md b/docs/community_directory/CONTRIBUTING.md index ea0d40fe8..34159fe58 100644 --- a/docs/community_directory/CONTRIBUTING.md +++ b/docs/community_directory/CONTRIBUTING.md @@ -1,11 +1,11 @@ -# Contributing to the Decentralized FDA (dFDA) Community Directory +# Contributing to the FDAi Community Directory -Thank you for your interest in contributing to the Decentralized FDA (dFDA) Community Directory. This document provides guidelines for contributing to the dFDA project. By participating in this project, you agree to abide by its terms. +Thank you for your interest in contributing to the FDAi Community Directory. This document provides guidelines for contributing to the FDAi project. By participating in this project, you agree to abide by its terms. ## How to Contribute ### Getting Started -1. Familiarize yourself with the dFDA Community Directory by reading the main `README.md`. +1. Familiarize yourself with the FDAi Community Directory by reading the main `README.md`. 2. Decide where your contribution fits in the directory structure. ### Making Contributions @@ -43,7 +43,7 @@ Thank you for your interest in contributing to the Decentralized FDA (dFDA) Comm - Regularly check your pull requests and issues for any feedback or required changes. ## Contact Information -- For general inquiries or assistance, please reach out to the dFDA project maintainers at [contact@email.com]. +- For general inquiries or assistance, please reach out to the FDAi project maintainers at [contact@email.com]. - For specific collaboration requests, use the contact information provided on the partner's Markdown page in the respective folder. ## Additional Guidelines @@ -51,5 +51,5 @@ Thank you for your interest in contributing to the Decentralized FDA (dFDA) Comm - Do not include any proprietary, confidential, or sensitive information in your contributions. - Encourage community engagement by participating in discussions and sharing your expertise. -By following these guidelines, you help to maintain the quality and integrity of the dFDA Community Directory. We look forward to your valuable contributions and thank you for helping to advance the goals of the Decentralized FDA. +By following these guidelines, you help to maintain the quality and integrity of the FDAi Community Directory. We look forward to your valuable contributions and thank you for helping to advance the goals of the FDAi. diff --git a/docs/community_directory/README.md b/docs/community_directory/README.md index ffe361233..04f3cd789 100644 --- a/docs/community_directory/README.md +++ b/docs/community_directory/README.md @@ -1,12 +1,12 @@ -# Decentralized FDA (dFDA) Community Directory +# FDAi Community Directory -Welcome to the Decentralized FDA (dFDA) Community Directory! This repository is designed to facilitate collaboration and organization among various stakeholders involved in the dFDA project. Our goal is to create an open, transparent, and efficient ecosystem where partners from different sectors can come together to contribute to the advancement of decentralized health regulatory processes. +Welcome to the FDAi Community Directory! This repository is designed to facilitate collaboration and organization among various stakeholders involved in the FDAi project. Our goal is to create an open, transparent, and efficient ecosystem where partners from different sectors can come together to contribute to the advancement of decentralized health regulatory processes. ## How to Navigate the Directory The directory is structured into several high-level folders, each catering to different partner groups and aspects of the project. Here's a brief overview of what you can find in each: -- `/partners`: Contains information pertinent to all partners involved in the dFDA. +- `/partners`: Contains information pertinent to all partners involved in the FDAi. - `/researchers`: Dedicated to academic and medical researchers contributing to the project. - `/healthcare_providers`: For hospitals, clinics, and health apps to share and access relevant information. - `/developers`: A space for software developers, data scientists, and AI experts to collaborate. @@ -21,7 +21,7 @@ The directory is structured into several high-level folders, each catering to di Each main folder contains a `README.md` file that describes the purpose of the folder and provides instructions on how to add or modify content. -## Contributing to the dFDA +## Contributing to the FDAi We encourage contributions from all partners. To maintain a high standard of quality and organization, please follow these steps: @@ -47,6 +47,6 @@ We believe in the power of community. Engage with other partners through discuss - **Privacy and Security**: Exercise caution with personal or sensitive information. Refer to our guidelines for what should and shouldn't be shared. - **Regular Updates**: The community directory is regularly updated to ensure relevance and usefulness. Partners are encouraged to update their pages as needed. -Thank you for being a part of the dFDA initiative. Together, we can revolutionize the way health regulatory processes are managed and executed. +Thank you for being a part of the FDAi initiative. Together, we can revolutionize the way health regulatory processes are managed and executed. Let's build a healthier future, one contribution at a time. diff --git a/docs/community_directory/community_volunteers/README.md b/docs/community_directory/community_volunteers/README.md index e51911152..5c075e07c 100644 --- a/docs/community_directory/community_volunteers/README.md +++ b/docs/community_directory/community_volunteers/README.md @@ -1,11 +1,11 @@ # Community Volunteers Directory -Welcome to the Community Volunteers section of the Decentralized FDA (dFDA) Community Directory! This space is dedicated to individual contributors and volunteers who are looking to get involved with the dFDA project. Your passion, skills, and dedication are invaluable to the success of our initiatives. +Welcome to the Community Volunteers section of the FDAi Community Directory! This space is dedicated to individual contributors and volunteers who are looking to get involved with the FDAi project. Your passion, skills, and dedication are invaluable to the success of our initiatives. ## Purpose of This Folder The purpose of this folder is to provide a centralized location where community volunteers can: -- Find information on how to contribute to the dFDA project. +- Find information on how to contribute to the FDAi project. - Share their own expertise and resources. - Connect with other volunteers and project teams. @@ -13,7 +13,7 @@ The purpose of this folder is to provide a centralized location where community If you're interested in contributing as a community volunteer, here's how you can get started: -1. Read the main `README.md` file in the root directory to understand the overall structure and goals of the dFDA project. +1. Read the main `README.md` file in the root directory to understand the overall structure and goals of the FDAi project. 2. Check out the `CONTRIBUTING.md` file for detailed instructions on how to make contributions. 3. Explore the subfolders and `README.md` files of other partner groups to see where your skills and interests align. @@ -26,14 +26,14 @@ To add or modify content in this directory: 3. Add your Markdown page or modify existing content within this folder. 4. Submit a pull request with a clear description of your changes or additions. -Please ensure that your contributions are clear, concise, and relevant to the dFDA project. For any substantial changes or new proposals, consider opening an issue first to discuss your ideas with the community. +Please ensure that your contributions are clear, concise, and relevant to the FDAi project. For any substantial changes or new proposals, consider opening an issue first to discuss your ideas with the community. ## Markdown Pages We encourage each volunteer to create a Markdown page in this folder with the following information: - A brief introduction of yourself and your professional background. -- Your role and interest in the dFDA project. +- Your role and interest in the FDAi project. - How you wish to contribute and areas of expertise you can offer. - Contact information or preferred method of communication. diff --git a/docs/community_directory/developers/README.md b/docs/community_directory/developers/README.md index c841786e4..df6c73763 100644 --- a/docs/community_directory/developers/README.md +++ b/docs/community_directory/developers/README.md @@ -1,6 +1,6 @@ # Developers Directory -Welcome to the Developers Directory of the Decentralized FDA (dFDA) Community Directory. This space is dedicated to software developers, data scientists, AI experts, and anyone involved in the technical development and data analysis aspects of the dFDA project. Here, you can collaborate, share your expertise, and contribute to the development of tools and applications that support the dFDA's mission. +Welcome to the Developers Directory of the FDAi Community Directory. This space is dedicated to software developers, data scientists, AI experts, and anyone involved in the technical development and data analysis aspects of the FDAi project. Here, you can collaborate, share your expertise, and contribute to the development of tools and applications that support the FDAi's mission. ## Purpose of This Folder @@ -9,13 +9,13 @@ The purpose of this folder is to serve as a central hub for developers to: - Share and access technical documentation. - Collaborate on software development projects. - Discuss best practices and coding standards. -- Contribute to the creation and maintenance of dFDA's technical infrastructure. +- Contribute to the creation and maintenance of FDAi's technical infrastructure. ## How to Add or Modify Content To add or modify content in this directory: -1. Fork the dFDA Community Directory repository to your GitHub account. +1. Fork the FDAi Community Directory repository to your GitHub account. 2. Create a new branch for your contributions. 3. Add your content or make modifications within the `developers` folder. 4. Submit a pull request with a clear description of your changes or additions. @@ -24,12 +24,12 @@ Please refer to the `CONTRIBUTING.md` file for more detailed instructions on how ## Getting Involved -If you are a developer interested in contributing to the dFDA project, here are some steps to get started: +If you are a developer interested in contributing to the FDAi project, here are some steps to get started: 1. Introduce yourself by creating a Markdown page within this folder with your name or your organization's name as the filename. 2. On your page, include: - An introduction of yourself or your organization. - - Your role and interest in the dFDA project. + - Your role and interest in the FDAi project. - Contact information or how you wish to be engaged. 3. Review open issues in the repository's issue tracker to see if there are any tasks or discussions you can contribute to. 4. Propose new ideas or projects by opening a new issue or submitting a project proposal using the provided template in the `/templates` directory. @@ -56,5 +56,5 @@ These templates are designed to help maintain consistency and clarity across con We encourage active discussion and collaboration within the developer community. Feel free to join in on discussions, webinars, or online meetings to share your insights and learn from others. -Thank you for being a part of the dFDA's developer community. Your contributions are vital to the success of this project. +Thank you for being a part of the FDAi's developer community. Your contributions are vital to the success of this project. diff --git a/docs/community_directory/funding_sources/README.md b/docs/community_directory/funding_sources/README.md index e63bfdb50..1b3c83b5d 100644 --- a/docs/community_directory/funding_sources/README.md +++ b/docs/community_directory/funding_sources/README.md @@ -1,26 +1,26 @@ # Funding Sources Directory -Welcome to the Funding Sources directory of the Decentralized FDA (dFDA) Community Directory. This space is dedicated to investors, grant agencies, philanthropic organizations, and any other entities interested in providing financial support for the initiatives within the dFDA project. Here, you can find information about ongoing projects in need of funding, learn about the impact of your contributions, and connect with project leaders. +Welcome to the Funding Sources directory of the FDAi Community Directory. This space is dedicated to investors, grant agencies, philanthropic organizations, and any other entities interested in providing financial support for the initiatives within the FDAi project. Here, you can find information about ongoing projects in need of funding, learn about the impact of your contributions, and connect with project leaders. ## Purpose of this Folder The purpose of this folder is to: -- Provide an overview of funding opportunities within the dFDA project. +- Provide an overview of funding opportunities within the FDAi project. - Offer a centralized location for funding entities to explore and engage with various initiatives. - Facilitate transparent communication between project teams and potential funders. - Share success stories and updates on how funds are being utilized to drive progress. ## How to Use this Folder -If you are a funding source interested in supporting the dFDA project, please follow these steps: +If you are a funding source interested in supporting the FDAi project, please follow these steps: 1. Review the `README.md` files in the `/projects` directory to understand the scope and needs of current initiatives. 2. Create a Markdown page in this folder with the following information: - An introduction to your organization and its mission. - The types of projects or research you are interested in funding. - Your preferred method of contact and any specific collaboration requirements. -3. Submit a pull request with your Markdown page for review by the dFDA community. +3. Submit a pull request with your Markdown page for review by the FDAi community. For project teams seeking funding: @@ -35,7 +35,7 @@ To add or modify content in this directory: 2. Make the changes in your forked repository. 3. Submit a pull request with a clear description of your changes for review. -Please refer to the `CONTRIBUTING.md` file for more detailed instructions on contributing to the dFDA Community Directory. +Please refer to the `CONTRIBUTING.md` file for more detailed instructions on contributing to the FDAi Community Directory. ## Templates @@ -47,6 +47,6 @@ We encourage funding sources to regularly update their pages with new informatio ## Contact -For any questions or assistance, please open an issue in the repository's issue tracker, and a member of the dFDA community will get in touch. +For any questions or assistance, please open an issue in the repository's issue tracker, and a member of the FDAi community will get in touch. -Thank you for your interest in supporting the dFDA project. Your contributions are vital to the success and advancement of decentralized health regulatory processes. +Thank you for your interest in supporting the FDAi project. Your contributions are vital to the success and advancement of decentralized health regulatory processes. diff --git a/docs/community_directory/healthcare_providers/README.md b/docs/community_directory/healthcare_providers/README.md index cea90e497..f996e1ebd 100644 --- a/docs/community_directory/healthcare_providers/README.md +++ b/docs/community_directory/healthcare_providers/README.md @@ -1,18 +1,18 @@ # Healthcare Providers Directory -Welcome to the Healthcare Providers directory of the Decentralized FDA (dFDA) Community Directory. This space is dedicated to hospitals, clinics, health apps, and other healthcare service providers who are integral to the implementation and success of the dFDA project. +Welcome to the Healthcare Providers directory of the FDAi Community Directory. This space is dedicated to hospitals, clinics, health apps, and other healthcare service providers who are integral to the implementation and success of the FDAi project. ## Purpose of this Folder -The purpose of this folder is to serve as a central hub for healthcare providers to share information, collaborate on projects, and access resources that are pertinent to their role in the dFDA. This includes, but is not limited to, clinical data, patient care protocols, integration of health technologies, and insights into patient experiences. +The purpose of this folder is to serve as a central hub for healthcare providers to share information, collaborate on projects, and access resources that are pertinent to their role in the FDAi. This includes, but is not limited to, clinical data, patient care protocols, integration of health technologies, and insights into patient experiences. ## How to Contribute -If you are a healthcare provider and wish to contribute to the dFDA, please follow the steps below: +If you are a healthcare provider and wish to contribute to the FDAi, please follow the steps below: -1. Read the main `README.md` file at the root of the repository to understand the overall structure and goals of the dFDA Community Directory. +1. Read the main `README.md` file at the root of the repository to understand the overall structure and goals of the FDAi Community Directory. 2. Familiarize yourself with the `CONTRIBUTING.md` guidelines to ensure a smooth contribution process. -3. Create a Markdown page within this folder to introduce your organization and detail your role and interest in the dFDA project. Include contact information or preferred methods of engagement. +3. Create a Markdown page within this folder to introduce your organization and detail your role and interest in the FDAi project. Include contact information or preferred methods of engagement. 4. If you have specific projects or resources to share, consider adding them to the `/projects` or `/resources` directories, respectively. ## Adding or Modifying Content @@ -39,11 +39,11 @@ We encourage the use of pull requests for adding content and suggest using issue ## Regular Updates -We aim to keep the directory up-to-date. Healthcare providers are encouraged to regularly update their pages and contributions to reflect any new developments or changes in their organization's involvement with the dFDA. +We aim to keep the directory up-to-date. Healthcare providers are encouraged to regularly update their pages and contributions to reflect any new developments or changes in their organization's involvement with the FDAi. ## Contact For any questions or assistance, please refer to the contact information provided in the `CONTRIBUTING.md` file. -Thank you for your participation and contribution to the dFDA project. Together, we can revolutionize the way healthcare is regulated and delivered. +Thank you for your participation and contribution to the FDAi project. Together, we can revolutionize the way healthcare is regulated and delivered. diff --git a/docs/community_directory/industry_stakeholders/README.md b/docs/community_directory/industry_stakeholders/README.md index ab76292a0..c29e0be3b 100644 --- a/docs/community_directory/industry_stakeholders/README.md +++ b/docs/community_directory/industry_stakeholders/README.md @@ -1,22 +1,22 @@ # Industry Stakeholders Directory -Welcome to the Industry Stakeholders Directory of the Decentralized FDA (dFDA) Community Directory. This section is dedicated to pharmaceutical companies, insurance companies, biotech firms, medical device manufacturers, and other key players in the healthcare industry. Your expertise, resources, and insights are invaluable to the success of the dFDA project. +Welcome to the Industry Stakeholders Directory of the FDAi Community Directory. This section is dedicated to pharmaceutical companies, insurance companies, biotech firms, medical device manufacturers, and other key players in the healthcare industry. Your expertise, resources, and insights are invaluable to the success of the FDAi project. ## Purpose of this Folder -The purpose of this folder is to provide a centralized location where industry stakeholders can share their contributions, find relevant information, and collaborate with other partners in the dFDA ecosystem. This includes but is not limited to: +The purpose of this folder is to provide a centralized location where industry stakeholders can share their contributions, find relevant information, and collaborate with other partners in the FDAi ecosystem. This includes but is not limited to: - Sharing industry-specific research and development updates. - Providing insights into regulatory compliance from an industry perspective. - Discussing challenges and opportunities in adopting decentralized FDA processes. -- Collaborating on projects that align with industry interests and the goals of the dFDA. +- Collaborating on projects that align with industry interests and the goals of the FDAi. ## How to Get Involved -To get involved and contribute to the dFDA project as an industry stakeholder: +To get involved and contribute to the FDAi project as an industry stakeholder: -1. Review the main `README.md` and `CONTRIBUTING.md` files to understand the overall structure and contribution guidelines of the dFDA Community Directory. -2. Create a Markdown page within this folder to introduce your organization, detailing your role, interests, and how you wish to contribute to the dFDA project. +1. Review the main `README.md` and `CONTRIBUTING.md` files to understand the overall structure and contribution guidelines of the FDAi Community Directory. +2. Create a Markdown page within this folder to introduce your organization, detailing your role, interests, and how you wish to contribute to the FDAi project. 3. Use the provided templates in the `/templates` folder to standardize your submissions, such as project proposals or partnership introductions. 4. Engage with other partners through pull requests and the issue tracker to propose new ideas, request collaborations, or offer assistance. @@ -37,5 +37,5 @@ For any questions or to seek further assistance, please refer to the contact inf As this folder grows, a table of contents will be maintained here to provide easy navigation to various contributions and information within the Industry Stakeholders Directory. -Thank you for your participation and contribution to the dFDA project. Together, we can shape the future of decentralized health regulatory processes. +Thank you for your participation and contribution to the FDAi project. Together, we can shape the future of decentralized health regulatory processes. diff --git a/docs/community_directory/partners/README.md b/docs/community_directory/partners/README.md index af5c07bf9..90d97d6ad 100644 --- a/docs/community_directory/partners/README.md +++ b/docs/community_directory/partners/README.md @@ -1,12 +1,12 @@ # Partners Directory -Welcome to the `/partners` directory of the Decentralized FDA (dFDA) Community Directory. This section serves as a central hub for all partner-related information, facilitating collaboration and communication among various stakeholders involved in the dFDA project. +Welcome to the `/partners` directory of the FDAi Community Directory. This section serves as a central hub for all partner-related information, facilitating collaboration and communication among various stakeholders involved in the FDAi project. ## Purpose of the Partners Directory The purpose of this directory is to provide a space where partners can: -- Introduce their organization and their role in the dFDA project. +- Introduce their organization and their role in the FDAi project. - Share their interests and how they wish to contribute to the project. - Find contact information and engagement details for other partners. @@ -15,7 +15,7 @@ The purpose of this directory is to provide a space where partners can: To ensure effective collaboration and organization, we encourage each partner to create a Markdown page within this directory. The page should include: - An introduction to the partner or organization. -- A description of their role and interest in the dFDA project. +- A description of their role and interest in the FDAi project. - Preferred contact information or instructions on how they wish to be engaged. ### Adding or Modifying Content @@ -42,7 +42,7 @@ As this directory grows, a table of contents will be maintained here to provide ## Additional Information -For any questions or assistance, please refer to the `CONTRIBUTING.md` file or use the GitHub issue tracker to reach out to the dFDA community. +For any questions or assistance, please refer to the `CONTRIBUTING.md` file or use the GitHub issue tracker to reach out to the FDAi community. -Thank you for being a part of the Decentralized FDA (dFDA) initiative. Your collaboration is vital to the success of this project. +Thank you for being a part of the FDAi initiative. Your collaboration is vital to the success of this project. diff --git a/docs/community_directory/patient_advocacy/README.md b/docs/community_directory/patient_advocacy/README.md index eef9762b8..79e30949b 100644 --- a/docs/community_directory/patient_advocacy/README.md +++ b/docs/community_directory/patient_advocacy/README.md @@ -1,27 +1,27 @@ # Patient Advocacy Directory -Welcome to the Patient Advocacy directory of the Decentralized FDA (dFDA) Community Directory. This space is dedicated to patient advocacy groups, non-governmental organizations (NGOs), and other entities that represent the interests and rights of patients. Your contributions are vital to ensuring that the dFDA addresses the needs and concerns of patients effectively. +Welcome to the Patient Advocacy directory of the FDAi Community Directory. This space is dedicated to patient advocacy groups, non-governmental organizations (NGOs), and other entities that represent the interests and rights of patients. Your contributions are vital to ensuring that the FDAi addresses the needs and concerns of patients effectively. ## Purpose of This Folder The purpose of this folder is to: - Serve as a central hub for patient advocacy groups and NGOs to share information and resources. -- Facilitate collaboration between patient advocates and other stakeholders in the dFDA. +- Facilitate collaboration between patient advocates and other stakeholders in the FDAi. - Provide a platform for discussing patient-centric issues and solutions within the regulatory framework. ## How to Get Involved To get involved and contribute to this directory: -1. Review the main `README.md` file in the root directory to understand the overall structure and goals of the dFDA Community Directory. +1. Review the main `README.md` file in the root directory to understand the overall structure and goals of the FDAi Community Directory. 2. Familiarize yourself with the `CONTRIBUTING.md` guidelines to ensure a smooth contribution process. ### Adding Content -1. Create a Markdown page within this folder to introduce your organization and outline your role and interests in the dFDA project. +1. Create a Markdown page within this folder to introduce your organization and outline your role and interests in the FDAi project. 2. Include contact information or preferred methods of engagement so that other partners can reach out for collaboration. ### Modifying Content 1. If you need to update information on an existing page, use pull requests to submit your changes for review. -2. Ensure that any modifications align with the goals of the dFDA and benefit the patient advocacy community. +2. Ensure that any modifications align with the goals of the FDAi and benefit the patient advocacy community. ## Readme Contents @@ -49,5 +49,5 @@ We encourage all partners to regularly update their pages to reflect current act - Please be mindful of privacy and security when sharing personal or sensitive information. - Engage with the community through discussions, webinars, or online meetings to further patient advocacy initiatives. -Thank you for your dedication to patient advocacy and for contributing to the dFDA project. Together, we can make a significant impact on the future of health regulatory processes. +Thank you for your dedication to patient advocacy and for contributing to the FDAi project. Together, we can make a significant impact on the future of health regulatory processes. diff --git a/docs/community_directory/projects/README.md b/docs/community_directory/projects/README.md index 7bb571ab9..6d68ba6fd 100644 --- a/docs/community_directory/projects/README.md +++ b/docs/community_directory/projects/README.md @@ -1,10 +1,10 @@ # Projects Directory -Welcome to the Projects Directory of the Decentralized FDA (dFDA) Community Directory. This space is dedicated to housing specific project descriptions, requirements, and collaboration opportunities that are part of the dFDA initiative. Here, you can find detailed information about ongoing and upcoming projects, as well as how you can contribute to them. +Welcome to the Projects Directory of the FDAi Community Directory. This space is dedicated to housing specific project descriptions, requirements, and collaboration opportunities that are part of the FDAi initiative. Here, you can find detailed information about ongoing and upcoming projects, as well as how you can contribute to them. ## Purpose of the Projects Directory -The Projects Directory serves as a centralized location where all stakeholders can access and contribute to the various projects under the dFDA umbrella. It is designed to: +The Projects Directory serves as a centralized location where all stakeholders can access and contribute to the various projects under the FDAi umbrella. It is designed to: - Provide clear and concise project descriptions. - Outline the requirements and goals for each project. @@ -42,5 +42,5 @@ Regular updates to the Projects Directory are crucial to keep all stakeholders i If you have any questions or need assistance with navigating the Projects Directory, proposing a project, or making contributions, please refer to the `CONTRIBUTING.md` file or use the GitHub issue tracker to reach out for support. -Thank you for your contributions and for being a part of the dFDA community. Together, we can drive innovation and progress in the decentralized health regulatory space. +Thank you for your contributions and for being a part of the FDAi community. Together, we can drive innovation and progress in the decentralized health regulatory space. diff --git a/docs/community_directory/regulatory_legal/README.md b/docs/community_directory/regulatory_legal/README.md index f05a1822e..3a13a536b 100644 --- a/docs/community_directory/regulatory_legal/README.md +++ b/docs/community_directory/regulatory_legal/README.md @@ -1,21 +1,21 @@ # Regulatory and Legal Partners Directory -Welcome to the Regulatory and Legal Partners section of the Decentralized FDA (dFDA) Community Directory. This folder is dedicated to regulatory experts, legal advisors, and anyone involved in the legal and regulatory aspects of healthcare and pharmaceuticals. Here, we share insights, discuss regulatory frameworks, and collaborate on ensuring that the dFDA operates within legal boundaries while fostering innovation. +Welcome to the Regulatory and Legal Partners section of the FDAi Community Directory. This folder is dedicated to regulatory experts, legal advisors, and anyone involved in the legal and regulatory aspects of healthcare and pharmaceuticals. Here, we share insights, discuss regulatory frameworks, and collaborate on ensuring that the FDAi operates within legal boundaries while fostering innovation. ## Purpose of this Folder The purpose of this folder is to: - Serve as a central hub for regulatory and legal partners to find and share information. - Provide a space for discussion on regulatory challenges and solutions in the context of decentralized health technologies. -- Facilitate collaboration on the development of legal frameworks that support the dFDA's mission. +- Facilitate collaboration on the development of legal frameworks that support the FDAi's mission. ## How to Get Involved -If you are a regulatory expert or legal advisor and wish to contribute to the dFDA, please follow these steps: +If you are a regulatory expert or legal advisor and wish to contribute to the FDAi, please follow these steps: -1. Read the main `README.md` file in the root directory to understand the overall structure and goals of the dFDA Community Directory. +1. Read the main `README.md` file in the root directory to understand the overall structure and goals of the FDAi Community Directory. 2. Familiarize yourself with the `CONTRIBUTING.md` guidelines to understand how to make contributions to the project. -3. Create a Markdown page within this folder with an introduction of yourself or your organization, detailing your role, interests, and how you wish to contribute to the dFDA. +3. Create a Markdown page within this folder with an introduction of yourself or your organization, detailing your role, interests, and how you wish to contribute to the FDAi. 4. Use pull requests to submit your Markdown page or any other contributions to this folder for review. ## Contents of this Folder diff --git a/docs/community_directory/researchers/README.md b/docs/community_directory/researchers/README.md index 8c4ba4db0..0eac15dc5 100644 --- a/docs/community_directory/researchers/README.md +++ b/docs/community_directory/researchers/README.md @@ -1,13 +1,13 @@ # Researchers Directory -Welcome to the Researchers Directory of the Decentralized FDA (dFDA) Community Directory. This space is dedicated to academic and medical researchers who are contributing their expertise and knowledge to the dFDA project. Here, you can find collaborations, share findings, and access resources that are pertinent to the research community within the dFDA ecosystem. +Welcome to the Researchers Directory of the FDAi Community Directory. This space is dedicated to academic and medical researchers who are contributing their expertise and knowledge to the FDAi project. Here, you can find collaborations, share findings, and access resources that are pertinent to the research community within the FDAi ecosystem. ## Purpose of this Folder The purpose of this folder is to: - Serve as a central hub for researchers to find and share information. -- Facilitate collaboration between researchers and other stakeholders in the dFDA project. -- Provide a repository of research materials, publications, and data sets that can be used to support the dFDA's objectives. +- Facilitate collaboration between researchers and other stakeholders in the FDAi project. +- Provide a repository of research materials, publications, and data sets that can be used to support the FDAi's objectives. ## How to Add or Modify Content @@ -28,20 +28,20 @@ As this directory grows, a table of contents will be maintained here to help you ## Getting Involved -If you are a researcher interested in contributing to the dFDA, please create a Markdown page in this folder with the following information: +If you are a researcher interested in contributing to the FDAi, please create a Markdown page in this folder with the following information: - An introduction of yourself and your research focus. -- Your role and interest in the dFDA project. +- Your role and interest in the FDAi project. - Contact information or how you wish to be engaged. Please use the `templates/partner_introduction.md` as a guide for creating your page. ## Resources for Researchers -This section will contain links to resources such as research tools, data analysis software, and guidelines for best practices in medical and academic research within the context of the dFDA. +This section will contain links to resources such as research tools, data analysis software, and guidelines for best practices in medical and academic research within the context of the FDAi. ## Contact For any questions or to seek assistance, please use the GitHub issue tracker to reach out to the community or contact the repository maintainers directly. -Thank you for your contributions and for being an integral part of the dFDA's mission to revolutionize health regulatory processes through decentralization. +Thank you for your contributions and for being an integral part of the FDAi's mission to revolutionize health regulatory processes through decentralization. diff --git a/docs/community_directory/resources/README.md b/docs/community_directory/resources/README.md index f2cc6adc6..0cf0dfed0 100644 --- a/docs/community_directory/resources/README.md +++ b/docs/community_directory/resources/README.md @@ -1,10 +1,10 @@ # Resources Directory -Welcome to the `/resources` directory of the Decentralized FDA (dFDA) Community Directory. This space is dedicated to providing shared resources, guides, tools, documentation, coding standards, and data handling protocols that are essential for the collaboration and development of the dFDA project. +Welcome to the `/resources` directory of the FDAi Community Directory. This space is dedicated to providing shared resources, guides, tools, documentation, coding standards, and data handling protocols that are essential for the collaboration and development of the FDAi project. ## Purpose of the Resources Directory -The purpose of this directory is to serve as a central hub for all the materials that partners across various sectors may need to effectively contribute to the dFDA. It is designed to ensure that everyone has access to the same information, which is crucial for maintaining consistency and quality in our collaborative efforts. +The purpose of this directory is to serve as a central hub for all the materials that partners across various sectors may need to effectively contribute to the FDAi. It is designed to ensure that everyone has access to the same information, which is crucial for maintaining consistency and quality in our collaborative efforts. ## What You Will Find Here @@ -13,7 +13,7 @@ In this directory, you will find a variety of resources that can help you unders - **Guides**: Step-by-step instructions and best practices for various tasks and processes within the project. - **Tools**: Software and utilities that can aid in development, research, and collaboration. - **Documentation**: Detailed descriptions of the project's architecture, components, and systems. -- **Coding Standards**: Conventions and style guides to follow when writing code for the dFDA. +- **Coding Standards**: Conventions and style guides to follow when writing code for the FDAi. - **Data Handling Protocols**: Guidelines for managing, storing, and sharing data securely and responsibly. ## How to Add or Modify Content @@ -21,14 +21,14 @@ In this directory, you will find a variety of resources that can help you unders To add or modify content in the `/resources` directory: 1. Check the existing materials to avoid duplication. -2. If you're adding a new resource, ensure it is relevant and beneficial to the dFDA community. +2. If you're adding a new resource, ensure it is relevant and beneficial to the FDAi community. 3. Follow the contribution process outlined in the `CONTRIBUTING.md` file at the root of the repository. 4. Use clear and descriptive commit messages to explain what changes you've made. 5. Submit a pull request with your changes for review. ## Contributing Your Resources -If you have a resource that you believe would be valuable to the dFDA community, we encourage you to share it. Please ensure that any resources you contribute are appropriately licensed and do not contain sensitive or proprietary information. +If you have a resource that you believe would be valuable to the FDAi community, we encourage you to share it. Please ensure that any resources you contribute are appropriately licensed and do not contain sensitive or proprietary information. ## Keeping Resources Up-to-Date @@ -38,5 +38,5 @@ The effectiveness of our resources depends on their relevance and accuracy. We e If you have questions or need assistance with adding resources, please refer to the `CONTRIBUTING.md` file for guidance on how to get help. -Thank you for contributing to the dFDA project and for helping to build a comprehensive resource library for all partners involved. +Thank you for contributing to the FDAi project and for helping to build a comprehensive resource library for all partners involved. diff --git a/docs/community_directory/templates/partner_introduction.md b/docs/community_directory/templates/partner_introduction.md index 9fd7e5487..cb46a785c 100644 --- a/docs/community_directory/templates/partner_introduction.md +++ b/docs/community_directory/templates/partner_introduction.md @@ -1,6 +1,6 @@ # Partner Introduction Template -Welcome to the Decentralized FDA (dFDA) Community Directory! This template is designed to help partners introduce themselves to the community. By providing consistent and structured information about each partner, we can foster better collaboration and understanding across the dFDA ecosystem. +Welcome to the FDAi Community Directory! This template is designed to help partners introduce themselves to the community. By providing consistent and structured information about each partner, we can foster better collaboration and understanding across the FDAi ecosystem. Please copy this template into your respective folder (e.g., `/researchers`, `/healthcare_providers`, etc.), fill it out with your information, and submit it as a Markdown file. If you're not familiar with Markdown, you can find a quick guide [here](https://www.markdownguide.org/basic-syntax/). @@ -13,19 +13,19 @@ Please copy this template into your respective folder (e.g., `/researchers`, `/h ## About -Provide a brief description of your organization or individual background, your mission, and the work you do. Include any relevant achievements or projects that highlight your experience in the field related to the dFDA. +Provide a brief description of your organization or individual background, your mission, and the work you do. Include any relevant achievements or projects that highlight your experience in the field related to the FDAi. -## Role and Interest in the dFDA Project +## Role and Interest in the FDAi Project -Describe your role and interest in the dFDA project. What are your goals, and how do you see yourself contributing to the project? What expertise or resources can you bring to the community? +Describe your role and interest in the FDAi project. What are your goals, and how do you see yourself contributing to the project? What expertise or resources can you bring to the community? ## Areas of Expertise -List your areas of expertise and any specific skills or knowledge that you can contribute to the dFDA project. +List your areas of expertise and any specific skills or knowledge that you can contribute to the FDAi project. ## Collaboration Opportunities -Mention any specific areas within the dFDA project where you seek collaboration or can offer support. This could include research, development, regulatory guidance, legal advice, patient advocacy, etc. +Mention any specific areas within the FDAi project where you seek collaboration or can offer support. This could include research, development, regulatory guidance, legal advice, patient advocacy, etc. ## Contact Information @@ -39,9 +39,9 @@ Mention any specific areas within the dFDA project where you seek collaboration Provide instructions or preferences on how other partners can engage with you. This could include meeting schedules, preferred communication channels, or any other collaboration protocols you have in place. -By submitting this introduction, you help build a more connected and informed dFDA community. We look forward to your valuable contributions! +By submitting this introduction, you help build a more connected and informed FDAi community. We look forward to your valuable contributions! --- -*Note: Please ensure that you do not share any sensitive or confidential information in this document. Refer to the dFDA Community Directory's privacy and security guidelines for more information.* +*Note: Please ensure that you do not share any sensitive or confidential information in this document. Refer to the FDAi Community Directory's privacy and security guidelines for more information.* diff --git a/docs/community_directory/templates/project_proposal.md b/docs/community_directory/templates/project_proposal.md index 7f8b8c9eb..291db232e 100644 --- a/docs/community_directory/templates/project_proposal.md +++ b/docs/community_directory/templates/project_proposal.md @@ -1,12 +1,12 @@ -# Project Proposal Template for the Decentralized FDA (dFDA) +# Project Proposal Template for the FDAi -Thank you for your interest in proposing a project for the Decentralized FDA (dFDA) Community Directory. This template is designed to help you structure your proposal in a clear and consistent manner. Please fill out each section with as much detail as possible to ensure a thorough understanding of your project idea. +Thank you for your interest in proposing a project for the FDAi Community Directory. This template is designed to help you structure your proposal in a clear and consistent manner. Please fill out each section with as much detail as possible to ensure a thorough understanding of your project idea. ## Project Title Provide a concise and descriptive title for your project. ## Abstract -A brief summary of the project, including its purpose and expected impact on the dFDA initiative. +A brief summary of the project, including its purpose and expected impact on the FDAi initiative. ## Background and Rationale Explain the context and reasons for proposing this project. Include any relevant data, research findings, or existing problems that this project aims to address. @@ -30,7 +30,7 @@ Outline the budget and resources required for the project, including personnel, List the members of the project team and their roles. If you are seeking additional collaborators, specify the roles and expertise needed. ## Expected Outcomes -Detail the expected results and deliverables upon the project's completion. Explain how these outcomes will contribute to the dFDA initiative. +Detail the expected results and deliverables upon the project's completion. Explain how these outcomes will contribute to the FDAi initiative. ## Evaluation and Success Criteria Describe how the success of the project will be measured. Include any metrics or benchmarks that will be used to evaluate the project's impact. @@ -43,5 +43,5 @@ Provide contact details for the project proposer(s) and/or the main point of con --- -Please ensure that your proposal aligns with the dFDA's mission and values. Once completed, submit your proposal using a pull request as outlined in the `CONTRIBUTING.md` document. We look forward to reviewing your innovative ideas for advancing the dFDA initiative. +Please ensure that your proposal aligns with the FDAi's mission and values. Once completed, submit your proposal using a pull request as outlined in the `CONTRIBUTING.md` document. We look forward to reviewing your innovative ideas for advancing the FDAi initiative. diff --git a/docs/components/browser-extension/browser-extension.md b/docs/components/browser-extension/browser-extension.md index 3d42eca0f..ebf938119 100644 --- a/docs/components/browser-extension/browser-extension.md +++ b/docs/components/browser-extension/browser-extension.md @@ -12,4 +12,4 @@ For development, you need to copy manifest-chrome.json into manifest.json and th # πŸ›Ÿ Support -If you have any questions or need help, please [create an issue](https://github.com/decentralized-fda/decentralized-fda/issues/new) instead of emailing us so that others can benefit from the discussion. +If you have any questions or need help, please [create an issue](https://github.com/FDA-AI/FDAi/issues/new) instead of emailing us so that others can benefit from the discussion. diff --git a/docs/components/clinipedia/clinipedia.md b/docs/components/clinipedia/clinipedia.md index d634fe971..a942caf24 100644 --- a/docs/components/clinipedia/clinipedia.md +++ b/docs/components/clinipedia/clinipedia.md @@ -10,7 +10,7 @@ The Clinipedia wiki contains the aggregate of all available data on the effects - **Data Silos Directory:** Compile a comprehensive directory of existing data sources, facilitating integration with the Digital Twin Safe. - **Reputation Scoring:** Develop a transparent and reliable reputation-weighted voting system for intervention approval. - **Comparative Policy Analysis** - Aggregate existing approval and certification data from existing national regulatory bodies. For instance, numerous countries have outlawed the use of glyphosate which can harm the gut microbiome. This data could be used to generate a comparative policy analysis to inform the FDA's decision-making process. - - **Food and Drug Outcome Labels** - Ultimately, the most useful output of a decentralized FDA would be [Outcome Labels](../data-analysis/outcome-labels/outcome-labels.md) list the degree to which the product is likely to improve or worsen specific health outcomes or symptoms. These are derived from real-world data (RWD) and subject to Futarchical-weighted review by the board members of the dFDA. [πŸ‘‰ Learn More](../data-analysis/outcome-labels/outcome-labels.md) + - **Food and Drug Outcome Labels** - Ultimately, the most useful output of a decentralized FDA would be [Outcome Labels](../data-analysis/outcome-labels/outcome-labels.md) list the degree to which the product is likely to improve or worsen specific health outcomes or symptoms. These are derived from real-world data (RWD) and subject to Futarchical-weighted review by the board members of the FDAi. [πŸ‘‰ Learn More](../data-analysis/outcome-labels/outcome-labels.md) - **Publish Meta-Analyses** - Generate meta-analyses from all completed studies at ClinicalTrials.gov - **Certification of Intervention Manufacturers/Sources** via a Decentralized Web of Trust derived from end-user data and reviews traced back using an NFT-tracked supply chain - **Intervention Ranking** - Elevate the most promising yet little/known or researched treatments diff --git a/docs/components/data-silo-gateway-api-nodes/data-silo-api-gateways.md b/docs/components/data-silo-gateway-api-nodes/data-silo-api-gateways.md index f563d133b..e400ae7f2 100644 --- a/docs/components/data-silo-gateway-api-nodes/data-silo-api-gateways.md +++ b/docs/components/data-silo-gateway-api-nodes/data-silo-api-gateways.md @@ -2,7 +2,7 @@ ![dfda-gateway-api-node-silo.png](dfda-gateway-api-node-silo.png) -dFDA Gateway API Nodes make it easy for data silos, such as hospitals and digital health apps, to let people export and save their data locally in their [PersonalFDA Nodes](../../home.md#2-personalfda-nodes). +FDAi Gateway API Nodes make it easy for data silos, such as hospitals and digital health apps, to let people export and save their data locally in their [PersonalFDA Nodes](../../home.md#2-personalfda-nodes). ### Requirements - **OAuth2 Protected API:** Provides a secure, OAuth2-protected API for people to easily access their data. diff --git a/docs/components/digital-twin-safe/digital-twin-safe.md b/docs/components/digital-twin-safe/digital-twin-safe.md index 444fe40a0..c57ac45c9 100644 --- a/docs/components/digital-twin-safe/digital-twin-safe.md +++ b/docs/components/digital-twin-safe/digital-twin-safe.md @@ -34,9 +34,9 @@ Import data from all your apps and wearables, so you can centrally own, control, ## Demo -[![digital-twin-safe-screenshot-home](https://user-images.githubusercontent.com/2808553/200402565-72bc85a3-deb2-4f1a-a9b1-bde108e63d87.png)](https://safe.dfda.earth/app/matic:0x2007288C1D35cf8674514ed4860b8Adfa0F0349c/home?access_token=demo) +[![digital-twin-safe-screenshot-home](https://user-images.githubusercontent.com/2808553/200402565-72bc85a3-deb2-4f1a-a9b1-bde108e63d87.png)](https://safe.FDAi.earth/app/matic:0x2007288C1D35cf8674514ed4860b8Adfa0F0349c/home?access_token=demo) -Demo available at [safe.dfda.earth](https://safe.dfda.earth/app/matic:0x2007288C1D35cf8674514ed4860b8Adfa0F0349c/home?access_token=demo) and on [GitHub](https://github.com/curedao/digital-twin-safe). +Demo available at [safe.FDAi.earth](https://safe.FDAi.earth/app/matic:0x2007288C1D35cf8674514ed4860b8Adfa0F0349c/home?access_token=demo) and on [GitHub](https://github.com/curedao/digital-twin-safe). ## Technology diff --git a/docs/components/human-ai-collective-intelligence-platform/dfda-collaboration-framework.md b/docs/components/human-ai-collective-intelligence-platform/dfda-collaboration-framework.md index b39e63f5e..2ea2e9a45 100644 --- a/docs/components/human-ai-collective-intelligence-platform/dfda-collaboration-framework.md +++ b/docs/components/human-ai-collective-intelligence-platform/dfda-collaboration-framework.md @@ -1,12 +1,12 @@ --- -title: dFDA Collaboration and Collective Intelligence Framework -description: A framework for coordinating the efforts of the stakeholders in the dFDA ecosystem. +title: FDAi Collaboration and Collective Intelligence Framework +description: A framework for coordinating the efforts of the stakeholders in the FDAi ecosystem. tags: [dfda, collaborationism, collective intelligence, coordination] --- > **Note:** This document is a work in progress. We welcome contributions and encourage the inclusion of existing projects that align with this framework's objectives. Please [contact us](mailto:grants@crowdsourcingcures.org) if you'd like to implement any aspect of this framework. -We are creating the dFDA Collaboration and Collective Intelligence Framework to serve as a central platform for facilitating cooperation, communication, and collaborative actions among stakeholders in the health sector. Its primary objective is to harness collective capabilities towards a shared vision of accelerated clinical discovery and improved health outcomes. +We are creating the FDAi Collaboration and Collective Intelligence Framework to serve as a central platform for facilitating cooperation, communication, and collaborative actions among stakeholders in the health sector. Its primary objective is to harness collective capabilities towards a shared vision of accelerated clinical discovery and improved health outcomes. **Desired Features of the Platform:** @@ -21,7 +21,7 @@ We are creating the dFDA Collaboration and Collective Intelligence Framework to **Implementation Approach:** -To establish the dFDA platform, we propose leveraging existing open-source tools to ensure cost-efficiency, rapid deployment, and an environment conducive to collaboration. Key steps include: +To establish the FDAi platform, we propose leveraging existing open-source tools to ensure cost-efficiency, rapid deployment, and an environment conducive to collaboration. Key steps include: 1. **Tool Selection:** Identify open-source tools for communication, collaboration, data sharing, and decentralized governance. 2. **Infrastructure Setup:** Use platforms like Slack, GitHub, and Trello for core communication and project management. @@ -47,5 +47,5 @@ To address the competitive nature inherent in human and organizational behavior, 8. **Cultural Change:** Encourage a shift from competition to collaboration through education and storytelling. 9. **Collaborative Metrics:** Focus on evaluation criteria that highlight collective efforts and impact. -By integrating these elements, the dFDA initiative aims to foster a collaborative ecosystem that accelerates innovation in health, aligning with the mission of maximizing human lifespan and minimizing net suffering. +By integrating these elements, the FDAi initiative aims to foster a collaborative ecosystem that accelerates innovation in health, aligning with the mission of maximizing human lifespan and minimizing net suffering. diff --git a/docs/components/personal-fda-nodes/personal-fda-nodes.md b/docs/components/personal-fda-nodes/personal-fda-nodes.md index 24ffa37e8..0c18fcd77 100644 --- a/docs/components/personal-fda-nodes/personal-fda-nodes.md +++ b/docs/components/personal-fda-nodes/personal-fda-nodes.md @@ -1,6 +1,6 @@ ## 2. PersonalFDA Nodes -PersonalFDA Nodes are applications that can run on your phone or computer. They import, store, and analyze your data to identify how various factors affect your health. They can also be used to share anonymous analytical results with the [Clinipedia dFDA Wiki](../clinipedia/clinipedia.md) in a secure and privacy-preserving manner. +PersonalFDA Nodes are applications that can run on your phone or computer. They import, store, and analyze your data to identify how various factors affect your health. They can also be used to share anonymous analytical results with the [Clinipedia FDAi Wiki](../clinipedia/clinipedia.md) in a secure and privacy-preserving manner. PersonalFDA Nodes are composed of two components, a Digital Twin Safe and an AI agent called Optimitron (or some better name) that uses causal inference to estimate how various factors affect your health. diff --git a/docs/contributing.md b/docs/contributing.md index 6e80b69f0..4dce6c8fc 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,4 +1,4 @@ -# Contributing The Decentralized FDA +# Contributing The FDAi ## For Non-Technical Users: @@ -9,7 +9,7 @@ - At the bottom of the page, describe your changes and click **Commit changes**. 2. **Using GitHub Issues and Discussions**: - - Navigate to the **Issues** or **Discussions** tab in the main [dFDA repository](https://github.com/decentralized-fda/decentralized-fda). + - Navigate to the **Issues** or **Discussions** tab in the main [FDAi repository](https://github.com/FDA-AI/FDAi). - You can create a new issue/discussion or contribute to an existing one. ## For Developers and Technical Users: @@ -37,43 +37,43 @@ ## Final Steps -After your pull request is merged, your contributions will be part of the Decentralized FDA project. We encourage you to keep participating, share your experience with others, and help us grow this initiative. +After your pull request is merged, your contributions will be part of the FDAi project. We encourage you to keep participating, share your experience with others, and help us grow this initiative. # Other Ways to Contribute -If you already have organizations or project aligned with the goals of the Decentralized FDA (dFDA), you can contribute in several valuable ways. Here are some suggestions: +If you already have organizations or project aligned with the goals of the FDAi, you can contribute in several valuable ways. Here are some suggestions: ### 1. Partnership and Collaboration -- **Integrate Existing Projects**: If your project or organization has tools, datasets, or services that align with the dFDA's objectives, consider integrating them into the dFDA ecosystem. -- **Joint Ventures**: Engage in collaborative projects that leverage the strengths of both your organization and the dFDA. +- **Integrate Existing Projects**: If your project or organization has tools, datasets, or services that align with the FDAi's objectives, consider integrating them into the FDAi ecosystem. +- **Joint Ventures**: Engage in collaborative projects that leverage the strengths of both your organization and the FDAi. - **Data Sharing Agreements**: If you're a data silo owner, consider forming partnerships to share non-sensitive or anonymized data, respecting privacy and regulatory constraints. ### 2. Data Contribution and Management -- **Contribute Data**: Share relevant data, especially if it can fill gaps in the dFDA's current dataset. This could include clinical data, research findings, or real-world health data. +- **Contribute Data**: Share relevant data, especially if it can fill gaps in the FDAi's current dataset. This could include clinical data, research findings, or real-world health data. - **Data Standardization**: Help in developing or adopting standards for data formatting and sharing to ensure compatibility and interoperability. - **Data Governance**: Assist in establishing guidelines and policies for data management, privacy, and security. ### 3. Technical and Knowledge Contributions -- **Develop Interoperable Solutions**: If your organization has expertise in creating healthcare software, consider developing applications or tools that are compatible with the dFDA's framework. -- **Expertise Sharing**: Offer your expertise in areas like medical research, data analysis, AI, blockchain, etc., to improve the dFDA's strategies and methodologies. -- **Documentation and Training**: Contribute to educational materials, guides, or training programs to help users understand and engage with the dFDA platform and its components. +- **Develop Interoperable Solutions**: If your organization has expertise in creating healthcare software, consider developing applications or tools that are compatible with the FDAi's framework. +- **Expertise Sharing**: Offer your expertise in areas like medical research, data analysis, AI, blockchain, etc., to improve the FDAi's strategies and methodologies. +- **Documentation and Training**: Contribute to educational materials, guides, or training programs to help users understand and engage with the FDAi platform and its components. ### 4. Advocacy and Community Engagement -- **Promote the Vision**: Use your organization's platform to advocate for the dFDA's goals and encourage others to participate. -- **Host Events and Workshops**: Organize events, webinars, or workshops to educate about the dFDA's mission and how others can contribute. +- **Promote the Vision**: Use your organization's platform to advocate for the FDAi's goals and encourage others to participate. +- **Host Events and Workshops**: Organize events, webinars, or workshops to educate about the FDAi's mission and how others can contribute. - **Community Building**: Help in building a community of like-minded organizations and individuals to foster a collaborative environment. ### 5. Financial and Resource Support - **Sponsorship and Funding**: Provide financial support, either through direct funding or by helping to secure grants and other forms of financial assistance. -- **Resource Allocation**: Offer resources like server space, software licenses, or access to professional networks that can assist the dFDA project. +- **Resource Allocation**: Offer resources like server space, software licenses, or access to professional networks that can assist the FDAi project. ### 6. Policy and Regulatory Guidance - **Regulatory Expertise**: Offer guidance on navigating the complex regulatory landscapes related to healthcare data and interventions. - **Policy Development**: Assist in developing policies and best practices that promote open collaboration while ensuring compliance with legal and ethical standards. ### 7. Public and Institutional Liaison -- **Liaise with Public Health Bodies**: Act as a bridge between the dFDA and public health institutions, regulatory bodies, and NGOs. -- **Stakeholder Engagement**: Engage with various stakeholders, including patients, healthcare providers, and policymakers, to ensure the dFDA's solutions meet diverse needs. +- **Liaise with Public Health Bodies**: Act as a bridge between the FDAi and public health institutions, regulatory bodies, and NGOs. +- **Stakeholder Engagement**: Engage with various stakeholders, including patients, healthcare providers, and policymakers, to ensure the FDAi's solutions meet diverse needs. Collaboration, knowledge sharing, and strategic partnerships will be key to this effort. diff --git a/docs/contributing/task-management/create-a-task.md b/docs/contributing/task-management/create-a-task.md index 28ac46885..e0e954362 100644 --- a/docs/contributing/task-management/create-a-task.md +++ b/docs/contributing/task-management/create-a-task.md @@ -10,7 +10,7 @@ dateCreated: 2022-07-27T21:36:24.019Z # βž• How to Create a Task -1. Click the [Issues](https://github.com/decentralized-fda/decentralized-fda/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) tab +1. Click the [Issues](https://github.com/FDA-AI/FDAi/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) tab 2. Search to see if the task already exists 3. If it already exists, click it and up-vote it as described πŸ‘‰ [here](vote-on-tasks-and-sort-by-priority.md) 4. If not, click the `New issue` button diff --git a/docs/contributing/task-management/do-a-task-and-create-pull-request.md b/docs/contributing/task-management/do-a-task-and-create-pull-request.md index 5b8c79354..1a2a292ca 100644 --- a/docs/contributing/task-management/do-a-task-and-create-pull-request.md +++ b/docs/contributing/task-management/do-a-task-and-create-pull-request.md @@ -12,7 +12,7 @@ dateCreated: 2022-07-27T21:36:28.395Z ## Selecting a task -#### 1. Click on [Issues](https://github.com/decentralized-fda/decentralized-fda/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) +#### 1. Click on [Issues](https://github.com/FDA-AI/FDAi/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) ![Step 5 screenshot](https://images.tango.us/public/screenshot\_979a4516-775e-4fa2-9a92-d743011ad8b6?crop=focalpoint\&fit=crop\&fp-x=0.2227\&fp-y=0.1590\&fp-z=3.0119\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=1706%3A937) diff --git a/docs/open-source-projects/open-source-projects.md b/docs/open-source-projects/open-source-projects.md index 3bcc5f4ae..7d8bb45ae 100644 --- a/docs/open-source-projects/open-source-projects.md +++ b/docs/open-source-projects/open-source-projects.md @@ -2,7 +2,7 @@ ## Introduction -The goal of the dFDA is to coordinate between open-source projects to accelerate clinical discovery. We can only do this if we know what projects are out there. This page is a list of open-source projects that are relevant to the dFDA's mission. If you know of any projects that should be added to this list, please add your project to this list and [submit a pull request](/docs/contributing.md). +The goal of the FDAi is to coordinate between open-source projects to accelerate clinical discovery. We can only do this if we know what projects are out there. This page is a list of open-source projects that are relevant to the FDAi's mission. If you know of any projects that should be added to this list, please add your project to this list and [submit a pull request](/docs/contributing.md). ## Projects diff --git a/docs/roadmap.md b/docs/roadmap.md index b86b5ac7e..823319809 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -1,13 +1,82 @@ # Roadmap and Milestones +## Phase 1: Organizing a Virtual Collabathon + +1. **Planning the Collabathon**: + - Set clear objectives and guidelines for the virtual event. + - Determine the platform and tools needed for hosting the event. + - Allocate a portion of the budget for event organization and promotion. + +2. **Promoting the Collabathon**: + - Use social media, relevant online communities, and industry contacts to promote the event. + - Emphasize the opportunity for participants to contribute to a groundbreaking project and the potential for future employment. + +3. **Hosting the Collabathon**: + - Conduct the event, focusing on tasks crucial for the initial phase of the project. + - Monitor participation and contribution quality. + +## Phase 2: Recruitment and Initial Development + +4. **Hiring the AI Engineer/Project Architect**: + - Select the most promising participant(s) from the Collabathon. + - Allocate a significant portion of the budget for their salary and resources. + +5. **Initial Project Planning**: + - The AI Engineer/Project Architect outlines a basic roadmap for developing the FDAi autonomous agent. + - Focus on achievable goals within the first year. + +## Phase 3: Bounty Creation and Outsourcing + +6. **Creating Bounties for Specific Tasks**: + - Identify key development tasks suitable for bounties. + - Allocate funds from the budget for these bounties. + +7. **Outsourcing Development**: + - Reach out to freelancers, small firms, or academic institutions for specific tasks. + - Use online platforms for outsourcing to find talent within the budget. + +## Phase 4: Research and Partner Identification + +8. **Initial Development of Autonomous Agent**: + - Begin the development of the agent with the primary function of researching and identifying potential partners. + - Use open-source tools and resources to stay within budget. + +9. **Identifying Potential Partners for FDAi**: + - Direct the autonomous agent to find nonprofits, companies, individuals, and government agencies relevant to the FDAi concept. + - Prioritize low-cost, high-impact partnerships. + +## Phase 5: Communication and Coordination + +10. **Establishing Communication Channels**: + - Set up efficient, cost-effective communication methods with identified partners. + - Utilize free or low-cost digital communication tools. + +11. **Coordinating Initial Efforts**: + - Begin discussions with potential partners about mutually beneficial collaborations. + - Focus on establishing foundations for the FDAi framework. + +## Phase 6: Evaluation and Planning for Year 2 + +12. **Assessing Progress and Budget**: + - Evaluate the achievements of the first year within the $200k budget. + - Identify areas of success and aspects needing improvement. + +13. **Strategic Planning for the Following Year**: + - Based on year one's outcomes, plan for the next phase of the project. + - Consider additional fundraising or grant applications to expand the scope. + +### Conclusion + +This streamlined approach maximizes the impact of your $200k budget, focusing on essential tasks like organizing a Collabathon, hiring a key team member, and initiating the development of an autonomous agent for research and partnership identification. This strategy prioritizes efficient use of resources, leveraging external contributions, and setting a solid foundation for expanding the project in subsequent years. + ## 1: Establish Foundation -**Objective:** Lay down the groundwork for the Decentralized FDA, defining its scope, audience, and core values. +**Objective:** Lay down the groundwork for the FDAi, defining its scope, audience, and core values. **Tasks:** -1. **Define Project Scope and Goals:** Clearly outline what the Decentralized FDA aims to achieve, its target audience, and its core mission. +1. **Define Project Scope and Goals:** Clearly outline what the FDAi aims to achieve, its target audience, and its core mission. 2. **Framing and Naming:** Develop a strong framing narrative and decide on a compelling name for the initiative. 3. **Identify Target Audience:** List potential board members, disease advocacy organizations, and other key stakeholders. -4. **Initial Stakeholder Engagement:** Begin outreach to potential board members and key stakeholders to introduce them to the project and gauge interest.r +4. **Initial Stakeholder Engagement:** Begin outreach to potential board members and key stakeholders to introduce them to the project and gauge interest. ## 2: Building the Board of Directors @@ -53,7 +122,7 @@ 4. **Define Data Silo Integration:** Define the data silo integration process for the Digital Twin Safe, outlining how data silos can be integrated. -## 6: Creating the Clinipedia dFDA Wiki +## 6: Creating the Clinipedia FDAi Wiki Creating Clinipedia, a comprehensive and reliable online resource for clinical research, requires careful planning and execution. The following list outlines the key milestones and tasks that need to be completed: diff --git a/docs/staff/discovery-engineer.md b/docs/staff/discovery-engineer.md index 66a937232..1e7523ccf 100644 --- a/docs/staff/discovery-engineer.md +++ b/docs/staff/discovery-engineer.md @@ -7,17 +7,17 @@ We are seeking a software engineer to assist with the creation of autonomous AI Initially, the human Autonomous Cooperation Engineer will be responsible for the following roles, but over time, the goal is to develop autonomous AI agents to take over as many responsibilities as is feasible and desirable: 1. **Autonomous AI Agent Development** - - Design and implement AI agents capable of autonomously working within the dFDA framework, particularly focusing on the Data Silo API Gateway Nodes, PersonalFDA Nodes, and Clinipedia. + - Design and implement AI agents capable of autonomously working within the FDAi framework, particularly focusing on the Data Silo API Gateway Nodes, PersonalFDA Nodes, and Clinipedia. - Ensure these AI agents can effectively navigate and process large datasets, extract meaningful insights, and contribute to the global knowledge repository. -2. **Integration with dFDA Framework Components** - - Develop AI agents that seamlessly integrate with the three primary components of the dFDA: +2. **Integration with FDAi Framework Components** + - Develop AI agents that seamlessly integrate with the three primary components of the FDAi: - **Data Silo API Gateway Nodes**: Facilitate data export from various health data silos. - **PersonalFDA Nodes**: Import, store, and analyze health data to determine the impact of various factors on individual health. - **Clinipedia**: Contribute to the aggregation and analysis of data on the global platform. 3. **Enhancement of Modularity and Interoperability** - - Focus on creating AI agents that embody the core characteristics of the dFDA – modularity, interoperability, and adherence to open protocols. + - Focus on creating AI agents that embody the core characteristics of the FDAi – modularity, interoperability, and adherence to open protocols. - Ensure that the AI agents can be easily integrated into different systems and used in conjunction with a variety of health data sources. 4. **Collaborative Intelligence and Community Contribution** @@ -44,9 +44,9 @@ Initially, the human Autonomous Cooperation Engineer will be responsible for the 1. **Increase in PersonalFDA Nodes**: Increase the number of people running PersonalFDA Nodes. -2. **Data Points Donated**: Increase the number of data points donated to the dFDA framework. +2. **Data Points Donated**: Increase the number of data points donated to the FDAi framework. -3. **Studies Generated**: Increase the number of studies generated using the data from the dFDA framework. +3. **Studies Generated**: Increase the number of studies generated using the data from the FDAi framework. 4. **Articles for Clinipedia**: Increase the number of articles generated for Clinipedia. diff --git a/docs/staff/staff.md b/docs/staff/staff.md index f46728b8f..ab6f03acf 100644 --- a/docs/staff/staff.md +++ b/docs/staff/staff.md @@ -1,4 +1,4 @@ -## Positions at the dFDA +## Positions at the FDAi We're currently looking to fulfill the following roles: diff --git a/proposals/dfda-1-use-github-for-task-management.md b/proposals/dfda-1-use-github-for-task-management.md index 85b4fc269..34eb2caf8 100644 --- a/proposals/dfda-1-use-github-for-task-management.md +++ b/proposals/dfda-1-use-github-for-task-management.md @@ -2,7 +2,7 @@ Some benefits I see of using GitHub issues for task management: -- **Universal Searchability**: The search box in the upper left of the repo can act as a universal search engine for the project if we keep everything in one place. By typing in the search box you'll be able to instantly find Issues, Code, Documentation, Wikis, Discussions, Pull Requests, Commits. (i.e. ) +- **Universal Searchability**: The search box in the upper left of the repo can act as a universal search engine for the project if we keep everything in one place. By typing in the search box you'll be able to instantly find Issues, Code, Documentation, Wikis, Discussions, Pull Requests, Commits. (i.e. ) - **Prioritization**: We can use crowdsourcing to prioritize issue importance. Anyone can click thumbs up or down on an issue. Then it's possible to sort issues based on the number of thumbs up πŸ‘ or down πŸ‘Ž. - **Expertise Filtering**: We can `tag` issues with areas of expertise required (such as legal expertise, programming languages, graphic design, etc). That way people can filter the issues by those that they can help with. - **Fine-Grained Notification Settings**: Anyone can click the `Subscribe` or `Unsubscribe` button on the right. to follow the issues that they're interested in and get notifications on comments. This is important because we don't want to overwhelm anyone with notifications that may not be relevant to them. diff --git a/techstack.md b/techstack.md index dfc02489a..709918f09 100644 --- a/techstack.md +++ b/techstack.md @@ -1,7 +1,7 @@