Skip to content

Commit

Permalink
Added Gapminder adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 22, 2024
1 parent e32b25c commit 4831caf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Binary file added assets/adoption/gapminder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/adoption/gapminder2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import dryad from "./adoption/dryad.png"
import elife from "./adoption/elife.png"
import etalab from "./adoption/etalab.png"
import eucom from "./adoption/eucom.png"
import gapminder2 from "./adoption/gapminder2.png"
import gapminder from "./adoption/gapminder.png"
import github from "./adoption/github.png"
import hubmap from "./adoption/hubmap.png"
import johnSnowLabs from "./adoption/john-snow-labs.png"
Expand Down Expand Up @@ -49,6 +51,8 @@ export const adoption = {
elife,
etalab,
eucom,
gapminder,
gapminder2,
github,
hubmap,
johnSnowLabs,
Expand Down
4 changes: 2 additions & 2 deletions components/Adoption.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ import { adoption } from "../assets"
>
</li>
<li>
<a href="https://frictionlessdata.io/blog/2017/12/12/ukds/" target="_blank"
><Image src={adoption.ukds} alt="UKDS" /></a
<a href="https://open-numbers.github.io/ddf.html" target="_blank"
><Image src={adoption.gapminder} alt="Gapminder" /></a
>
</li>
</ul>
Expand Down
7 changes: 7 additions & 0 deletions content/docs/overview/adoption.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ Here is a list of projects that our community has created on top of Data Package
href="https://frictionlessdata.io/blog/2020/04/23/table-schema-catalog/"
/>

<ImageLinkCard
title="Gapminder"
imageSrc={adoption.gapminder2.src}
description="Gapminder is an independent educational non-profit fighting global misconceptions. It uses the Data Package standard as a core part of its underlaying DDFcsv data format."
href="https://open-numbers.github.io/ddf.html"
/>

<ImageLinkCard
title="Libraries Hacked"
imageSrc={adoption.librariesHacked.src}
Expand Down

0 comments on commit 4831caf

Please sign in to comment.