From 118ce6228f83ab3db43592c56f1bc77b281cd936 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 5 Mar 2020 10:12:20 +0000 Subject: [PATCH 1/7] docs: Add initial README content --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ce8122 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# BRECcIA-Mapper (provisional name) + +BRECcIA-Mapper is a web app to collect and explore data about the relationships between researchers and their stakeholders on large-scale, multi-site research projects. + +TODO motivations, usage, license + +## Technology + +This project is written in Python using the popular [Django](https://www.djangoproject.com/) framework. + +An [Ansible](https://www.ansible.com/) playbook is provided which is designed for deployment on RHEL7 or CentOS7 Linux systems. This installs and configures: +- MySQL +- Nginx +- Django + BRECcIA-Mapper + +TODO deployment instructions \ No newline at end of file From 474f3a4be36faec8781337e335af387edec856a8 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 5 Mar 2020 10:25:51 +0000 Subject: [PATCH 2/7] docs: Add link to (private) GitHub in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ce8122..6305521 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # BRECcIA-Mapper (provisional name) +The canonical source for this project is hosted on [GitHub](https://github.com/Southampton-RSG/breccia-mapper), +please log any issues there. + BRECcIA-Mapper is a web app to collect and explore data about the relationships between researchers and their stakeholders on large-scale, multi-site research projects. TODO motivations, usage, license From 512590d615f3b91d0e614d441d8cc30455592e89 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 9 Mar 2020 12:43:57 +0000 Subject: [PATCH 3/7] feat(network): Add style to network Style nodes and edges of network Fix layout of network not running See #14 --- breccia_mapper/templates/base.html | 4 +++ people/templates/people/network.html | 40 +++++++++++++++++++++------- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/breccia_mapper/templates/base.html b/breccia_mapper/templates/base.html index e840c53..123d2ea 100644 --- a/breccia_mapper/templates/base.html +++ b/breccia_mapper/templates/base.html @@ -73,6 +73,10 @@ Activities + + {% if request.user.is_superuser %}