Skip to content

jvsguerra/PhDThesis

Repository files navigation

PhD Thesis

PhD Thesis entitled "Development of a computational platform for structural and functional characterization of biomolecules and binding sites" for the Postgraduate Program in Pharmaceutical Sciences at the Faculty of Pharmaceutical Sciences, University of Campinas (UNICAMP).

Dependencies

To install the dependencies, run:

sudo apt-get install texlive-base texlive-latex-recommended texlive-latex-extra texlive-science texlive-font-utils texlive-lang-spanish texlive-publishers texlive-pictures abntex

Building the PDF

To generate the PDF for the PhD thesis, run:

make build

To remove intermediate files and clean up the directory, run:

make cleanup