gitmyhub

SLS-Model

JavaScript ★ 0 updated 28d ago

Modeling SLS with help from CW posts and primary sources.

An interactive web tool that models clinical trial data, drug pipeline progress, and possible valuation scenarios for the biotech company SELLAS Life Sciences, for research and education only.

JavaScriptHTMLCSSVercelsetup: easycomplexity 2/5

This repository is an interactive model for tracking and analyzing SELLAS Life Sciences, a biotech company known by its stock ticker SLS. The project builds a web based tool that lets people explore the company's clinical trial data, drug pipeline, and possible valuation scenarios using publicly available and primary sourced information. It is explicitly not investment, medical, legal, or financial advice. Instead it shows a range of possible outcomes and how sensitive those outcomes are to different assumptions.

The tool is organized into tabs. One tab focuses on a Phase 3 clinical trial called REGAL, showing survival data, statistical sensitivity checks, and a way to compare different scenarios using shareable links. Another tab models a Phase 2 drug candidate, comparing its results against historical data with simulations. A third tab estimates the company's potential value by combining sales projections, approval probability, and a simulation of possible outcomes. A fourth tab explains all of this at different levels of detail, from very simple to highly technical, with sources linked throughout.

Every adjustable number in the model is marked so users can see exactly which inputs are assumptions and which are confirmed facts with a citation. The statistical methods used, such as survival analysis and event tracking common in clinical trial research, are documented inside the app itself, with references to the academic papers they come from.

Technically, this is a plain website built with HTML, CSS, and JavaScript using ES modules, with no build tools or npm dependencies required to run it locally. A small serverless function fetches live stock quotes when deployed on Vercel. The entire state of a scenario, including every slider and setting, can be encoded into a shareable web link with no server or database needed to store it. There is also an embed mode for showing a simplified version of the tool inside another webpage. The code includes automated tests that check the underlying math stays accurate over time. The project is licensed under AGPL v3.

Where it fits