Skip to content

Commit 31ed1f0

Browse files
authored
Merge pull request #115 from IEEE-RVCE/priceChanges2024
Price Changes
2 parents ea40a75 + e73a279 commit 31ed1f0

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

src/data/membershipCosts.js

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ export const costs = [
1818
notes: 'Valid till Dec 31st',
1919
},
2020

21+
{
22+
name: ' Aerospace and Electronic Systems Society(AESS))',
23+
newCost: 465,
24+
renewalCost: 465,
25+
},
26+
2127
{
2228
name: 'Antennas and Propagation Society (APS)',
2329
newCost: 93,
@@ -26,31 +32,31 @@ export const costs = [
2632

2733
{ name: 'Circuits and Systems (CAS)', newCost: 0, renewalCost: 0 },
2834

29-
{ name: 'Communications Society', newCost: 47.5, renewalCost: 47.5 },
35+
{ name: 'Communications Society(ComSoc)', newCost: 47.5, renewalCost: 47.5 },
3036

3137
{
32-
name: 'Computer Society',
38+
name: 'Computer Society(CompSoc)',
3339
newCost: 392,
3440
renewalCost: 392,
3541
// discountedCost: 4,
3642
// notes: "CS202250 (50% off)",
3743
},
3844

3945
{
40-
name: 'Power & Energy Society (PES)',
41-
newCost: 47.5,
42-
renewalCost: 47.5,
46+
name: 'Microwave Theory and Technology Society(MTTS)',
47+
newCost: 93,
48+
renewalCost: 93,
4349
// discountedCost: 0,
4450
// notes: 'Free for new members!',
4551
},
4652

47-
{ name: 'Robotics and Automation (RAS)', newCost: 465, renewalCost: 465 },
53+
{ name: 'Power and Energy Society(PES)', newCost: 47.5, renewalCost: 47.5},
4854

49-
{ name: 'Signal Processing Society (SPS)', newCost: 47.5, renewalCost: 47.5 },
55+
{ name: ' Robotics and Automation Society(RAS)', newCost: 465, renewalCost: 465 },
5056

51-
{ name: 'Sensors Council', newCost: 0, renewalCost: 0 },
57+
{ name: 'Signal Processing Society(SPS)', newCost: 47.5, renewalCost: 47.5},
5258

53-
{ name: 'SIGHT', newCost: 0, renewalCost: 0 },
59+
{ name: ' Affinity Group-SIGHT', newCost: 0, renewalCost: 0 },
5460

55-
{ name: 'Women in Engineering (WIE)', newCost: 0, renewalCost: 0 },
61+
{ name: 'Affinity Group-Women in Engineering(WIE)', newCost: 0, renewalCost: 0 },
5662
];

0 commit comments

Comments
 (0)