uwcbethesis

UW CBE Compliant LaTeX Thesis Style

https://github.com/ankur-gupta/uwcbethesis

Science Score: 18.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
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

UW CBE Compliant LaTeX Thesis Style

Basic Info
  • Host: GitHub
  • Owner: ankur-gupta
  • License: gpl-3.0
  • Language: TeX
  • Default Branch: master
  • Size: 410 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 11 years ago · Last pushed over 11 years ago
Metadata Files
Readme Changelog License Citation

README.md

UW CBE Thesis Style

University of Wisconsin-Madison, Madison, Chemical and Biological Engineering Thesis Style Guide

Copyright (C) 2014 Ankur Gupta (http://jbrwww.che.wisc.edu/projects/ankur)

This PhD thesis style was made during Ankur Gupta's PhD thesis at the Department of Chemical and Biological Engineering, University of Wisconsin-Madison, Madison, WI.

This thesis was made with ideas from these sources:

  • classicthesis (http://www.ctan.org/tex-archive/macros/latex/contrib/classicthesis/)
  • sb-wi-thesis (https://mywebspace.wisc.edu/sbaumgart/web/LaTeX-template/sb-wi-thesis-template.zip)
  • ecsthesis (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
  • UW Doctoral Dissertation Guidelines (https://grad.wisc.edu/currentstudents/wp-content/uploads/sites/9/2014/04/Guidelines-for-Electronic-Deposit-of-PhD-Dissertations1.pdf)

To see a full-fleshed example of this template, see http://jbrwww.che.wisc.edu/theses/gupta.pdf.

License

GPL v3. See LICENSE.

Basic file description

The main class file is uwcbethesis.cls. You won't need to edit this file. The main file is thesis.tex, all other .tex files are inputted into thesis.tex. The main configuration file is uwcbethesis-config.tex. You will need to edit this file to put your personal data in (such as name, thesis title, etc.).

Each chapter is a separate folder with a .tex file in it. These .tex files are then inputted into thesis.tex.

The file shortcuts.tex contains various custom commands. I have provided a few commands to start things off but you will probably need to edit it to add/remove commands.

The citations are in citations.bib file. This .bib file is loaded in frontmatter/BibliographyPage.tex. The folder frontmatter/ contains all the formal files such as abstract page, acknowledgements page, title page, etc.

How to compile?

This thesis template uses citations and indexing. On a unix or MacOS platform, run these commands in a terminal:

shell pdflatex thesis.tex pdflatex thesis.tex makeindex thesis.idx bibtex thesis.aux pdflatex thesis.tex bibtex thesis.aux pdflatex thesis.tex

You may need to run these commands repeatedly if you still see cross-referencing errors (such as ? instead of citations, ?? instead of chapter numbers).

Owner

  • Name: Ankur Gupta
  • Login: ankur-gupta
  • Kind: user
  • Location: San Francisco
  • Company: Protein Evolution, Inc.

Head of AI @Protein-Evolution I make designer proteins. Opinions are my own and not my employer's.

Citation (citations.bib)

@book{knuth:1997,
 author = {Knuth, Donald E.},
 title = {The Art of Computer Programming, Volume 2 (3rd Ed.): Seminumerical Algorithms},
 year = {1997},
 isbn = {0-201-89684-2},
 publisher = {Addison-Wesley Longman Publishing Co., Inc.},
 address = {Boston, MA, USA},
}


@book{lamport:1986,
 author = {Lamport, Leslie},
 title = {Latex: A Document Preparation System},
 year = {1986},
 isbn = {0-201-15790-X},
 publisher = {Addison-Wesley Longman Publishing Co., Inc.},
 address = {Boston, MA, USA},
}


@book{knuth:1999,
  title={Digital typography},
  author={Knuth, Donald Ervin},
  volume={78},
  year={1999},
  publisher={Csli Publications}
}

GitHub Events

Total
Last Year