diff --git a/site/components/Showcases.tsx b/site/components/Showcases.tsx
index d048b396..689ddf21 100644
--- a/site/components/Showcases.tsx
+++ b/site/components/Showcases.tsx
@@ -22,11 +22,41 @@ const items = [
sourceUrl: 'https://github.com/FCSCOpendata/frontend',
},
{
- title: 'Datahub Open Data',
- href: 'https://opendata.datahub.io/',
- image: '/images/showcases/datahub.webp',
- description: 'Demo Data Portal by DataHub',
+ title: 'Frictionless Data',
+ href: 'https://datahub.io/core/co2-ppm',
+ repository: 'https://github.com/datopian/datahub/tree/main/examples/dataset-frictionless',
+ image: '/images/showcases/frictionless-capture.png',
+ description: 'Progressive open-source framework for building data infrastructure - data management, data integration, data flows, etc. It includes various data standards and provides software to work with data.',
},
+ {
+ title: "OpenSpending",
+ image: "/images/showcases/openspending.png",
+ href: "https://www.openspending.org",
+ repository: 'https://github.com/datopian/datahub/tree/main/examples/openspending',
+ description: "OpenSpending is a free, open and global platform to search, visualise and analyse fiscal data in the public sphere."
+ },
+ {
+ title: "FiveThirtyEight",
+ image: "/images/showcases/fivethirtyeight.png",
+ href: "https://fivethirtyeight.portaljs.org/",
+ repository: 'https://github.com/datopian/datahub/tree/main/examples/fivethirtyeight',
+ description: "This is a replica of data.fivethirtyeight.com using PortalJS."
+ },
+ {
+ title: "Github Datasets",
+ image: "/images/showcases/github-datasets.png",
+ href: "https://example.portaljs.org/",
+ repository: 'https://github.com/datopian/datahub/tree/main/examples/github-backed-catalog',
+ description: "A simple data catalog that get its data from a list of GitHub repos that serve as datasets."
+ },
+ {
+ title: "Hatespeech Data",
+ image: "/images/showcases/turing.png",
+ href: "https://hatespeechdata.com/",
+ repository: 'https://github.com/datopian/datahub/tree/main/examples/turing',
+ description: "Datasets annotated for hate speech, online abuse, and offensive language which are useful for training a natural language processing system to detect this online abuse."
+ },
+
];
export default function Showcases() {
diff --git a/site/components/ShowcasesItem.tsx b/site/components/ShowcasesItem.tsx
index ad1d0ba7..7233de3d 100644
--- a/site/components/ShowcasesItem.tsx
+++ b/site/components/ShowcasesItem.tsx
@@ -1,10 +1,6 @@
export default function ShowcasesItem({ item }) {
return (
-
+