Skip to content

Bsc thesis for spine segmentation using 3D convolutional neural networks

Notifications You must be signed in to change notification settings

Marcell-Balint/bsc-thesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thesis-template-latex

Compile and deploy LaTeX document

A continuously maintained thesis template for LaTeX documents, forked from the official thesis template of BME-VIK (Budapest University of Technology and Economics, Faculty of Electrical Engineering and Informatics). There is also a Microsoft Word template available.

The latest PDF outputs of the build:

User's Guide

If you fork this repository, please adjust the URLs in this file to your repository.

Please rename the thesis.tex file to something more descriptive, e.g. john-doe-msc-thesis.tex, also in the .gitignore and .github/workflows/compile-latex.yml files. As the Continuous Integration (CI) uses make to build the document, also update the Makefile.

For writing LaTeX documents, we recommend the TeXstudio editor.

Troubleshooting

Build fails

Make sure you get a clean run. For example, to run PDFLaTeX, invoke the build with the following command:

make clean pdflatex

xcolor

The xcolor package tends to be problematic on some platforms with outdated TeX distributions. If you experience problems, try to place the xcolor.sty file to the src directory.

Improvements

If you found any bugs or missing features that should be included, please raise an issue. Pull requests are also welcome!

About

Bsc thesis for spine segmentation using 3D convolutional neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 80.2%
  • Lua 16.7%
  • Makefile 2.8%
  • Batchfile 0.3%