diff --git a/content/homepage-platforms.md b/content/homepage-platforms.md
deleted file mode 100644
index 3322682e85..0000000000
--- a/content/homepage-platforms.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: New Platforms
-link: /use/
-icon: fas fa-server
-items:
- - title: Galaxy@AuBi
- link: /use/galaxy-aubi/
- tease: "Standard tools for DNA/RNA analysis and additional ones on project demands."
- - title: miRGalaxy
- link: /use/mirgalaxy/
- tease: "NGS data analysis focusing on microRNAs and their sequence variants—isomiRs."
- - title: MitoLink
- link: /use/mitolink/
- tease: An integrated workflow system to facilitate understanding of genotype-phenotype correlations in cases of mitochondrial dysfunction.
- - title: Galaxy India
- link: /use/galaxy-india/
- tease: The Indian community server.
- - title: VVV
- link: /use/vvv/
- tease: Determine the composition of a viral population.
- - title: SHAMAN
- link: /use/shaman/
- tease: A user-friendly website for metataxonomic analysis from raw reads to statistical analysis.
- - title: IPK Blast
- link: /use/ipk-blast/
- tease: BLAST for barley, wheat, and rye. Part of IPK Crop Analysis Tools Suite (CATS).
----
diff --git a/cypress/integration/accessibility.spec.js b/cypress/integration/accessibility.spec.js
index d56a53005a..0d2adfdf90 100644
--- a/cypress/integration/accessibility.spec.js
+++ b/cypress/integration/accessibility.spec.js
@@ -10,6 +10,8 @@ describe("Accessibility Testing", () => {
// Ensure masthead has loaded
cy.get("#masthead-logo").should("be.visible");
// Only check for #app; ignores twitter and sidecar.
+ // This wait is not great; testing if this is something in deferred load of pubs.
+ cy.wait(2500);
cy.checkA11y("#app", CYPRESS_ACCESSIBILITY_CONFIG);
});
it("Use page has no detectable a11y violations on load", () => {
diff --git a/src/components/Publications.vue b/src/components/Publications.vue
new file mode 100644
index 0000000000..1ca0e3a9e9
--- /dev/null
+++ b/src/components/Publications.vue
@@ -0,0 +1,96 @@
+
+
+
+
+