Skip to content

Adding PIB Energy Calculations to portal#29

Open
c-vollbrecht wants to merge 5 commits into
mainfrom
PIB-EnergyCalc
Open

Adding PIB Energy Calculations to portal#29
c-vollbrecht wants to merge 5 commits into
mainfrom
PIB-EnergyCalc

Conversation

@c-vollbrecht

Copy link
Copy Markdown

No description provided.

@github-actions

Copy link
Copy Markdown

ACT-CMS Lesson Portal — PR check

All checks passed. Your lesson validates and the portal pages render correctly. It's ready to merge once a maintainer approves.


See template.yaml for the full field reference. Common pitfalls: fields like platforms, authors, and scientific_objectives must be YAML lists (- item), and recommended_platform must be exactly one name that matches an entry in platforms.

@c-vollbrecht

c-vollbrecht commented Jun 26, 2026

Copy link
Copy Markdown
Author

I think this is ready. But the file name of the .yaml got weird and has both .yml and .yaml... but seems to work on my end.... @jchen0506

@jchen0506 jchen0506 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file extension needs to be .yml, not .yaml — please rename Particle-in-a-box-energy-calculations.yml.yaml to end in just .yml. The build only picks up *.yml files, so otherwise it will skip this lesson entirely and the page won't render on the site.

Also, the filename (minus .yml) is used to build the link to the instructor-materials folder, and GitHub paths are case-sensitive. So the filename needs to match the instructor-materials folder name exactly (e.g. Particle-in-A-Box-Energy-Calculations), or that link will break on the site.


# REQUIRED: Include at least one URL (preferably both)
# Direct link to notebook file on GitHub
github_url: "https://github.com/act-cms/your-lesson-repo/blob/main/01-intro.ipynb"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Placeholder your-lesson-repo needs to be replaced to your own repo

# Direct link to notebook file on GitHub
github_url: "https://github.com/act-cms/your-lesson-repo/blob/main/01-intro.ipynb"
# Google Colab launch link (recommended for accessibility)
colab_url: "https://colab.research.google.com/github/act-cms/your-lesson-repo/blob/main/colab-notebooks/01-intro.ipynb"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants