https://github.com/tsutterley/uci-thesis-latex
LaTeX template for UC Irvine thesis and dissertation documents
https://github.com/tsutterley/uci-thesis-latex
Last synced: 5 months ago
JSON representation
LaTeX template for UC Irvine thesis and dissertation documents
- Host: GitHub
- URL: https://github.com/tsutterley/uci-thesis-latex
- Owner: tsutterley
- Created: 2016-04-26T20:52:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T01:23:34.000Z (about 10 years ago)
- Last Synced: 2025-01-02T12:28:01.255Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
uci-thesis-latex
================
#### A LaTeX template for thesis and dissertation documents at UC Irvine.
LaTeX template originally created by updating a 2008 version from
[Trevor Harmon](http://vocaro.com/trevor/blog/2008/01/08/a-latex-template-for-uci-dissertations/)
with edits from [Lars Otten](https://github.com/lotten/uci-thesis-latex).
Credit to previous versions to Xianping Ge, Trevor Harmon and Lars Otten
Scrubbed versions of the UCI thesis manual are in the [uci-manual](./uci-manual) directory
http://special.lib.uci.edu/dissertations/electronic/tdmanuale.html
FAQ's
http://special.lib.uci.edu/dissertations/electronic/faqtd75e.html
Electronic Thesis Dissertation Consultation Request Form (pre-check):
http://special.lib.uci.edu/dissertations/etd-request-form.html
Filing Deadlines
http://www.grad.uci.edu/academics/filing%20deadlines/index.html
Graduate Division Forms:
http://www.grad.uci.edu/forms/
Electronic Degree Submission Instructions:
http://www.grad.uci.edu/academics/degree-completion/electronic-instructions.html
Checklist:
http://www.grad.uci.edu/forms/current-student/Phd_Dissertation_Checklist.docx
Form 2 Signature Page / Report on Final Examination:
http://www.grad.uci.edu/forms/current-student/PhD_Form_II.docx
Dissertation Approval Form:
http://www.grad.uci.edu/forms/current-student/Dissertation-Thesis_Approval_Form.docx
Filing Fees:
http://www.grad.uci.edu/forms/current-student/Filing_Fee_Petition.doc
http://www.grad.uci.edu/forms/current-student/Filing_Fee_Petition_Summer.doc
Dissertation submission website:
http://www.etdadmin.com/cgi-bin/school?siteId=200
Some items to have on hand:
- A PDF copy of your dissertation/thesis. This must be a single file. If your manuscript is in Word or RTF format, we can convert it into a PDF.
- Abstract
- Optional Supplementary files (images, data, etc.) that are an integral part of the dissertation/thesis, but not part of the full text.
- Advisor and other Committee Members' Names
- Subject Categories - 1 - 3 that best describe your dissertation/thesis' [subject area](http://corpweb.proquest.com/assets/etd/umi_subjectcategoriesguide.pdf).
ProQuest charges different publishing fees depending on the publishing options that you select.
- The current fee for the Traditional Publishing option is $65 for doctoral dissertations and $55 for Master’s theses.
- The fee for the Open Access Publishing option is $160 for doctoral dissertations and $55 for Master’s theses.
- UCI will the cover the cost of the Traditional Publishing fee ($65 for doctoral dissertations, $55 for Master’s theses) regardless of whether you select the Traditional or Open Access option.
- Students who choose the Open Access option will be responsible for paying the difference between the Traditional Publishing Fee and the Open Access Fee. ($95 for both doctoral dissertations and Master’s theses)
#### Why use Git for manuscripts?
- Single files: using git simplifies things as there's only a single version of a manuscript.
- Merging: if two people work on the same file at the same time, they can be merged without much issue.
- Simplified "diff" documents: can also use latexdiff-vc (latexdiff with version control) to make pdf files similar to Word documents with "Track Changes". More information [here](../../wiki/LaTeX-Tools).
- Easier collaboration: No need to email files back and forth.