Skip to content

Commit

Permalink
text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Mar 6, 2020
1 parent e5611a6 commit 8ed63b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
path: "/releases/documentation/2020-mar/replicating-the-hca-dcp-release-analysis"
path: "/releases/documentation/2020-mar/replicating-the-release-analysis"
date: "2018-05-03"
title: "Working with Release Files"
title: "Replicating the Release Analysis"
draft: true
---
# Clustering, differential expression analyses, and data visualization using the Cumulus workflow.
Expand Down
9 changes: 3 additions & 6 deletions content/siteMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,6 @@
- name: "Releases"
key: "releases"
path: "/releases/2020-mar"
position:
location: "h"
order: 8
tabs:
- name: "Documentation"
key: "documentation"
Expand All @@ -376,9 +373,9 @@
- name: "Working with Release Files"
key: "/releases/documentation/2020-mar/working-with-release-files"
path: "/releases/2020-mar/working-with-release-files"
- name: "Replicating the HCA DCP Release Analysis"
key: "/releases/documentation/2020-mar/replicating-the-hca-dcp-release-analysis"
path: "/releases/2020-mar/replicating-the-hca-dcp-release-analysis"
- name: "Replicating the Release Analysis"
key: "/releases/documentation/2020-mar/replicating-the-release-analysis"
path: "/releases/2020-mar/replicating-the-release-analysis"
- name: "Community Feedback"
key: "/releases/documentation/2020-mar/feedback"
path: "/releases/2020-mar/feedback"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ class IndexPage extends React.Component {
<section className={compStyles.release}>
<div className={classNames(compStyles.sectionInner, compStyles.s)}>
<div className={compStyles.intro}>
<h4 className={fontStyles.introTitle}>HCA DCP March 2020 Release</h4>
<p className={fontStyles.introText}>Explore, visualize, and interact with annotated HCA DCP Data</p>
<h4 className={fontStyles.introTitle}>March 2020 Data Release</h4>
<p className={fontStyles.introText}>Explore, visualize, and interact with 24 annotated datasets</p>
<div className={compStyles.module}>
<a href={`${process.env.GATSBY_EXPLORE_URL}releases/2020-mar`}
className={classNames(globalStyles.button, globalStyles.blue, globalStyles.light, compStyles.latest)}>
<span>See Our Latest Release</span>
<span>View the March 2020 Release</span>
<img className={compStyles.go} src={go} alt="arrow"/>
</a>
</div>
Expand Down

0 comments on commit 8ed63b9

Please sign in to comment.