Skip to content

Commit

Permalink
Merge branch 'main' into csvw
Browse files Browse the repository at this point in the history
  • Loading branch information
roll authored Oct 23, 2024
2 parents 35926c1 + ea8b2e1 commit 23ade10
Show file tree
Hide file tree
Showing 42 changed files with 4,352 additions and 2,491 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "\U0001F41E Bug Report"
description: Report an issue or possible bug
labels: []
assignees: []
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
- type: input
id: version
attributes:
label: What Data Package version are you using?
placeholder: v2
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: checkboxes
id: contribution
attributes:
label: Participation
options:
- label: I am willing to submit a pull request for this issue.
required: false
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/02-general-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "\U0001F333 General Issue"
description: Project, website, or documentation related issue or improvement
labels: []
assignees: []
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to improve the Data Package project! Please fill out this form as completely as possible.
- type: input
id: version
attributes:
label: What Data Package version are you using?
placeholder: v2
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the Issue
description: A clear and concise description of what the issue or possible improvement is.
validations:
required: true
- type: checkboxes
id: contribution
attributes:
label: Participation
options:
- label: I am willing to submit a pull request for this issue.
required: false
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
blank_issues_enabled: false
contact_links:
- name: 👀 Explore Discussions
url: https://github.com/frictionlessdata/datapackage/discussions
about: Before opening a discussion, please check if the topic has already been discussed. Please vote on existing discussions to show your support.
- name: 💡 Feature Request
url: https://github.com/frictionlessdata/datapackage/discussions/new?category=ideas
about: Suggest an improvement you’d like to see added to the Data Package Standard
- name: 🚀 Implementation
url: https://github.com/frictionlessdata/datapackage/discussions/new?category=show-and-tell
about: Share your Data Package implementation or related project with the community
- name: 💁 Question
url: https://github.com/frictionlessdata/datapackage/discussions/new?category=q-a
about: Ask a question about the Data Package Standard
- name: 👾 Chat
url: https://join.slack.com/t/frictionlessdata/shared_invite/zt-17kpbffnm-tRfDW_wJgOw8tJVLvZTrBg
about: Join the Data Package community on Slack!
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- fixes #

---

Provide a brief description of this change.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
profiles/target
content/docs/guides/data-package-csvw.md
public/profiles
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Data Package is a standard consisting of a set of simple yet extensible specifications to describe datasets, data files and tabular data. It is a data definition language (DDL) and data API that facilitates findability, accessibility, interoperability, and reusability (FAIR) of data. For more information, please visit the [documentation portal](https://datapackage.org).

## Funding

This project is funded through [NGI0 Entrust](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/FrictionlessStandards/).

[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/entrust)

## Contributing

One can contribute to the documentation by clicking on the "Edit Page" button on a site page and create a pull request directly on Github.
Expand All @@ -13,9 +20,14 @@ npm install
npm start
```

## Funding
Generating profiles:

This project is funded through [NGI0 Entrust](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/FrictionlessStandards/).
```bash
npm run generate
```

[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/entrust)
Building the project:

```bash
npm run build
```
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.
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.
6 changes: 6 additions & 0 deletions assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ 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 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 +52,9 @@ export const adoption = {
elife,
etalab,
eucom,
gapminder,
gapminder2,
gbif,
github,
hubmap,
johnSnowLabs,
Expand Down
8 changes: 4 additions & 4 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 All @@ -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
1 change: 1 addition & 0 deletions content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ hero:
- text: View on GitHub
link: https://github.com/frictionlessdata/datapackage
icon: external
variant: minimal
banner:
content: |
<p>
Expand Down
16 changes: 15 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,13 +128,27 @@ 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}
description="OpenDataFrance created Validata, a platform for local public administration in France to validate CSV files on the web, using the tabular data package specification."
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
Loading

0 comments on commit 23ade10

Please sign in to comment.