diff --git a/content/pages/research.rst b/content/pages/research.rst index c1ee1fc..ed57c4b 100644 --- a/content/pages/research.rst +++ b/content/pages/research.rst @@ -1 +1,2 @@ -:title: Research \ No newline at end of file +:title: Research +:template: research-page \ No newline at end of file diff --git a/ge-theme/static/css/research.css b/ge-theme/static/css/research.css new file mode 100644 index 0000000..a23344c --- /dev/null +++ b/ge-theme/static/css/research.css @@ -0,0 +1,91 @@ +.re-img-container{ + height: 450px; + position: relative; +} +.re-img{ + width: 100%; + height: 100%; +} +.research-heading{ + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: white; + font-size: 70px; + font-weight: bold; +} +.research-container{ + width: 50%; +} +.re-center-this{ + text-align: center; +} +.re-link{ + text-decoration-line: underline; + text-decoration-style: solid; + text-decoration-color: black; + text-decoration-thickness: 3px; + color: black; +} +.re-dataset-buttons{ + padding-top: 30px; + gap: 30px; + text-align: center; +} + +.dataset-download{ + background: #33cccc; + border: 1px solid white; + color: white; + padding: 0.5em; + text-decoration: none; + width: 350px; + border-radius: 25px; +} +.dataset-download:hover{ + color: black; +} +.re-inline-buttons{ + gap: 30px; + flex-wrap: wrap; + padding-top: 40px; + text-align: center; +} +.re-buttons{ + background: #ffffff; + border: 1px solid black; + color: black; + padding: 0.5em; + text-decoration: none; + width: 250px; + border-radius: 25px; +} +.re-buttons:hover{ + background-color: #3E3F45; + color: #b3e6ff; +} + +@media only screen and (max-width: 480px){ + .re-img-container{ + height: 180px; + } + .research-heading{ + font-size: 30px; + } + .research-container{ + width: 100%; + } +} + +@media (min-width: 600px) and (max-width: 1024px){ + .re-img-container{ + height: 300px; + } + .re-img-heading{ + font-size: 50px; + } + .research-container{ + width: 80%; + } +} \ No newline at end of file diff --git a/ge-theme/static/datasets/POA_sarafu_tx_and_users_all_pub_2018-201.zip b/ge-theme/static/datasets/POA_sarafu_tx_and_users_all_pub_2018-201.zip new file mode 100644 index 0000000..49d3841 Binary files /dev/null and b/ge-theme/static/datasets/POA_sarafu_tx_and_users_all_pub_2018-201.zip differ diff --git a/ge-theme/static/datasets/Sarafu_xdai_data_July_13_2021.zip b/ge-theme/static/datasets/Sarafu_xdai_data_July_13_2021.zip new file mode 100644 index 0000000..990dd12 Binary files /dev/null and b/ge-theme/static/datasets/Sarafu_xdai_data_July_13_2021.zip differ diff --git a/ge-theme/static/images/research-imgs/research-img1.webp b/ge-theme/static/images/research-imgs/research-img1.webp new file mode 100644 index 0000000..5449dee Binary files /dev/null and b/ge-theme/static/images/research-imgs/research-img1.webp differ diff --git a/ge-theme/templates/research-page.html b/ge-theme/templates/research-page.html new file mode 100644 index 0000000..e77b5ac --- /dev/null +++ b/ge-theme/templates/research-page.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + + +{% endblock %} + +{% block content %} +
+
+ +

Research

+
+
+
+

We do regular monitoring and evaluation on the impact of our programs and collaborate with researchers from around the world. Data is collected through digital (blockchain-based) transaction data, journals and surveys of people using and not using Community Currencies.

+

Data definitions can be found here and datasets can be downloaded below.

+
+ + +
+
+ +{% endblock %} \ No newline at end of file diff --git a/output/pages/research.html b/output/pages/research.html index 101b29f..8d3c6e9 100644 --- a/output/pages/research.html +++ b/output/pages/research.html @@ -1,7 +1,7 @@ - grassroots-pelican - Research + grassroots-pelican @@ -22,6 +22,7 @@ + @@ -69,10 +70,28 @@ -

Research

- - - +
+
+ +

Research

+
+
+
+

We do regular monitoring and evaluation on the impact of our programs and collaborate with researchers from around the world. Data is collected through digital (blockchain-based) transaction data, journals and surveys of people using and not using Community Currencies.

+

Data definitions can be found here and datasets can be downloaded below.

+
+ + +
+