https://github.com/gsarti/masters-thesis
Bookdown for my thesis "Interpreting NLMs for LCA" using the AI2S Thesisdown template.
https://github.com/gsarti/masters-thesis
ai2s ai2s-thesisdown bookdown master-thesis rmarkdown
Last synced: 27 days ago
JSON representation
Bookdown for my thesis "Interpreting NLMs for LCA" using the AI2S Thesisdown template.
- Host: GitHub
- URL: https://github.com/gsarti/masters-thesis
- Owner: gsarti
- License: mit
- Created: 2021-03-11T18:39:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T19:25:03.000Z (about 4 years ago)
- Last Synced: 2025-02-05T14:34:55.067Z (3 months ago)
- Topics: ai2s, ai2s-thesisdown, bookdown, master-thesis, rmarkdown
- Language: TeX
- Homepage: https://gsarti.com/thesis/introduction.html
- Size: 4.18 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interpreting Neural Language Models for Linguistic Complexity Assessment
  
This repository contains the Bookdown files I used to write my master's thesis [Interpreting Neural Language Models for Linguistic Complexity Assessment](https://gsarti.com/thesis/introduction.html) (code [here](https://github.com/gsarti/interpreting-complexity)).
It is based on the [ai2s-thesisdown template](https://github.com/AI-Student-Society/ai2s-thesisdown), which is in turn based on the [oxforddown template](https://github.com/ulyngs/oxforddown).
### Advantages
The greatest advantage is **cross-compilation** in Gitbook and PDF formats. This comes at the cost of fiddling with some edge cases that must be compatible across formats, although most problems were sorted out in the original template and the thesis is fairly customizable now.
See [the Gitbook on my website](https://gsarti.com/thesis/introduction.html) for an example.
It also allows for commenting, and can be easily versioned in Github.
### Compilation
The current setup is tested in Ubuntu 18.04 and should be compatible with iOS and Windows with minimal changes.
To produce the files, open the file `master-thesis.Rproj` using RStudio and run the Build all command (it corresponds to `make pdf`). To produce the Gitbook version, run `make gitbook` in console. All generated files will be found in the generated `docs` folder.