Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add adoption by GBIF #1040

Merged
merged 5 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/adoption/gbif.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ 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 gbif from "./adoption/gbif.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 +50,7 @@ export const adoption = {
elife,
etalab,
eucom,
gbif,
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 @@ -36,8 +36,8 @@ import { adoption } from "../assets"
</li>
<li>
<a
href="https://frictionlessdata.io/blog/2020/03/18/frictionless-data-pilot-study/"
target="_blank"><Image src={adoption.pudl} alt="PUDL" /></a
href="https://www.gbif.org/news/3b0zVJSYPpzuFQ83F8v13q/gbif-releases-ipt-version-3"
target="_blank"><Image src={adoption.gbif} alt="GBIF" /></a
>
</li>
<li>
Expand Down
9 changes: 8 additions & 1 deletion content/docs/overview/adoption.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Data portals adopting Data Package standard to increase accessibility of publish
<ImageLinkCard
title="Our World in Data"
imageSrc={adoption.owid.src}
description="Our World in Data publushes their datasets using Data Package standard. Most datasets included here are annual time series data for social and economic indicators by country."
description="Our World in Data publishes their datasets using Data Package standard. Most datasets included here are annual time series data for social and economic indicators by country."
href="https://github.com/owid/owid-datasets"
/>
</CardGrid>
Expand Down Expand Up @@ -128,6 +128,13 @@ Here is a list of projects that our community has created on top of Data Package
href="https://github.com/github/innovationgraph"
/>

<ImageLinkCard
title="GBIF"
imageSrc={adoption.gbif.src}
description="The Global Biodiversity Information Facility (GBIF) uses Data Package as a format to publish biodiversity data."
href="https://www.gbif.org/news/3b0zVJSYPpzuFQ83F8v13q/gbif-releases-ipt-version-3"
/>

<ImageLinkCard
title="Validata"
imageSrc={adoption.validata.src}
Expand Down