{"id":13692553,"url":"https://github.com/maehr/uzh-ma-thesis","last_synced_at":"2025-06-25T06:07:44.425Z","repository":{"id":98087253,"uuid":"139495976","full_name":"maehr/uzh-ma-thesis","owner":"maehr","description":"University of Zurich Master Thesis Template (Universität Zürich Masterarbeit Vorlage) in RMarkdown and Latex","archived":false,"fork":false,"pushed_at":"2021-12-08T10:23:56.000Z","size":4265,"stargazers_count":11,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T20:45:02.894Z","etag":null,"topics":["academic-publishing","academic-writing","latex","latex-template","markdown","markdown-to-pdf","pdf-generation","rmarkdown","rmarkdown-template","science","thesis-template"],"latest_commit_sha":null,"homepage":"https://maehr.github.io/uzh-ma-thesis/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maehr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-07-02T21:16:30.000Z","updated_at":"2024-12-27T16:25:36.000Z","dependencies_parsed_at":"2023-05-23T14:45:39.388Z","dependency_job_id":null,"html_url":"https://github.com/maehr/uzh-ma-thesis","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maehr%2Fuzh-ma-thesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maehr%2Fuzh-ma-thesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maehr%2Fuzh-ma-thesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maehr%2Fuzh-ma-thesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maehr","download_url":"https://codeload.github.com/maehr/uzh-ma-thesis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238751481,"owners_count":19524560,"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":["academic-publishing","academic-writing","latex","latex-template","markdown","markdown-to-pdf","pdf-generation","rmarkdown","rmarkdown-template","science","thesis-template"],"created_at":"2024-08-02T17:00:59.382Z","updated_at":"2025-02-13T23:32:02.326Z","avatar_url":"https://github.com/maehr.png","language":"TeX","funding_links":[],"categories":["Templates and Guides","Popular \u0026 New Non-LaTeX Templates"],"sub_categories":["R Markdown","Thesis/Dissertation"],"readme":"# University of Zurich Master Thesis Template\n\nUniversity of Zurich Master Thesis Template (Universität Zürich Masterarbeit Vorlage) in RMarkdown and Latex in accordance to [Bestimmungen zur Masterarbeit an der Philosophischen Fakultät der Universtät Zürich (UZH)](https://www.phil.uzh.ch/de/studium/studentservices/abschluss/master_HS19.html#Masterarbeit).\n\n[![GitHub issues](https://img.shields.io/github/issues/maehr/uzh-ma-thesis.svg)](https://github.com/maehr/uzh-ma-thesis/issues)\n[![GitHub forks](https://img.shields.io/github/forks/maehr/uzh-ma-thesis.svg)](https://github.com/maehr/uzh-ma-thesis/network)\n[![GitHub stars](https://img.shields.io/github/stars/maehr/uzh-ma-thesis.svg)](https://github.com/maehr/uzh-ma-thesis/stargazers)\n[![GitHub license](https://img.shields.io/github/license/maehr/uzh-ma-thesis.svg)](https://github.com/maehr/uzh-ma-thesis/blob/master/LICENSE.md)\n\n![Preview of this template](assets/images/ma-thesis.png)\n\n## Getting Started\n\n[Download](https://github.com/maehr/uzh-ma-thesis/archive/master.zip) or [clone](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this repository to your computer.\n\n## Installation\n\nInstall all prerequisites\n\n- [R](https://www.r-project.org/)\n- [RStudio](https://www.rstudio.com/products/rstudio/download/) (or [knitr](https://yihui.name/knitr/) and all its dependencies)\n- [LaTeX](https://www.latex-project.org/get/#tex-distributions)\n\nor use this [Homebrew](https://brew.sh/) command `brew install r \u0026\u0026 brew cask install rstudio mactex` on OSX.\n\n## Usage\n\n### Use with RStudio\n\n![knitr in RStudio](assets/images/knitr_rstudio.png)\n\n1. Open `ma-thesis.Rproj` with [RStudio](https://www.rstudio.com/products/rstudio/download/)\n2. Change `ma-thesis.Rmd` according to [The R Markdown Cheatsheet](https://github.com/rstudio/cheatsheets/blob/main/rmarkdown-2.0.pdf).\n3. Render a PDF with a click on `Knit to PDF`\n\n### Use with R command line\n\n```r\ninstall.packages('knitr', dependencies = TRUE)\nlibrary(knitr)\nknit('ma-thesis.Rmd')\n```\n\n## Support\n\nThis project is maintained by [@maehr](https://github.com/maehr). Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.\n\n| Type                   | Platforms                                                    |\n| ---------------------- | ------------------------------------------------------------ |\n| 🚨 **Bug Reports**      | [GitHub Issue Tracker](https://github.com/maehr/uzh-ma-thesis/issues) |\n| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/maehr/uzh-ma-thesis/issues) |\n| 🛡 **Report a security vulnerability**      | [GitHub Issue Tracker](https://github.com/maehr/uzh-ma-thesis/issues) |\n\n## Roadmap\n\nNo changes are currently planned.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/maehr/uzh-ma-thesis/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/maehr/uzh-ma-thesis/tags).\n\n## Authors\n\n* **Moritz Mähr** - *Initial work* - [maehr](https://github.com/maehr)\n\nSee also the list of [contributors](https://github.com/maehr/uzh-ma-thesis/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* [Pandoc](https://pandoc.org/)\n* [Markdown](https://daringfireball.net/projects/markdown/)\n* [RMarkdown](https://rmarkdown.rstudio.com/)\n* [Bookdown](https://bookdown.org/)\n* [CSL](https://citationstyles.org/)\n* [LaTeX](https://www.latex-project.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaehr%2Fuzh-ma-thesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaehr%2Fuzh-ma-thesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaehr%2Fuzh-ma-thesis/lists"}