Neurotech: use WOE (Whole-Organism Emulation) instead of WBE - #92
Open
lksbrssr wants to merge 1 commit into
Open
Neurotech: use WOE (Whole-Organism Emulation) instead of WBE#92lksbrssr wants to merge 1 commit into
lksbrssr wants to merge 1 commit into
Conversation
Fixes the mismatch where the Whole-Organism Emulation opportunity space carried the acronym WBE (whole-brain emulation). Updates the OS3 data entry (title, acronym, descriptive text, KPIs, subfields) and the neurotech focus-area summary to whole-organism emulation (WOE). Note: the live /areas/neurotech/whole-organism-emulation/ page is served from a remote ATProto record that overrides this JSON fallback, so the live text must also be updated via the admin edit page.
|
Someone is attempting to deploy a commit to the protocol Team on Vercel. A member of the Team first needs to authorize it. |
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.
What
Fixes the acronym mismatch on the Neurotech Whole-Organism Emulation opportunity space, which was labelled
(WBE)— the acronym for whole-brain emulation — even though the space is framed around organisms. Normalizes everything to whole-organism emulation (WOE).Page affected:
/areas/neurotech/whole-organism-emulation/Changes
src/data/fa2/neuro-opportunityspaces.json— thewhole-organism-emulationentry: title(WBE)→(WOE), allWBEacronyms →WOE, and "whole brain emulation" descriptive text/subfield → "whole organism emulation".src/lib/focus-area-descriptions.tsandcontent/areas/neurotech/_index.md— the neurotech FA summary: "whole-brain emulation (WBE)" → "whole-organism emulation (WOE)".src/data/generated/areas.jsonandpublic/search-index.json.Consistent with the WOE naming in the companion Neurotechnology blog post PR.
The opportunity-space detail page renders from a remote ATProto record (
org.plresearch.opportunitySpace, served via the GraphQL indexer), and falls back to the repo JSON only when no remote record exists. A remote record currently exists and still readsWhole Organism Emulation (WBE), so it overrides this JSON in every environment.To fix the live page, the record also has to be updated via the admin edit UI at
/areas/neurotech/whole-organism-emulation/edit(requires admin ATProto auth). This PR makes the repo source correct so the fallback/reseed path is right, but the live edit is a separate manual step.Screenshot
Skipped: no rendered diff to show. The live/local render is driven by the remote record (which still shows WBE), so a screenshot would not reflect this fallback-source change.