Skip to content

Commit

Permalink
Address sonar sceurity hotspots
Browse files Browse the repository at this point in the history
  • Loading branch information
amrabed committed Sep 1, 2024
1 parent 6e1a0dd commit cb64716
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/data/positions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const positions: AnyPosition[] = [
organization: {
name: "Minia University",
department: "Computer & System Engineering",
url: "http://www.minia.edu.eg/eng/index.php/en",
url: "https://www.minia.edu.eg/eng/index.php/en",
},
duration: { start: "Nov 2017", end: "Jan 2020" },
tasks: [
Expand Down Expand Up @@ -190,7 +190,7 @@ const positions: AnyPosition[] = [
title: "Graduate Research Assistant",
organization: {
name: "NCR Urban Living Lab, Virginia Tech",
url: "http://www.ncr.vt.edu/initiatives/urban_living_lab.html",
url: "https://www.ncr.vt.edu/initiatives/urban_living_lab.html",
},
duration: { start: "May 2016", end: "Jul 2017" },
roles: ["researcher"],
Expand Down Expand Up @@ -226,7 +226,7 @@ const positions: AnyPosition[] = [
title: "Graduate Research Assistant",
organization: {
name: "Hume Center, Virginia Tech",
url: "http://www.hume.vt.edu",
url: "https://www.hume.vt.edu",
},
duration: { start: "Jan 2017", end: "May 2017" },
roles: ["researcher"],
Expand All @@ -250,14 +250,14 @@ const positions: AnyPosition[] = [
},
{
name: "Northrop Grumman",
url: "http://www.northropgrumman.com",
url: "https://www.northropgrumman.com",
logo: "img/ng.png",
},
],
title: "Graduate Research Assistant",
organization: {
name: "Hume Center, Virginia Tech",
url: "http://www.hume.vt.edu",
url: "https://www.hume.vt.edu",
},
duration: { start: "Jan 2015", end: "May 2016" },
roles: ["researcher"],
Expand Down Expand Up @@ -320,7 +320,7 @@ const positions: AnyPosition[] = [
organization: {
name: "Minia University",
department: "Computer & System Engineering",
url: "http://www.minia.edu.eg/eng/index.php/en",
url: "https://www.minia.edu.eg/eng/index.php/en",
},
duration: { start: "Mar 2007", end: "Aug 2010" },
tasks: [
Expand Down Expand Up @@ -365,7 +365,7 @@ const positions: AnyPosition[] = [
title: "Instructor",
organization: {
name: "Inform - IBM Authorized Training Center",
url: "http://inform.com.eg",
url: "https://inform.com.eg",
},
duration: { start: "Mar 2006", end: "Aug 2010" },
tasks: [
Expand Down Expand Up @@ -418,19 +418,19 @@ const positions: AnyPosition[] = [
// courses: [
// {
// title: "Signal and System Theory",
// link: "http://www.guc.edu.eg/en/academic_programs/course_catalog/course_details.aspx?courseId=46"
// link: "https://www.guc.edu.eg/en/academic_programs/course_catalog/course_details.aspx?courseId=46"
// },
// {
// title: "Systems and Control",
// link: "http://www.guc.edu.eg/en/academic_programs/course_catalog/course_details.aspx?courseId=108"
// link: "https://www.guc.edu.eg/en/academic_programs/course_catalog/course_details.aspx?courseId=108"
// },
// {
// title: "Digital Signal Processing",
// link: "http://www.guc.edu.eg/en/academic_programs/course_catalog/course_details.aspx?courseId=62"
// link: "https://www.guc.edu.eg/en/academic_programs/course_catalog/course_details.aspx?courseId=62"
// },
// {
// title: "Data Structures and Algorithms",
// link: "http://www.elearn.eng.cu.edu.eg/course/view.php?id=5"
// link: "https://www.elearn.eng.cu.edu.eg/course/view.php?id=5"
// }
// ]
// },
Expand All @@ -439,7 +439,7 @@ const positions: AnyPosition[] = [
title: "Teaching Assistant",
organization: {
name: "Shorouk Academy",
url: "http://hie.sha.edu.eg",
url: "https://hie.sha.edu.eg",
},
duration: { start: "Feb 2006", end: "Sep 2007" },
tasks: [
Expand Down Expand Up @@ -475,7 +475,7 @@ const positions: AnyPosition[] = [
title: "Teaching Assistant",
organization: {
name: "Modern Academy for Engineering and Technology",
url: "http://eng.modern-academy.edu.eg",
url: "https://eng.modern-academy.edu.eg",
},
duration: { start: "Sep 2005", end: "May 2006" },
tasks: [
Expand Down

0 comments on commit cb64716

Please sign in to comment.