Skip to content

Commit

Permalink
Merge branch 'master' into AESS
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN authored May 22, 2024
2 parents 7fbcf6e + 0d8fb99 commit be877ca
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
Binary file added public/assets/images/fp/achievements/10.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/AddArticleDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ export const AddArticleDialog = props => {
<MenuItem value={ecats.sps}>Signal Processing Society</MenuItem>
<MenuItem value={ecats.pes}>Power and Energy Society</MenuItem>
<MenuItem value={ecats.ras}>Robotic and Automation Society</MenuItem>
<MenuItem value={ecats.mtts}>Microwave Theory and Technology Society</MenuItem>
<MenuItem value={ecats.aess}>Aerospace and Electronic Systems Society</MenuItem>
<MenuItem value={ecats.sight}>Special Interest Group on Humanitarian Technology</MenuItem>
<MenuItem value={ecats.wie}>Women in Engineering</MenuItem>
</Select>
Expand Down
2 changes: 2 additions & 0 deletions src/components/AddEventDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ export const AddEventDialog = props => {
<MenuItem value={ecats.ras}>Robotic and Automation Society</MenuItem>
<MenuItem value={ecats.cas}>Circuits and Systems Society</MenuItem>
<MenuItem value={ecats.sc}>Sensors Council</MenuItem>
<MenuItem value={ecats.mtts}>Microwave Theory and Technology Society</MenuItem>
<MenuItem value={ecats.aess}>Aerospace and Electronic Systems Society</MenuItem>
<MenuItem value={ecats.sight}>Special Interest Group on Humanitarian Technology</MenuItem>
<MenuItem value={ecats.wie}>Women in Engineering</MenuItem>
</Select>
Expand Down
2 changes: 2 additions & 0 deletions src/components/AddImageDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ export const AddImageDialog = props => {
<MenuItem value={ecats.sps}>Signal Processing Society</MenuItem>
<MenuItem value={ecats.pes}>Power and Energy Society</MenuItem>
<MenuItem value={ecats.ras}>Robotic and Automation Society</MenuItem>
<MenuItem value={ecats.mtts}>Microwave Theory and Technology Society</MenuItem>
<MenuItem value={ecats.aess}>Aerospace and Electronic Systems Society</MenuItem>
<MenuItem value={ecats.sight}>Special Interest Group on Humanitarian Technology</MenuItem>
<MenuItem value={ecats.wie}>Women in Engineering</MenuItem>
</Select>
Expand Down
3 changes: 2 additions & 1 deletion src/data/FrontPage/Carousels.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ import { imgify } from '../misc';
* @type {imagebase}
*/
export const achievements = [
{src: imgify`fp/achievements/9.jpg` },
{ src: imgify`fp/achievements/1.JPG` },
{src: imgify`fp/achievements/9.JPG` },
{ src: imgify`fp/achievements/2.JPG` },
{ src: imgify`fp/achievements/3.JPG` },
{ src: imgify`fp/achievements/10.JPG` },
{ src: imgify`fp/achievements/4.JPG` },
{ src: imgify`fp/achievements/5.JPG` },
{ src: imgify`fp/achievements/6.JPG` },
Expand Down
3 changes: 2 additions & 1 deletion src/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ export const ecats = {
sight: 8,
cas: 9,
sc: 10,
aess:12,
mtts:11,
aess:12
};

/** Execom details */
Expand Down
6 changes: 6 additions & 0 deletions src/pages/EventsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ export default function EventPage(props) {
<MenuItem key={'SC'} value={ecats.sc}>
Sensors Council
</MenuItem>
<MenuItem key={'MTTS'} value={ecats.mtts}>
Microwave Theory and Technology Society
</MenuItem>
<MenuItem key={'AESS'} value={ecats.aess}>
Aerospace and Electronic Systems Society
</MenuItem>
</Select>
</FormControl>
</div>
Expand Down

0 comments on commit be877ca

Please sign in to comment.