diff --git a/components/research/components/AdvancedSearch.vue b/components/research/components/AdvancedSearch.vue
index 24e5d6a..86b60b8 100644
--- a/components/research/components/AdvancedSearch.vue
+++ b/components/research/components/AdvancedSearch.vue
@@ -40,8 +40,8 @@
+
+
diff --git a/layouts/readme.md b/layouts/readme.md
new file mode 100644
index 0000000..e11d43e
--- /dev/null
+++ b/layouts/readme.md
@@ -0,0 +1,5 @@
+Layouts are wrappers around pages that contain a common User Interface for several pages, such as
+a header and footer display. Layouts are Vue files using components to display the page
+content. The layouts/default.vue file will be used by default. Custom layouts can be set as part of
+your page metadata.
+If you only have a single layout in your application, we recommend using app.vue with instead.
\ No newline at end of file
diff --git a/pages/Research.vue b/pages/Research.vue
deleted file mode 100644
index c9b08f6..0000000
--- a/pages/Research.vue
+++ /dev/null
@@ -1,1033 +0,0 @@
-
-
-