# UPDATE WEBSITE README PROCESS
## Process Steps:
1. AI: Receive current `README.md` content.
2. AI: Receive new "Current Research Focus" text from the user.
3. AI: Receive new "Current Projects" list (with Markdown links) from the user.
4. AI: Receive new "Recent Releases" list (with Markdown links) from the user.
5. AI: Identify sections in the current `README.md` to be replaced or where new sections will be inserted.
6. AI: Construct the updated `README.md` by:
* Replacing the "Current Research Focus" section.
* Inserting the "Current Projects" section with its H2 heading and bulleted list.
* Inserting the "Recent Releases" section with its H2 heading and bulleted list.
* Ensuring all other original content remains untouched and in the correct order.
7. AI: Perform a final check for correct Markdown formatting of links and structure.
8. AI: Output the complete, updated `README.md` content as a single Markdown code block.
## Example User Input (Illustrative - User will provide the actual content):
**User Prompt:**
"Please update the `README.md` file using the `UPDATE-WebsiteREADME.md` template.
Here is the current `README.md` content:
```markdown
---
email:
[email protected]
website: http://qnfo.org
robots: By accessing this content, you agree to https://qnfo.org/LICENSE. Non-commercial use only. Attribution required.
DC.rights: https://qnfo.org/LICENSE. Users are bound by terms upon access.
ORCID: https://orcid.org/0009-0002-4317-5604
author: Rowan Brad Quni
tags: QNFO, README, Research Initiative, Think Tank, Physics, Information Theory, AI, Open Science, Collective Benefit, Site Structure, Empowering Change, Changelog, LCRF, Iterative Research
created: 2025-02-27T01:18:29Z
modified: 2025-04-23T04:42:40Z
aliases: ["Current Research Focus: LCRF - Foundational Axioms", "QNFO Initiative", README, QNFO Home]
title: README
---
***By accessing this website you agree to the [QNFO Content License Agreement (v1.1)](LICENSE)***
---
# Current Research Focus: [Old Focus Text]
[Old focus text content...]
---
## Welcome to QNFO
**QNFO** is a scientific think tank investigating the fundamental nature of reality through the lens of **information**, leveraging **AI-accelerated exploration** at the intersection of physics, information theory, philosophy of science, and computer science.
Our core mission is to advance foundational scientific understanding and develop ethical, open technologies for the **collective benefit of all humanity**.
**[[ABOUT|Learn more about our mission on the About page.]]**
---
## The Flavor Landscape: Our Iterative Approach
[Existing content of this section remains unchanged...]
---
## Exploring the Site
This site is structured like a **Git repository** to reflect the evolutionary nature of research.
- **Use the Navigation Pane:** The primary way to explore the full structure is via the **navigation pane on the left** (click the hamburger icon `☰` if it’s not visible).
- **Key Areas:**
- **[notes (v0.9 latest)](notes/0.9/0.9):** Our open lab notebook; raw ideas and daily logs (“garage door up”).
- **[alpha](projects/alpha.md):** Active research fronts; preliminary and evolving frameworks.
- **[releases](releases/releases):** More developed papers and stable analyses, organized by year.
- **[archive](releases/archive/archive):** Historical explorations and superseded concepts.
---
## Recent Activity
![[CHANGELOG]]
---
*For licensing details, see the [[LICENSE|QNFO Content License Agreement]].*