{
    "LOCAL_HOST": {
        "research_path": "...",
        "custom_programs": {
            "@path_to_binaries@": ["@bin1@", "@bin2@", ...],
            ...
        }
    },
    "REMOTE_HOSTS": {
        "@remote_host_sid@": {
            "ssh_host": "...",
            "max_cores": ...,
            "username": "...",
            "password": "...",
            "research_path": "...",
            "env_programs": ["@bin1@", "@bin1@", ...],
            "custom_programs": {
                "@path_to_binaries@": ["@bin1@", "@bin2@", ...],
                ...
            },
            "sge_template_name": "...",
            "job_setter": "...",
            "job_finished_checker": "..."
       },
        ...
    },
    "RESEARCH": {
        "@research_sid@": "@research_full_name@",
        ...
    },
    "RESEARCH_PROPS": {
        ...
    }
}