{}OPF
DocsEducation exampleEdit on GitHub

STEM Lab Funding Proposal

4 slide OPF example deck.

Metadata

Source

examples/gallery/education/stem-lab-funding-proposal.opf.json

Slides

4

Audience

board

Purpose

plan

Tone

conversational

Source JSON

examples/gallery/education/stem-lab-funding-proposal.opf.json
{
  "name": "STEM Lab Funding Proposal",
  "language": "english-au",
  "audience": [
    "board"
  ],
  "purpose": "plan",
  "tone": "conversational",
  "narrative": "focus",
  "design": {
    "theme": "minimal",
    "colorScheme": "luxury",
    "fontScheme": "noto-sans-kannada",
    "dimensions": "16:10",
    "background": "light1",
    "titleAlignment": "left",
    "contentAlignment": "center",
    "contentBox": true,
    "contentDirection": "vertical",
    "chartPrimary": "left",
    "imageFill": "fit",
    "listBullet": "image"
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title",
      "tag": "K-12 education",
      "title": "STEM Lab Funding Proposal",
      "subtitle": "Prairie Ridge High School K-12 education",
      "notes": "Open by naming the decision: Secure funding for hands-on robotics and chemistry labs."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-1x",
      "title": "Why This Matters",
      "text": [
        "Prairie Ridge High School should focus the next cycle on ",
        {
          "text": "secure funding for hands-on robotics and chemistry labs",
          "bold": true,
          "color": "#BE123C"
        },
        " while making the operating tradeoffs clear to k-12 education stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-1x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "radar-with-markers",
        "data": {
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ],
          "rows": [
            [
              "Q1",
              12,
              9
            ],
            [
              "Q2",
              16,
              11
            ],
            [
              "Q3",
              19,
              13
            ],
            [
              "Q4",
              23,
              15
            ]
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Next",
      "layout": "list-4x",
      "title": "Next Steps",
      "items": [
        "Agree on the owner for k-12 education.",
        "Confirm the reporting cadence.",
        "Return with the first progress readout."
      ]
    }
  ]
}