Skip to content

Commit 4055b76

Browse files
authored
doi infrastructure changes (#32)
1 parent b9d436d commit 4055b76

File tree

6 files changed

+34
-15
lines changed

6 files changed

+34
-15
lines changed

CITATION.cff

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
cff-version: 1.2.0
2+
message: "If you use this cookbook, please cite it as below."
3+
authors:
4+
# add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
5+
- family-names: Hagen
6+
given-names: Norland Raphael
7+
website: https://github.com/norlandrhagen
8+
orcid: https://orcid.org/0000-0003-1994-1153
9+
- name: "Kerchunk Cookbook contributors" # use the 'name' field to acknowledge organizations
10+
website: "https://github.com/ProjectPythia/kerchunk-cookbook/graphs/contributors"
11+
title: "Kerchunk Cookbook"
12+
abstract: "A Project Pythia Cookbook for Kerchunk."

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[![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)
66
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/kerchunk-cookbook/main?labpath=notebooks)
7+
[![DOI](https://zenodo.org/badge/588661659.svg)](https://zenodo.org/badge/latestdoi/588661659)
78

89
This Project Pythia Cookbook covers using the [Kerchunk](https://fsspec.github.io/kerchunk/)
910
library to access archival data formats as if they were

_config.yml

-15
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,8 @@
44
title: Kerchunk Cookbook
55
author: Norland Raphael Hagen
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
87
copyright: "2022"
98

10-
description: A Project Pythia Cookbook for Kerchunk
11-
thumbnail: thumbnail.png
12-
13-
tags:
14-
domains:
15-
- AWS Cloud
16-
- Data Access
17-
- HRRR model
18-
- zarr
19-
packages:
20-
- kerchunk
21-
- intake
22-
- xarray
23-
249
execute:
2510
# To execute notebooks via a binder instead, replace 'cache' with 'binder'
2611
execute_notebooks: cache

_gallery_info.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
thumbnail: thumbnail.png
2+
tags:
3+
domains:
4+
- AWS Cloud
5+
- Data Access
6+
- HRRR model
7+
- zarr
8+
packages:
9+
- kerchunk
10+
- intake
11+
- xarray

_toc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
format: jb-book
22
root: README
33
parts:
4+
- caption: Preamble
5+
chapters:
6+
- file: notebooks/how-to-cite
47
- caption: Foundations
58
chapters:
69
- file: notebooks/foundations/kerchunk_basics

notebooks/how-to-cite.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to Cite This Cookbook
2+
3+
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.
4+
5+
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:
6+
7+
[![DOI](https://zenodo.org/badge/588661659.svg)](https://zenodo.org/badge/latestdoi/588661659)

0 commit comments

Comments
 (0)