| 1234567891011121314151617181920212223242526272829303132 |
- export const factors = [
- {
- name: 'Natural',
- column: 'N_index',
- weight: 1,
- },
- {
- name: 'Social & Human',
- column: 'S_index',
- weight: 1,
- },
- {
- name: 'Anthropic',
- column: 'A_index',
- weight: 1,
- },
- {
- name: 'Economical',
- column: 'E_index',
- weight: 1,
- },
- {
- name: 'Cultural',
- column: 'C_index',
- weight: 1,
- },
- {
- name: 'Institutional',
- column: 'I_index',
- weight: 1,
- },
- ];
|