Skip to content

Commit

Permalink
Merge pull request c4dr-me#30 from meetarora10/main
Browse files Browse the repository at this point in the history
new-changes
  • Loading branch information
meetarora10 authored Sep 9, 2024
2 parents a048b86 + 7d59835 commit 5163666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/callforpapers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Cfp = () => {

{/* Main Content */}
<div id="cfp" className="w-full text-white min-h-screen">
<div className="bg-gradient-to-b from-blue-500 to-blue-700 px-[8%] md:px-[15%] py-16 shadow-lg">
<div className="bg-gradient-to-b from-blue-400 to-blue-600 px-[8%] md:px-[15%] py-16 shadow-lg">

{/* Submission Header */}
<header className="text-center">
Expand Down
8 changes: 4 additions & 4 deletions pages/guide.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const Guide = () => {
return (
<div id='guide' className='bg-gradient-to-b from-blue-500 to-blue-700 text-white'>
<div id='guide' className='bg-gradient-to-b from-blue-400 to-blue-600 text-white'>
{/* Submission Guidelines */}
<section id='submission-guideline' className='py-12 text-justify'>
<div className='container mx-auto px-[8%] md:px-[15%] pt-20'>
Expand All @@ -21,12 +21,12 @@ const Guide = () => {
<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>
</p>
<p className='py-2'>
<p className='py-2 font-bold'>
Few selected papers, after further reviewing, will be published in the following SCI indexed journals.
<p className="py-2">
<p className="py-2 font-bold">
1. Special issue Cognitive Computing and Human Understandable Artificial Intelligence of New Generation Computing.
</p>
<p className="py-2">2. MAPAN Journal of Metrology Society of India. The papers submitted for the journals must be in the scope of the Journals.</p>
<p className="py-2 font-bold">2. MAPAN Journal of Metrology Society of India. The papers submitted for the journals must be in the scope of the Journals.</p>
</p>
</div>
</div>
Expand Down

0 comments on commit 5163666

Please sign in to comment.