diff --git a/components/SpeakerSlideshow.tsx b/components/SpeakerSlideshow.tsx index cad9eca..502c97e 100644 --- a/components/SpeakerSlideshow.tsx +++ b/components/SpeakerSlideshow.tsx @@ -83,6 +83,16 @@ const speakers: SpeakerMessage[] = [ I am very much looking forward to inspiring discussions, new connections, and perhaps the beginning of future undertakings. ] + }, + { + id: 4, + name: 'Prof. Dr.-Ing. Vinod Rajamani', + designation: 'Vice Dean Academics and Internationalisation', + institution: 'Mechanical Engineering, Fachhochschule Dortmund', + image: '/speakers/vinod.png', + paragraphs: [ + This is the third year in succession that I am privileged to attend the CSITSS conference. FH Dortmund is honoured to have been once again invited by our{' '}strategic partner, R.V. College of Engineering to be a co-organiser of this conference. CSITSS has established itself as a permanent anchor point in the calendars of academia and industry. This has been achieved through its{' '}highly scientific presentations, as well as the{' '}immersive experience{' '}that participants receive. It also deserves a special mention that a complete stream has been dedicated to{' '}sustainability. The organisation of the conference is well thought through and efficient making the CSITSS a very professional and reputed conference. I wish all the participants a fantastic learning experience and hope many{' '}new connections{' '}are made between the participants. + ] } ] diff --git a/public/speakers/vinod.png b/public/speakers/vinod.png index 9f106c9..6ea1a4b 100644 Binary files a/public/speakers/vinod.png and b/public/speakers/vinod.png differ