An open API service indexing awesome lists of open source software.

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

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.