diff --git a/backend/read_data/read_likert_english.py b/backend/read_data/read_likert_english.py index 9c8f158..64ed734 100644 --- a/backend/read_data/read_likert_english.py +++ b/backend/read_data/read_likert_english.py @@ -17,7 +17,7 @@ participant_id = line[0] main_question_id = line[4] main_question = line[7] - sub_question = line[5] + sub_question = line[5] if line[5] not in ['', ' ', ' '] else 'clausal' sub_question_id = main_question_id + "_" + sub_question main_question = main_question.replace(sub_question, "\u2026") try: diff --git a/frontend/src/app/home/home.component.html b/frontend/src/app/home/home.component.html index 4b14e30..8f5ea3f 100644 --- a/frontend/src/app/home/home.component.html +++ b/frontend/src/app/home/home.component.html @@ -38,31 +38,26 @@

About the MiMA Project and Database

which all belong to the Germanic language family. Secondly, it focuses on dialectal varieties of Dutch.

-

By studying the differences and similarities in the structure of the manner adverbials, these can be - related - to the differences and similarities between the languages and language varieties. The sample of - languages/ - language varieties in our database allows for this to be done on a fine-grained level.

+

+ This sample of languages/language varieties in our database allows for cross-linguistic comparison + at different levels of fine-grainedness. Because of this, differences and similarities in the structure + of manner adverbials can be insightfully related to factors of cross-linguistic (micro)variation. +

About the Database

- The database contains {{tokenCount}} tokens of manner adverbials, split across XXXX types. These data - primarily - stem from the - MiMA questionnaire research among native speakers, which was conducted in the following manner. By - studying - (dialect) - reference grammars and the broader linguistic literature, and by consulting native speakers, we first - made a - selection - of languages/language varieties that proved interesting for our research purposes. Next, we made - questionnaires - to + The database contains 33,384 translations of 252 prompts (including unattested patterns), from 326 + respondents covering 89 Dutch and Frisian varieties. Excluding unattested patterns, it contains + 10,054 translations of 221 prompts. The database also contains 25,249 grammaticality judgments of + 740 prompts, from 342 respondents covering 102 Germanic varieties. These data primarily + stem from the MiMA questionnaire research among native speakers, which was conducted in the following manner. By + studying (dialect) reference grammars and the broader linguistic literature, and by consulting native speakers, we first + made a selection of languages/language varieties that proved interesting for our research purposes. + Next, we made questionnaires to systematically chart the possible and impossible patterns in the morphosyntax of the manner adverbials - in these - languages. The Dutch dialect data were collected in the Netherlands and Flanders (Belgium) in + in these languages. The Dutch dialect data were collected in the Netherlands and Flanders (Belgium) in collaboration with the Meertens Panel. The Frisian data were diff --git a/frontend/src/app/likert-filters/likert-filters.component.ts b/frontend/src/app/likert-filters/likert-filters.component.ts index 8b1029e..a435c24 100644 --- a/frontend/src/app/likert-filters/likert-filters.component.ts +++ b/frontend/src/app/likert-filters/likert-filters.component.ts @@ -43,26 +43,32 @@ export class LikertFiltersComponent implements OnInit, OnDestroy { mode: 'text', placeholder: $localize`Search in all Fields`, manual: 'query' - }, { - name: $localize`Question`, + }, { + name: `Judgment`, + field: 'judgmentId', + icon: faThumbtack, + mode: 'dropdown', + placeholder: $localize`Judgment ID` + }, { + name: $localize`Paradigm`, field: 'mainQuestionId', icon: faComment, mode: 'dropdown', - placeholder: $localize`Select Question(s)` + placeholder: $localize`Select Paradigm(s)` }, { - name: $localize`Question Text`, + name: $localize`Paradigm (Text search)`, field: 'mainQuestion', icon: faCommentDots, mode: 'text', placeholder: '' }, { - name: $localize`Sub-Question`, - field: 'subQuestionTextId', - icon: faComment, - mode: 'dropdown', - placeholder: $localize`Select Sub-Question(s)` - }, { - name: $localize`Sub-Question Text`, + // name: $localize`Sub-Question`, + // field: 'subQuestionTextId', + // icon: faComment, + // mode: 'dropdown', + // placeholder: $localize`Select Sub-Question(s)` + // }, { + name: $localize`Manner Adverbial`, field: 'subQuestion', icon: faCommentDots, mode: 'text', @@ -97,12 +103,6 @@ export class LikertFiltersComponent implements OnInit, OnDestroy { icon: faRankingStar, mode: 'dropdown', placeholder: $localize`Select Score` - }, { - name: `Judgment`, - field: 'judgmentId', - icon: faThumbtack, - mode: 'dropdown', - placeholder: $localize`Judgment ID` }]; constructor( diff --git a/frontend/src/app/questionnaire-item/questionnaire-item.component.html b/frontend/src/app/questionnaire-item/questionnaire-item.component.html index 43476e5..1b24421 100644 --- a/frontend/src/app/questionnaire-item/questionnaire-item.component.html +++ b/frontend/src/app/questionnaire-item/questionnaire-item.component.html @@ -39,7 +39,7 @@