Skip to content

Commit ea8b2e1

Browse files
authored
Added Gapminder adoption (#1048)
1 parent b1dc348 commit ea8b2e1

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

assets/adoption/gapminder.png

7.86 KB
Loading

assets/adoption/gapminder2.png

34.8 KB
Loading

assets/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import dryad from "./adoption/dryad.png"
1212
import elife from "./adoption/elife.png"
1313
import etalab from "./adoption/etalab.png"
1414
import eucom from "./adoption/eucom.png"
15+
import gapminder2 from "./adoption/gapminder2.png"
16+
import gapminder from "./adoption/gapminder.png"
1517
import gbif from "./adoption/gbif.png"
1618
import github from "./adoption/github.png"
1719
import hubmap from "./adoption/hubmap.png"
@@ -50,6 +52,8 @@ export const adoption = {
5052
elife,
5153
etalab,
5254
eucom,
55+
gapminder,
56+
gapminder2,
5357
gbif,
5458
github,
5559
hubmap,

components/Adoption.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ import { adoption } from "../assets"
5252
>
5353
</li>
5454
<li>
55-
<a href="https://frictionlessdata.io/blog/2017/12/12/ukds/" target="_blank"
56-
><Image src={adoption.ukds} alt="UKDS" /></a
55+
<a href="https://open-numbers.github.io/ddf.html" target="_blank"
56+
><Image src={adoption.gapminder} alt="Gapminder" /></a
5757
>
5858
</li>
5959
</ul>

content/docs/overview/adoption.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ Here is a list of projects that our community has created on top of Data Package
142142
href="https://frictionlessdata.io/blog/2020/04/23/table-schema-catalog/"
143143
/>
144144

145+
<ImageLinkCard
146+
title="Gapminder"
147+
imageSrc={adoption.gapminder2.src}
148+
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."
149+
href="https://open-numbers.github.io/ddf.html"
150+
/>
151+
145152
<ImageLinkCard
146153
title="Libraries Hacked"
147154
imageSrc={adoption.librariesHacked.src}

0 commit comments

Comments
 (0)