Collaborate — IsoFind
Contribute to IsoFind

Let's build together
the future of isotopic geochemistry

IsoFind is an open scientific project. Whether you are a researcher, developer or geochemist, your contribution can transform the way isotopic data is managed worldwide.

Four ways to get involved

Every contribution directly enriches a tool used by laboratories and researchers around the world.

Reference data

Share your validated isotopic data to enrich the community database and improve the accuracy of matches for everyone.

Plugins and extensions

Develop plugins to extend IsoFind's capabilities and share them with the scientific community through the built-in library.

Testing and feedback

Use IsoFind in your real workflows and report your feedback to guide development priorities.

Scientific validation

Contribute to the validation of matching models and standardization algorithms as a disciplinary expert.

Contribute to the ISOF standard

ISOF (Isotopic Secure Open Format) is IsoFind's open standard for the exchange of geochemical and forensic isotopic data. Your expertise can enrich it.

ECDSA cryptographic signature

Each .isof file is digitally signed by the issuing laboratory. Any alteration is instantly detectable, with no dependency on a third-party server.

Complete analytical metadata

Raw ratios, uncertainties, purification yields and protocols, all in a single immutable and reproducible container.

MIT license: open source

Integrable into any existing LIMS or analytical pipeline. Available in Python and Rust, with no vendor lock-in.

sample_data.isof
{
  "version": "1.0",
  "header": {
    "lab_id": "ISO-REF-042",
    "timestamp": "2026-03-12T14:30:00Z"
  },
  "data": {
    "element": "Pb",
    "206Pb_204Pb": 18.234,
    "207Pb_204Pb": 15.612,
    "uncertainty": 0.002,
    "purification_yield": 98.7
  },
  "signature": "304502210089..."
}

# Python verification
import isof
cert = isof.load("sample_data.isof")
print(cert.is_valid()) # True

Join the IsoFind community

Describe your area of expertise and the type of contribution you wish to make. We will get back to you within 48 hours.

Contact us