You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ZOOMA is an application for discovering optimal ontology mappings, developed by
7
7
8
8
## Deploying with Docker
9
9
10
-
The preferred method of deployment for ZOOMA is using Docker. If you would like to deploy **the entire OntoTools stack** (OLS, OxO, and ZOOMA), check out the [OntoTools Docker Config](https://github.com/EBISPOT/ontotools-docker-config) repository. If you would like to deploy **ZOOMA only**, read on.
10
+
The preferred method of deployment for ZOOMA is using Docker. If you would like to deploy **the entire OntoTools stack** (OLS, OxO, and ZOOMA), check out the [OntoTools Docker Config](https://github.com/EBISPOT/ontotools-docker-config) repository. If you would like to deploy **ZOOMA only**, read on
Copy file name to clipboardExpand all lines: zooma-ui/src/main/frontend/src/pages/Home.tsx
+62-32
Original file line number
Diff line number
Diff line change
@@ -73,41 +73,71 @@ export default class Home extends Component<Props, State> {
73
73
74
74
return(
75
75
<main>
76
-
<Row>
77
-
<h3>Query</h3>
78
-
<Columnsmall={12}medium={12}>
79
-
<p>Use the text box to find possible ontology mappings for free text terms in the ZOOMA repository of curated annotation knowledge. You can add one term (e.g. 'Homo sapiens') per line. If you also have a type for your term (e.g. 'organism'), put this after the term, separated by a tab.
80
-
If you are new to ZOOMA, take a look at our getting started guide.</p>
81
-
</Column>
82
-
<Columnsmall={12}medium={12}>
83
-
<Row>
76
+
<Row>
77
+
<divclassName="mt-4">
78
+
<divstyle={{
79
+
backgroundColor: '#b2dce8',
80
+
padding: '12px 24px',
81
+
borderRadius: '8px',
82
+
marginBottom: '16px',
83
+
textAlign: 'justify',
84
+
overflowX: 'auto'
85
+
}}>
86
+
<p>
87
+
Do data resources managed by EMBL-EBI and our collaborators make a difference to your
88
+
work? <br/><br/>
89
+
Please take 10 minutes to fill in our annual user survey, and help us make the case for
90
+
why sustaining open data resources is critical for life sciences research.<br/><br/>
<p>ZOOMA maps text to ontology terms based on curated mappings from selected datasources (more preferred), and by searching ontologies directly (less preferred). Here, you can select which curated datasources to use, optionally ranked in order of preference. You can also select which ontologies to search directly.</p>
0 commit comments