{"id":15203101,"url":"https://github.com/guritheochem/phd-thesis-template","last_synced_at":"2026-01-19T14:32:31.966Z","repository":{"id":226492817,"uuid":"755884595","full_name":"GuriTheoChem/phd-thesis-template","owner":"GuriTheoChem","description":"A Template for a PhD Thesis using LaTex","archived":false,"fork":false,"pushed_at":"2024-05-02T14:41:04.000Z","size":6455,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T22:12:43.066Z","etag":null,"topics":["latex","latex-book","latex-template","latex-thesis","phd","phd-latex","phd-thesis","phd-thesis-latex","phd-thesis-template"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuriTheoChem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-11T11:33:48.000Z","updated_at":"2024-05-02T14:41:07.000Z","dependencies_parsed_at":"2024-03-08T02:20:21.288Z","dependency_job_id":"4f62317f-f237-47ed-ad36-71436ad3798e","html_url":"https://github.com/GuriTheoChem/phd-thesis-template","commit_stats":null,"previous_names":["guritheochem/latex_book_template","guritheochem/phd-thesis-template"],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuriTheoChem%2Fphd-thesis-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuriTheoChem%2Fphd-thesis-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuriTheoChem%2Fphd-thesis-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuriTheoChem%2Fphd-thesis-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuriTheoChem","download_url":"https://codeload.github.com/GuriTheoChem/phd-thesis-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256116,"owners_count":20909240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex","latex-book","latex-template","latex-thesis","phd","phd-latex","phd-thesis","phd-thesis-latex","phd-thesis-template"],"created_at":"2024-09-28T04:23:55.122Z","updated_at":"2026-01-19T14:32:31.959Z","avatar_url":"https://github.com/GuriTheoChem.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhD Thesis Template\n\nGitHub repository for a PhD Thesis template using LaTex.\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/GuriTheoChem/phd-thesis-template?include_prereleases)](https://github.com/GuriTheoChem/phd-thesis-template/releases)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/GuriTheoChem/phd-thesis-template/.github%2Fworkflows%2Frelease.yml)\n![GitHub forks](https://img.shields.io/github/forks/GuriTheoChem/phd-thesis-template)\n![GitHub Repo stars](https://img.shields.io/github/stars/GuriTheoChem/phd-thesis-template)\n\n## Using the Template\n\nRead this [article](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) from GitHub Docs on how to create a repository from a template.\n\n1. Click Use this template button and select Create a new repository.\n\n   \u003cimg src=\"images/use_this_template.png\" alt=\"use this template\" style=\"width: 45%;\"\u003e\n\n2. Select with which account you want to create the repository and give it a name.\n\n3. Check out any additional options you want to incorporate.\n\n4. Click Create Repository and you are all set.\n\n## Building the PDF of the Thesis\n\n- To build the pdf of the Thesis, execute the following:\n\n    ```bash\n    latexmk -pdf -output-directory=build src/main.tex\n    ```\n\n    \u003e Note: I use `latexmk` for an automated compilation of this template pdf as it has cross-references(bibliography, table of contents). I do not test any other compilers. Please read more about choosing a compiler on this overleaf [article](https://www.overleaf.com/learn/latex/Choosing_a_LaTeX_Compiler#TeX_distributions).\n\n- The pdf named [main.pdf](build/main.pdf) is built in the [build/](build) folder.\n\n- To get the pdf of a particular release version, go to the release and find it in the assets.\n\n## Plots\n\n- To build the new plots, modify the [generate_plots.py](src/generate_plots.py) as you wish and execute the following:\n\n    ```bash\n    python3 src/generate_plots.py\n    ```\n\n    \u003e Note: The images of the plots for this are already generated in this project repository and are in the [plots/](src/contents/figures_and_plots/plots).\n\n    This is of course only one example way in which a user can generate plots for their LaTex Document. Feel free to play around and incorporate your prefered way.\n\n## Screenshots\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: space-around;\"\u003e\n    \u003cimg src=\"images/main-01.png\" alt=\"main-01\" style=\"width: 45%;\"\u003e\n    \u003cimg src=\"images/main-06.png\" alt=\"main-06\" style=\"width: 45%;\"\u003e\n\u003c/div\u003e\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: space-around;\"\u003e\n    \u003cimg src=\"images/main-11.png\" alt=\"main-11\" style=\"width: 45%;\"\u003e\n    \u003cimg src=\"images/main-13.png\" alt=\"main-13\" style=\"width: 45%;\"\u003e\n\u003c/div\u003e\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: space-around;\"\u003e\n    \u003cimg src=\"images/main-19.png\" alt=\"main-19\" style=\"width: 45%;\"\u003e\n    \u003cimg src=\"images/main-21.png\" alt=\"main-21\" style=\"width: 45%;\"\u003e\n\u003c/div\u003e\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: space-around;\"\u003e\n    \u003cimg src=\"images/main-25.png\" alt=\"main-25\" style=\"width: 45%;\"\u003e\n    \u003cimg src=\"images/main-28.png\" alt=\"main-28\" style=\"width: 45%;\"\u003e\n\u003c/div\u003e\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: space-around;\"\u003e\n    \u003cimg src=\"images/main-29.png\" alt=\"main-29\" style=\"width: 45%;\"\u003e\n    \u003cimg src=\"images/main-36.png\" alt=\"main-36\" style=\"width: 45%;\"\u003e\n\u003c/div\u003e\n\n## License\n\n[The GNU General Public License v3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguritheochem%2Fphd-thesis-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguritheochem%2Fphd-thesis-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguritheochem%2Fphd-thesis-template/lists"}