1234567891011121314151617181920212223 |
- export const projectList = [{
- id: 'JU_CSD',
- name: 'Jungfrau',
- description: '9th generation GNSS receiver',
- meta: [
- { type: 'text', key: 'Project manager', value: 'Thomas Brauner' },
- { type: 'link', url: 'ju_spec.docx', description: 'Specification' },
- { type: 'link', url: 'ju_pin_list.xlsx', description: 'Pin List' },
- { type: 'link', url: 'ju_char_bord.brd', description: 'Characterization PCB' },
- { type: 'image', url: 'jungfrau.png', description: 'Jungfrau Logo' }
- ]
- }, {
- id: 'TI_CSD',
- name: 'Titlis',
- description: '7th generation GNSS receiver',
- meta: [
- { type: 'text', key: 'Project manager', value: 'Luca Plutino' },
- { type: 'link', url: 'ti_spec.docx', description: 'Specification' },
- { type: 'link', url: 'ti_pin_list.xlsx', description: 'Pin List' },
- { type: 'link', url: 'ti_char_bord.brd', description: 'Characterization PCB' },
- { type: 'image', url: 'Titlis.png', description: 'Titlis Logo' }
- ]
- }]
|