Skip to content

Add interactive DCP atoms table to docs#96

Draft
langestefan wants to merge 8 commits into
SciML:paperrevisionsfrom
langestefan:docs
Draft

Add interactive DCP atoms table to docs#96
langestefan wants to merge 8 commits into
SciML:paperrevisionsfrom
langestefan:docs

Conversation

@langestefan

@langestefan langestefan commented Mar 5, 2026

Copy link
Copy Markdown

This is purely a docs PR.

Adds an interactive atoms table using a vue component.

The atom tables are now json files, which could be automatically generated from the code as well.

The entries look like this:

  {
    "atom": "geomean",
    "meaning": "\\left(\\prod_{i=1}^n x_i\\right)^{1/n}",
    "domain": "\\mathbb{R}_{++}^n",
    "sign": "Positive",
    "curvature": "Concave",
    "monotonicity": "Increasing"
  },

This is then imported into the markdown file as raw HTML and rendered directly.

@raw html
<AtomTable src="dcp" />

Demo:

Screencast_20260305_030540.webm

@langestefan langestefan changed the base branch from main to paperrevisions March 5, 2026 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant