https://github.com/marcocrowe/thesis-templates
Thesis Templates
https://github.com/marcocrowe/thesis-templates
fyp mermaidjs presentation presentation-slides report-template thesis-template tus-fyp
Last synced: about 2 months ago
JSON representation
Thesis Templates
- Host: GitHub
- URL: https://github.com/marcocrowe/thesis-templates
- Owner: marcocrowe
- Created: 2021-11-22T08:32:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T16:50:15.000Z (8 months ago)
- Last Synced: 2025-02-10T21:24:27.465Z (3 months ago)
- Topics: fyp, mermaidjs, presentation, presentation-slides, report-template, thesis-template, tus-fyp
- Homepage: https://marcocrowe.github.io/thesis-templates/
- Size: 1.77 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [Thesis Templates](https://github.com/markcrowe-com/thesis-templates)
A collection of example thesis templates with a sample Table of Contents with the relevant styles to get you started.
## Thesis Sample Templates
- Sample AI Thesis: [sample-ai-thesis.docx](./sample-ai-thesis.docx?raw=true) - [pdf](./sample-ai-thesis.pdf)
- Sample TUS FYP Thesis: [docs/tus-fyp-report-thesis-template.docx](./docs/tus-fyp-report-thesis-template.docx?raw=true) - [pdf](./docs/tus-fyp-report-thesis-template.pdf)
- [TUS Thesis Checklist](docs/tus-thesis-checklist.md)## Recommended Editors
- [Microsoft Office Word](https://www.microsoft.com/microsoft-365/)
- [Microsoft Office Word Online at Microsoft 365](https://www.office.com/launch/word)
- [VS Code](https://code.visualstudio.com/): [Office Viewer](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-office)
- [Reveal.js](https://revealjs.com/): [Markdown](https://revealjs.com/markdown/)
- [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal) - For slides and presentations## Conversion Tools
- Brave Browser: [https://brave.com/](https://brave.com/) with extensions
- [`Markdown Viewer`](https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk)
- [`Link Shortener`](https://timleland.com/link-shortener-extension/)
- Pandoc: [https://pandoc.org/](https://pandoc.org/)## Diagrams
- Mermaid: [https://mermaid-js.github.io/mermaid-live-editor/](https://mermaid-js.github.io/mermaid-live-editor/)
Command to convert Word to Markdown:
## Commands
```bash
pandoc -f docx -t markdown sample-ai-thesis.docx -o sample-ai-thesis.md --extract=./images/sample-ai-thesis
```---
Copyright © 2021 Mark Crowe . All rights reserved.