Skip to content

Commit 15d0208

Browse files
authored
Merge pull request #30 from jukent/doi
doi infrastructure changes
2 parents 91c1e52 + a4d1be2 commit 15d0208

File tree

6 files changed

+31
-11
lines changed

6 files changed

+31
-11
lines changed

CITATION.cff

Lines changed: 12 additions & 0 deletions
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: Morley
6+
given-names: James
7+
orcid: https://orcid.org/0009-0005-5193-7981 # optional
8+
website: https://github.com/jnmorley
9+
- name: "Intake Cookbook contributors" # use the 'name' field to acknowledge organizations
10+
website: "https://github.com/ProjectPythia/intake-cookbook/graphs/contributors"
11+
title: "Intake Cookbook"
12+
abstract: "This cookbook shows examples of using and creating Intake catalogs to access data."

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

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

89
This Project Pythia Cookbook covers using and creating Intake catalogs to access data.
910

_config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,8 @@
44
title: Intake Cookbook
55
author: James Morley
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
87
copyright: '2022'
98

10-
description: This cookbook shows examples of using and creating Intake catalogs to access data.
11-
thumbnail: thumbnail.svg
12-
tags:
13-
domains:
14-
- Data access
15-
packages:
16-
- intake
17-
- intake-xarray
18-
- intake-markdown
19-
209
# Execute the notebooks upon build
2110
execute:
2211
execute_notebooks: cache

_gallery_info.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
thumbnail: thumbnail.png
2+
tags:
3+
domains:
4+
- Data access
5+
packages:
6+
- intake
7+
- intake-xarray
8+
- intake-markdown

_toc.yml

Lines changed: 3 additions & 0 deletions
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: Intoduction to Intake
58
chapters:
69
- file: notebooks/intake_introduction

notebooks/how-to-cite.md

Lines changed: 7 additions & 0 deletions
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 Intake 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/intake-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/512825541.svg)](https://zenodo.org/badge/latestdoi/512825541)

0 commit comments

Comments
 (0)