Skip to content

Commit

Permalink
Merge pull request #115 from IEEE-RVCE/priceChanges2024
Browse files Browse the repository at this point in the history
Price Changes
  • Loading branch information
ChiragJS authored Jan 28, 2024
2 parents ea40a75 + e73a279 commit 31ed1f0
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions src/data/membershipCosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ export const costs = [
notes: 'Valid till Dec 31st',
},

{
name: ' Aerospace and Electronic Systems Society(AESS))',
newCost: 465,
renewalCost: 465,
},

{
name: 'Antennas and Propagation Society (APS)',
newCost: 93,
Expand All @@ -26,31 +32,31 @@ export const costs = [

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

{ name: 'Communications Society', newCost: 47.5, renewalCost: 47.5 },
{ name: 'Communications Society(ComSoc)', newCost: 47.5, renewalCost: 47.5 },

{
name: 'Computer Society',
name: 'Computer Society(CompSoc)',
newCost: 392,
renewalCost: 392,
// discountedCost: 4,
// notes: "CS202250 (50% off)",
},

{
name: 'Power & Energy Society (PES)',
newCost: 47.5,
renewalCost: 47.5,
name: 'Microwave Theory and Technology Society(MTTS)',
newCost: 93,
renewalCost: 93,
// discountedCost: 0,
// notes: 'Free for new members!',
},

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

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

{ name: 'Sensors Council', newCost: 0, renewalCost: 0 },
{ name: 'Signal Processing Society(SPS)', newCost: 47.5, renewalCost: 47.5},

{ name: 'SIGHT', newCost: 0, renewalCost: 0 },
{ name: ' Affinity Group-SIGHT', newCost: 0, renewalCost: 0 },

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

0 comments on commit 31ed1f0

Please sign in to comment.