From 47fc1dd6d0a8c364024dc43e9f8574ccb2bccef7 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 31 Jan 2020 10:44:36 -0700 Subject: Insert EER diagram into assignment 2 --- .gitignore | 3 ++- Makefile | 5 ++--- assignments/2/README.md | 2 +- assignments/2/question-1-eer.png | Bin 0 -> 43806 bytes 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 assignments/2/question-1-eer.png diff --git a/.gitignore b/.gitignore index 466d2e3..981f145 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.log +assignments/**/*.pdf db/data/ tmp -*.log diff --git a/Makefile b/Makefile index cfc2687..ec5d378 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,12 @@ -all : clean pdf uml +all : clean uml pdf clean : rm -f assignments/**/README.pdf - rm -f assignments/**/*.png uml : plantuml assignments/**/*.puml -pdf : uml assignments/1/README.pdf assignments/2/README.pdf +pdf : assignments/1/README.pdf assignments/2/README.pdf assignments/1/README.pdf : cd assignments/1 && pandoc --metadata title="COMP-378: Assignment 1 - mo khan (3431709)" --from=commonmark --to=html5 -s -o README.pdf README.md diff --git a/assignments/2/README.md b/assignments/2/README.md index 9ddeda0..5c4a31e 100644 --- a/assignments/2/README.md +++ b/assignments/2/README.md @@ -10,7 +10,7 @@ Answer all of the following questions, and upload your completed work here. Consider the following EER diagram for the Royal Victoria Hospital (RVH) database. -EER Diagram +![EER Diagram](./question-1-eer.png) Data volume and access for this diagram are as follows: diff --git a/assignments/2/question-1-eer.png b/assignments/2/question-1-eer.png new file mode 100644 index 0000000..f0c02dd Binary files /dev/null and b/assignments/2/question-1-eer.png differ -- cgit v1.2.3