Add hemoglobin/CO real-world example to Competitive Binding module - #220
Draft
meganrm wants to merge 1 commit into
Draft
Add hemoglobin/CO real-world example to Competitive Binding module#220meganrm wants to merge 1 commit into
meganrm wants to merge 1 commit into
Conversation
…g module (UX2, MF2) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
meganrm
requested review from
ShrimpCryptid and
toloudis
and removed request for
a team
August 11, 2026 23:55
meganrm
marked this pull request as draft
August 12, 2026 17:44
ShrimpCryptid
approved these changes
Aug 12, 2026
| normally binds <Definition term="oxygen" /> reversibly and | ||
| carries it to your body's tissues. But{" "} | ||
| <Definition term="carbon monoxide" /> binds that very same | ||
| site on hemoglobin far more tightly than oxygen does, so even |
Contributor
There was a problem hiding this comment.
Could be interesting to give a specific number, e.g. over 200x! I'm trying to find a specific source, Wikipedia says either 240x or 250x depending on the page https://en.wikipedia.org/wiki/Carboxyhemoglobin#Affinity_of_hemoglobin_for_carbon_monoxide
| site on hemoglobin far more tightly than oxygen does, so even | ||
| a small amount of carbon monoxide can occupy enough binding | ||
| sites to significantly reduce hemoglobin's ability to carry | ||
| oxygen - the same{" "} |
Contributor
There was a problem hiding this comment.
Suggested change
| oxygen - the same{" "} | |
| oxygen - the same type of{" "} |
unless the binding strengths/affinities are similar
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.
Problem
Estimated review size: small
The Competitive Binding module's completion page promised "View examples" (
nextButtonText) butnextButtonwas commented out, so students hit a dead end. Separately, a hemoglobin + CO competitive-binding trajectory was already wired up inPreComputedSimulationData.tsbut no content page ever used it.Fixes #226
Solution
Uncommented
nextButton: trueon the completion page, and added a new bonus content page using the existing hemoglobin/CO trajectory, mirroring the structure of High Affinity's real-world-example bonus page.Type of change
Please delete options that are not relevant.
Change summary:
nextButton: trueon the Competitive Binding completion page<Definition>-linked terms (hemoglobin, oxygen, carbon monoxide, competitive inhibition — all pre-existing glossary entries)Steps to Verify:
Screenshots (optional):
Keyfiles (delete if not relevant):
Thanks for contributing!