Jennifer Nguyen

Bootwitch

Scientist building AI and research tools
10+ years in immunology research · Building with AI since 2024
Bootwitch / Interactive demo
Simulated session
Files
Terminal
Welcome to Bootwitch.
Projects / plate-analyzer-code-excerpts-readme

96-Well Plate Analyzer - Source

plate-analyzerinterface

The complete project is now in a public GitHub repository, with setup instructions, dependencies, synthetic examples, and tests.

Open the demo · Project overview

Start with the parts that make the decisions

SourceWhat to look for
analysis.jsPreserve coordinates, resolve groups, combine technical repeats, and calculate sample-level statistics
elisa.jsFit standards, invert the curve, apply dilution once, and flag out-of-range samples
PlateAnalyzer.jsxKeep inputs separate and invalidate stale results after edits
ResultsChart.jsxBars, sample circles, error bars, and test annotation
testsNumerical fixtures and production browser workflows

These current implementation links replace the copied excerpts from the earlier prototype.

Architecture · Technical notes