|
17 | 17 | md_text_description = {'EN': ("Explorer interactively the HMC 2021 Survey results. " |
18 | 18 | "The overview sections displays some main results, while you can apply some global filters to these. " |
19 | 19 | "Find out what methods, tools, software and standards are applied by others in your research area. " |
20 | | - "The question explorer allows for in detail analyzis of a specific question and simple correlations of two questions. " |
| 20 | + "The question explorer allows for in detail analysis of a specific question and simple correlations of two questions. " |
21 | 21 | "Interact with the visualizations and widgets on the left to explorer the data.\n" |
22 | 22 | "The corresponding Data publication of the survey is available [here](https://doi.org/10.7802/2433).\n" |
23 | 23 | "\n " |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 | ## Global data filters\n |
36 | | -md_text_global_filter = {'EN': ("Select some data filters to apply. " |
37 | | - "You can filter global by research area and or by data generation method."), |
38 | | - 'DE': ("Wähle Datenfilter aus. Die Resultate können global nach " |
39 | | - "Forschungsfeld und Erzeugungsmethode gefiltert werden.")} |
| 36 | +md_text_global_filter = {'EN': ("Apply filters to displayed data according to research areas and data generation method"), |
| 37 | + 'DE': ("Wende Filter auf die Resultate an um nur Daten bestimmter " |
| 38 | + "Forschungsfelder und Erzeugungsmethode dazustellen.")} |
| 39 | + |
| 40 | +md_text_global_filters_widgets = [{'EN': "Research area", 'DE': "Forschungsfeld"}, {'EN': "Data generation method", 'DE': "Datenerzeugungs Methode"}] |
| 41 | + |
40 | 42 | # Overview\n |
41 | | -md_text_overview = {'EN': ("Birds eye view of survey results related to research data management." |
42 | | - ""), |
43 | | - 'DE': ("Überblick")} |
| 43 | +md_text_overview = {'EN': ("Birds eye view of survey results related to research data management."), |
| 44 | + 'DE': ("Übersicht mit hervorgehobene Fragen zum Forschungsdatenmanagement")} |
44 | 45 |
|
45 | 46 |
|
46 | | -# Basic Correlations\n |
47 | | -md_text_corrchart = {'EN': ("Find out about basic correlation of two answers, " |
48 | | - "i.e. how many participants provided the same answer for two questions."), |
49 | | - 'DE': ("Finde heraus wie Antworten zweier Fragen sich überschneiden. " |
50 | | - "Also wie viele der Befragten gleich auf zwei Fragen geantwortet haben.")} |
51 | 47 |
|
52 | | -md_text_button = {'EN': ("# Further charts\n")} |
53 | 48 |
|
54 | 49 | # Tools and Methods\n |
55 | | -md_text_tools_used = {'EN': ("Find out about the tools and methods used in the " |
56 | | - "research area and data generation method you filtered for."), |
57 | | - 'DE': ("Finde heraus welche Methoden, welche Werkzeuge und welche Software " |
58 | | - "in welchem Anwendungsbereich genutzt wird.")} |
| 50 | +md_text_tools_used = {'EN': ("Discover the scientific methods, used software and repositories of our communities."), |
| 51 | + 'DE': ("Entdecke die wissenschaftliche Methoden, Werkzeuge, Software und Repositorien welche in unseren Forschungsgemeinschaft " |
| 52 | + "genutzt werden.")} |
59 | 53 |
|
60 | 54 | # Question explorer |
61 | 55 |
|
62 | | -md_text_barchart = {'EN': ("Use this area to explorer the results for each survey question. " |
63 | | - "Use the dropdown menus to select the question of interest."), |
64 | | - 'DE': ("Exploriere hier die Resultate für den Teil der Umfrage welcher dich am meisten interessiert. " |
65 | | - "Benutze die Auswahlwidgets um die Resultate einer bestimmten Frage anzuzeigen.")} |
| 56 | +md_text_barchart = {'EN': ("Select two questions to explore answers and see how they correspond to one another."), |
| 57 | + 'DE': ("Wähle zwei Fragen aus um deren Anworten zu sehen und wie diese übereinstimmen.")} |
| 58 | + |
| 59 | +md_text_select_widgets = [{'EN': "Question 1", 'DE': "Frage 1"}, {'EN': "Question 2", 'DE': "Frage 2"}] |
| 60 | +# Basic Correlations\n |
| 61 | +md_text_corrchart = {'EN': ("Correspondence of selected questions"), |
| 62 | + 'DE': ("Korrespondenz der ausgewählten Fragen")} |
| 63 | + |
| 64 | +md_text_button = {'EN': ("# Further charts\n")} |
66 | 65 |
|
67 | 66 | accordion_titles = { |
68 | 67 | 'EN': ['Global Data Filters', 'Overview', 'Methods, Tools and Software', 'Survey Data Explorer'], |
|
0 commit comments