REDLIST_CATEGORY_MAP = Object({
EX: [
'Extinct',
'beyond reasonable doubt that the species is no longer extant'
],
EW: [
'Extinct in the wild',
'survives only in captivity, cultivation and/or outside native range, as presumed after exhaustive surveys'
],
CR: [
'Critically endangered',
'in a particularly and extremely critical state'
],
EN: [
'Endangered',
'very high risk of extinction in the wild, meets any of criteria A to E for Endangered'
],
VU: [
'Vulnerable',
'meets one of the 5 red list criteria and thus considered to be at high risk of unnatural (human-caused) extinction without further human intervention'
],
NT: [
'Near threatened',
'close to being at high risk of extinction in the near future'
],
LC: ['Least concern', 'unlikely to become extinct in the near future'],
DD: ['Data deficient', ''],
NE: ['Not evaluated', '']
})