Skip to content

Commit

Permalink
Merge pull request #1404 from jay-hodgson/PORTALS-3342
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson authored Nov 22, 2024
2 parents d178afc + 2b06ced commit f8c9929
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions apps/portals/nf/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,46 @@ import {
RssFeedCards,
SynapseConstants,
UserCardListRotate,
JsonLdScript,
} from 'synapse-react-client'

const limit = 3

export default function HomePage() {
return (
<>
<JsonLdScript
thing={{
'@context': 'https://schema.org',
'@type': 'DataCatalog',
'@id': 'https://nf.synapse.org',
keywords: [
'neurofibromatosis',
'schwannomatosis',
'NF1',
'NF2',
'RASopathies',
'rare tumor syndrome',
'genetics',
'tumor biology',
'biomedical research',
'Human Data',
'Life Science',
],
description:
'The NF Data Portal provides a data repository for neurofibromatosis type 1 and schwannomatosis research data, aimed at improving understanding and treatment of the disorder.',
name: 'NF Data Portal',
provider: [
{
'@type': 'Organization',
'@id': 'Sage Bionetworks',
name: 'Sage Bionetworks',
url: 'https://www.synapse.org/',
},
],
alternateName: 'Neurofibromatosis Data Portal',
}}
/>
<Header />
<SectionLayout
title={'Resource Overview'}
Expand Down

0 comments on commit f8c9929

Please sign in to comment.