diff --git a/components/ShinyText.tsx b/components/ShinyText.tsx index c7bb96c..4816065 100644 --- a/components/ShinyText.tsx +++ b/components/ShinyText.tsx @@ -1,5 +1,6 @@ +"use client"; import React, { useState, useCallback, useEffect, useRef } from 'react'; -import { motion, useMotionValue, useAnimationFrame, useTransform } from 'motion/react'; +import { motion, useMotionValue, useAnimationFrame, useTransform } from 'framer-motion'; interface ShinyTextProps { text: string; diff --git a/pages/phd-thesis-award-application.tsx b/pages/phd-thesis-award-application.tsx index d904788..2f3db95 100644 --- a/pages/phd-thesis-award-application.tsx +++ b/pages/phd-thesis-award-application.tsx @@ -2,7 +2,6 @@ export default function PhDThesisAwardApplication() { return (
- {/* Header */}

@@ -18,12 +17,12 @@ export default function PhDThesisAwardApplication() {

- {/* Eligibility Criteria */}

Eligibility Criteria

+
  • @@ -32,10 +31,14 @@ export default function PhDThesisAwardApplication() { December 2025 are eligible to apply.
  • +
  • - Research topic must be within the conference scope. + + Research topic must be within the conference scope. +
  • +
  • @@ -43,14 +46,17 @@ export default function PhDThesisAwardApplication() { India.
  • +
  • Thesis must be available in English language only.
  • +
  • Only one nomination is allowed per candidate.
  • +
  • No conflict of interest should exist. @@ -58,14 +64,40 @@ export default function PhDThesisAwardApplication() {
+ {/* Download Poster Button */} +
+ + + + + Download Poster + +
+ {/* How to Apply */}

How to Apply

+

The candidates are required to mail the below mentioned documents - in a Zip file to{' '} + in a Zip file to{" "} +

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

Contact Details

+

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

- {/* Warning note */} + {/* Warning Note */}

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

@@ -148,13 +202,12 @@ export default function PhDThesisAwardApplication() { Back to Home
-
- {/* Ambient glows */} + {/* Ambient Glows */}
- ) -} + ); +} \ No newline at end of file diff --git a/public/Best_Ph.D thesis award poster.pdf b/public/Best_Ph.D thesis award poster.pdf new file mode 100644 index 0000000..bb7a18d Binary files /dev/null and b/public/Best_Ph.D thesis award poster.pdf differ