diff --git a/pages/index.tsx b/pages/index.tsx index 7000df8..a6e95c0 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -154,8 +154,7 @@ export default function Index() { diff --git a/pages/phd-thesis-award-application.tsx b/pages/phd-thesis-award-application.tsx new file mode 100644 index 0000000..045897c --- /dev/null +++ b/pages/phd-thesis-award-application.tsx @@ -0,0 +1,110 @@ +export default function PhDThesisAwardApplication() { + return ( +
+
+

+ IEEE CSITSS 2026 +

+

+ Best PhD Thesis Award +

+

+ Guidelines to apply for the Best PhD Thesis Award at IEEE CSITSS + 2026. +

+ +
+
+

+ Eligibility Criteria +

+
    +
  • + Thesis successfully defended between 1st June 2024 to 1st + December 2025 are eligible to apply. +
  • +
  • Research topic must be within the conference scope.
  • +
  • + PhD degree must be awarded from a recognized university in + India. +
  • +
  • Thesis must be available in English language only.
  • +
  • Only one nomination is allowed per candidate.
  • +
  • No conflict of interest should exist.
  • +
+
+ +
+

How to Apply

+

+ The candidates are required to mail the below mentioned documents + in a Zip file to{' '} + + csitss2026@rvce.edu.in + + . The title of the thesis should be the name of the Zip file. All + the documents should be in PDF format. In the subject field, + mention "Best PhD Thesis - Participation". +

+ +
    +
  1. + Thesis in PDF along with Similarity index and AI content. +
  2. +
  3. + Extended thesis summary (3-5 pages): Abstract, problem + statement, objectives, brief methodology, results and + discussion, conclusion and future scope. +
  4. +
  5. Curriculum vitae of the candidate.
  6. +
  7. + List of publications published from the thesis with citations if + any. +
  8. +
  9. Proof of degree completion.
  10. +
  11. Recommendation letter from supervisor.
  12. +
+
+ +
+

+ Contact Details +

+
+

+ All email queries may be sent to{' '} + + csitss2026@rvce.edu.in + {' '} + with the subject line "Best PhD Thesis - Participation". +

+
+
+ +
+

+ Please ensure that the submission is complete and strictly + follows the file and email format instructions before sending the + nomination. +

+
+ +
+ + Back to Home + +
+
+
+
+ ) +}