diff --git a/components/common/Card.tsx b/components/common/Card.tsx index 687c29d..6938c4d 100644 --- a/components/common/Card.tsx +++ b/components/common/Card.tsx @@ -48,7 +48,7 @@ const Card: React.FC = ({ {status && }
{icon && ( - + )} diff --git a/content/pages/fellowships.md b/content/pages/fellowships.md index 0a9013e..c92cc6a 100644 --- a/content/pages/fellowships.md +++ b/content/pages/fellowships.md @@ -26,20 +26,20 @@ sections: - tagline: "" title: Purpose of Fellowships content: >- - Swarm fellows work on items identified as needs for the Swarm network to evolve and grow, but not part of core Swarm development. Fellows are expected to pursue the goals supported by the fellowship in the long term as part of their path. A fellowship helps them achieve results to a certain degree, but afterwards, the project should be possible to sustain and continue on its own. + Swarm fellows work on items identified as needs for the Swarm network to evolve and grow but are not part of core Swarm development. Fellows are expected to pursue the goals supported by the fellowship in the long term as part of their career path. A fellowship helps them achieve results to a certain degree, but afterwards, the project should be sustainable and able to continue on its own. - For example, fellows might develop an important product that is based on using the Swarm network and extends its usage. They support the network as well as promote its usage both directly and through the use of their product. They are ambassadors of Swarm. + For example, fellows might develop an important product based on using the Swarm network and extending its usage. They support the network and promote its usage both directly and through the use of their product. They serve as ambassadors for Swarm. Fellowships could fall under categories such as: - - a decentralised protocol tackling a concrete issue or challenge (e.g communication, personal data management, supply chain, etc.), - - tooling for developers, - - tools or applications for end users, - - developing tech infrastructure supporting the Swarm network, - - and others. + - A decentralised protocol tackling a concrete issue or challenge (e.g., communication, personal data management, supply chain, etc.), + - Tooling for developers, + - Tools or applications for end users, + - Developing tech infrastructure to support the Swarm network, + - And others. - The work must be available as open source, for others to leverage and reuse. + The work must be available as open source for others to leverage and reuse. image: "" features: columns: "" @@ -57,18 +57,28 @@ sections: template: section-item - tagline: "" title: Active Fellowships - content: >- - - Data availability - - Data provenance - - Video & Metaverse image: "" - features: - columns: "" - type: default - features: [] ctas: [] code: "" template: section-item + features: + columns: three + type: default + features: + - title: Datafund + content: >- + [Datafund](https://datafund.io/)’s **Data and model provenance for decentralised** AI Fellowship Project aims to develop a toolset for tracking and recording data and model provenance in AI applications, leveraging Swarm decentralized storage and blockchain technology. The project focuses on ensuring ethical practices, regulatory compliance, and secure data tracking. + exchanges: false + bzzPrice: false + bzzPot: false + icon: "datafund" + cta: + title: More -> + href: "/Swarm_Fellowship_Canvas_Data_and_model_provenance_short.pdf" + arrow: true + background: transparent + type: default + back: false disclaimer: false template: section --- diff --git a/public/Swarm_Fellowship_Canvas_Data_and_model_provenance_short.pdf b/public/Swarm_Fellowship_Canvas_Data_and_model_provenance_short.pdf new file mode 100644 index 0000000..36ae736 Binary files /dev/null and b/public/Swarm_Fellowship_Canvas_Data_and_model_provenance_short.pdf differ diff --git a/public/assets/icons/datafund.png b/public/assets/icons/datafund.png new file mode 100644 index 0000000..7b9e180 Binary files /dev/null and b/public/assets/icons/datafund.png differ