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.
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 }],
};
model.md — what the model describes, organism, reference:
comment.md — one line on validation (optional):
scheme.svg — reaction-scheme diagram markup (optional):
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.