Submit a model

Paste a model below, check it simulates, fill in the details, and open a pre-filled contribution issue — a workflow turns it into a pull request. No clone, no toolchain. Producing the model file (e.g. with mxlpy or from SBML) is described in the contributing guide.

1. Model

2. Metadata

Generated meta.ts:

import type { ModelMeta } from "$lib/types";

export const meta: ModelMeta = {
  slug: "",
  title: "",
  DOI: "",
  tags: {
    "Part of Photosynthesis": [],
    Demonstrations: [],
  },
  analyses: [{ type: "timecourse", tEnd: 100, nTimePoints: 500 }],
};

3. Description

model.md — what the model describes, organism, reference:

comment.md — one line on validation (optional):

scheme.svg — reaction-scheme diagram markup (optional):

4. Submit

Opening the issue pre-fills the slug, metadata and description. The model file is too large for a URL — copy it and paste into the matching box on the issue.

Add a valid model, a slug, a title and a description to continue.