Skip to content

Commit

Permalink
Update content.jsx
Browse files Browse the repository at this point in the history
Added Affymetrix download options and replaced lorem ipsum with descriptions.
  • Loading branch information
JohnZaharick authored Oct 24, 2023
1 parent 0d08099 commit 35e13f7
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions src/assets/pages/download/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,29 @@ const content = {
Subtitle: "Must have Java 11 or newer installed",

"Example Projects": "Example Projects",
"Raw Project": {
title: "Download Raw Project",
"Raw Project Illumina": {
title: "Download Raw Project - Illumina",
link: "https://www.google.com/",
description:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ipsum nibh, consequat id erat facilisis, imperdiet",
"Contains all the files needed to start a Genvisis project. Includes 20 samples from the 1000G project in Illumina format.",
},
"Completed Project": {
title: "Download Completed Project",
"Raw Project Affymetrix": {
title: "Download Raw Project - Affymetrix",
link: "https://www.google.com/",
description:
"Contains all the files needed to start a Genvisis project. Includes 20 samples from the 1000G project in Affymetrix format.",
},
"Sample Project Illumina": {
title: "Download Sample Project - Illumina",
link: "https://www.yahoo.com/?guccounter=1",
description:
"Contains all the files of a Genvisis project that has been run through the first four steps, which are some of the most resource intensive. This project allows you to use Genvisis visualizations immediately. Includes 20 samples from the 1000G project in Illumina format.",
},
"Sample Project Affymetrix - Affymetrix": {
title: "Download Sample Project",
link: "https://www.yahoo.com/?guccounter=1",
description:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ipsum nibh, consequat id erat facilisis, imperdiet",
"Contains all the files of a Genvisis project that has been run through the first four steps, which are some of the most resource intensive. This project allows you to use Genvisis visualizations immediately. Includes 20 samples from the 1000G project in Affymetrix format.",
},

"Previous Versions": "Previous Versions",
Expand Down

0 comments on commit 35e13f7

Please sign in to comment.