Skip to content

Commit

Permalink
new-one
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed Sep 11, 2024
1 parent 5163666 commit b0b9758
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions pages/Registration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ const Registration = () => {
<div className="h-12 bg-white w-full"></div>
</div>
<br/>
<div className="flex text-md md:text-lg md:text-xl text-white bg-blue-400 font-[500] py-3">
<div className="w-1/3"></div>
<div className="w-1/3 text-center">INR</div>
</div>
<div className="flex text-md md:text-lg md:text-xl py-3 bg-[#e9e9e9]">
<div className="w-1/3 text-center">Student/Research Scholar</div>
<div className="w-1/3 text-center">1,500</div>
</div>
<div className="flex text-md md:text-lg md:text-xl py-3 ">
<div className="w-1/3 text-center">Academic/Faculty</div>
<div className="w-1/3 text-center">3,000</div>
</div>
<div className="flex text-md md:text-lg md:text-xl py-3 bg-[#e9e9e9]">
<div className="w-1/3 text-center">Industry/Delegates</div>
<div className="w-1/3 text-center">5,000 </div>
</div>
<div className="flex text-md md:text-lg md:text-xl py-3">
<div className="w-1/3 text-center">Attendees</div>
<div className="w-1/3 text-center">1,000</div>
</div>
<br />
<h2 className="pb-6 text-md md:text-xl mt-20"><strong>Author/Co-Author Registration Fee Includes:</strong><br/>
1. Access to Keynote talks <br/>
2. Access to paper presentation sessions <br/>
Expand Down
4 changes: 2 additions & 2 deletions pages/guide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const Guide = () => {
3. Submissions will be subject to the standard review procedure.
</p>
<p className="py-2">
4. All papers must be submitted via the link: <br /><a href="https://cmt3.research.microsoft.com/NCRTCES2024" className='text-blue-200 underline hover:text-blue-100'>https://cmt3.research.microsoft.com/NCRTCES2024</a> on Conference Website: <br /><a href="https://ncrtees-msit.in/" className='text-blue-200 hover:text-blue-100 font-[600]'>https://ncrtees-msit.in/</a>
4. All papers must be submitted via the link: <br /><a href="https://cmt3.research.microsoft.com/NCRTCES2024" className='text-blue-200 underline hover:text-blue-100'>https://cmt3.research.microsoft.com/NCRTCES2024</a>
</p>
<p className='py-2 font-bold'>
Few selected papers, after further reviewing, will be published in the following SCI indexed journals.
Few good quality accepted and presented papers will be selected,and after further reviewing will be published in the following SCI indexed journals.
<p className="py-2 font-bold">
1. Special issue Cognitive Computing and Human Understandable Artificial Intelligence of New Generation Computing.
</p>
Expand Down

0 comments on commit b0b9758

Please sign in to comment.