Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tracks and new designs #84

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ const Links: Array<{
href: '/sponsorship',
label: 'Sponsors',
},
{
href: '/tracks',
label: 'Tracks',
},
{
href: '/contact',
label: 'Contact Us',
},

// {
// href: "https://rzp.io/l/3N4bwhvH",
// label: "Quick Payment Link",
Expand Down
61 changes: 24 additions & 37 deletions pages/awards.tsx
Original file line number Diff line number Diff line change
@@ -1,43 +1,30 @@
//import { Tabs } from '@mantine/core'
// import { List,Center } from '@mantine/core'

import React from 'react'

import React from 'react';

function Awards() {
return (
<div className="mt-10">

<aside className="bg-gray-100 p-6 sm:p-8 lg:p-12">
<div className="mx-auto">
<p className="text-center text-3xl font-bold sm:text-5xl">
Awards{' '}
</p>
<p className="text-justify text-2xl font-medium text-gray-700 my-4">

</p>
<p className="text-justify text-xl font-medium text-gray-500">

The below awards will be conferred by CSITSS-2024:
<br /><i>i.</i> Best Ph.D Thesis
<br /><i>ii</i>. Best Faculty and Student Paper
<br />
<br />
Ph.D. scholars, who have been awarded their Ph.D. degree in the conference themes specified, from
recognized universities during the period June 1, 2023 to June 1, 2024, are eligible to apply for
CSITSS 2024 Best Ph.D. Thesis Award. Ph.D. Thesis (in pdf format) and degree certificate can be
submitted to the <b>Email ID: [email protected].</b> Application fees: Rs.1000/-.
<br />
<br />
<br />
<br />

</p>
</div>
</aside>

<div className="mt-10 bg-light-blue-100 py-10">
<aside className="bg-white shadow-lg rounded-lg p-6 sm:p-8 lg:p-12 mx-auto max-w-4xl">
<div className="text-center">
<p className="text-3xl sm:text-5xl font-bold text-blue-700">
Awards
</p>
</div>
<p className="text-justify text-xl sm:text-2xl font-medium text-gray-700 my-4">
The below awards will be conferred by CSITSS-2024:
</p>
<p className="text-justify text-base sm:text-xl font-medium text-gray-600 my-4">
<i>i.</i> Best Ph.D Thesis<br />
<i>ii.</i> Best Faculty and Student Paper
</p>
<p className="text-justify text-base sm:text-xl font-medium text-gray-600 my-4">
Ph.D. scholars, who have been awarded their Ph.D. degree in the conference themes specified, from
recognized universities during the period June 1, 2023 to June 1, 2024, are eligible to apply for
CSITSS 2024 Best Ph.D. Thesis Award. Ph.D. Thesis (in pdf format) and degree certificate can be
submitted to the <b>Email ID: [email protected].</b> Application fees: Rs.1000/-.
</p>
</aside>
</div>
)
);
}

export default Awards
export default Awards;
107 changes: 47 additions & 60 deletions pages/papers.tsx
Original file line number Diff line number Diff line change
@@ -1,67 +1,54 @@
//import { Tabs } from '@mantine/core'
// import { List,Center } from '@mantine/core'

import React from 'react'

import React from 'react';

function Papers() {
return (
<div className="mt-10">

<aside className="bg-gray-100 p-6 sm:p-8 lg:p-12">
<div className="mx-auto">
<p className="text-center text-3xl font-bold sm:text-5xl">
Call For Papers{' '}
</p>
<p className="text-justify text-2xl font-medium text-gray-700 my-4">
Conference does not accept/encourage Survey/Review articles.
</p>
<p className="text-justify text-xl font-medium text-gray-500">
Prospective authors are encouraged to submit quality and
original research papers for presentation at the Conference.
Authors are requested to submit their manuscripts in PDF format
not exceeding 6 pages in A4 size through online submission at
Microsoft CMT - on or{' '}
<i>
before 30<sup>th</sup> July 2024.{' '}
</i>
The manuscript should follow the standard IEEE template.The
format of the paper could be downloaded in link below{' '}
<a href="https://www.ieee.org/conferences/publishing/templates.html">
<b>Manuscript Template Link</b>
</a>
.<br />
All submission for the conference will be handled electronically
and submitted papers will be peer reviewed by domain experts. To
submit the papers use the Microsoft CMT Link mentioned below:
<br />
<a href="https://cmt3.research.microsoft.com/CSITSS2024">
<b>Paper Submission Link</b>
</a>
</p>
<div className="mt-10 bg-light-blue-100 py-10">
<aside className="bg-white shadow-lg rounded-lg p-6 sm:p-8 lg:p-12 mx-auto max-w-4xl">
<div className="text-center">
<p className="text-3xl sm:text-5xl font-bold text-blue-700">
Call For Papers
</p>
</div>
<p className="text-justify text-lg sm:text-2xl font-medium text-gray-700 my-4">
Conference does not accept/encourage Survey/Review articles.
</p>
<p className="text-justify text-base sm:text-xl font-medium text-gray-600 my-4">
Prospective authors are encouraged to submit quality and original research papers for presentation at the Conference. Authors are requested to submit their manuscripts in PDF format not exceeding 6 pages in A4 size through online submission at Microsoft CMT - on or{' '}
<i>
before 30<sup>th</sup> July 2024.{' '}
</i>
The manuscript should follow the standard IEEE template. The format of the paper could be downloaded in the link below{' '}
<a href="https://www.ieee.org/conferences/publishing/templates.html" className="text-blue-500 hover:underline">
<b>Manuscript Template Link</b>
</a>.
<br />
All submissions for the conference will be handled electronically and submitted papers will be peer-reviewed by domain experts. To submit the papers, use the Microsoft CMT Link mentioned below:
<br />
<a href="https://cmt3.research.microsoft.com/CSITSS2024" className="text-blue-500 hover:underline">
<b>Paper Submission Link</b>
</a>
</p>

<div className="mt-8 sm:flex sm:items-center sm:justify-center">
<a
href="https://cmt3.research.microsoft.com/CSITSS2024"
className="block rounded-lg bg-blue-500 px-5 py-3 font-medium text-white shadow-xl hover:bg-blue-600"
target="_blank"
>
Submit Your Paper
</a>
</div>
<div className="mt-8 sm:flex sm:items-center sm:justify-center">
<a
href="Guidelines to Authors - IEEE.pdf"
className="mt-4 block rounded-lg px-5 py-3 font-medium text-blue-500 hover:text-blue-600 sm:mt-0"
download>
Download Guidelines for Authors
</a>
</div>
</div>
</aside>

<div className="mt-8 flex flex-col sm:flex-row sm:items-center sm:justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a
href="https://cmt3.research.microsoft.com/CSITSS2024"
className="block rounded-lg bg-blue-500 px-5 py-3 font-medium text-white shadow-xl hover:bg-blue-600"
target="_blank"
rel="noopener noreferrer"
>
Submit Your Paper
</a>
<a
href="Guidelines to Authors - IEEE.pdf"
className="block rounded-lg px-5 py-3 font-medium text-blue-500 hover:text-blue-600"
download
>
Download Guidelines for Authors
</a>
</div>
</aside>
</div>
)
);
}

export default Papers
export default Papers;
127 changes: 127 additions & 0 deletions pages/tracks.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
import React from 'react';

function Papers() {
return (
<div className="mt-10 bg-gradient-to-b from-blue-50 to-blue-100 py-10">
<aside className="bg-white shadow-lg rounded-lg p-4 sm:p-8 lg:p-12 mx-auto max-w-4xl">
<div className="text-center">
<p className="text-2xl sm:text-3xl font-bold text-blue-700 sm:text-5xl">
Conference Tracks
</p>
</div>
<p className="text-justify text-lg sm:text-2xl font-medium text-gray-700 my-4">
Authors are invited to submit their original research work in the following areas (but not limited to):
</p>
<ul className="text-justify text-base sm:text-xl font-medium text-gray-600 list-none space-y-4">
<li className="mb-4">
<b>Computational Analysis of Structural and Functional Materials:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Energy Materials, Nanomaterials, Smart Materials</li>
<li>High-performance Embedded Computation</li>
<li>Decision and Planning</li>
<li>Target Tracking/Recognition</li>
</ul>
</li>
<li className="mb-4">
<b>Green Electronics: Sustainable Practices:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Eco-Friendly Materials for Electronics</li>
<li>Energy-Efficient Electronic Devices</li>
<li>Green Supply Chain Management in Electronics</li>
<li>Biodegradable and Organic Electronics</li>
</ul>
</li>
<li className="mb-4">
<b>Robotics and Automation:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Artificial Intelligence in Robotics</li>
<li>Human-Robot Interaction</li>
<li>Agricultural Robotics</li>
<li>Robotic Perception and Sensing</li>
</ul>
</li>
<li className="mb-4">
<b>Photonics, Optoelectronics and Mechatronics Systems:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Fiber optics and optical communications</li>
<li>Optical sensors and imaging systems</li>
<li>Control systems and intelligent systems</li>
<li>Micro-electromechanical systems (MEMS)</li>
</ul>
</li>
<li className="mb-4">
<b>Artificial Intelligence for Sustainable World:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>AI and ML engineering and science applications</li>
<li>Natural language processing and large language models for regional requirements</li>
<li>Advanced AI models and algorithms</li>
<li>Mathematical algorithms for ML</li>
<li>New generation hardware architectures for AI</li>
<li>Generative AI for society and industry</li>
</ul>
</li>
<li className="mb-4">
<b>Digital Transformation in Various Sectors of Economy:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Digital transformation in Logistics</li>
<li>Digitization and Inclusivity in Banking and Financial Services Sector</li>
<li>Digital Modeling practices in Manufacturing</li>
<li>E-commerce and E-business</li>
</ul>
</li>
<li className="mb-4">
<b>Renewable Energy and Environmental Engineering:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Microgrids & Smart grids</li>
<li>Power Electronics application to Renewable Energy systems</li>
<li>Computational Intelligent Techniques for Energy Sustainability</li>
<li>Distributed Energy system and Control Strategies</li>
<li>Power System operation, resilience, monitoring and control</li>
<li>Carbon Capture, Utilization & Storage (CCUS) and Alternative Fuels</li>
</ul>
</li>
<li className="mb-4">
<b>Cyber-Physical Systems:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Next-Generation CPS Architectures</li>
<li>IoT-based Smart Infrastructures</li>
<li>Cybersecurity Challenges in CPS</li>
<li>Ethical Considerations in CPS Design and Deployment</li>
</ul>
</li>
<li className="mb-4">
<b>Biomedical Electronics and Healthcare Applications:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Biomedical Image processing</li>
<li>Biosensors and Wearable electronics</li>
<li>Point of care devices, Bio_Mems</li>
</ul>
</li>
<li className="mb-4">
<b>Quantum Mechanics and Computing:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Hybrid quantum-classical computing systems</li>
<li>Quantum simulation and modelling</li>
<li>Quantum machine learning and optimization algorithms</li>
</ul>
</li>
<li className="mb-4">
<b>Next-Generation Communication Systems:</b>
<ul className="pl-6 list-disc list-inside space-y-2">
<li>Internet of Things (IoT), 5G and Beyond</li>
<li>Edge Computing and Edge Networking</li>
<li>Software-Defined Networking (SDN) and Network Function Virtualization (NFV)</li>
<li>Satellite Communication Systems</li>
<li>Wireless Sensor Networks and Smart Grid Communication</li>
<li>Blockchain and Distributed Ledger Technologies (DLT)</li>
<li>Emerging Communication Technologies</li>
</ul>
</li>
</ul>

</aside>
</div>
);
}

export default Papers;
Loading