You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2019/11/03 03:09:02 UTC

[airavata-django-portal] branch master updated: adding updated distant reader theme

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new d18c658  adding updated distant reader theme
     new ee9ad40  Merge remote-tracking branch 'origin/master'
d18c658 is described below

commit d18c658c409b0edde3b2d1345e09ae66f1473788
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Sat Nov 2 23:08:18 2019 -0400

    adding updated distant reader theme
---
 .../wagtailapps/base/fixtures/distantreader.json   | 2656 ++++++++++++++++++++
 1 file changed, 2656 insertions(+)

diff --git a/django_airavata/wagtailapps/base/fixtures/distantreader.json b/django_airavata/wagtailapps/base/fixtures/distantreader.json
new file mode 100644
index 0000000..4f0960b
--- /dev/null
+++ b/django_airavata/wagtailapps/base/fixtures/distantreader.json
@@ -0,0 +1,2656 @@
+[
+{
+    "model": "auth.group",
+    "pk": 1,
+    "fields": {
+        "name": "Moderators",
+        "permissions": [
+            [
+                "access_admin",
+                "wagtailadmin",
+                "admin"
+            ],
+            [
+                "add_document",
+                "wagtaildocs",
+                "document"
+            ],
+            [
+                "change_document",
+                "wagtaildocs",
+                "document"
+            ],
+            [
+                "delete_document",
+                "wagtaildocs",
+                "document"
+            ],
+            [
+                "add_image",
+                "wagtailimages",
+                "image"
+            ],
+            [
+                "change_image",
+                "wagtailimages",
+                "image"
+            ],
+            [
+                "delete_image",
+                "wagtailimages",
+                "image"
+            ]
+        ]
+    }
+},
+{
+    "model": "auth.group",
+    "pk": 2,
+    "fields": {
+        "name": "Editors",
+        "permissions": [
+            [
+                "access_admin",
+                "wagtailadmin",
+                "admin"
+            ],
+            [
+                "add_document",
+                "wagtaildocs",
+                "document"
+            ],
+            [
+                "change_document",
+                "wagtaildocs",
+                "document"
+            ],
+            [
+                "delete_document",
+                "wagtaildocs",
+                "document"
+            ],
+            [
+                "add_image",
+                "wagtailimages",
+                "image"
+            ],
+            [
+                "change_image",
+                "wagtailimages",
+                "image"
+            ],
+            [
+                "delete_image",
+                "wagtailimages",
+                "image"
+            ]
+        ]
+    }
+},
+{
+    "model": "auth.user",
+    "pk": 1,
+    "fields": {
+        "password": "pbkdf2_sha256$36000$9e7NwEtywbng$bEmcs9cz0bgp1ai2Kbzfn8GgccaPJKvC11DIbyPDMMo=",
+        "last_login": "2018-04-10T23:05:05.442Z",
+        "is_superuser": true,
+        "username": "stephenpaul2727",
+        "first_name": "",
+        "last_name": "",
+        "email": "stephenpaul2727@gmail.com",
+        "is_staff": true,
+        "is_active": true,
+        "date_joined": "2018-04-05T22:51:58.404Z",
+        "groups": [],
+        "user_permissions": []
+    }
+},
+{
+    "model": "auth.user",
+    "pk": 2,
+    "fields": {
+        "password": "pbkdf2_sha256$36000$ERbcYUAHzqrT$FC/sDt2R810gdwczdl8qn26EWPIgNoQKcigtSS7Dhl0=",
+        "last_login": "2019-11-02T18:51:57.334Z",
+        "is_superuser": true,
+        "username": "eabeysin",
+        "first_name": "",
+        "last_name": "",
+        "email": "eabeysin@iu.edu",
+        "is_staff": true,
+        "is_active": true,
+        "date_joined": "2019-10-30T20:28:00.324Z",
+        "groups": [],
+        "user_permissions": []
+    }
+},
+{
+    "model": "sessions.session",
+    "pk": "dbq2tskfv9e3olqn003lijmq7x894bl5",
+    "fields": {
+        "session_data": "ZmViZTBkNDE5ZWM1ODBlYjkxYzdhY2M3MDA3YzBkNmY2OWZiY2QwMTp7Il9hdXRoX3VzZXJfaWQiOiIyIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJmMDhmMWE4ZGUyZGMxZTE4YWE4MjVhNDg4YzcyNzRhZDViMDJlMjVjIn0=",
+        "expire_date": "2019-11-13T20:28:39.134Z"
+    }
+},
+{
+    "model": "django_airavata_auth.emailtemplate",
+    "pk": 1,
+    "fields": {
+        "subject": "{{first_name}} {{last_name}} ({{username}}), Please Verify Your Email Account in {{portal_title}}",
+        "body": "<p>\n        Dear {{first_name}} {{last_name}},\n        </p>\n\n        <p>\n        Someone has created an account with this email address. If this was\n        you, click the link below to verify your email address:\n        </p>\n\n        <p><a href=\"{{url}}\">{{url}}</a></p>\n\n        <p>If you didn't create this account, just ignore this message.</p>",
+        "created_date": "2019-10-30T18:47:50.475Z",
+        "updated_date": "2019-10-30T18:47:50.475Z"
+    }
+},
+{
+    "model": "django_airavata_auth.emailtemplate",
+    "pk": 2,
+    "fields": {
+        "subject": "New User Account Was Created Successfully",
+        "body": "<p>Gateway Portal: {{http_host}}</p>\n        <p>Tenant: {{gateway_id}}</p>\n        <p>Username: {{username}}</p>\n        <p>Name: {{first_name}} {{last_name}}</p>\n        <p>Email: {{email}}</p>",
+        "created_date": "2019-10-30T18:47:50.476Z",
+        "updated_date": "2019-10-30T18:47:50.476Z"
+    }
+},
+{
+    "model": "django_airavata_auth.emailtemplate",
+    "pk": 3,
+    "fields": {
+        "subject": "{{first_name}} {{last_name}} ({{username}}), Reset your password in {{portal_title}}",
+        "body": "<p>\n        Dear {{first_name}} {{last_name}},\n        </p>\n\n        <p>\n        Please click the link below to reset your password. This link is\n        valid for 24 hours.\n        </p>\n\n        <p><a href=\"{{url}}\">{{url}}</a></p>\n\n        <p>If you didn't request to reset your password, just ignore this message.</p>",
+        "created_date": "2019-10-30T18:47:50.500Z",
+        "updated_date": "2019-10-30T18:47:50.500Z"
+    }
+},
+{
+    "model": "wagtailembeds.embed",
+    "pk": 1,
+    "fields": {
+        "url": "https://www.youtube.com/watch?v=uJkBOY2XeX8",
+        "max_width": null,
+        "type": "video",
+        "html": "<iframe width=\"459\" height=\"344\" src=\"https://www.youtube.com/embed/uJkBOY2XeX8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
+        "title": "Contractile Injection Systems (CIS) in the Sequence Read Archive",
+        "author_name": "Kyle Levi",
+        "provider_name": "YouTube",
+        "thumbnail_url": "https://i.ytimg.com/vi/uJkBOY2XeX8/hqdefault.jpg",
+        "width": 459,
+        "height": 344,
+        "last_updated": "2019-10-31T19:07:36.465Z"
+    }
+},
+{
+    "model": "wagtailembeds.embed",
+    "pk": 2,
+    "fields": {
+        "url": "https://www.youtube.com/watch?v=cTqNDb3VKzk",
+        "max_width": null,
+        "type": "video",
+        "html": "<iframe width=\"459\" height=\"344\" src=\"https://www.youtube.com/embed/cTqNDb3VKzk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
+        "title": "What Viruses are Carried by Mosquitos in Southern California?",
+        "author_name": "Kyle Levi",
+        "provider_name": "YouTube",
+        "thumbnail_url": "https://i.ytimg.com/vi/cTqNDb3VKzk/hqdefault.jpg",
+        "width": 459,
+        "height": 344,
+        "last_updated": "2019-11-01T00:51:05.715Z"
+    }
+},
+{
+    "model": "wagtailembeds.embed",
+    "pk": 3,
+    "fields": {
+        "url": "https://www.youtube.com/watch?v=cn5i00ygg-w",
+        "max_width": null,
+        "type": "video",
+        "html": "<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/cn5i00ygg-w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
+        "title": "Virus PhiX174 - a Common Contaminant of Metagenomes",
+        "author_name": "Kyle Levi",
+        "provider_name": "YouTube",
+        "thumbnail_url": "https://i.ytimg.com/vi/cn5i00ygg-w/hqdefault.jpg",
+        "width": 480,
+        "height": 270,
+        "last_updated": "2019-11-01T00:53:51.825Z"
+    }
+},
+{
+    "model": "wagtailembeds.embed",
+    "pk": 4,
+    "fields": {
+        "url": "https://www.youtube.com/watch?v=a_K4asDZwvw",
+        "max_width": null,
+        "type": "video",
+        "html": "<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/a_K4asDZwvw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
+        "title": "Antibiotic Resistance in Patients Undergoing Immune Checkpoint Therapy",
+        "author_name": "Kyle Levi",
+        "provider_name": "YouTube",
+        "thumbnail_url": "https://i.ytimg.com/vi/a_K4asDZwvw/hqdefault.jpg",
+        "width": 480,
+        "height": 270,
+        "last_updated": "2019-11-01T07:02:04.909Z"
+    }
+},
+{
+    "model": "wagtailembeds.embed",
+    "pk": 5,
+    "fields": {
+        "url": "https://www.youtube.com/watch?v=-dX_ijbDOkA",
+        "max_width": null,
+        "type": "video",
+        "html": "<iframe width=\"459\" height=\"344\" src=\"https://www.youtube.com/embed/-dX_ijbDOkA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
+        "title": "Antibiotic Resistance In Patients Undergoing Selective Digestive Deconatmination",
+        "author_name": "Kyle Levi",
+        "provider_name": "YouTube",
+        "thumbnail_url": "https://i.ytimg.com/vi/-dX_ijbDOkA/hqdefault.jpg",
+        "width": 459,
+        "height": 344,
+        "last_updated": "2019-11-01T07:06:35.192Z"
+    }
+},
+{
+    "model": "wagtailembeds.embed",
+    "pk": 6,
+    "fields": {
+        "url": "https://www.youtube.com/watch?v=x_qWwKJBT7M",
+        "max_width": null,
+        "type": "video",
+        "html": "<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/x_qWwKJBT7M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
+        "title": "Can Antibiotic Resistance Genes in the Human Skin Microbiome be Spread Through Swimming Pools?",
+        "author_name": "Kyle Levi",
+        "provider_name": "YouTube",
+        "thumbnail_url": "https://i.ytimg.com/vi/x_qWwKJBT7M/hqdefault.jpg",
+        "width": 480,
+        "height": 270,
+        "last_updated": "2019-11-01T07:06:35.297Z"
+    }
+},
+{
+    "model": "wagtailembeds.embed",
+    "pk": 7,
+    "fields": {
+        "url": "https://www.youtube.com/watch?v=CwijuLSJm8M",
+        "max_width": null,
+        "type": "video",
+        "html": "<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/CwijuLSJm8M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
+        "title": "Antibiotic Resistance Genes in Cystic Fibrosis Lung Metagenomes",
+        "author_name": "Kyle Levi",
+        "provider_name": "YouTube",
+        "thumbnail_url": "https://i.ytimg.com/vi/CwijuLSJm8M/hqdefault.jpg",
+        "width": 480,
+        "height": 270,
+        "last_updated": "2019-11-01T07:06:35.411Z"
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 3,
+    "fields": {
+        "collection": 1,
+        "title": "scigap-header",
+        "file": "original_images/scigap-header-logo.png",
+        "width": 300,
+        "height": 100,
+        "created_at": "2018-04-05T23:40:50.335Z",
+        "uploaded_by_user": [
+            "stephenpaul2727"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 4,
+    "fields": {
+        "collection": 1,
+        "title": "airavata-logo",
+        "file": "original_images/powered-by-airavata-transparent_Igr9qt8.png",
+        "width": 1734,
+        "height": 648,
+        "created_at": "2018-04-05T23:41:55.486Z",
+        "uploaded_by_user": [
+            "stephenpaul2727"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 8,
+    "fields": {
+        "collection": 1,
+        "title": "Saver-x banner",
+        "file": "original_images/saverx-banner1.jpeg",
+        "width": 2400,
+        "height": 288,
+        "created_at": "2019-11-01T13:51:14.256Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 9,
+    "fields": {
+        "collection": 1,
+        "title": "Saverx Header Logo",
+        "file": "original_images/saverx-header-logo.png",
+        "width": 974,
+        "height": 229,
+        "created_at": "2019-11-01T14:49:46.146Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": 57144
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 10,
+    "fields": {
+        "collection": 1,
+        "title": "Saverx Logo",
+        "file": "original_images/saver-logo.png",
+        "width": 974,
+        "height": 312,
+        "created_at": "2019-11-01T14:50:30.464Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 11,
+    "fields": {
+        "collection": 1,
+        "title": "Scigap-logo",
+        "file": "original_images/scigap-header-logo_Ukv5qKp.png",
+        "width": 300,
+        "height": 100,
+        "created_at": "2019-11-01T15:37:06.431Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 12,
+    "fields": {
+        "collection": 1,
+        "title": "XSEDE Logo",
+        "file": "original_images/XSEDE-Logo.jpg",
+        "width": 1157,
+        "height": 403,
+        "created_at": "2019-11-01T17:23:13.953Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 13,
+    "fields": {
+        "collection": 1,
+        "title": "NSF Logo",
+        "file": "original_images/NSF_4-Color_bitmap_Logo.png",
+        "width": 1722,
+        "height": 1731,
+        "created_at": "2019-11-02T18:20:12.679Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 14,
+    "fields": {
+        "collection": 1,
+        "title": "Reading",
+        "file": "original_images/reading.jpg",
+        "width": 1200,
+        "height": 800,
+        "created_at": "2019-11-02T18:54:54.528Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 15,
+    "fields": {
+        "collection": 1,
+        "title": "Reading",
+        "file": "original_images/reading_a9U4xaJ.jpg",
+        "width": 2880,
+        "height": 981,
+        "created_at": "2019-11-02T18:56:34.142Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.image",
+    "pk": 16,
+    "fields": {
+        "collection": 1,
+        "title": "Notradame logo",
+        "file": "original_images/Screen_Shot_2019-11-02_at_3.00.17_PM.png",
+        "width": 706,
+        "height": 232,
+        "created_at": "2019-11-02T19:01:07.179Z",
+        "uploaded_by_user": [
+            "eabeysin"
+        ],
+        "focal_point_x": null,
+        "focal_point_y": null,
+        "focal_point_width": null,
+        "focal_point_height": null,
+        "file_size": null
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 8,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/scigap-header-logo.max-165x165.png",
+        "width": 165,
+        "height": 55,
+        "focal_point_key": "",
+        "image": 3
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 9,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/powered-by-airavata-transparent_Igr9qt8.max-165x165.png",
+        "width": 165,
+        "height": 61,
+        "focal_point_key": "",
+        "image": 4
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 10,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/scigap-header-logo.original.png",
+        "width": 300,
+        "height": 100,
+        "focal_point_key": "",
+        "image": 3
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 11,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/powered-by-airavata-transparent_Igr9qt8.original.png",
+        "width": 1734,
+        "height": 648,
+        "focal_point_key": "",
+        "image": 4
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 23,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/saverx-banner1.max-165x165.jpg",
+        "width": 165,
+        "height": 19,
+        "focal_point_key": "",
+        "image": 8
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 24,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/saverx-banner1.original.jpg",
+        "width": 2400,
+        "height": 288,
+        "focal_point_key": "",
+        "image": 8
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 25,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/saverx-header-logo.max-165x165.png",
+        "width": 165,
+        "height": 38,
+        "focal_point_key": "",
+        "image": 9
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 26,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/saverx-header-logo.original.png",
+        "width": 974,
+        "height": 229,
+        "focal_point_key": "",
+        "image": 9
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 27,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/saver-logo.max-165x165.png",
+        "width": 165,
+        "height": 52,
+        "focal_point_key": "",
+        "image": 10
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 28,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/saver-logo.original.png",
+        "width": 974,
+        "height": 312,
+        "focal_point_key": "",
+        "image": 10
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 29,
+    "fields": {
+        "filter_spec": "max-800x600",
+        "file": "images/saverx-header-logo.max-800x600.png",
+        "width": 800,
+        "height": 188,
+        "focal_point_key": "",
+        "image": 9
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 30,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/scigap-header-logo_Ukv5qKp.max-165x165.png",
+        "width": 165,
+        "height": 55,
+        "focal_point_key": "",
+        "image": 11
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 31,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/scigap-header-logo_Ukv5qKp.original.png",
+        "width": 300,
+        "height": 100,
+        "focal_point_key": "",
+        "image": 11
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 36,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/XSEDE-Logo.max-165x165.jpg",
+        "width": 165,
+        "height": 57,
+        "focal_point_key": "",
+        "image": 12
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 37,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/XSEDE-Logo.original.jpg",
+        "width": 1157,
+        "height": 403,
+        "focal_point_key": "",
+        "image": 12
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 38,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/NSF_4-Color_bitmap_Logo.max-165x165.png",
+        "width": 164,
+        "height": 165,
+        "focal_point_key": "",
+        "image": 13
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 39,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/NSF_4-Color_bitmap_Logo.original.png",
+        "width": 1722,
+        "height": 1731,
+        "focal_point_key": "",
+        "image": 13
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 40,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/reading.max-165x165.jpg",
+        "width": 165,
+        "height": 110,
+        "focal_point_key": "",
+        "image": 14
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 41,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/reading.original.jpg",
+        "width": 1200,
+        "height": 800,
+        "focal_point_key": "",
+        "image": 14
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 42,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/reading_a9U4xaJ.max-165x165.jpg",
+        "width": 165,
+        "height": 56,
+        "focal_point_key": "",
+        "image": 15
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 43,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/reading_a9U4xaJ.original.jpg",
+        "width": 2880,
+        "height": 981,
+        "focal_point_key": "",
+        "image": 15
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 44,
+    "fields": {
+        "filter_spec": "max-165x165",
+        "file": "images/Screen_Shot_2019-11-02_at_3.00.17_PM.max-165x165.png",
+        "width": 165,
+        "height": 54,
+        "focal_point_key": "",
+        "image": 16
+    }
+},
+{
+    "model": "wagtailimages.rendition",
+    "pk": 45,
+    "fields": {
+        "filter_spec": "original",
+        "file": "images/Screen_Shot_2019-11-02_at_3.00.17_PM.original.png",
+        "width": 706,
+        "height": 232,
+        "focal_point_key": "",
+        "image": 16
+    }
+},
+{
+    "model": "wagtailcore.site",
+    "pk": 2,
+    "fields": {
+        "hostname": "localhost",
+        "port": 8000,
+        "site_name": "Searching SRA",
+        "root_page": 3,
+        "is_default_site": true
+    }
+},
+{
+    "model": "wagtailcore.page",
+    "pk": 1,
+    "fields": {
+        "path": "0001",
+        "depth": 1,
+        "numchild": 1,
+        "title": "Root",
+        "draft_title": "Root",
+        "slug": "root",
+        "content_type": [
+            "wagtailcore",
+            "page"
+        ],
+        "live": true,
+        "has_unpublished_changes": false,
+        "url_path": "/",
+        "owner": null,
+        "seo_title": "",
+        "show_in_menus": false,
+        "search_description": "",
+        "go_live_at": null,
+        "expire_at": null,
+        "expired": false,
+        "locked": false,
+        "first_published_at": null,
+        "last_published_at": null,
+        "latest_revision_created_at": null,
+        "live_revision": null
+    }
+},
+{
+    "model": "wagtailcore.page",
+    "pk": 2,
+    "fields": {
+        "path": "00010001",
+        "depth": 2,
+        "numchild": 1,
+        "title": "Welcome to your new Wagtail site!",
+        "draft_title": "Welcome to your new Wagtail site!",
+        "slug": "home",
+        "content_type": [
+            "wagtailcore",
+            "page"
+        ],
+        "live": true,
+        "has_unpublished_changes": false,
+        "url_path": "/home/",
+        "owner": null,
+        "seo_title": "",
+        "show_in_menus": false,
+        "search_description": "",
+        "go_live_at": null,
+        "expire_at": null,
+        "expired": false,
+        "locked": false,
+        "first_published_at": null,
+        "last_published_at": null,
+        "latest_revision_created_at": null,
+        "live_revision": null
+    }
+},
+{
+    "model": "wagtailcore.page",
+    "pk": 3,
+    "fields": {
+        "path": "000100010001",
+        "depth": 3,
+        "numchild": 4,
+        "title": "Home",
+        "draft_title": "Home",
+        "slug": "home",
+        "content_type": [
+            "django_airavata_wagtail_base",
+            "blankpage"
+        ],
+        "live": true,
+        "has_unpublished_changes": false,
+        "url_path": "/home/home/",
+        "owner": [
+            "stephenpaul2727"
+        ],
+        "seo_title": "",
+        "show_in_menus": false,
+        "search_description": "",
+        "go_live_at": null,
+        "expire_at": null,
+        "expired": false,
+        "locked": false,
+        "first_published_at": "2018-04-05T23:03:07.327Z",
+        "last_published_at": "2019-11-02T19:10:15.151Z",
+        "latest_revision_created_at": "2019-11-02T19:10:15.129Z",
+        "live_revision": 301
+    }
+},
+{
+    "model": "wagtailcore.page",
+    "pk": 4,
+    "fields": {
+        "path": "0001000100010001",
+        "depth": 4,
+        "numchild": 0,
+        "title": "How To",
+        "draft_title": "How To",
+        "slug": "documentation",
+        "content_type": [
+            "django_airavata_wagtail_base",
+            "blankpage"
+        ],
+        "live": true,
+        "has_unpublished_changes": false,
+        "url_path": "/home/home/documentation/",
+        "owner": [
+            "stephenpaul2727"
+        ],
+        "seo_title": "documentation",
+        "show_in_menus": true,
+        "search_description": "",
+        "go_live_at": null,
+        "expire_at": null,
+        "expired": false,
+        "locked": false,
+        "first_published_at": "2018-04-06T00:02:02.704Z",
+        "last_published_at": "2019-11-03T01:40:26.013Z",
+        "latest_revision_created_at": "2019-11-03T01:40:25.989Z",
+        "live_revision": 308
+    }
+},
+{
+    "model": "wagtailcore.page",
+    "pk": 6,
+    "fields": {
+        "path": "0001000100010003",
+        "depth": 4,
+        "numchild": 0,
+        "title": "Contact",
+        "draft_title": "Contact",
+        "slug": "contact",
+        "content_type": [
+            "django_airavata_wagtail_base",
+            "blankpage"
+        ],
+        "live": true,
+        "has_unpublished_changes": false,
+        "url_path": "/home/home/contact/",
+        "owner": [
+            "stephenpaul2727"
+        ],
+        "seo_title": "contact",
+        "show_in_menus": true,
+        "search_description": "",
+        "go_live_at": null,
+        "expire_at": null,
+        "expired": false,
+        "locked": false,
+        "first_published_at": "2018-04-06T00:07:14.453Z",
+        "last_published_at": "2019-11-03T01:39:58.371Z",
+        "latest_revision_created_at": "2019-11-03T01:39:58.350Z",
+        "live_revision": 307
+    }
+},
+{
+    "model": "wagtailcore.page",
+    "pk": 11,
+    "fields": {
+        "path": "0001000100010008",
+        "depth": 4,
+        "numchild": 0,
+        "title": "Cite Us",
+        "draft_title": "Cite Us",
+        "slug": "cite-us",
+        "content_type": [
+            "django_airavata_wagtail_base",
+            "blankpage"
+        ],
+        "live": true,
+        "has_unpublished_changes": false,
+        "url_path": "/home/home/cite-us/",
+        "owner": [
+            "eabeysin"
+        ],
+        "seo_title": "about",
+        "show_in_menus": true,
+        "search_description": "",
+        "go_live_at": null,
+        "expire_at": null,
+        "expired": false,
+        "locked": false,
+        "first_published_at": "2019-11-01T07:09:07.844Z",
+        "last_published_at": "2019-11-03T01:39:17.217Z",
+        "latest_revision_created_at": "2019-11-03T01:39:17.197Z",
+        "live_revision": 306
+    }
+},
+{
+    "model": "wagtailcore.page",
+    "pk": 12,
+    "fields": {
+        "path": "0001000100010009",
+        "depth": 4,
+        "numchild": 0,
+        "title": "Study Carrels",
+        "draft_title": "Study Carrels",
+        "slug": "study-carrels",
+        "content_type": [
+            "django_airavata_wagtail_base",
+            "blankpage"
+        ],
+        "live": true,
+        "has_unpublished_changes": false,
+        "url_path": "/home/home/study-carrels/",
+        "owner": [
+            "eabeysin"
+        ],
+        "seo_title": "Study Carrels",
+        "show_in_menus": true,
+        "search_description": "",
+        "go_live_at": null,
+        "expire_at": null,
+        "expired": false,
+        "locked": false,
+        "first_published_at": "2019-11-03T01:32:27.942Z",
+        "last_published_at": "2019-11-03T01:37:30.899Z",
+        "latest_revision_created_at": "2019-11-03T01:37:30.879Z",
+        "live_revision": 305
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 1,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:03:07.295Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": null, \"last_published_at\ [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 2,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:10:17.857Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 3,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:11:27.128Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 4,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:14:11.360Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 5,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:14:32.875Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 6,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:25:47.331Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 7,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:27:36.640Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 8,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:28:45.673Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 9,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:29:10.060Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 10,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:29:32.724Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 11,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:29:55.545Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 12,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:30:27.440Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 13,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:31:14.116Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 14,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:34:02.238Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 15,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:34:32.360Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 16,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:34:53.441Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 17,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:35:14.871Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 18,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:37:57.811Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 19,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:39:04.247Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 20,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:42:14.134Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 21,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:42:43.206Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 22,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:43:14.393Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 23,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:44:04.437Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 24,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:49:19.689Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 25,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:50:12.482Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 26,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:50:54.026Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 27,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:51:43.978Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 28,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:59:07.388Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 29,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-05T23:59:50.903Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 30,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-06T00:00:15.117Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 31,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-06T00:02:02.674Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"fir [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 32,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-06T00:02:19.099Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 33,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-06T00:05:30.513Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 36,
+    "fields": {
+        "page": 6,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-06T00:07:14.437Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Contact\", \"draft_title\": \"Contact\", \"slug\": \"contact\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/contact/\", \"owner\": 1, \"seo_title\": \"contact\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 244,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-10T23:05:15.562Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 3, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 274, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 8, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327 [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 245,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-10T23:05:23.290Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 3, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 274, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 8, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327 [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 246,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-10T23:05:33.391Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 274, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 8, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 248,
+    "fields": {
+        "page": 6,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-10T23:06:01.342Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Contact\", \"draft_title\": \"Contact\", \"slug\": \"contact\", \"content_type\": 274, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/contact/\", \"owner\": 8, \"seo_title\": \"contact\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\" [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 249,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T04:54:29.995Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 250,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T17:22:15.230Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 3, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 254,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T19:27:37.511Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 255,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T19:33:13.660Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": true, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z\ [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 258,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T19:40:30.456Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 5, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 259,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T19:42:03.442Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 5, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": true, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z\ [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 260,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T19:45:06.222Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 5, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 261,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T19:52:49.789Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 5, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 263,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-10-31T19:56:46.512Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 6, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 267,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T00:35:44.388Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 7, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 268,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T00:39:20.553Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 7, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 270,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T00:54:49.001Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 7, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 273,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-06T00:06:12.198Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010002\", \"depth\": 4, \"numchild\": 0, \"title\": \"About\", \"draft_title\": \"About\", \"slug\": \"about\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/about/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": null, \"last [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 274,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-06T00:06:30.657Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010002\", \"depth\": 4, \"numchild\": 0, \"title\": \"About\", \"draft_title\": \"About\", \"slug\": \"about\", \"content_type\": 33, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/about/\", \"owner\": 1, \"seo_title\": \"about\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-0 [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 275,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2018-04-10T23:05:42.563Z",
+        "user": [
+            "stephenpaul2727"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010002\", \"depth\": 4, \"numchild\": 0, \"title\": \"About\", \"draft_title\": \"About\", \"slug\": \"about\", \"content_type\": 274, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/about/\", \"owner\": 8, \"seo_title\": \"about\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018- [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 276,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T07:09:07.844Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010008\", \"depth\": 4, \"numchild\": 0, \"title\": \"Cite Us\", \"draft_title\": \"About\", \"slug\": \"cite-us\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/cite-us/\", \"owner\": 2, \"seo_title\": \"about\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \" [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 277,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T07:11:26.449Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010008\", \"depth\": 4, \"numchild\": 0, \"title\": \"Cite Us\", \"draft_title\": \"Cite Us\", \"slug\": \"cite-us\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/cite-us/\", \"owner\": 2, \"seo_title\": \"about\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 280,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T09:09:19.614Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 281,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T09:12:59.636Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 282,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T09:20:52.583Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 8, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 283,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T14:51:17.036Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 8, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 284,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T14:55:33.885Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 8, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 285,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-01T15:11:54.285Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 286,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:28:50.284Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010008\", \"depth\": 4, \"numchild\": 0, \"title\": \"Cite Us\", \"draft_title\": \"Cite Us\", \"slug\": \"cite-us\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/cite-us/\", \"owner\": 2, \"seo_title\": \"about\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 287,
+    "fields": {
+        "page": 6,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:35:37.166Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Contact\", \"draft_title\": \"Contact\", \"slug\": \"contact\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/contact/\", \"owner\": 1, \"seo_title\": \"contact\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 288,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:36:54.425Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 289,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:38:06.950Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 290,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:38:11.496Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": true, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": f [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 291,
+    "fields": {
+        "page": 6,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:41:55.938Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Contact\", \"draft_title\": \"Contact\", \"slug\": \"contact\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/contact/\", \"owner\": 1, \"seo_title\": \"contact\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 295,
+    "fields": {
+        "page": 6,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:44:03.267Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Contact\", \"draft_title\": \"Contact\", \"slug\": \"contact\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/contact/\", \"owner\": 1, \"seo_title\": \"contact\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 296,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:44:19.409Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 297,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:44:29.785Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010008\", \"depth\": 4, \"numchild\": 0, \"title\": \"Cite Us\", \"draft_title\": \"Cite Us\", \"slug\": \"cite-us\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/cite-us/\", \"owner\": 2, \"seo_title\": \"about\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 298,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T18:58:58.842Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 299,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T19:09:40.895Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 300,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T19:09:44.674Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": true, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z\ [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 301,
+    "fields": {
+        "page": 3,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T19:10:15.129Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 4, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-05T23:03:07.327Z [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 302,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-02T19:51:01.270Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"How To\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false,  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 303,
+    "fields": {
+        "page": 12,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-03T01:32:27.927Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 12, \"path\": \"0001000100010009\", \"depth\": 4, \"numchild\": 0, \"title\": \"Study Carrels\", \"draft_title\": \"Study Carrels\", \"slug\": \"study-carrels\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/study-carrels/\", \"owner\": 2, \"seo_title\": \"httpcarrelsdistantreaderorg\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": fal [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 304,
+    "fields": {
+        "page": 12,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-03T01:35:52.554Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 12, \"path\": \"0001000100010009\", \"depth\": 4, \"numchild\": 0, \"title\": \"Study Carrels\", \"draft_title\": \"Study Carrels\", \"slug\": \"study-carrels\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/study-carrels/\", \"owner\": 2, \"seo_title\": \"Study Carrels\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 305,
+    "fields": {
+        "page": 12,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-03T01:37:30.879Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 12, \"path\": \"0001000100010009\", \"depth\": 4, \"numchild\": 0, \"title\": \"Study Carrels\", \"draft_title\": \"Study Carrels\", \"slug\": \"study-carrels\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/study-carrels/\", \"owner\": 2, \"seo_title\": \"Study Carrels\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 306,
+    "fields": {
+        "page": 11,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-03T01:39:17.197Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 11, \"path\": \"0001000100010008\", \"depth\": 4, \"numchild\": 0, \"title\": \"Cite Us\", \"draft_title\": \"Cite Us\", \"slug\": \"cite-us\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/cite-us/\", \"owner\": 2, \"seo_title\": \"about\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\":  [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 307,
+    "fields": {
+        "page": 6,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-03T01:39:58.350Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Contact\", \"draft_title\": \"Contact\", \"slug\": \"contact\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/contact/\", \"owner\": 1, \"seo_title\": \"contact\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.pagerevision",
+    "pk": 308,
+    "fields": {
+        "page": 4,
+        "submitted_for_moderation": false,
+        "created_at": "2019-11-03T01:40:25.989Z",
+        "user": [
+            "eabeysin"
+        ],
+        "content_json": "{\"pk\": 4, \"path\": \"0001000100010001\", \"depth\": 4, \"numchild\": 0, \"title\": \"How To\", \"draft_title\": \"How To\", \"slug\": \"documentation\", \"content_type\": 35, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first [...]
+        "approved_go_live_at": null
+    }
+},
+{
+    "model": "wagtailcore.grouppagepermission",
+    "pk": 1,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "page": 1,
+        "permission_type": "add"
+    }
+},
+{
+    "model": "wagtailcore.grouppagepermission",
+    "pk": 2,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "page": 1,
+        "permission_type": "edit"
+    }
+},
+{
+    "model": "wagtailcore.grouppagepermission",
+    "pk": 3,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "page": 1,
+        "permission_type": "publish"
+    }
+},
+{
+    "model": "wagtailcore.grouppagepermission",
+    "pk": 4,
+    "fields": {
+        "group": [
+            "Editors"
+        ],
+        "page": 1,
+        "permission_type": "add"
+    }
+},
+{
+    "model": "wagtailcore.grouppagepermission",
+    "pk": 5,
+    "fields": {
+        "group": [
+            "Editors"
+        ],
+        "page": 1,
+        "permission_type": "edit"
+    }
+},
+{
+    "model": "wagtailcore.grouppagepermission",
+    "pk": 6,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "page": 1,
+        "permission_type": "lock"
+    }
+},
+{
+    "model": "wagtailcore.collection",
+    "pk": 1,
+    "fields": {
+        "path": "0001",
+        "depth": 1,
+        "numchild": 0,
+        "name": "Root"
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 1,
+    "fields": {
+        "group": [
+            "Editors"
+        ],
+        "collection": 1,
+        "permission": [
+            "add_image",
+            "wagtailimages",
+            "image"
+        ]
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 2,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "collection": 1,
+        "permission": [
+            "add_image",
+            "wagtailimages",
+            "image"
+        ]
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 3,
+    "fields": {
+        "group": [
+            "Editors"
+        ],
+        "collection": 1,
+        "permission": [
+            "change_image",
+            "wagtailimages",
+            "image"
+        ]
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 4,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "collection": 1,
+        "permission": [
+            "change_image",
+            "wagtailimages",
+            "image"
+        ]
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 5,
+    "fields": {
+        "group": [
+            "Editors"
+        ],
+        "collection": 1,
+        "permission": [
+            "add_document",
+            "wagtaildocs",
+            "document"
+        ]
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 6,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "collection": 1,
+        "permission": [
+            "add_document",
+            "wagtaildocs",
+            "document"
+        ]
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 7,
+    "fields": {
+        "group": [
+            "Editors"
+        ],
+        "collection": 1,
+        "permission": [
+            "change_document",
+            "wagtaildocs",
+            "document"
+        ]
+    }
+},
+{
+    "model": "wagtailcore.groupcollectionpermission",
+    "pk": 8,
+    "fields": {
+        "group": [
+            "Moderators"
+        ],
+        "collection": 1,
+        "permission": [
+            "change_document",
+            "wagtaildocs",
+            "document"
+        ]
+    }
+},
+{
+    "model": "taggit.tag",
+    "pk": 1,
+    "fields": {
+        "name": "logo searching-sra",
+        "slug": "logo-searching-sra"
+    }
+},
+{
+    "model": "taggit.tag",
+    "pk": 2,
+    "fields": {
+        "name": "sra",
+        "slug": "sra"
+    }
+},
+{
+    "model": "taggit.tag",
+    "pk": 3,
+    "fields": {
+        "name": "banner",
+        "slug": "banner"
+    }
+},
+{
+    "model": "taggit.tag",
+    "pk": 4,
+    "fields": {
+        "name": "scigap",
+        "slug": "scigap"
+    }
+},
+{
+    "model": "taggit.tag",
+    "pk": 5,
+    "fields": {
+        "name": "logo",
+        "slug": "logo"
+    }
+},
+{
+    "model": "taggit.tag",
+    "pk": 6,
+    "fields": {
+        "name": "airavata",
+        "slug": "airavata"
+    }
+},
+{
+    "model": "taggit.taggeditem",
+    "pk": 4,
+    "fields": {
+        "tag": 4,
+        "content_type": [
+            "wagtailimages",
+            "image"
+        ],
+        "object_id": 3
+    }
+},
+{
+    "model": "taggit.taggeditem",
+    "pk": 5,
+    "fields": {
+        "tag": 5,
+        "content_type": [
+            "wagtailimages",
+            "image"
+        ],
+        "object_id": 3
+    }
+},
+{
+    "model": "taggit.taggeditem",
+    "pk": 6,
+    "fields": {
+        "tag": 5,
+        "content_type": [
+            "wagtailimages",
+            "image"
+        ],
+        "object_id": 4
+    }
+},
+{
+    "model": "taggit.taggeditem",
+    "pk": 7,
+    "fields": {
+        "tag": 6,
+        "content_type": [
+            "wagtailimages",
+            "image"
+        ],
+        "object_id": 4
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.customcss",
+    "pk": 1,
+    "fields": {
+        "css": "[{\"type\": \"css_comment\", \"value\": {\"message\": \"-----navbar styles----\"}, \"id\": \"f4355b2e-dd22-4a1b-b570-f15ec9eb0df4\"}, {\"type\": \"css_block\", \"value\": \".main-nav {\\r\\nbackground: #FFFFFF;\\r\\nheight: 73px;\\r\\n}\\r\\n.main-nav a {\\r\\ncolor: #5e91e5 !important;\\r\\n}\\r\\n.main-nav a:hover {\\r\\nbackground-color: #efefef;\\r\\n}\\r\\n.main-nav ul {\\r\\nfont-size: 18px;\\r\\n}\", \"id\": \"1d20d1b8-c531-413d-8783-7fd5e98d41c6\"}, {\"type\": \"c [...]
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.footertext",
+    "pk": 1,
+    "fields": {
+        "footer": "[{\"type\": \"horizontal_rule\", \"value\": {\"thickness\": 2, \"bg_color\": \"#20b2aa\", \"custom_class\": \"col-md-10\"}, \"id\": \"1fd3743b-4469-49f5-999d-4aa17fa2e7d9\"}, {\"type\": \"image_block\", \"value\": {\"image\": 11, \"caption\": \"\", \"width\": \"\", \"height\": null, \"redirect_url\": \"https://scigap.org/\", \"custom_class\": \"offset-md-2 col-md-2\"}, \"id\": \"c8249ce5-622d-4922-a907-259775a4ec0a\"}, {\"type\": \"image_block\", \"value\": {\"image\": [...]
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.navbar",
+    "pk": 1,
+    "fields": {
+        "logo": 16,
+        "logo_redirect_link": "\\",
+        "logo_with_text": "no",
+        "logo_width": 200,
+        "logo_height": 100,
+        "logo_text": null,
+        "logo_text_color": null,
+        "logo_text_size": null
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 1,
+    "fields": {
+        "sort_order": 0,
+        "body": "[{\"type\": \"image_block\", \"value\": {\"image\": 15, \"caption\": \"\", \"width\": \"2000\", \"height\": 400, \"redirect_url\": \"\", \"custom_class\": \"col-md-12 mt-3\"}, \"id\": \"1460a2e8-f993-4227-a043-d19921c00828\"}]",
+        "page": 3
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 2,
+    "fields": {
+        "sort_order": 1,
+        "body": "[{\"type\": \"heading_block\", \"value\": {\"heading_text\": \"Distant Reader Gateway\", \"size\": \"h2\", \"custom_class\": \"col-md-8 ml-auto mt-5\"}, \"id\": \"051d329e-2488-4d24-946d-89c991d3c949\"}]",
+        "page": 3
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 3,
+    "fields": {
+        "sort_order": 2,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-2 mx-auto\", \"body\": \"<p></p><hr/><p></p><h4><a href=\\\"http://searchsra.scigap.org/login\\\">Login</a></h4><hr/><p></p><h4><a href=\\\"http://searchsra.scigap.org/create\\\">Register</a></h4><hr/><p></p>\"}, \"id\": \"7f899743-ff1a-496c-8223-1922763f5c2f\"}, {\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-8\", \"body\": \"<h3>Welcome!</h3><p>The Distant Reader is a tool fo [...]
+        "page": 3
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 7,
+    "fields": {
+        "sort_order": 0,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-12 text-center mt-3\", \"body\": \"<h2><b>Contact Us</b></h2>\"}, \"id\": \"30401d0e-fa90-44e2-9838-ad604884fd45\"}]",
+        "page": 6
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 8,
+    "fields": {
+        "sort_order": 0,
+        "body": "[{\"type\": \"heading_block\", \"value\": {\"heading_text\": \"How to use the Distant Reader\", \"size\": \"h2\", \"custom_class\": \"col-md-10 mx-auto text-center mt-3\"}, \"id\": \"1f991a16-5c01-4ae1-b59c-f2b441eb8c8e\"}]",
+        "page": 4
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 9,
+    "fields": {
+        "sort_order": 1,
+        "body": "[{\"type\": \"horizontal_rule\", \"value\": {\"thickness\": 2, \"bg_color\": \"#20b2aa\", \"custom_class\": \"col-md-10 mx-auto\"}, \"id\": \"b16b1142-31d1-4263-92cb-3055aebcfd1e\"}]",
+        "page": 4
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 10,
+    "fields": {
+        "sort_order": 2,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-10 mx-auto mt-5\", \"body\": \"<p>There are more than a few steps for to getting the Distant Reader to work for you:</p><ol><li>Articulate a research question: What do you want to know?</li><li>Identify one of three different types of input pointing to the content you want to &quot;read&quot;: 1) a URL, 2) a file of URLS, or 3) just about any set of files.</li><li>If you haven&#x27;t already done so  [...]
+        "page": 4
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 31,
+    "fields": {
+        "sort_order": 0,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-12 text-center mt-3\", \"body\": \"<h2><b>Cite Us</b></h2>\"}, \"id\": \"8902a118-08d2-4851-a4a0-13af0598bb78\"}]",
+        "page": 11
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 32,
+    "fields": {
+        "sort_order": 1,
+        "body": "[{\"type\": \"horizontal_rule\", \"value\": {\"thickness\": 2, \"bg_color\": \"#20b2aa\", \"custom_class\": \"col-md-10 mx-auto\"}, \"id\": \"eeb20565-91f8-4964-b207-731e171edf17\"}]",
+        "page": 11
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 33,
+    "fields": {
+        "sort_order": 2,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-10 mx-auto mt-4\", \"body\": \"<p>Information on citing the gateway when users use the Distant reader services for their research and published work.</p><p>Embed the bibtex file for downloading can be added here with publications to reference. Below the publications can be listed that exists in the file</p><h4></h4><h4><b>Acknowledgments</b></h4><p>This work used the Extreme Science and Engineering D [...]
+        "page": 11
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 38,
+    "fields": {
+        "sort_order": 1,
+        "body": "[{\"type\": \"horizontal_rule\", \"value\": {\"thickness\": 2, \"bg_color\": \"#20b2aa\", \"custom_class\": \"col-md-10 mx-auto\"}, \"id\": \"c07957c9-381a-479e-8b91-fd65dbc20efa\"}]",
+        "page": 6
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 39,
+    "fields": {
+        "sort_order": 2,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-10 mx-auto mt-4\", \"body\": \"<p>If you have any questions, then just drop us a line. We love to get email.</p><p>Eric Lease Morgan &lt;emorgan@nd.edu&gt;<br/>Room 250-E, Hesburgh Libraries<br/>University of Notre Dame<br/>Notre Dame, IN 46556<br/></p><p>+1 (574) 631-8604</p>\"}, \"id\": \"5b75e1a6-c5b2-40c3-b861-a3508dd6b8e6\"}]",
+        "page": 6
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 40,
+    "fields": {
+        "sort_order": 3,
+        "body": "[{\"type\": \"horizontal_rule\", \"value\": {\"thickness\": 2, \"bg_color\": \"#20b2aa\", \"custom_class\": \"col-md-10 mx-auto\"}, \"id\": \"1a84e636-3ee2-4c9c-ba68-db7829514892\"}]",
+        "page": 4
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 41,
+    "fields": {
+        "sort_order": 4,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-10 mx-auto mt-5\", \"body\": \"<h3><b>Articulate a research question</b></h3><p>Ask yourself, &quot;What do I want to know?&quot; The answer to this question can range from the simple to the sublime, for example:</p><ol><li>How many documents are in my corpus?</li><li>How long are my documents?</li><li>On a scale from 0 to 100, how difficult are my documents to read?</li><li>How can I summarize each  [...]
+        "page": 4
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.rowblankpagerelation",
+    "pk": 42,
+    "fields": {
+        "sort_order": 0,
+        "body": "[{\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-12 text-center mt-3\", \"body\": \"<h2><a href=\\\"http://carrels.distantreader.org/\\\">Study Carrels</a></h2>\"}, \"id\": \"42418b5d-ad5f-4e92-96e9-d61a8f036ad6\"}]",
+        "page": 12
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.blankpage",
+    "pk": 3,
+    "fields": {
+        "show_navbar": "yes",
+        "show_nav_extra": "yes",
+        "show_footer": "yes",
+        "show_announcements": "yes"
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.blankpage",
+    "pk": 4,
+    "fields": {
+        "show_navbar": "yes",
+        "show_nav_extra": "yes",
+        "show_footer": "yes",
+        "show_announcements": "yes"
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.blankpage",
+    "pk": 6,
+    "fields": {
+        "show_navbar": "yes",
+        "show_nav_extra": "yes",
+        "show_footer": "yes",
+        "show_announcements": "yes"
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.blankpage",
+    "pk": 11,
+    "fields": {
+        "show_navbar": "yes",
+        "show_nav_extra": "yes",
+        "show_footer": "yes",
+        "show_announcements": "yes"
+    }
+},
+{
+    "model": "django_airavata_wagtail_base.blankpage",
+    "pk": 12,
+    "fields": {
+        "show_navbar": "yes",
+        "show_nav_extra": "yes",
+        "show_footer": "yes",
+        "show_announcements": "yes"
+    }
+}
+]