File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ import dryad from "./adoption/dryad.png"
1212import elife from "./adoption/elife.png"
1313import etalab from "./adoption/etalab.png"
1414import eucom from "./adoption/eucom.png"
15+ import gapminder2 from "./adoption/gapminder2.png"
16+ import gapminder from "./adoption/gapminder.png"
1517import gbif from "./adoption/gbif.png"
1618import github from "./adoption/github.png"
1719import 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,
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments