<?PHP
declare(strict_types = 1);
$research_status = array (
'bad' => 'Mal étudié',
'medium' => 'Partiellement étudié',
'good' => 'Bien étudié',
);