diff --git a/site/components/Showcases.tsx b/site/components/Showcases.tsx index b7e15814..689ddf21 100644 --- a/site/components/Showcases.tsx +++ b/site/components/Showcases.tsx @@ -23,17 +23,38 @@ const items = [ }, { title: 'Frictionless Data', - href: 'https://frictionlessdata.io', + 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: 'Open-source toolkit that brings simplicity to the data experience', + 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: "Public Financial Data Portal" + 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." }, ]; diff --git a/site/components/ShowcasesItem.tsx b/site/components/ShowcasesItem.tsx index 072bf92a..7233de3d 100644 --- a/site/components/ShowcasesItem.tsx +++ b/site/components/ShowcasesItem.tsx @@ -13,29 +13,6 @@ export default function ShowcasesItem({ item }) { {item.title}
{item.description}
diff --git a/site/public/images/showcases/frictionless-capture.png b/site/public/images/showcases/frictionless-capture.png index 5b4da5f0..204bda35 100644 Binary files a/site/public/images/showcases/frictionless-capture.png and b/site/public/images/showcases/frictionless-capture.png differ diff --git a/site/public/images/showcases/github-datasets.png b/site/public/images/showcases/github-datasets.png new file mode 100644 index 00000000..80ace785 Binary files /dev/null and b/site/public/images/showcases/github-datasets.png differ diff --git a/site/public/images/showcases/turing.png b/site/public/images/showcases/turing.png new file mode 100644 index 00000000..c739079b Binary files /dev/null and b/site/public/images/showcases/turing.png differ