~williamvds/dissertation

fb171df8174e701472aa2641373e9a914da545b0 — williamvds 3 years ago 0413ca3
Add README
1 files changed, 23 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +23 -0
@@ 0,0 1,23 @@
# Linking and Exploring Data: Business Investment, Research and Grants

BSc Thesis at University of Nottingham, 2020

## Reproducing work

1. Install PostgreSQL & set up a database + user
2. Download data using `scripts/ukriDownload` Bash script
3. Copy resulting XML files into PostgreSQL data directory (e.g.
   `/var/lib/postgres/data`)
	- Just the merged `organisations.xml`, `projects.xml`, etc. is needed
	- Make sure they're readable by the user that runs PostgreSQL (usually
	  `postgres`)
4. Run the main procedure, e.g.: `psql -U user -d database -f scripts/main.sql` 

## Creating report

Run `make dissertation.pdf`

Dependencies:
- [pandoc](https://pandoc.org)
- [pgfgantt](https://www.ctan.org/pkg/pgfgantt)
- [pgfplots](https://www.ctan.org/pkg/pgfplots)