Giter Site home page Giter Site logo

dkowalsky7 / urithesis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 416 KB

Latex files for formatting a Thesis/Dissertation at the University of Rhode Island

Home Page: http://egr.uri.edu/sislab/

License: MIT License

TeX 100.00%
latex rhode-island uri thesis dissertation master masters-thesis university phd phd-thesis-template

urithesis's Introduction

URI Thesis

This repository was created for easy setup of a thesis or Dissertation at the University of Rhode Island. The setup requires the uri.cls file to adjust formating.

Setup

Start by selecting optional parameters to determine overall fromat. These values passed directly to the \documentclass{}

Argument Description
ms Generates a masters thesis
phd Generates a dissertation
digital Generates the digital copy of the manuscript
hardcopy Generates the print friendly version
i3e Citation formatting in ieee
apa Citation formatting in APA

To create a thesis that is a masters, wehre I want the digital copy, in IEEE format, the \documentclass{} would look as follows

\documentclass[ms,digital,i3e]{uri}

Initialize your manuscript in the thesismain.tex file, by setting the following paramets before \begin{document}

\title{the title of your work goes here} %<- write name of thesis here
\author{your name} %<- Your name here
\program{systems engineering} %<- Your degree here
\gradyear{2017} %<- Your graduation year here
\committee{Major Professor,Member 1,Member 2,Nasser H. Zawia} %<- All committee members her (Comma seperated)

Within \begin{document} first call all of your intro pages (title,abstract,etc.), in the order specified by the URI writing guidelines.

\titlepage % <- create Title page
\signpage % <- create Signature pages

\pagenumbering{roman} %<- set page numbering to roman numerals

\include{intropages/abstract} <- call abstract.tex from file
\include{intropages/acknowledgements} <- call acknowledgements.tex 
\contents %<- generate table of contents

A new chapter can be created with the command \NewChapter{#}{name}, filling in # with the number of the chapter and name with the name of the chapter.

Additional Notes

As a suggestion, if you prefer to generate plots using the matplotlib package for Python, consider following the guidelines from this blog post for generating plots in Python that look native to LaTeX.

Please feel free to push commits to this repository to further advance the setup, as there is room for improvement. Consider, adding to the uri.cls file to imoprve usability.

Good Luck!

urithesis's People

Contributors

therizzock avatar

Watchers

 avatar

Forkers

james-houghton

urithesis's Issues

typo in thesismain.tex?

The second line reads \usepackae{lipsum} and I'm wondering if it should be \usepackage{lipsum}

thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.