Open
Conversation
jules32
approved these changes
Mar 13, 2026
Contributor
jules32
left a comment
There was a problem hiding this comment.
Thanks Andy! Thanks for incorporating all the ideas from yesterday. I added a few comments here but think it's ready to talk through on Wednesday :)
Co-authored-by: Julia Stewart Lowndes <julia@openscapes.org>
jules32
reviewed
Mar 18, 2026
| email: marie@science.org | ||
| affiliation: University of Radioactivity | ||
| date: last-modified # automatically generates the date when the doc gets rendered. Can be overridden with a specific date if desired. | ||
| keywords: [sea-ice, netcdf, xarray] |
Contributor
There was a problem hiding this comment.
Keywords as GCMD? If there is an API (yes there is) then yes. And then include the Topics (would show up in Learn, Pathfinders by Topic)
Here is GCMD API: https://cmr.earthdata.nasa.gov/kms/ and guide is here: https://wiki.earthdata.nasa.gov/pages/viewpage.action?spaceKey=ED&title=KMS+User%27s+Guide
language field (python, r)
Contributor
|
Should an environment (ie corn, py-rocket?) be part of the metadata? Thinking if folks will download single notebooks with a button, would they need a link to an environment? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a first attempt to add notebook templates, based on the draft style guide and cookbook coworking.
This serves several purposes:
These are lightly modified from the Project Pythia template, with Quarto metadata added at the top. I've added a
.qmdand.ipynbtemplate. For the.qmdtemplate, the metadata is in the yaml frontmatter, and for.ipynbit is in a raw cell at the beginning of the document.I think for diff-viewing and line-by-line review in this PR, the
.qmddocument is the easiest, but they are essentially the same content. So I think we should iterate on the.qmdand then copy to the.ipynbwhen ready.Note that the
nasa-metadatakey is just to hold metadata. It is a non-standard key (which Quarto allows) so we can provide that information in a structured way. Everything else is a standard key that Quarto uses in some way to control rendering or populate content.TODO:
Rendered versions of the templates are in the deploy preview: ipynb and qmd