thesis-template

Thesis Template for IIT Kanpur

https://github.com/hrishikeshrt/thesis-template

Science Score: 31.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary

Keywords

iitk iitk-thesis-template latex ms mtech phd thesis-template
Last synced: 6 months ago · JSON representation ·

Repository

Thesis Template for IIT Kanpur

Basic Info
  • Host: GitHub
  • Owner: hrishikeshrt
  • Language: TeX
  • Default Branch: master
  • Homepage:
  • Size: 117 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
iitk iitk-thesis-template latex ms mtech phd thesis-template
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

Thesis Template

Thesis Template for IIT Kanpur (PhD/MS/MTech etc.)

Instructions

  • Build: make
    • Generates a single .tex file final.tex combining preamble, prelude and chapters
    • Compiles final.tex into thesis.pdf (using -jobname=thesis)
  • Build: make synopsis
    • Generates a single .tex file final_synopsis.tex combining preamble, prelude_synopsis and synopsis
    • Compiles final_synopsis.tex into synopsis.pdf (using -jobname=synopsis)
  • Clean: make clean
    • Remove all auxiliary files (retains final*.tex and *.pdf)
  • Clear: make clear
    • Remove all generated files, including auxiliary and final

Structure

  • prelude.tex -- personal information
  • prelude_synopsis.tex -- personal information for synopsis
  • citation.bib -- bibliography
  • publications.bib -- own publications (used to display Publications page)
  • prelude/*.tex -- prelude for thesis (title, abstract, dedication, acknowledgments)
  • preamble/*.tex -- preamble for main.tex (packages, format, macros, shortcuts)
  • chapters/*.tex -- chapters
  • graphics/* -- graphics to be included (images, pdfs)
  • main.tex -- main file
  • main_synopsis.tex -- main file for synopsis
  • Makefile -- makefile (make, make synopsis, make clean, make clear)

Requirements

  • latexpand -- to create a single .tex
  • latexmk -- easy latex compilation (handle bibliography etc. issues)

Credits

  • Built by improving and restructuring the original template from https://www.overleaf.com/latex/templates/indian-institute-of-technology-kanpur-thesis-template/jxphypgkqdmh

Owner

  • Name: Hrishikesh Terdalkar
  • Login: hrishikeshrt
  • Kind: user
  • Location: India

Citation (citations.bib)

@article{brin1998anatomy,
  title={The anatomy of a large-scale hypertextual web search engine},
  author={Brin, Sergey and Page, Lawrence},
  journal={Computer networks and ISDN systems},
  volume={30},
  number={1-7},
  pages={107--117},
  year={1998},
  publisher={Elsevier}
}

GitHub Events

Total
  • Push event: 1
  • Fork event: 2
Last Year
  • Push event: 1
  • Fork event: 2