From 2886d60e1d5853dc7d4c8d4e7992f417a4ffe390 Mon Sep 17 00:00:00 2001 From: mbjacobs <39781011+mbjacobs@users.noreply.github.com> Date: Sun, 21 Feb 2021 12:58:02 -0500 Subject: [PATCH] Update images to display on deployed site; add Chetah fix. (#69) * Add cluster filtering, full summary view, fix vanishing query * Updates to home page and Chetah. * Image updates and Cheetah fix --- web/templates/web/_nav.html | 2 +- web/templates/web/home.html | 10 ++++---- web/templates/web/organization.html | 5 +--- .../web/project_digitalidentification.html | 23 +++++++++++++++++++ web/templates/web/project_pdfparsing.html | 4 ++-- web/templates/web/project_refugees.html | 19 +++++++++++++++ 6 files changed, 51 insertions(+), 12 deletions(-) create mode 100644 web/templates/web/project_digitalidentification.html create mode 100644 web/templates/web/project_refugees.html diff --git a/web/templates/web/_nav.html b/web/templates/web/_nav.html index dbe5aa5f..bdb9e0c9 100644 --- a/web/templates/web/_nav.html +++ b/web/templates/web/_nav.html @@ -2,7 +2,7 @@
@@ -59,7 +59,7 @@

Projects

- + Screenshot of Tabelau benchmarking dashboard
- + Screenshot from Chetah search engine in use
Chetah Search Engine @@ -103,7 +103,7 @@

Projects

- + Research poster for IFRC S2030 Think Paper on Digital Identification
Think Paper on Digital Identification @@ -124,7 +124,7 @@

Projects

- + Research poster for Refugee Demographic & Connectivity Trends in Greece and Serbia
Refugee Demographic & Connectitivity Trends in Greece and Serbia diff --git a/web/templates/web/organization.html b/web/templates/web/organization.html index 0ac68277..2ea0e56a 100644 --- a/web/templates/web/organization.html +++ b/web/templates/web/organization.html @@ -49,10 +49,7 @@

Project Manager

Mariah Jacobs

-

UX Designer & Software Engineer

- +

Web Developer

diff --git a/web/templates/web/project_digitalidentification.html b/web/templates/web/project_digitalidentification.html new file mode 100644 index 00000000..b6263c71 --- /dev/null +++ b/web/templates/web/project_digitalidentification.html @@ -0,0 +1,23 @@ +{% extends "base_uikit.html" %} + +{% block content %} + +{% load static %} +{% load sass_tags %} + + +
+ {% include 'web/_nav.html' %} +
+

Think Paper on Digital Identification

+

Digital identification and biometric data have become increasingly popular in the private sector and have slowly been introduced and piloted in governmental and non-governmental organizations in the emerging world.

+

The IFRC S2030 Think Piece on Digital Identification summarizes research into how biometric data, digital identification, and blockchain technology have and will take part in the lives of vulnerable populations in refugee camps.

+ + + Research Poster + +
+
+ + +{% endblock %} diff --git a/web/templates/web/project_pdfparsing.html b/web/templates/web/project_pdfparsing.html index dc9ddf83..b128869e 100644 --- a/web/templates/web/project_pdfparsing.html +++ b/web/templates/web/project_pdfparsing.html @@ -162,7 +162,7 @@

Search Results

{% csrf_token %} -
+
diff --git a/web/templates/web/project_refugees.html b/web/templates/web/project_refugees.html new file mode 100644 index 00000000..a2d71178 --- /dev/null +++ b/web/templates/web/project_refugees.html @@ -0,0 +1,19 @@ +{% extends "base_uikit.html" %} + +{% block content %} + +{% load static %} +{% load sass_tags %} + +
+ {% include 'web/_nav.html' %} +
+

Refugee Demographic & Connectivity Trends in Greece and Serbia

+

What can we learn about refugees' access to the internet and mobile device ownership from a high level perspective?

+ + Research Poster + +
+
+ +{% endblock %}