Skip to content

Commit

Permalink
Merge pull request #42 from IEEE-RVCE/removalPt2
Browse files Browse the repository at this point in the history
logo and price removed
  • Loading branch information
Tejas-R-Pattar authored Jan 23, 2024
2 parents 0da80de + e1b1b49 commit bac028e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
30 changes: 15 additions & 15 deletions components/HeaderImages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ const HeaderImages = () => {
show: true,
padding: "p-2"
},
{
src: "logo_IEEE_Main.png",
alt: "ieee_logo",
href: "https://www.ieee.org",
show: true,
padding: "p-2"
},
{
src: "logo_IEEE_Banaglaore_Section.png",
alt: "ieee_bangalore_logo",
href: "https://ieeebangalore.org/",
show: true,
padding: "pt-6"
},
// {
// src: "logo_IEEE_Main.png",
// alt: "ieee_logo",
// href: "https://www.ieee.org",
// show: true,
// padding: "p-2"
// },
// {
// src: "logo_IEEE_Banaglaore_Section.png",
// alt: "ieee_bangalore_logo",
// href: "https://ieeebangalore.org/",
// show: true,
// padding: "pt-6"
// },
{
src: "logo_rvce_ieee.png",
alt: "rvce_ieee_logo",
Expand Down Expand Up @@ -56,4 +56,4 @@ const HeaderImages = () => {
);
};

export default HeaderImages;
export default HeaderImages;
8 changes: 4 additions & 4 deletions components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const Links: Array<{
href: "/tech",
label: "Technical Program",
},
{
href: "/registration",
label: "Registration",
},
// {
// href: "/registration",
// label: "Registration",
// },
{
href: "/sponsorship",
label: "Sponsors",
Expand Down
14 changes: 7 additions & 7 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ function MyApp({ Component, pageProps }: AppProps) {
>
<WrapApp>
<NextSeo
title="CSITSS 2023"
titleTemplate="CSITSS 2023"
defaultTitle="CSITSS 2023"
description="The 7th International Conference on 'Computational Systems and Information Technology for Sustainable Solutions [CSITSS — 2023] focuses on bringing together leading academicians, scientists, researchers, industry representatives, postdoctoral fellows and research scholars around the world to share their knowledge and research expertise in RVCCCE (Renewable, VLSI, Control, Computing, Communication, E-mobility) from 2<sup>nd</sup> to 4<sup>th</sup>, November 2023. <br />
title="CSITSS 2024"
titleTemplate="CSITSS 2024"
defaultTitle="CSITSS 2024"
description="The 8th International Conference on 'Computational Systems and Information Technology for Sustainable Solutions [CSITSS — 2023] focuses on bringing together leading academicians, scientists, researchers, industry representatives, postdoctoral fellows and research scholars around the world to share their knowledge and research expertise in RVCCCE (Renewable, VLSI, Control, Computing, Communication, E-mobility) from 2<sup>nd</sup> to 4<sup>th</sup>, November 2023. <br />
The conference has been successfully organised for the past six years with participants from all over India and abroad. All peer-reviewed, selected and presented papers from the conference will be submitted for possible inclusion in IEEE digital library. The present version of the CSITSS-2023 aims to achieve higher standards by attracting original research works in the domain of RVCCCE. International speakers will deliver keynote talks on the latest technologies in these domains. The CSITSS-2023 ensures to provide a platform for researchers around the globe for knowledge exchange and networking."
canonical='https://www.csitss.ieee-rvce.org/'
openGraph={{
url: "https://www.csitss.ieee-rvce.org/",
title: "CSITSS 202",
description: "The 7th International Conference on Computational Systems and Information Technology for Sustainable Solutions [CSITSS — 2023] focuses on bringing together leading academicians, scientists, researchers, industry representatives, postdoctoral fellows and research scholars around the world to share their knowledge and research expertise in RVCCCE (Renewable, VLSI, Control, Computing, Communication, E-mobility) from 2<sup>nd</sup> to 4<sup>th</sup>, November 2023. The conference has been successfully organised for the past six years with participants from all over India and abroad. All peer-reviewed selected and presented papers from the conference will be submitted for possible inclusion in IEEE digital library. The present version of the CSITSS-2023 aims to achieve higher standards by attracting original research works in the domain of RVCCCE. International speakers will deliver keynote talks on the latest technologies in these domains. The CSITSS-2023 ensures to provide a platform for researchers around the globe for knowledge exchange and networking.",
title: "CSITSS 2024",
description: "The 8th International Conference on Computational Systems and Information Technology for Sustainable Solutions [CSITSS — 2023] focuses on bringing together leading academicians, scientists, researchers, industry representatives, postdoctoral fellows and research scholars around the world to share their knowledge and research expertise in RVCCCE (Renewable, VLSI, Control, Computing, Communication, E-mobility) from 2<sup>nd</sup> to 4<sup>th</sup>, November 2023. The conference has been successfully organised for the past six years with participants from all over India and abroad. All peer-reviewed selected and presented papers from the conference will be submitted for possible inclusion in IEEE digital library. The present version of the CSITSS-2023 aims to achieve higher standards by attracting original research works in the domain of RVCCCE. International speakers will deliver keynote talks on the latest technologies in these domains. The CSITSS-2023 ensures to provide a platform for researchers around the globe for knowledge exchange and networking.",
images: [
{
url: "ogo_rvce_ieee.png",
width: 800,
height: 420,
alt: "CSITSS 2023",
alt: "CSITSS 2024",
},
],
}}
Expand Down

0 comments on commit bac028e

Please sign in to comment.