{}OPF
DocsIndustries exampleEdit on GitHub

Port Dwell Time Improvement Plan

Port Dwell Time Improvement Plan is a fictional OPF example for ports and logistics teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.

Metadata

Source

examples/gallery/industries/port-dwell-time-improvement-plan.opf.json

Slides

10

Audience

investors, all-hands

Purpose

plan

Tone

technical

Source JSON

examples/gallery/industries/port-dwell-time-improvement-plan.opf.json
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "Port Dwell Time Improvement Plan",
  "description": "Port Dwell Time Improvement Plan is a fictional OPF example for ports and logistics teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.",
  "filename": "port-dwell-time-improvement-plan",
  "language": "english-ca",
  "audience": [
    "investors",
    {
      "id": "all-hands",
      "attentionBudgetMinutes": 24,
      "technicalFluency": "high",
      "decisionPower": "informational",
      "recommendedNarratives": [
        "company-intro"
      ],
      "recommendedTones": [
        "technical"
      ]
    }
  ],
  "purpose": {
    "id": "plan",
    "outcome": "Reduce container dwell time through scheduling and yard visibility",
    "successCriteria": [
      "The audience can state the decision in one sentence.",
      "The owner and next checkpoint are explicit."
    ]
  },
  "tone": {
    "id": "technical",
    "voiceCues": [
      "Make the decision visible.",
      "Use concrete operating language."
    ],
    "avoid": [
      "Do not bury the ask.",
      "Do not over-explain obvious context."
    ]
  },
  "narrative": {
    "id": "company-intro",
    "description": "Port Dwell Time Improvement Plan uses a compact evidence-to-decision arc for Bluewater Logistics.",
    "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": "dark",
    "colorScheme": {
      "id": "deep-purple",
      "primary": "#334155",
      "secondary": "#F8FAFC",
      "accent": "#E2E8F0",
      "background": "#FFFFFF",
      "text": "#0F172A",
      "custom": {
        "signal": "#14B8A6",
        "risk": "#F59E0B"
      }
    },
    "fontScheme": {
      "id": "bookman",
      "heading": {
        "family": "Aptos Display",
        "weight": 700
      },
      "body": {
        "family": "Aptos",
        "weight": 400
      },
      "code": {
        "family": "Consolas",
        "weight": 400
      }
    },
    "dimensions": "widescreen",
    "background": {
      "type": "image",
      "image": {
        "src": "asset:cover-bg",
        "fit": "cover"
      },
      "opacity": 0.2
    },
    "titleAlignment": "left",
    "contentAlignment": "center",
    "contentBox": true,
    "contentDirection": "horizontal",
    "chartPrimary": "left",
    "imageFill": "crop",
    "listBullet": "character",
    "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": "Internal planning draft"
      },
      "right": {
        "slideNumber": true
      }
    },
    "slideImage": {
      "src": "asset:cover-bg",
      "position": "top"
    }
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title-subtitle",
      "tag": "Ports and logistics",
      "title": "Port Dwell Time Improvement Plan",
      "subtitle": "Bluewater Logistics Ports and logistics",
      "notes": "Open by naming the decision: Reduce container dwell time through scheduling and yard visibility."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-1x",
      "title": "Why This Matters",
      "text": [
        "Bluewater Logistics should focus the next cycle on ",
        {
          "text": "reduce container dwell time through scheduling and yard visibility",
          "bold": true,
          "color": "#334155"
        },
        " while making the operating tradeoffs clear to ports and logistics stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-1x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "100pct-progress-bar",
        "data": {
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ],
          "rows": [
            [
              "Q1",
              18,
              15
            ],
            [
              "Q2",
              22,
              17
            ],
            [
              "Q3",
              25,
              19
            ],
            [
              "Q4",
              29,
              21
            ]
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Options",
      "layout": "table-1x",
      "title": "Decision Options",
      "table": {
        "columns": [
          "Workstream",
          "Owner",
          "Status",
          "Decision"
        ],
        "rows": [
          [
            "Ports and logistics",
            "Program lead",
            "On track",
            "Continue"
          ],
          [
            "Data and reporting",
            "Analytics",
            "Watch",
            "Tighten metric definitions"
          ],
          [
            "Field adoption",
            "Operations",
            "At risk",
            "Add weekly office hours"
          ]
        ]
      }
    },
    {
      "id": "s5",
      "section": "Plan",
      "layout": "text-2x",
      "title": "Execution Timeline",
      "type": "timeline",
      "timeline": {
        "name": "Ports and logistics execution path",
        "description": "Major milestones for Bluewater Logistics.",
        "events": [
          {
            "when": "May",
            "what": "Baseline",
            "description": "Confirm current state, owners, and constraints."
          },
          {
            "when": "Jun",
            "what": "Pilot",
            "description": "Run a narrow pilot with visible success criteria."
          },
          {
            "when": "Jul",
            "what": "Scale",
            "description": "Expand the approach after risk review."
          },
          {
            "when": "Aug",
            "what": "Embed",
            "description": "Move reporting and routines into steady-state operations."
          }
        ]
      }
    },
    {
      "id": "s7-regions",
      "section": "Operating model",
      "layout": "number-1x",
      "title": "Operating Model",
      "top:left": {
        "metric": {
          "value": "$820K",
          "label": "Primary signal",
          "description": "Reduce container dwell time through scheduling and yard visibility",
          "trend": "up"
        }
      },
      "top:center+right": {
        "text": [
          "Bluewater Logistics should focus the next cycle on ",
          {
            "text": "reduce container dwell time through scheduling and yard visibility",
            "bold": true,
            "color": "#334155"
          },
          " while making the operating tradeoffs clear to ports and logistics stakeholders."
        ]
      },
      "middle+bottom:left": {
        "quote": {
          "text": "The path is workable if we keep the metric simple and the decision owner visible.",
          "attribution": "Ports and logistics working group",
          "source": "Stakeholder interview"
        }
      },
      "middle+bottom:center+right": {
        "table": {
          "columns": [
            "Workstream",
            "Owner",
            "Status",
            "Decision"
          ],
          "rows": [
            [
              "Ports and logistics",
              "Program lead",
              "On track",
              "Continue"
            ],
            [
              "Data and reporting",
              "Analytics",
              "Watch",
              "Tighten metric definitions"
            ],
            [
              "Field adoption",
              "Operations",
              "At risk",
              "Add weekly office hours"
            ]
          ]
        }
      },
      "notes": "Use this slide to slow the conversation down around ownership and operating rhythm."
    },
    {
      "id": "s7-blocks",
      "section": "Evidence",
      "layout": "number-4x",
      "title": "Evidence Pack",
      "blocks": [
        {
          "chart": {
            "type": "bar",
            "data": {
              "columns": [
                "Quarter",
                "Current",
                "Baseline"
              ],
              "rows": [
                [
                  "Q1",
                  27,
                  24
                ],
                [
                  "Q2",
                  31,
                  26
                ],
                [
                  "Q3",
                  34,
                  28
                ],
                [
                  "Q4",
                  38,
                  30
                ]
              ]
            }
          }
        },
        {
          "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": "18%",
            "label": "Expected improvement",
            "unit": "%",
            "delta": "+6 pts",
            "trend": "up"
          }
        }
      ]
    },
    {
      "id": "s7-image",
      "section": "Context",
      "layout": "image-bleed",
      "title": "Field Context",
      "type": "image",
      "image": {
        "src": "asset:supporting-photo",
        "alt": "Ports and logistics context photo for Bluewater Logistics",
        "title": "Ports and logistics context"
      },
      "notes": "Use the image as context, not decoration."
    },
    {
      "id": "s7-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": "port-dwell-time-improvement-plan-rule.ts"
      },
      "hidden": true
    },
    {
      "id": "s10",
      "section": "Close",
      "layout": "list-4x",
      "title": "Decision and Follow Through",
      "items": [
        [
          "Commit to ",
          {
            "text": "reduce container dwell time through scheduling and yard visibility",
            "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": "bluewater-logistics",
    "name": "Bluewater Logistics",
    "legalName": "Bluewater Logistics, Inc.",
    "logo": "asset:brand-logo",
    "domain": "bluewater-logistics.example",
    "email": "hello@bluewater-logistics.example",
    "phone": "+15551000006",
    "tagline": "Reduce container dwell time through scheduling and yard visibility",
    "role": "primary",
    "socials": {
      "threads": "@bluewater-logistics",
      "youtube": "https://youtube.example/bluewater-logistics"
    }
  },
  "speaker": [
    {
      "id": "maya",
      "name": "Maya Chen",
      "title": "Program Sponsor",
      "photo": "asset:supporting-photo",
      "email": "maya@bluewater-logistics.example",
      "organizationId": "bluewater-logistics",
      "socials": {
        "threads": "@maya-chen"
      }
    },
    {
      "id": "jon",
      "name": "Jon Alvarez",
      "title": "Operating Lead",
      "organizationId": "bluewater-logistics",
      "socials": {
        "youtube": "@jon-alvarez"
      }
    }
  ],
  "author": "OPF Example Generator",
  "takeaway": [
    "Reduce container dwell time through scheduling and yard visibility",
    "The next decision and owner should be visible on the final slide."
  ],
  "duration": 14,
  "tags": [
    "industries",
    "ports-and-logistics",
    "plan",
    "technical",
    "dense"
  ],
  "assets": {
    "brand-logo": {
      "src": "./assets/bluewater-logistics-logo.svg",
      "alt": "Bluewater Logistics logo",
      "mediaType": "image/svg+xml"
    },
    "brand-logo-light": {
      "src": "./assets/bluewater-logistics-logo-light.svg",
      "alt": "Bluewater Logistics light logo",
      "mediaType": "image/svg+xml"
    },
    "brand-icon": {
      "src": "./assets/bluewater-logistics-icon.svg",
      "alt": "Bluewater Logistics icon",
      "mediaType": "image/svg+xml"
    },
    "cover-bg": {
      "src": "./assets/bluewater-logistics-cover-2.jpg",
      "alt": "Ports and logistics background image",
      "mediaType": "image/jpeg"
    },
    "supporting-photo": {
      "src": "./assets/bluewater-logistics-field-photo.jpg",
      "alt": "Ports and logistics field context",
      "mediaType": "image/jpeg"
    },
    "demo-video": {
      "src": "./media/bluewater-logistics-demo.mp4",
      "title": "Ports and logistics walkthrough",
      "mediaType": "video/mp4"
    },
    "metric-data": {
      "src": "./data/port-dwell-time-improvement-plan.csv",
      "format": "csv",
      "title": "Port Dwell Time Improvement Plan data"
    },
    "watermark": {
      "src": "./assets/bluewater-logistics-watermark.png",
      "alt": "Bluewater Logistics watermark",
      "mediaType": "image/png"
    }
  },
  "extensions": {
    "example": {
      "folder": "industries",
      "density": "dense",
      "scenario": "port-dwell-time-improvement-plan",
      "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": "port-dwell-time-improvement-plan-arc",
          "name": "Ports And Logistics Decision Arc",
          "summary": "A custom arc for Bluewater Logistics.",
          "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": "bluewater-logistics-theme",
          "name": "Bluewater Logistics Working Theme",
          "colorScheme": "deep-purple",
          "fontScheme": "bookman",
          "background": "light1",
          "tags": [
            "ports-and-logistics",
            "example"
          ]
        }
      ]
    },
    "colorSchemes": {
      "source": "https://www.pptx.gallery/color-schemes",
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-color-scheme/v1",
          "id": "bluewater-logistics-signal",
          "name": "Bluewater Logistics Signal Palette",
          "accent1": "#334155",
          "accent2": "#F8FAFC",
          "accent3": "#E2E8F0",
          "accent4": "#F59E0B",
          "accent5": "#14B8A6",
          "accent6": "#0F172A",
          "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"
    }
  }
}