Skip to content

Bijux Pollenomics

bijux-pollenomics turns field evidence into maps and reports that can be traced, reviewed, and rebuilt.

It brings together archaeology, eDNA, aDNA, and pollen evidence so interpretation stays connected to source material, lineage, and publication routes.

It follows the shared documentation shell and standards checks from bijux-std and builds on the common CLI and runtime layer from bijux-core, while keeping interpretation and publication logic in the domain repository.

Repository Shape

bijux-pollenomics takes an unusual domain and makes the outputs concrete: tracked source data, rebuildable report bundles, a Nordic evidence atlas, and documentation that explains where those artifacts come from. This flow shows how evidence turns into mapped and report outputs.

graph LR
    evidence["Evidence"] --> interpretation["Interpretation"]
    interpretation --> mapped_output["Mapped output (atlas layers)"]
    interpretation --> report_output["Report output (report bundles)"]

The goal is a domain system that remains readable even outside the immediate subject area.

Concrete Outputs

  • atlas layers for regional evidence visualization
  • tracked data assets with named lineage
  • report bundles for reproducible publication routes
  • documentation context that explains interpretation assumptions and boundaries

What This Repository Covers

  • domain modeling that translates archaeology-facing questions into durable system surfaces
  • evidence handling with tracked inputs, rebuildable outputs, and clear publication routes
  • scientific constraints integrated without collapsing runtime and delivery boundaries
  • system clarity that remains readable for both domain and engineering reviewers

What Lives Here

  • evidence mapping framed as a reproducible product surface, not a one-off notebook
  • tracked data, checked-in publication artifacts, and rebuild paths
  • technical architecture adapted to archaeology-facing and field-oriented context without losing clarity
  • honest scope boundaries around what exists today and what does not

Where To Begin

If you are looking for... Start with this part of Pollenomics
shared runtime consumption how pollenomics uses the common CLI/runtime layer while keeping interpretation and publication local
reproducible publication tracked data/ and docs/report/ outputs, plus the atlas and country bundles
uncommon domain modeling the archaeology, eDNA, aDNA, and pollenomics framing in the docs and repository layout
scope discipline the clear limits around current capabilities, source categories, and report outputs
published entry points the runtime handbook, data reference, and published Nordic atlas material

How To Read This Page If You Are Not From The Domain

Start with the outputs rather than domain terminology: open atlas layers, tracked data, and report bundles first, then read documentation context to understand how interpretation decisions are constrained by evidence and reproducibility rules.

When This Page Is Most Useful

  • the question is about evidence mapping, archaeology-facing context, or field-site selection
  • you want to understand how the repository family handles uncommon domain boundaries
  • you care whether unusual domain work stays reproducible and reviewable

In The Larger Picture

Pollenomics carries the same structural habits into a specialized domain where methods, evidence, and interpretation all need to stay visible at once.

It keeps evidence, interpretation, and publication organized through disciplined software structure rather than one-off research handling.