2026 MSA Strategic Initiatives - #14
Conversation
Co-authored-by: Ronnie Guymon <244881888+ronnie-guymon@users.noreply.github.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@claude I recently got this email from MSA: "We are excited to announce that applications are now open for the 2027 Microscopy Society of America (MSA) Strategic Initiatives. Funding is available to support bold and innovative new programs that advance the mission and goals of MSA. We invite applications for programs that will advance or disseminate knowledge in the science and practice of microscopy, imaging, and compositional analysis, as well as instrumentation related to these activities. Funding is not intended to sustain existing established programs. Expansion of current MSA programs is acceptable only if the proposal represents a major and bold new direction within the program. Priority will be given to new initiatives and proposals that address one or more of following areas of emphasis designated by the council: Novel initiatives that promote student involvement in microscopy. Areas of interest include outreach, training, K-12 teacher support, workshops, and meetings. This does not include support for the primary research and educational missions of institutions. Note: These areas are broadly defined and should not be seen as restrictive. Submission deadline: 11:59 PM Eastern Time on November 1, 2026. This is your opportunity to help shape the future of MSA and the broader microscopy community. We encourage you to submit your proposals and be part of this exciting opportunity. Click below for more details on the application process and requirements. We look forward to seeing your innovative proposals!" Using Edison and the CALIBER target outcomes, create a draft for a proposal to send to the MSA. The second and last points are the two that stick out to me as the most relevant to our lab. As it says, those mentioned areas are not restrictive, but it would be good to stick to ideas that we know they will be looking for. |
|
Claude finished @ronnie-guymon's task in 33m 5s —— View job MSA 2027 Strategic Initiatives — proposal draft ready
Deliverable: What Edison contributed (full reports committed: needs evidence, landscape review, plus artifact tables and raw trajectory JSONs):
Needs your input before submission (marked Key commands (all succeeded): pip install edison-client # 0.16.1
# create_task(JobNames.LITERATURE) → success in ~12 min
# create_task(JobNames.LITERATURE_HIGH) → success in ~20 min; polled in one blocking call
git commit 7fe9826 "Add MSA 2027 Strategic Initiatives proposal draft with Edison research"
git-push.sh origin HEAD # pushed to claude/issue-7-20260902-2015Note: microscopy.org refuses direct connections from this runner, so call requirements (funding levels, membership rule) were verified via web search of the program page — worth a manual skim to confirm the 2027 application form's specifics. --- • Branch |
|
cc @sgbaird |
Co-authored-by: Ronnie Guymon <244881888+ronnie-guymon@users.noreply.github.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Ronnie Guymon <244881888+ronnie-guymon@users.noreply.github.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@claude also make readable pdfs out of the drafts |
|
Claude finished @ronnie-guymon's task in 6m 7s —— View job PDFs of both MSA drafts are now on the branch
Deliverables — GitHub renders these directly in the browser:
Verification: I rendered all 7 pages to images and inspected each one. Table header rows repeat when a table crosses a page break (alignment, work-plan, and budget tables all split cleanly), the ± / ≥ / ° / — glyphs render correctly, the 18 DOI links are clickable and wrap without overflowing, Approach: pandoc (GFM) → WeasyPrint with a custom print stylesheet, rather than a TeX distribution — a single pip install, full Unicode via system fonts (Liberation Serif/Sans), and small download, in line with the CLAUDE.md preference for minimizing install time. Key commands (all succeeded): sudo apt-get install -y pandoc poppler-utils fonts-liberation && pip install weasyprint
pandoc 2027_msa_strategic_initiatives_proposal.md -f gfm -t html5 -s --embed-resources \
--css=/tmp/msa_pdf.css --pdf-engine=weasyprint --metadata lang=en-US \
-o 2027_msa_strategic_initiatives_proposal.pdf # same for the 2026 doc
git commit 86b1504 "Add PDF renders of the MSA strategic initiatives drafts"
git-push.sh origin HEADTwo notes: repo-relative links inside the PDFs (e.g. to --- • Branch |
Co-authored-by: Ronnie Guymon <244881888+ronnie-guymon@users.noreply.github.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Reading through the 2027 pdf, @claude where did you get the requirement that the person who submits it needs to be a member of the MSA? I was looking into signing up, it costs $20/year. |
|
Claude finished @ronnie-guymon's task in 5m 37s —— View job Where the MSA-membership requirement came from
Short answer: It comes from the MSA Strategic Initiatives program page itself — microscopy.org/strategic-initiatives states: "The primary applicant must be a current member of MSA." The announcement email you received doesn't mention it; the rule sits in the application details the email links to. How it got into the draft. During the Sept 2 session, microscopy.org refused direct connections from the GitHub Actions runner (still true today — Re-verified today, three independent ways:
One honest caveat: because the site blocks this runner, I can't load the live 2027 application page verbatim — the exact-sentence snippet I matched carried a prior cycle's deadline. The requirement is confirmed for earlier cycles and has been stable since 2018, but since you're already on the site pricing membership, a 10-second glance at the 2027 application requirements section will settle it conclusively. On the $20/year: per the Join MSA page snippets, regular membership runs about $70/yr, so a $20/yr rate is likely a student, early-career, or similar tier — worth checking which category you were quoted. As written, the rule only says "current member" without restricting tier. Either way it's inexpensive relative to a $15–20k ask, and having the PI be a member reads well to the MSA council reviewers regardless. No file changes were needed — the draft's line 9 wording and the line-26 TODO already reflect the requirement accurately. --- • Branch |
Adds a starter working document for a proposal to the Microscopy Society of America (MSA) 2026 Strategic Initiatives call: the call's 2026 areas of emphasis and a draft outline for a CALIBER proposal.
Related to #7 (opened from the issue as requested; not intended to close it).
Generated with Claude Code