uu-dissertation-template

This is a Utrecht University dissertation template for LaTeX

https://github.com/utrechtuniversity/uu-dissertation-template

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 8 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.6%) to scientific vocabulary

Keywords

dissertation-template latex-template phd-thesis-template utrecht-university
Last synced: 9 months ago · JSON representation ·

Repository

This is a Utrecht University dissertation template for LaTeX

Basic Info
  • Host: GitHub
  • Owner: UtrechtUniversity
  • License: mit
  • Language: TeX
  • Default Branch: main
  • Homepage:
  • Size: 30.2 MB
Statistics
  • Stars: 18
  • Watchers: 6
  • Forks: 3
  • Open Issues: 4
  • Releases: 5
Topics
dissertation-template latex-template phd-thesis-template utrecht-university
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Utrecht University dissertation template

Version 1.0

This is a Utrecht University dissertation (or PhD Thesis) template for LaTeX. While it is loosely based on the TU Delft template, it should follow the required content and textual obligations as provided in the doctoral degree regulations and the 'aanwijzingen voor promovendi'.

It is designed to work with all versions of LaTeX, but if you want to adhere to the UU housestyle (some legacy there), you need add the UU fonts and use XeLaTeX, as it supports TrueType and OpenType fonts.

We welcome all input and any suggestions or examples of using this template, for those a showcase will be made here.

Using the template

The document can be compiled with latexmk, alternatively by running: sh pdflatex main biber main pdflatex main pdflatex main

Or by selecting the 'pdfLaTeX' and 'Biber' options in your favourite TeX editing program, respectively.

A sample document, as well as documentation for template options, can be found in main.pdf.

Known issues

When you use the template for the first time, you might encounter some of the issues below.

  1. Please note: When running the following warning is due to the fancy colouring of the headers. Not sure how to fix this.

    Token not allowed in a PDF string (Unicode): (hyperref) removing `\@ifnextchar'.

  2. pdfLaTeX may not initially succeed, referring to a log file for troubleshooting. This log file may contain a line such as:

The futri8r source file could not be found.

This means that the font map file was not created or linked, which is needed for the Type1 version of the font. Usually you can resolve this by installing the fonts (if you have not already done so) for your specific distribution (check the installed packages) and then refresh the font map files. This last step may depend on the TeX distribution you are using. For example, in the MiKTeX console, you can do this by clicking "Refresh font map files" in the "Tasks" drop down menu.

If this doesn't work on Windows you can try the following solution with updmap.exe: https://tex.stackexchange.com/questions/247492/problem-with-fourier-package-the-text-disappears.

Project organisation

A description of the project organisation is provided below. The required, often included and optional sections are also labeled here (as well as within main.tex).

As this is an ongoing project, the works in progress (WIP) are explicitly listed.

``` . ├── .gitignore ├── CITATION.md ├── LICENSE.md ├── README.md ├── dissertation.cls <- Class description and general style definition (WIP) ├── stylesheet.tex <- Packages and some style definitions (WIP) ├── main.tex <- Main .tex document, use this to (de-)activate chapters and parts ├── main.pdf <- Compiled disseration ├── fonts <- Set of fonts to use within the dissertation ├── FrontMatter <- Contains all .tex files for content before the introduction │ ├── cover.tex <- Styling of the cover content │ ├── Cover <- Contains cover images │ ├── title.tex <- Title page content and styling (required) │ ├── Logos <- Contains all logos used │ ├── acronyms.tex <- Definition of acronyms used (often included) │ ├── hyphenations.tex <- Explicit hyphenation commands for terminology │ ├── shorthand.tex <- Way to define shorthands for common terms or phrases │ └── preface.tex <- Optional opening word (optional) ├── MainMatter <- Contains all .tex files for the content from introduction to conclusion │ ├── introduction.tex <- Introduction .tex file (required) │ ├── contributions.tex <- Overview of contributions .tex file (required, can be part of appendix, see publications.tex) │ ├── conclusions.tex <- Conclusion .tex file (required) │   └── paper1 <- Contains the .tex file (paper1-main) and Figures folder (in this case the explanation of the class) └── BackMatter <- Contains all .tex files for content after the conclusion ├── epilogue.tex <- Epilogue (optional) ├── appendix-example.tex <- Example of appendix of a MainMatter paper/chapter ├── sikx.tex <- SIKS research school list (required for SIKS members) ├── samenvatting.tex <- Dutch samenvatting (required if dissertation in English) ├── publications.tex <- Listing method for published works (required) ├── acknowledgements.tex <- Ackns. or Dankwoord (often included) ├── cv.tex <- CV or about the author (required) └── backcover.tex <- Styling of the back cover content

```

Showcase: examples of theses based on this template

  • Laurens Stoop - Data Driven Understanding of Energy-Meteorological Variability and its Impact on Energy System Operations - https://doi.org/10.33540/677
  • Roel Brouwer - The Power of Scheduling: the Scheduling of Power - https://doi.org/10.33540/2969 (in black and white)
  • Alexander Melchior - Modelling for Policy is More Than Policy Modelling - https://doi.org/10.33540/2969

License

This project is licensed under the terms of the MIT License

Citation

Please cite this project as described here.

Owner

  • Name: Utrecht University
  • Login: UtrechtUniversity
  • Kind: organization
  • Email: info.rdm@uu.nl
  • Location: Utrecht, The Netherlands

The central place for managing code and software for Utrecht University researchers and employees

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you reference this project, please cite it as below."
authors:
- family-names: "Stoop"
  given-names: "Laurens"
  orcid: "https://orcid.org/0000-0003-2756-5653"
title: "UU-dissertation-template"
version: 1.0.0
doi: "t.b.d"
date-released: 2024-03-06
url: "https://github.com/UtrechtUniversity/UU-dissertation-template"

GitHub Events

Total
  • Issues event: 1
  • Watch event: 6
  • Push event: 4
  • Pull request event: 4
Last Year
  • Issues event: 1
  • Watch event: 6
  • Push event: 4
  • Pull request event: 4

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 8
  • Total pull requests: 9
  • Average time to close issues: 4 months
  • Average time to close pull requests: 16 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 0.88
  • Average comments per pull request: 0.44
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 8
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 18 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.5
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • laurensstoop (5)
  • PhiliPdB (1)
Pull Request Authors
  • RoelBrouwer (6)
  • jaccokrijnen (2)
  • MelchiorUU (1)
  • PhiliPdB (1)
Top Labels
Issue Labels
enhancement (4) documentation (3) help wanted (2) bug (1) good first issue (1)
Pull Request Labels
enhancement (1) bug (1)