Skip to content

Commit

Permalink
Merge pull request #542 from KPMP/KPMP-5658_add-new-section
Browse files Browse the repository at this point in the history
KPMP-5658_add-new-section
  • Loading branch information
HaneenT authored Nov 13, 2024
2 parents 36e95aa + 9a69233 commit a8be8f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/Home/LeftContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,24 @@ class LeftContent extends Component {
<Button className="w-100" color='primary' href='https://www.kpmp.org/collaboration' size='lg' block onClick={() => { this.handleGoogleAnalyticsEvent('Atlas Home', 'Navigation', 'collaborate') }}>Collaborate with us</Button>
</div>
</Container>
<Container className="mt-3 rounded border p-3 shadow-sm">
<h5>KPMP Collaborator Sites & Tools</h5>
<div>
<p>
<a target="_blank" rel="noreferrer" href='https://hubmapconsortium.org/'>The Human BioMolecular Atlas Program (HuBMAP)</a>
<br/>
<a target="_blank" rel="noreferrer" href='https://humanatlas.io/'>HuBMAP Human Reference Atlas (HRA)</a>
<br/>
<a target="_blank" rel="noreferrer" href='https://apps.humanatlas.io/eui/kpmp.html'>HuBMAP HRA Explorer for KPMP</a>
<br/>
<a target="_blank" rel="noreferrer" href='https://www.humancellatlas.org/'>Human Cell Atlas (HCA)</a>
<br />
<a target="_blank" rel="noreferrer" href='https://data.humancellatlas.org/'>HCA Data Portal</a>
<br />
<a target="_blank" rel="noreferrer" href='https://data.humancellatlas.org/hca-bio-networks/kidney/datasets'>HCA Kidney Network Datasets</a>
</p>
</div>
</Container>
</div>
);
}
Expand Down

0 comments on commit a8be8f2

Please sign in to comment.