From 444b4b79956935c4a45cec27771328ccad45933f Mon Sep 17 00:00:00 2001 From: haider Date: Tue, 7 May 2024 14:42:15 +0100 Subject: [PATCH] Add survey banner --- zooma-ui/src/main/frontend/src/pages/Home.tsx | 94 ++++++++++++------- 1 file changed, 62 insertions(+), 32 deletions(-) diff --git a/zooma-ui/src/main/frontend/src/pages/Home.tsx b/zooma-ui/src/main/frontend/src/pages/Home.tsx index bd349322..cd8e0f4b 100644 --- a/zooma-ui/src/main/frontend/src/pages/Home.tsx +++ b/zooma-ui/src/main/frontend/src/pages/Home.tsx @@ -73,41 +73,71 @@ export default class Home extends Component { return (
- -

Query

- -

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. -If you are new to ZOOMA, take a look at our getting started guide.

-
- - + +
+
+

+ Do data resources managed by EMBL-EBI and our collaborators make a difference to your + work?

+ Please take 10 minutes to fill in our annual user survey, and help us make the case for + why sustaining open data resources is critical for life sciences research.

+ Survey link: https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage] +

+
+
+
+ +

Query

- - - Show me some examples... - +

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. + If you are new to ZOOMA, take a look at our getting started guide.

+
+ + + + + + Show me some examples... + + + + + + -
- - - -
-
- -

Datasources

- -

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.

-
- - { - this.state.datasources && - this.state.datasourceConfig && - - } - -
-
+ + +

Datasources

+ +

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.

+
+ + { + this.state.datasources && + this.state.datasourceConfig && + + } + +
+