-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Panel Version auf 1.3.6 hochgezogen, texte verbessert, unnötige Komme…
…ntare entfernt.
- Loading branch information
Showing
10 changed files
with
162 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,39 @@ | ||
SALIVA_MAX_STEPS = 4 | ||
|
||
ASK_FOR_FORMAT_TEXT = "# Choose the format your data is stored in" | ||
ASK_TO_LOAD_CONDITION_LIST_TEXT = "# Do you want to add a condition list?" | ||
ADD_CONDITION_LIST_TEXT = "# Add a condition list" | ||
ASK_TO_SET_SAMPLE_TIMES_TEXT = "# Do you want to set sample times?" | ||
SET_SAMPLE_TIMES_TEXT = "# Set sample times" | ||
LOAD_PLATE_DATA_TEXT = ( | ||
"# Upload Saliva Data \n Here you can upload the saliva data. " | ||
"In the following steps you can analyze the data and then download the results." | ||
) | ||
SHOW_FEATURES_TEXT = "# Show Features" | ||
ASK_TO_EXCLUDE_SUBJECTS_TEXT = "# Do you want to exclude subjects?" | ||
ASK_FOR_FORMAT_TEXT = ( | ||
"# Select the format \n\n " | ||
'Here you can select the format of the saliva data. You can choose between the "Wide Format" and ' | ||
'the "Plate Format". ' | ||
) | ||
|
||
ASK_TO_SET_SAMPLE_TIMES_TEXT = ( | ||
"# Set sample times \n\n" | ||
'If you want to set sample times, click on the "Yes" button. Otherwise, click on the "No" button. ' | ||
"You can set the sample times in the next step. " | ||
) | ||
SET_SAMPLE_TIMES_TEXT = ( | ||
"# Set sample times \n\n" | ||
"In this step you can set the sample times. For that you have to enter the sample times in the" | ||
"Box below like this: [-30,10,30,60]. The sample times have to be separated by commas and sourrounded by square brackets." | ||
) | ||
ASK_TO_LOAD_CONDITION_LIST_TEXT = ( | ||
"# Add a condition list \n\n" | ||
'If you want to add a condition list, click on the "Yes" button. Otherwise click on the "No" button. ' | ||
) | ||
ADD_CONDITION_LIST_TEXT = ( | ||
"# Add a condition list \n\n " | ||
"Below you can upload a condition list. This file has to be a .csv file or an " | ||
"Excel file." | ||
) | ||
|
||
LOAD_SALIVA_DATA_TEXT = ( | ||
"# Upload Saliva Data \n\n " | ||
"Here you can upload the saliva data. The Data has to be a .csv file or an Excel file. After uploading the data you " | ||
"can add different parameters necessary to parse the uploaded data. " | ||
) | ||
|
||
SHOW_FEATURES_TEXT = ( | ||
"# Show Features \n\n " | ||
"Here you can see the features of the saliva data. To download the results click on the " | ||
"type of result you want to download and click on the download button below the datatable." | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.