diff --git a/assets/images/logo-orcestra.svg b/assets/images/logo-orcestra.svg
new file mode 100644
index 0000000..3eab392
--- /dev/null
+++ b/assets/images/logo-orcestra.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/assets/images/portrait-tobias-kolling.webp b/assets/images/portrait-tobias-kolling.webp
new file mode 100644
index 0000000..3f0244d
Binary files /dev/null and b/assets/images/portrait-tobias-kolling.webp differ
diff --git a/content/_data.yml b/content/_data.yml
index 802107d..41817ba 100644
--- a/content/_data.yml
+++ b/content/_data.yml
@@ -29,6 +29,12 @@ useCards:
WeatherXM configured thousands of smart weather vanes with IPFS client functionality to collaboratively share weather patterns from around the world
link: https://www.youtube.com/watch?v=J7aDajwBSic
label: Watch the presentation
+ - image: logo-orcestra.svg
+ title: Share verifiable scientific datasets across institutions
+ description: |
+ The ORCESTRA campaign uses IPFS to advance open scientific research by sharing verifiable, accessible datasets across institutions worldwide
+ link: https://docs.ipfs.tech/case-studies/orcestra/
+ label: Read the case study
- image: logo-snapshot.png
title: Enable data transparency in Web3
description: |
@@ -72,12 +78,16 @@ browserCards:
link: https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/
label: Install
testimonialCards:
+ - image: portrait-tobias-kolling.webp
+ title: Tobias Kölling, Max Planck Institute for Meteorology
+ description: |
+ During our 2024 ORCESTRA campaign, the planned local data infrastructure was stuck in customs. We set up IPFS on our notebooks and a Raspberry Pi, and suddenly all scientists could sync, share data, and collaborate on a local network, with automatic uploads back to Hamburg during intermittent internet connectivity.
- image: portrait-mauve-signweaver-agregore.webp
title: Mauve Signweaver, Founder - Agregore
description: |
IPFS gives us a set of flexible building blocks for connecting devices and exchanging data. The plethora of IPFS documentation and community members contributes toward our goal at Agregore of making peer-to-peer web apps easy to use.
- image: portrait-gabo-h-beaumont-mintter.webp
- title: Gabo H Beaumont, Co-Founder - Mintter inc
+ title: Gabo H Beaumont, Co-Founder - Seed Hypermedia
description: |
It's crucially important to have a distributed file system in our open hypertext system. IPFS is the missing piece that allows for a truly decentralized and open web.
- image: portrait-wes-floyd-bacalhau.webp
diff --git a/pages/index.vue b/pages/index.vue
index 21ef900..595b3ac 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -133,14 +133,14 @@ const { data: latestVideos } = await useFetch('/videos.json', {
- Our most popular implementations are written in Go, Rust, and JavaScript – and we also have support for desktop, browsers, mobile, embedded devices, and more.
+ Our most popular implementations are written in Go, Rust, and TypeScript – and we also have support for desktop, browsers, mobile, embedded devices, and more.