Axion ScienceProjectLocal workspace

Axion Notebook · research memory

Reasoning,
kept alive.

Capture explanations, formulas, code, figures and results without separating them from the scientific work that produced them.

Think

Write questions, explanations and observations in a document made for reading.

Compute

Bring in mathematics and code when reasoning needs them, not as the whole interface.

Connect

Keep evidence tied to the Project so context survives the next handoff.

The product

A notebook that remembers the research, not just the text.

Build a readable trail from question to finding. Typed blocks add scientific structure when useful while the document stays calm and human-first.

Fig 01 · Research NotebookSaved locally

Observation 03

Heat diffusion study

The temperature field smooths over time while preserving the symmetry implied by the boundary conditions.

Model
∂u/∂t = α∇²u
x = linspace(0, 2π, 200)
u = exp(-α*t) * sin(x)
plot(x, u)
Linked Math resultlive context
Finding. Amplitude decays exponentially while the spatial mode remains smooth.

Research workflow

From a question to a finding, in one readable trail.

Notebook is not another solver. It is where scientific context, interpretation and evidence remain legible over time.

01
Question

Start with what you are trying to understand, not with a blank code cell.

02
Model

State assumptions, equations and the structure of the investigation.

03
Computation

Use Math results or code exactly where they support the reasoning.

04
Observation

Record what the evidence actually shows while it is still in context.

05
Finding

Keep the conclusion attached to the model, evidence and revision that produced it.

Built for serious reasoning

A quiet document with scientific depth underneath.

01 · Reading first

The document stays calm enough to think in.

Structure exists without turning every paragraph into a dashboard card or every thought into a form.

Observation

The dominant spatial mode decays smoothly while preserving symmetry. This agrees with the boundary-constrained diffusion model.

02 · Math and code when useful

Computation supports the reasoning instead of replacing it.

Equations, code and linked results live beside the explanation, not in a separate tool chain.

∇²u = 1/α · ∂u/∂t
result = project.math.latest()
note.link(result)
observe(result.figure)

03 · Research memory

A finding keeps the evidence that made it believable.

Project context survives across sessions and across instruments so the notebook becomes a durable research record.

SourceMath · integral result
ProjectThermal transport
ObjectCalculation · r4
StatusLinked · local

One research trail

Reasoning should stay connected to the result.

Bring a saved Math result into Notebook, add observations and findings, then hand the same scientific context to Writer.

Math

Create the calculation and visualization.

Notebook

Explain, observe and build the research trail.

Writer

Use the evidence in a publication-ready document.

Research memory should feel like an instrument.

Open a quiet notebook where explanations, mathematics, code and evidence stay in the same scientific context.

Open Notebook