Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spanners/dissertation

Undergrad dissertation studying the cognitive load a programmer experiences while using declarative vs. imperative paradigms for a given task
https://github.com/spanners/dissertation

Last synced: 4 days ago
JSON representation

Undergrad dissertation studying the cognitive load a programmer experiences while using declarative vs. imperative paradigms for a given task

Awesome Lists containing this project

README

        

dissertation
============

[View HTML sample here](http://spanners.github.io/dissertation)

[View PDF sample here](http://spanners.github.io/dissertation/diss.pdf)

## Requirements

* pandoc
* pandoc-citeproc
* make
* pdflatex (if you wish to build a pdf)

## Building

cd dissertation
make diss.html # for html version
make diss.pdf # for pdf version (pdflatex required)