Blog: Are We Seeing the Ensemble? - #87
Open
minhuanli wants to merge 3 commits into
Open
Conversation
Add a post on how structural biology experiments preserve, blur, or lose molecular ensembles, converted from the LaTeX draft. Introduces the source distribution and "ensemble resolution", and contrasts cryo-EM particle images with reconstructed maps as inference targets. Authors: Minhuan Li, F. Emil Thomasen, Pilar Cossio Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Presentation work driven by the new ensemble post, but reusable:
- post layout: byline gains an optional `contact` front-matter field,
rendered as a muted tail on the same line as the authors instead of
as a second orphan paragraph. Guarded by `{% if %}`, so existing
posts are unchanged.
- captions: `.blog-caption` / `.blog-caption-wide` were full-size
italic body text, indistinguishable from a paragraph. Now 0.875rem,
grey, centered. Figures became blocks with a gap above the caption.
- `.blog-image-hero`: 90%-width lead figure, centered with auto
margins so the width is measured against the full column.
- `.post-lead`: opt-in drop cap on a post's first paragraph.
Also swap in the updated figure (no slide chrome), move it to the top
of the post as a lead image, and retarget the one in-text reference
that said "the figure below".
Ignore vendor/ so a local `bundle config set path vendor/bundle`
preview build cannot be committed by accident.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Nice work! A preview showing what the website will look like with changes due to your PR has been deployed to: https://rs-station.github.io/rs-station.github.io-preview/pr-previews/pr-87/ |
Preview builds run with --baseurl /rs-station.github.io-preview/ pr-previews/pr-N, but a root-absolute markdown image path ignores it and 404s. Route the src through relative_url so it resolves under both the preview baseurl and the empty one on the live site. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
New post by Minhuan Li, F. Emil Thomasen and Pilar Cossio.
Are We Seeing the Ensemble? — How structural biology experiments preserve, blur, or lose molecular ensembles.
It separates the thermodynamic ensemble from the source distribution an experiment actually probes, introduces ensemble resolution as the limit at which two source distributions become experimentally indistinguishable, and argues that cryo-EM particle images and consensus maps sit at different stages of information loss — so the inference target matters before the inference method. First of a planned series covering other modalities.
_posts/2026-08-03-are-we-seeing-the-ensemble.mdassets/posts/2026-08-03-are-we-seeing-the-ensemble/measurement_types.pngSite changes
Driven by this post, but shared:
_layouts/post.html— optionalcontactfront-matter field, rendered as a muted tail on the byline. Guarded by{% if %}, so existing posts are unchanged..blog-caption,.blog-caption-wide) were full-size italic body text, indistinguishable from a paragraph; now smaller, grey and centered, with a gap under the figure. This restyles captions in the existing posts too..blog-image-hero(90% lead figure, centered with auto margins) and.post-lead(opt-in drop cap on a first paragraph)..gitignore: ignorevendor/.