Grant Proposal Roadmap Template
Roadmap for a funding application: objectives on top, three parallel work packages with their own methods and interim outputs, converging into publications, demonstration and final review. For grants and sponsored projects; free PNG, Word / PowerPoint export.
Once open you can edit the text, switch themes and change the layout before exporting; to move things by hand, click “Arrange by hand” in the top bar. The download buttons here give you the template as is
When to use it
The "research plan" or "methodology" figure in a grant application: national or regional research funding, internal university grants, industry-sponsored projects. Reviewers check whether objectives, work packages, methods and outcomes line up, so this template puts the objectives at the top, three work packages side by side each with its own methods and interim output, and the expected outcomes and final review at the bottom. Following the arrows, a reviewer can verify which objective each work package serves and what it produces.
Making it yours
- Replace "Scope", "Methods" and "Interim output" with concrete wording: "multi-source data fusion model", "comparative experiments + ablation", "one algorithm + one paper". Keep each box short and split long ones.
- With two work packages delete the whole
G4block plusG1 --> G4andG4 --> G5; with four, copy the block asG6. - Write the expected outcomes in the categories your funder counts: papers, patents, software, standards, demonstrations, trained researchers.
- If one work package depends on another (WP2 uses WP1's results), add
G2 --> G3; the layout engine will stagger them. - Applications are usually printed in black and white: switch to the Light theme before exporting, and keep Ink Teal for the interview slides.
Mermaid code
flowchart TB
subgraph G1[Objectives]
direction LR
A[Scientific question] --> B[Overall objective] --> C[Key problems to solve]
end
subgraph G2[Work package 1]
direction LR
D[Scope] --> E[Methods] --> F[Interim output]
end
subgraph G3[Work package 2]
direction LR
G[Scope] --> H[Methods] --> I[Interim output]
end
subgraph G4[Work package 3]
direction LR
J[Scope] --> K[Methods] --> L[Interim output]
end
subgraph G5[Expected outcomes]
direction LR
M[Papers / patents] --> N[Demonstration] --> O(Final review)
end
G1 --> G2
G1 --> G3
G1 --> G4
G2 --> G5
G3 --> G5
G4 --> G5Ask an AI for one with this structure
Send the prompt below to ChatGPT or Claude, then paste the whole reply into the editor; the code inside is detected automatically.
Draw a grant proposal roadmap in Mermaid flowchart TB syntax for the project [project title]. Five subgraph groups with the group name in square brackets and direction LR inside: Objectives (scientific question → overall objective → key problems to solve); Work package 1 [name] (scope → methods [...] → interim output [...]); Work package 2 [name] (same); Work package 3 [name] (same); Expected outcomes (papers / patents → demonstration → final review, the last node rounded). Connect Objectives to each work package and each work package to Expected outcomes, all by subgraph ids. Output only the mermaid code block.
FAQ
- What do reviewers actually check in this figure?
Three things: whether the work packages cover the objectives (each objective needs at least one package), whether each package names a real method rather than a slogan, and whether the outcomes are measurable (numbers of papers, patents, demonstration sites). This template aligns the three in columns, so a missing box is obvious to a reviewer, and equally useful as a self-check while writing.
- Three work packages side by side make the figure too wide
Keep each box under a few words, or reduce each package to two boxes (scope + methods, with outputs folded into the expected outcomes). If it is still too wide, change the first line to
flowchart LR: the packages stack vertically and the figure becomes tall and narrow, which suits a portrait page.- Can I show which key problem each work package addresses?
Split "Key problems to solve" into separate nodes inside
G1and connect each to the matching work package group (for exampleC1 --> G2). Cross-group links disable the left-to-right layout insideG1, so remove itsdirection LRand let the nodes stack.
More in this category
Thesis Research Roadmap Template (General)Research roadmap in four phases (preparation, theory and method, implementation and validation, conclusion) from problem statement to conclusions and outlook. For proposals and dissertations; free PNG, Word and PowerPoint export.
Algorithm Research Roadmap Template (Deep Learning)Five-phase roadmap for algorithm papers: problem definition, data, method, experiments and conclusion, including baseline reproduction, the proposed model, ablation studies and sensitivity analysis. Free PNG, Word and PowerPoint export.
Survey Research Roadmap TemplateFive-phase roadmap for questionnaire-based research: theory, questionnaire design, data collection, analysis and conclusion, with hypotheses, pilot study, regression and hypothesis testing. Free PNG, Word and PowerPoint export.
Software Project Roadmap Template (Capstone Projects)Five-phase roadmap for a software system project: requirements, design, implementation (frontend and backend in parallel), testing and deployment, conclusion. For final-year projects and coursework; free PNG, Word and PowerPoint export.
Research Proposal Roadmap TemplateResearch roadmap that follows the sections of a proposal: topic and groundwork, research content and design, implementation steps, outcomes and schedule. For final-year projects and thesis proposals; free PNG, Word and PowerPoint export.
Thesis Roadmap by Chapter Template (Master's and PhD)Research roadmap organised by chapter: introduction, background, two parallel contribution chapters, integrated validation and conclusions, flow between chapters explicit. For chapter one of a master's or PhD thesis; free PNG, Word and PowerPoint export.
Engineering Project Roadmap TemplateFive-phase engineering project roadmap: requirements and survey, concept design, detailed design and build with hardware and software in parallel, testing and validation, delivery. For engineering theses, proposals and bids; free PNG, Word / PowerPoint export.
Updated 2026-09-22