Skip to content

Commit

Permalink
docs(readme): change brand name
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Sep 29, 2022
1 parent 90a2685 commit 4f89dad
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Metadata Annotation Service
A metadata annotation service to support standardised metadata
# Metadata Annotation Workbench
The Metadata Annotation Workbench supports standardised metadata
annotation. The prototypical service will support researchers and data holders
with the FAIRification of already existing and new data collections.

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default () => {
}}
>
<Helmet>
<title> Metadata Annotator</title>
<meta name="description" content="Metadata Annotator" />
<title>Metadata Annotation Workbench</title>
<meta name="description" content="Metadata Annotation Workbench" />
</Helmet>
<EuiHeaderSection grow={false}>
<EuiHeaderSectionItem border="right">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/layout/Projektinformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default () => {
<EuiFlexItem grow={9}>
<EuiText>
<p>
The semantic metadata annotation service is developed in the{" "}
The Metadata Annotation Workbench is developed in the{" "}
<EuiLink href="https://www.nfdi4health.de/en/">
NFDI4Health
</EuiLink>{" "}
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default () => {
<EuiSpacer size="m" />
<EuiTitle>
<h1>
Semantic Metadata Annotator for annotation of questionnaires, data
dictionaries and case report forms
Metadata Annotation Workbench for annotation of questionnaires,
data dictionaries and case report forms
</h1>
</EuiTitle>
<EuiSpacer size="m" />
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/ImportPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default () => {
</EuiPageHeader>

<Helmet>
<title> MetaData Annotator </title>
<title> Metadata Annotation Workbench </title>
</Helmet>

<EuiFlexGroup justifyContent="spaceAround">
Expand Down Expand Up @@ -163,7 +163,7 @@ export default () => {
<EuiFlexItem grow={3}>
<EuiPanel hasShadow={true}>
<EuiTitle>
<h1>MetaData Annotator</h1>
<h1>Metadata Annotation Workbench</h1>
</EuiTitle>
<EuiSpacer />
<Projektinformation />
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/ImprintPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default () => {
return (
<>
<Helmet>
<title> Imprint - Metadata Annotation Service </title>
<meta name="description" content="Metadata Annotation Service" />
<title> Imprint - Metadata Annotation Workbench </title>
<meta name="description" content="Metadata Annotation Workbench" />
</Helmet>
<EuiPanel hasShadow={true}>
<EuiPageHeader>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/PrivacyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default () => {
return (
<>
<Helmet>
<title>Privacy Policy - Metadata Annotation Service </title>
<meta name="description" content="Metadata Annotation Service" />
<title>Privacy Policy - Metadata Annotation Workbench </title>
<meta name="description" content="Metadata Annotation Workbench" />
</Helmet>
<EuiPanel hasShadow={true}>
<EuiPageHeader>
Expand Down

0 comments on commit 4f89dad

Please sign in to comment.