Skip to content

Commit

Permalink
add regd. symbol for NIH HEAL Initiative (#37)
Browse files Browse the repository at this point in the history
* add regd. symbol for `NIH HEAL Initiative`

* Update packages/portal/config/landingPage.json

Co-authored-by: Mingfei Shao <2475897+mfshao@users.noreply.github.com>

* remove style for consistency

* remove style for consistency

* remove unnecessary stuff

* Update landingPage.json

Co-authored-by: Mingfei Shao <2475897+mfshao@users.noreply.github.com>
  • Loading branch information
haraprasadj and mfshao authored Jun 16, 2022
1 parent eda78ce commit 3ce2a6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/portal/config/landingPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
{
"text": "The Helping to End Addiction Long-term Initiative, or <strong>NIH HEAL Initiative</strong>, is an aggressive, trans-agency effort to speed scientific solutions to stem the national opioid and pain public health crisis."
"text": "The Helping to End Addiction Long-term Initiative, or <strong>NIH HEAL Initiative&reg;</strong>, is an aggressive, trans-agency effort to speed scientific solutions to stem the national opioid and pain public health crisis."
},
{
"link": {
Expand Down Expand Up @@ -80,7 +80,7 @@
{
"quoteArea": {
"quote": "Data is both a product of research, and also an engine for new discovery.",
"author": "REBECCA G. Baker, Ph.D., Director of the NIH HEAL Initiative"
"author": "REBECCA G. Baker, Ph.D., Director of the NIH HEAL Initiative®"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/config/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"introduction": [
{
"type": "text",
"content": "The NIH HEAL Initiative is organized into seven research focus areas. Within those focus areas, several NIH Institutes and Centers are leading dozens of research programs to find scientific solutions to the opioid crisis."
"content": "The NIH HEAL Initiative® is organized into seven research focus areas. Within those focus areas, several NIH Institutes and Centers are leading dozens of research programs to find scientific solutions to the opioid crisis."
},
{
"type": "break"
Expand All @@ -13,7 +13,7 @@
},
{
"type": "outboundLink",
"content": "NIH HEAL Initiative research plan",
"content": "NIH HEAL Initiative® research plan",
"link": "https://heal.nih.gov/about/research-plan"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/config/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"type": "outboundLink",
"content": "NIH HEAL Initiative.",
"content": "NIH HEAL Initiative®",
"link": "https://heal.nih.gov/about/research-plan"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/content/landing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { LandingBarChart } from '../src/components/Charts/LandingBarChart'
import Button from '@mui/material/Button';

<div className={"w-1/3"} style={{padding: '1rem', backgroundColor: 'gray100'}}>
The Helping to End Addiction Long-term Initiative, or NIH HEAL Initiative, is an aggressive, trans-agency effort to
The Helping to End Addiction Long-term Initiative, or NIH HEAL Initiative&reg;, is an aggressive, trans-agency effort to
speed scientific solutions to stem the national opiod public health crisis. Almost every NIH Institute and Center
is accelerating research to address this public health emergency from all angles.
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const AboutHEALPageContent = ({ topImages, leftDropdowns, rightDropdowns }: Abou
What is HEAL
</div>
<Text className='text-center font-montserrat opacity-60 py-2 ' >
The Helping to End Addiction Long-term Initiative, or NIH HEAL Initiative, is an aggressive, trans-agency effort to speed scientific solutions to stem the national opioid public health crisis. Almost every NIH Institute and Center is accelerating research to address this public health emergency from all angles.
The Helping to End Addiction Long-term Initiative, or NIH HEAL Initiative&reg;, is an aggressive, trans-agency effort to speed scientific solutions to stem the national opioid public health crisis. Almost every NIH Institute and Center is accelerating research to address this public health emergency from all angles.
</Text>
<Text className='text-center font-montserrat opacity-60 py-2 ' >
The initiative is funding hundreds of projects nationwide.
Expand Down

0 comments on commit 3ce2a6b

Please sign in to comment.