Thesis Timeline Gantt Chart Template
Thesis schedule in four sections (topic and proposal, research, writing, defence) with proposal and defence milestones. Change the dates for the timeline section of a research proposal and export PNG, Word or PowerPoint for free.
Edit the text, pick a theme, export Word / PowerPoint / PDF
When to use it
The timeline section of a bachelor's or master's proposal, or the plan a supervisor asks for. The axis shows months across roughly eight months; the proposal defence and the final defence are milestones (diamonds).
Making it yours
- Set the date on
Choose topicto the start of your term; the other tasks follow viaafter. - For experimental work rename "Data collection" to "Experiments and records"; theoretical work can drop some research tasks.
- If the department requires a mid-term review, add a
milestonebefore the writing section. - To show days on the axis, change
axisFormat %bto%m-%d.
Mermaid code
gantt
title Thesis timeline
dateFormat YYYY-MM-DD
axisFormat %b
todayMarker off
section Topic and proposal
Choose topic :a1, 2026-09-15, 14d
Literature review :a2, after a1, 21d
Proposal defence :milestone, a3, after a2, 0d
section Research
Study design :b1, after a2, 14d
Data collection :b2, after b1, 30d
Data analysis :b3, after b2, 21d
section Writing
First draft :c1, after b3, 30d
Supervisor revisions :c2, after c1, 14d
Final draft and plagiarism check :c3, after c2, 10d
section Defence
Defence preparation :d1, after c3, 7d
Thesis defence :milestone, d2, after d1, 0dAsk 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 thesis timeline as a Mermaid gantt chart with dateFormat YYYY-MM-DD and four sections: Topic and proposal, Research, Writing, Defence. Choose topic 14 days, literature review 21 days, proposal defence as a milestone; study design 14 days, data collection 30 days, data analysis 21 days; first draft 30 days, supervisor revisions 14 days, final draft and plagiarism check 10 days; defence preparation 7 days and thesis defence as a milestone. Chain the tasks with after, starting on 2026-09-15. Output only the mermaid code block.
FAQ
- Is a Gantt chart acceptable in a proposal?
Yes; many department templates are Gantt charts or tables. Export the PNG and insert it into Word, or fill in a table using the task list from the code.
- How is a milestone written?
Proposal defence :milestone, a3, after a2, 0d: a duration of 0d draws a diamond.- Can I show month names in another language?
%buses the browser's English month abbreviations. For fixed labels use%m(numeric month) instead.
More in this category
Project Schedule Gantt Chart TemplateSoftware project schedule in four sections (requirements, design, development, testing and launch) with tasks chained by after, done and active markers and a launch milestone. Change the dates and durations and export PNG, Word or PowerPoint for free.
Product Launch Plan Gantt Chart TemplateProduct release plan in four sections (preparation, content and marketing, launch, post-launch) with feature freeze and general availability milestones and a critical staged rollout. Free PNG, Word and PowerPoint export.
Event Planning Gantt Chart TemplateEvent preparation schedule in five sections (planning, preparation, promotion, execution, wrap-up) with venue, programme and materials running in parallel and the event day as a milestone. Free PNG, Word and PowerPoint export.
Updated 2026-09-05