Research Proposal Roadmap Template
Research 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.
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 design" or "methodology" figure in a final-year project proposal, a master's or PhD proposal, or a confirmation report. The four phases mirror the order of the document itself: why (rationale, state of the art, key problems) → what and how (content, methods, feasibility) → in which steps (collection, implementation, interim results) → what comes out and when (expected outcomes, timeline). A reviewer reading down the figure is reading down your table of contents.
Making it yours
- Phase names sit in the square brackets after each
subgraph; keep them identical to your section headings. - Replace "Methods and techniques" with what you will actually use: "survey + regression", "finite-element simulation", "deep learning model". If one box is not enough, split it into two joined by
-->. - Connect phases by their group ids (
K1 --> K2); linking nodes across phases makes Mermaid dropdirection LRand stack the steps vertically. - If the timeline needs month-by-month detail, draw it as a separate thesis schedule Gantt chart and keep a single box here.
- Switch to the Light theme before exporting for black-and-white printing; Ink Teal works for the defence slides.
Mermaid code
flowchart TB
subgraph K1[Topic and groundwork]
direction LR
A[Rationale and significance] --> B[State of the art] --> C[Key problems to solve]
end
subgraph K2[Research content and design]
direction LR
D[Content and objectives] --> E[Methods and techniques] --> F[Feasibility]
end
subgraph K3[Implementation steps]
direction LR
G[Data and material collection] --> H[Implementation and adjustment] --> I[Interim results]
end
subgraph K4[Outcomes and schedule]
direction LR
J[Expected outcomes] --> K[Timeline] --> L(Proposal submitted)
end
K1 --> K2 --> K3 --> K4Ask 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 research proposal roadmap in Mermaid flowchart TB syntax for the topic [your topic]. Use four subgraph phases with the phase name in square brackets and direction LR inside each: Topic and groundwork (rationale and significance → state of the art → key problems to solve); Research content and design (content and objectives → methods and techniques [replace with my methods: …] → feasibility); Implementation steps (data and material collection → implementation and adjustment → interim results); Outcomes and schedule (expected outcomes → timeline → proposal submitted, the last node rounded). Connect the phases by their subgraph ids (K1 --> K2). Output only the mermaid code block.
FAQ
- How is a proposal roadmap different from the one in the final thesis?
At proposal stage nothing has been done yet, so the figure describes intentions: methods, steps, expected outcomes and a timeline. In the finished thesis the figure describes what was actually done: interim results become real results and the timeline disappears. This template is written for the proposal; the general thesis roadmap is written for the final version, and the two share a structure so you can edit the text later rather than redraw.
- A phase has too many steps for one row
A subgraph can hold two rows: split the steps into two chains and write the second chain separately (for example
M[x] --> N[y]); the layout engine stacks the chains. You can also reduce node spacing under "Layout" in the editor, or switch the whole diagram toflowchart LRso phases run left to right and steps stack.- The figure looks blurry in Word
The Word (docx) file from this page or the editor embeds a 3x PNG, which stays sharp at normal zoom. If your department requires vector figures, export SVG and insert it into Word (2016 or later), or export PDF.
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.
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.
Grant Proposal Roadmap TemplateRoadmap 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.
Updated 2026-09-22