|
1 | 1 | import { EventObject } from '../tools/CustomTypes' |
2 | 2 |
|
3 | 3 | const semesterEnd = '5/31/25' |
4 | | -const descriptionForSDW = `The goal of these classes is to equip you with the skills to model and design on a professional |
5 | | -level, as well as create a common ground for all engineers to work together more efficiently and effectively` |
6 | 4 | const EVENT_INFO: EventObject[] = [ |
7 | 5 | { |
8 | 6 | title: 'Weekly Solidworks Workshop', |
9 | | - description: descriptionForSDW, |
| 7 | + description: `The goal of these classes is to equip you with the skills to model and design on a professional |
| 8 | + level, as well as create a common ground for all engineers to work together more efficiently and effectively`, |
10 | 9 | date: new Date('2025-02-17T17:30:00'), |
11 | 10 | location: 'The ideas hub (second floor of the engineering building)', |
12 | 11 | weekly: true, |
@@ -43,47 +42,6 @@ const EVENT_INFO: EventObject[] = [ |
43 | 42 | weekly: true, |
44 | 43 | endDate: new Date(semesterEnd) |
45 | 44 | } |
46 | | - // { |
47 | | - // title: 'Weekly Programming Meeting', |
48 | | - // description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot', |
49 | | - // date: new Date('1/1/2025'), |
50 | | - // time: '5:00pm', |
51 | | - // location: 'The ideas hub (second floor of the engineering building)', |
52 | | - // weekly: true, |
53 | | - // endDate: new Date(semesterEnd) |
54 | | - // }, |
55 | | - // { |
56 | | - // title: 'Weekly Electrical Meeting', |
57 | | - // description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!', |
58 | | - // date: new Date('1/2/2025'), |
59 | | - // time: '6:00', |
60 | | - // location: 'The ideas hub (second floor of the engineering building)', |
61 | | - // weekly: true, |
62 | | - // endDate: new Date(semesterEnd) |
63 | | - // }, |
64 | | - // { |
65 | | - // title: 'Weekly Mechanical Meeting', |
66 | | - // description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.', |
67 | | - // date: new Date('1/2/2025'), |
68 | | - // time: '4:00pm', |
69 | | - // location: 'The ideas hub (second floor of the engineering building)', |
70 | | - // weekly: true, |
71 | | - // endDate: new Date(semesterEnd) |
72 | | - // } |
73 | | - // { |
74 | | - // title: 'Engineering Week Showcase', |
75 | | - // description: 'Meet us to see the robot in action and learn about the club!', |
76 | | - // date: new Date(''), |
77 | | - // time: '11:00 AM', |
78 | | - // location: 'SERC Main Lobbby' |
79 | | - // }, |
80 | | - // { |
81 | | - // title: 'Temple Ambler Showcase', |
82 | | - // description: 'Meet us to see the robot in action and learn about the club!', |
83 | | - // date: new Date(''), |
84 | | - // time: '9:15 AM', |
85 | | - // location: 'Temple Ambler Widener' |
86 | | - // } |
87 | 45 | ] |
88 | 46 |
|
89 | 47 | export default EVENT_INFO |
0 commit comments