initialData.js 970 B

1234567891011121314151617181920212223
  1. export const projectList = [{
  2. id: 'JU_CSD',
  3. name: 'Jungfrau',
  4. description: '9th generation GNSS receiver',
  5. meta: [
  6. { type: 'text', key: 'Project manager', value: 'Thomas Brauner' },
  7. { type: 'link', url: 'ju_spec.docx', description: 'Specification' },
  8. { type: 'link', url: 'ju_pin_list.xlsx', description: 'Pin List' },
  9. { type: 'link', url: 'ju_char_bord.brd', description: 'Characterization PCB' },
  10. { type: 'image', url: 'jungfrau.png', description: 'Jungfrau Logo' }
  11. ]
  12. }, {
  13. id: 'TI_CSD',
  14. name: 'Titlis',
  15. description: '7th generation GNSS receiver',
  16. meta: [
  17. { type: 'text', key: 'Project manager', value: 'Luca Plutino' },
  18. { type: 'link', url: 'ti_spec.docx', description: 'Specification' },
  19. { type: 'link', url: 'ti_pin_list.xlsx', description: 'Pin List' },
  20. { type: 'link', url: 'ti_char_bord.brd', description: 'Characterization PCB' },
  21. { type: 'image', url: 'Titlis.png', description: 'Titlis Logo' }
  22. ]
  23. }]