Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add regd. symbol for NIH HEAL Initiative #37

Merged
merged 6 commits into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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