Skip to content

Commit

Permalink
doi infrastructure changes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent authored Jun 23, 2023
1 parent b9d436d commit 4055b76
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cff-version: 1.2.0
message: "If you use this cookbook, please cite it as below."
authors:
# add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
- family-names: Hagen
given-names: Norland Raphael
website: https://github.com/norlandrhagen
orcid: https://orcid.org/0000-0003-1994-1153
- name: "Kerchunk Cookbook contributors" # use the 'name' field to acknowledge organizations
website: "https://github.com/ProjectPythia/kerchunk-cookbook/graphs/contributors"
title: "Kerchunk Cookbook"
abstract: "A Project Pythia Cookbook for Kerchunk."
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![nightly-build](https://github.com/ProjectPythia/kerchunk-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/kerchunk-cookbook/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/kerchunk-cookbook/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/588661659.svg)](https://zenodo.org/badge/latestdoi/588661659)

This Project Pythia Cookbook covers using the [Kerchunk](https://fsspec.github.io/kerchunk/)
library to access archival data formats as if they were
Expand Down
15 changes: 0 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,8 @@
title: Kerchunk Cookbook
author: Norland Raphael Hagen
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
email: [email protected]
copyright: "2022"

description: A Project Pythia Cookbook for Kerchunk
thumbnail: thumbnail.png

tags:
domains:
- AWS Cloud
- Data Access
- HRRR model
- zarr
packages:
- kerchunk
- intake
- xarray

execute:
# To execute notebooks via a binder instead, replace 'cache' with 'binder'
execute_notebooks: cache
Expand Down
11 changes: 11 additions & 0 deletions _gallery_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
thumbnail: thumbnail.png
tags:
domains:
- AWS Cloud
- Data Access
- HRRR model
- zarr
packages:
- kerchunk
- intake
- xarray
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
format: jb-book
root: README
parts:
- caption: Preamble
chapters:
- file: notebooks/how-to-cite
- caption: Foundations
chapters:
- file: notebooks/foundations/kerchunk_basics
Expand Down
7 changes: 7 additions & 0 deletions notebooks/how-to-cite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to Cite This Cookbook

The material in Project Pythia's Kerchunk Cookbook is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Cookbook authors and the Project Pythia community.

The source code for the book is [released on GitHub](https://github.com/ProjectPythia/kerchunk-cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:

[![DOI](https://zenodo.org/badge/588661659.svg)](https://zenodo.org/badge/latestdoi/588661659)

0 comments on commit 4055b76

Please sign in to comment.