{}OPF
DocsPresentation Types exampleEdit on GitHub

Research Findings Report

Research Findings Report is a fictional OPF example for research report teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.

Metadata

Source

examples/gallery/presentation-types/research-findings-report.opf.json

Slides

10

Audience

sales-team, customers

Purpose

sell

Tone

persuasive

Source JSON

examples/gallery/presentation-types/research-findings-report.opf.json
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "Research Findings Report",
  "description": "Research Findings Report is a fictional OPF example for research report teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.",
  "filename": "research-findings-report",
  "language": "english-gb",
  "audience": [
    "sales-team",
    {
      "id": "customers",
      "attentionBudgetMinutes": 35,
      "technicalFluency": "medium",
      "decisionPower": "decision-maker",
      "recommendedNarratives": [
        "failure-analysis"
      ],
      "recommendedTones": [
        "persuasive"
      ]
    }
  ],
  "purpose": {
    "id": "sell",
    "outcome": "Turn survey results into decisions for program design",
    "successCriteria": [
      "The audience can state the decision in one sentence.",
      "The owner and next checkpoint are explicit."
    ]
  },
  "tone": {
    "id": "persuasive",
    "voiceCues": [
      "Make the decision visible.",
      "Use concrete operating language."
    ],
    "avoid": [
      "Do not bury the ask.",
      "Do not over-explain obvious context."
    ]
  },
  "narrative": {
    "id": "failure-analysis",
    "description": "Research Findings Report uses a compact evidence-to-decision arc for Blue Ridge Institute.",
    "beats": [
      {
        "id": "context",
        "name": "Context",
        "slideType": "text",
        "layoutHint": "text-1x"
      },
      {
        "id": "evidence",
        "name": "Evidence",
        "slideType": "chart",
        "layoutHint": "chart-1x"
      },
      {
        "id": "commitment",
        "name": "Commitment",
        "slideType": "list",
        "layoutHint": "list-3x"
      }
    ]
  },
  "design": {
    "theme": "classic",
    "colorScheme": {
      "id": "corporate-blue",
      "primary": "#0369A1",
      "secondary": "#334155",
      "accent": "#F8FAFC",
      "background": "#0B1220",
      "text": "#F8FAFC",
      "custom": {
        "signal": "#F59E0B",
        "risk": "#E2E8F0"
      }
    },
    "fontScheme": {
      "id": "angsana-new",
      "heading": {
        "family": "Aptos Display",
        "weight": 700
      },
      "body": {
        "family": "Aptos",
        "weight": 400
      },
      "code": {
        "family": "Consolas",
        "weight": 400
      }
    },
    "dimensions": "a4",
    "background": "dark1",
    "titleAlignment": "right",
    "contentAlignment": "left",
    "contentBox": false,
    "contentDirection": "vertical",
    "chartPrimary": "bottom",
    "imageFill": "fit",
    "listBullet": "image",
    "logo": "asset:brand-logo",
    "watermark": {
      "src": "asset:watermark",
      "opacity": 0.06
    },
    "header": {
      "left": {
        "section": true
      },
      "right": {
        "image": "asset:brand-icon"
      }
    },
    "footer": {
      "left": {
        "organization": true
      },
      "center": {
        "text": "Decision review"
      },
      "right": {
        "slideNumber": true
      }
    },
    "slideImage": {
      "src": "asset:cover-bg",
      "position": "right"
    }
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title",
      "tag": "Research report",
      "title": "Research Findings Report",
      "subtitle": "Blue Ridge Institute Research report",
      "notes": "Open by naming the decision: Turn survey results into decisions for program design."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-3x",
      "title": "Why This Matters",
      "text": [
        "Blue Ridge Institute should focus the next cycle on ",
        {
          "text": "turn survey results into decisions for program design",
          "bold": true,
          "color": "#0369A1"
        },
        " while making the operating tradeoffs clear to research report stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-3x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "area",
        "data": {
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ],
          "rows": [
            [
              "Q1",
              16,
              13
            ],
            [
              "Q2",
              20,
              15
            ],
            [
              "Q3",
              23,
              17
            ],
            [
              "Q4",
              27,
              19
            ]
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Options",
      "layout": "table-1x",
      "title": "Decision Options",
      "table": {
        "columns": [
          "Workstream",
          "Owner",
          "Status",
          "Decision"
        ],
        "rows": [
          [
            "Research report",
            "Program lead",
            "At risk",
            "Continue"
          ],
          [
            "Data and reporting",
            "Analytics",
            "On track",
            "Tighten metric definitions"
          ],
          [
            "Field adoption",
            "Operations",
            "Watch",
            "Add weekly office hours"
          ]
        ]
      }
    },
    {
      "id": "s5",
      "section": "Plan",
      "layout": "list-3x",
      "title": "Execution Timeline",
      "type": "timeline",
      "timeline": {
        "name": "Research report execution path",
        "description": "Major milestones for Blue Ridge Institute.",
        "events": [
          {
            "when": "Oct",
            "what": "Baseline",
            "description": "Confirm current state, owners, and constraints."
          },
          {
            "when": "May",
            "what": "Pilot",
            "description": "Run a narrow pilot with visible success criteria."
          },
          {
            "when": "Jun",
            "what": "Scale",
            "description": "Expand the approach after risk review."
          },
          {
            "when": "Jul",
            "what": "Embed",
            "description": "Move reporting and routines into steady-state operations."
          }
        ]
      }
    },
    {
      "id": "s90-regions",
      "section": "Operating model",
      "layout": "number-6x",
      "title": "Operating Model",
      "top:left": {
        "metric": {
          "value": "$4.8M",
          "label": "Primary signal",
          "description": "Turn survey results into decisions for program design",
          "trend": "down"
        }
      },
      "top:center+right": {
        "text": [
          "Blue Ridge Institute should focus the next cycle on ",
          {
            "text": "turn survey results into decisions for program design",
            "bold": true,
            "color": "#0369A1"
          },
          " while making the operating tradeoffs clear to research report stakeholders."
        ]
      },
      "middle+bottom:left": {
        "quote": {
          "text": "The path is workable if we keep the metric simple and the decision owner visible.",
          "attribution": "Research report working group",
          "source": "Stakeholder interview"
        }
      },
      "middle+bottom:center+right": {
        "table": {
          "columns": [
            "Workstream",
            "Owner",
            "Status",
            "Decision"
          ],
          "rows": [
            [
              "Research report",
              "Program lead",
              "At risk",
              "Continue"
            ],
            [
              "Data and reporting",
              "Analytics",
              "On track",
              "Tighten metric definitions"
            ],
            [
              "Field adoption",
              "Operations",
              "Watch",
              "Add weekly office hours"
            ]
          ]
        }
      },
      "notes": "Use this slide to slow the conversation down around ownership and operating rhythm."
    },
    {
      "id": "s90-blocks",
      "section": "Evidence",
      "layout": "list-4x",
      "title": "Evidence Pack",
      "blocks": [
        {
          "chart": {
            "type": "bullet-column",
            "data": {
              "columns": [
                "Quarter",
                "Current",
                "Baseline"
              ],
              "rows": [
                [
                  "Q1",
                  25,
                  22
                ],
                [
                  "Q2",
                  29,
                  24
                ],
                [
                  "Q3",
                  32,
                  26
                ],
                [
                  "Q4",
                  36,
                  28
                ]
              ]
            }
          }
        },
        {
          "quote": {
            "text": "Teams already know where the friction is; the deck makes the sequence of choices explicit.",
            "attribution": "Program sponsor",
            "source": "Planning interview"
          }
        },
        {
          "metric": {
            "value": "2.4x",
            "label": "Expected improvement",
            "unit": "days",
            "delta": "-3 days",
            "trend": "down"
          }
        }
      ]
    },
    {
      "id": "s90-video",
      "section": "Context",
      "layout": "media-1x",
      "title": "Demo Moment",
      "type": "video",
      "video": {
        "src": "asset:demo-video",
        "title": "Research report walkthrough",
        "description": "Short clip demonstrating the proposed research report workflow."
      }
    },
    {
      "id": "s90-code",
      "section": "Appendix",
      "layout": "code-1x",
      "title": "Decision Rule",
      "code": {
        "source": "const score = urgency * confidence;\nif (score >= threshold) {\n  routeToSponsor(workstream);\n} else {\n  keepInWeeklyReview(workstream);\n}",
        "language": "ts",
        "filename": "research-findings-report-rule.ts"
      },
      "hidden": false
    },
    {
      "id": "s10",
      "section": "Close",
      "layout": "list-3x",
      "title": "Decision and Follow Through",
      "items": [
        [
          "Commit to ",
          {
            "text": "turn survey results into decisions for program design",
            "bold": true
          }
        ],
        {
          "text": "Name the sponsor and operating owner.",
          "description": "Keep one person accountable for momentum."
        },
        {
          "text": "Publish the progress rhythm.",
          "description": "Use the same metric definitions every week."
        },
        {
          "text": "Return with proof.",
          "description": "Bring customer, employee, resident, or learner evidence into the next review."
        }
      ]
    }
  ],
  "organization": {
    "id": "blue-ridge-institute",
    "name": "Blue Ridge Institute",
    "legalName": "Blue Ridge Institute, Inc.",
    "logo": "asset:brand-logo",
    "domain": "blue-ridge-institute.example",
    "email": "hello@blue-ridge-institute.example",
    "phone": "+15551000089",
    "tagline": "Turn survey results into decisions for program design",
    "role": "primary",
    "socials": {
      "youtube": "@blue-ridge-institute",
      "github": "https://github.example/blue-ridge-institute"
    }
  },
  "speaker": {
    "id": "speaker",
    "name": "Evan Brooks",
    "title": "Product Lead",
    "organizationId": "blue-ridge-institute",
    "bio": "Leads research report planning for Blue Ridge Institute.",
    "socials": {
      "youtube": "@blue-ridge-institute-speaker"
    }
  },
  "author": "OPF Example Generator",
  "takeaway": "Turn survey results into decisions for program design",
  "duration": 22,
  "tags": [
    "presentation-types",
    "research-report",
    "sell",
    "persuasive",
    "dense"
  ],
  "assets": {
    "brand-logo": {
      "src": "./assets/blue-ridge-institute-logo.svg",
      "alt": "Blue Ridge Institute logo",
      "mediaType": "image/svg+xml"
    },
    "brand-logo-light": {
      "src": "./assets/blue-ridge-institute-logo-light.svg",
      "alt": "Blue Ridge Institute light logo",
      "mediaType": "image/svg+xml"
    },
    "brand-icon": {
      "src": "./assets/blue-ridge-institute-icon.svg",
      "alt": "Blue Ridge Institute icon",
      "mediaType": "image/svg+xml"
    },
    "cover-bg": {
      "src": "./assets/blue-ridge-institute-cover-5.jpg",
      "alt": "Research report background image",
      "mediaType": "image/jpeg"
    },
    "supporting-photo": {
      "src": "./assets/blue-ridge-institute-field-photo.jpg",
      "alt": "Research report field context",
      "mediaType": "image/jpeg"
    },
    "demo-video": {
      "src": "./media/blue-ridge-institute-demo.mp4",
      "title": "Research report walkthrough",
      "mediaType": "video/mp4"
    },
    "metric-data": {
      "src": "./data/research-findings-report.csv",
      "format": "csv",
      "title": "Research Findings Report data"
    },
    "watermark": {
      "src": "./assets/blue-ridge-institute-watermark.png",
      "alt": "Blue Ridge Institute watermark",
      "mediaType": "image/png"
    }
  },
  "extensions": {
    "example": {
      "folder": "presentation-types",
      "density": "dense",
      "scenario": "research-findings-report",
      "generatedBy": "scripts/generate-example-suite.mjs"
    }
  },
  "catalogs": {
    "narratives": {
      "source": [
        "pkg:@openpresentation/gallery/narratives",
        "https://www.pptx.gallery/narratives"
      ],
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-narrative/v1",
          "id": "research-findings-report-arc",
          "name": "Research Report Decision Arc",
          "summary": "A custom arc for Blue Ridge Institute.",
          "beats": [
            {
              "id": "context",
              "name": "Context",
              "slideType": "text",
              "layoutHint": "text-1x"
            },
            {
              "id": "evidence",
              "name": "Evidence",
              "slideType": "chart",
              "layoutHint": "chart-1x"
            },
            {
              "id": "decision",
              "name": "Decision",
              "slideType": "list",
              "layoutHint": "list-3x"
            }
          ]
        }
      ]
    },
    "themes": {
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-theme/v1",
          "id": "blue-ridge-institute-theme",
          "name": "Blue Ridge Institute Working Theme",
          "colorScheme": "corporate-blue",
          "fontScheme": "angsana-new",
          "background": "#F8FAFC",
          "tags": [
            "research-report",
            "example"
          ]
        }
      ]
    },
    "colorSchemes": {
      "source": "https://www.pptx.gallery/color-schemes",
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-color-scheme/v1",
          "id": "blue-ridge-institute-signal",
          "name": "Blue Ridge Institute Signal Palette",
          "accent1": "#0369A1",
          "accent2": "#334155",
          "accent3": "#F8FAFC",
          "accent4": "#E2E8F0",
          "accent5": "#F59E0B",
          "accent6": "#14B8A6",
          "dark1": "#0F172A",
          "dark2": "#334155",
          "light1": "#FFFFFF",
          "light2": "#F8FAFC",
          "hyperlink": "#2563EB",
          "followedHyperlink": "#7C3AED"
        }
      ]
    },
    "fontSchemes": {
      "source": "pkg:@openpresentation/gallery/font-schemes"
    },
    "layouts": {
      "source": "https://www.pptx.gallery/layouts"
    },
    "chartTypes": {
      "source": "https://www.pptx.gallery/chart-types"
    },
    "languages": {
      "source": "https://www.pptx.gallery/languages"
    },
    "audiences": {
      "source": "https://www.pptx.gallery/audiences"
    },
    "purposes": {
      "source": "https://www.pptx.gallery/purposes"
    },
    "tones": {
      "source": "https://www.pptx.gallery/tones"
    },
    "socialPlatforms": {
      "source": "https://www.pptx.gallery/social-platforms"
    }
  }
}