OCEANAI / config.toml
DmitryRyumin's picture
Summary
05d81c3
raw history blame
No virus
3.85 kB
[AppSettings]
APP_VERSION = "0.7.0"
CSS_PATH = "app.css"
[InformationMessages]
NOTI_VIDEOS = "Select the video(s)"
PRACTICAL_TASKS_INFO = "Choose a practical task"
PRACTICAL_SUBTASKS_INFO = "Choose a practical subtask"
NOTI_IN_DEV = "In development"
DROPDOWN_PROFESSIONAL_SKILLS_INFO = "What professional skill are you interested in?"
DROPDOWN_DROPDOWN_COLLEAGUES_INFO = "What colleague are you interested in?"
DROPDOWN_CANDIDATES_INFO = "What profession are you interested in?"
VALUE_FROM_TO_INFO = "Set value from {} to {}"
SUM_WEIGHTS = "The sum of the weights of the personality traits should be 100, not {}"
STEP_1 = "Step 1: Calculation of personality traits scores"
STEP_2 = "Step 2: Solving a practical task"
[OtherMessages]
CALCULATE_PT_SCORES = "Calculation of Big Five personality traits scores"
CALCULATE_PRACTICAL_TASK = "Solving a practical task"
CLEAR_APP = "Clear"
EXAMPLES_APP = "Examples"
EXPORT_PT_SCORES = "Export Big Five personality traits to a CSV file"
EXPORT_PG = "Export ranking professional groups results to a CSV file"
EXPORT_PS = "Export ranking professional skill results to a CSV file"
EXPORT_WT = "Export ranking effective work teams results to a CSV file"
EXPORT_CP = "Export consumer preferences for industrial goods results to a CSV file"
NOTI_CALCULATE = "You can calculate Big Five personality traits scores"
[Labels]
PRACTICAL_TASKS_LABEL = "Practical tasks"
PRACTICAL_SUBTASKS_LABEL = "Practical subtasks"
THRESHOLD_PROFESSIONAL_SKILLS_LABEL = "Polarity traits threshold"
TARGET_SCORE_OPE_LABEL = "Openness target score"
TARGET_SCORE_CON_LABEL = "Conscientiousness target score"
TARGET_SCORE_EXT_LABEL = "Extraversion target score"
TARGET_SCORE_AGR_LABEL = "Agreeableness target score"
TARGET_SCORE_NNEU_LABEL = "Non-Neuroticism target score"
EQUAL_COEFFICIENT_LABEL = "Equal coefficient"
NUMBER_PRIORITY_LABEL = "Priority number"
NUMBER_IMPORTANCE_TRAITS_LABEL = "Importance traits number"
NUMBER_IMPORTANCE_OPE_LABEL = "Openness weight"
NUMBER_IMPORTANCE_CON_LABEL = "Conscientiousness weight"
NUMBER_IMPORTANCE_EXT_LABEL = "Extraversion weight"
NUMBER_IMPORTANCE_AGR_LABEL = "Agreeableness weight"
NUMBER_IMPORTANCE_NNEU_LABEL = "Non-Neuroticism weight"
THRESHOLD_CONSUMER_PREFERENCES_LABEL = "Polarity traits threshold"
[TabCreators]
"App" = "app_tab"
"About the App" = "about_app_tab"
"About the Authors" = "about_authors_tab"
[Filenames]
PT_SCORES = "personality_traits_scores.csv"
PT_SKILLS_SCORES = "personality_skills_scores.csv"
COLLEAGUE_RANKING = "_colleague_ranking.csv"
CAR_CHARACTERISTICS = "auto_characteristics_priorities.csv"
MDA_CATEGORIES = "divice_characteristics_priorities.csv"
POTENTIAL_CANDIDATES = "potential_candidates.csv"
[Settings]
SHORT_PROFESSIONAL_SKILLS = ["OPE", "CON", "EXT", "AGR", "NNEU"]
DROPDOWN_PROFESSIONAL_SKILLS = ["Analytical", "Interactive", "Routine", "Non-Routine"]
DROPDOWN_COLLEAGUES = ["major", "minor"]
DROPDOWN_CANDIDATES = ["Managers/executives", "Entrepreneurship", "Social/Non profit making professions", "Public sector professions", "Scientists/researchers, and engineers", "Custom"]
[Values]
TARGET_SCORES = [0.527886, 0.522337, 0.458468, 0.51761, 0.444649]
0_100 = [0, 100]
[Links]
PROFESSIONAL_SKILLS = "https://download.sberdisk.ru/download/file/478678231?token=0qiZwliLtHWWYMv&filename=professional_skills.csv"
FINDING_COLLEAGUE = "https://download.sberdisk.ru/download/file/478675819?token=LuB7L1QsEY0UuSs&filename=colleague_ranking.csv"
CAR_CHARACTERISTICS = "https://download.sberdisk.ru/download/file/478675818?token=EjfLMqOeK8cfnOu&filename=auto_characteristics.csv"
MDA_CATEGORIES = "https://download.sberdisk.ru/download/file/478676690?token=7KcAxPqMpWiYQnx&filename=divice_characteristics.csv"
PROFESSIONS = "https://download.sberdisk.ru/download/file/478675798?token=fF5fNZVpthQlEV0&filename=traits_priority_for_professions.csv"