Giter VIP home page Giter VIP logo

phd-thesis's Introduction

PhD Thesis

This is a repository reflecting the current state of my PhD thesis and the project management surrounding completing the write-up.

Compilation

The thesis is being automatically built using travis-ci with the resulting files uploaded as a release on GitHub.

To compile yourself requires the installation of Miniconda which allows for all dependencies to be installed using

conda env create

followed by

conda activate thesis

to activate the environment containing the dependencies.

Note that to update the dependencies the command

conda env update

is required.

The build itself is completed with

make

which generates a file thesis.tex in the current directory.

Linting

In addition to the tools to build the thesis, I have a range of tools to identify poor writing. These tools are not all perfect, with a degree of false positives, and not entirely suited to academic writing, however they do make me look harder at certain aspects of what I write.

These tools require that nodejs is installed which is one of the dependencies installed using conda above. With the thesis conda environment activated running the command

npm install

will install all the packages required for these checks.

The command

make lint

will then run all the checks for the files.

These checks can also be configured to show up in your text editor, making it much easier to see and fix each of the issues which are highlighted.

Common Issues

If there is an error

biber: error while loading shared libraries: libcrypt.so.1:
cannot open shared object file: No such file or directory

installing libraries for backwards compatibility is required, for example on fedora 30

dnf install libxcrypt-compat

is required for biber 2.5 to run.

Another error is

biber: error while loading shared libraries: libnsl.so.1:
cannot open shared object file: No such file or directory

which can be resolved by installing libnsl, a library that was previously part of glibc.

dnf install libnsl

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.