Skip to content
Open
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
43 changes: 43 additions & 0 deletions app/sem1/bme/content/chapter0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,49 @@ export function Ch0Content() {
<li>Torsion Equation: T/J = τ/r = Gθ/L</li>
</ul>
</div>

<div className="bg-[#2a1500] rounded-xl p-5 border border-[#fccc7e]/30 space-y-3">
<h3 className="text-xl font-semibold text-[#fccc7e]">Recommended Books &amp; Resources</h3>

<div className="mt-4 space-y-6">
{/* Recommended Textbooks */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Recommended Textbooks</h4>
<ul className="list-disc list-inside space-y-1 opacity-90 mt-2">
<li>
<a href="https://amzn.to/3Zg2P3k" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Basic Mechanical Engineering" by P.K. Nag</a >
– The standard textbook for BME across most universities.
</li>
</ul>
</div>

{/* Beginner-Friendly Books */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Beginner-Friendly Books</h4>
<ul className="list-disc list-inside space-y-1 opacity-90 mt-2">
<li>
<a href="https://amzn.to/3xG2K0P" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Engineering Thermodynamics" by R.K. Rajput</a >
– Excellent resource for clear explanations and numericals.
</li>
<li>
<a href="https://amzn.to/4bcF9QW" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Elements of Mechanical Engineering" by V.K. Manglik</a >
– Beginner-friendly language with many diagrams.
</li>
</ul>
</div>

{/* Free Online Resources */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Free Online Resources</h4>
<ul className="list-disc list-inside space-y-1 opacity-90 mt-2">
<li>
<a href="https://nptel.ac.in/courses/112105123" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">NPTEL Mechanical Engineering Courses</a >
– Best for deep-dive conceptual understanding.
</li>
</ul>
</div>
</div>
</div>
</div>
);
}
49 changes: 49 additions & 0 deletions app/sem1/c/content/chapter0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,55 @@ export const Ch0Content = () => {

<hr className="my-6 border-[#c7a669] opacity-40" />

<section>
<h3 className="section-heading">Recommended Books &amp; Resources</h3>

<div className="mt-4 space-y-6">
{/* Recommended Textbooks */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Recommended Textbooks</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/49A4j7K" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie</a >
– The absolute standard, written by the creators of C.
</li>
<li>
<a href="https://amzn.to/3VVJkK1" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Programming in ANSI C" by E. Balagurusamy</a >
– Highly recommended for university syllabus and academic understanding.
</li>
</ul>
</div>

{/* Beginner-Friendly Books */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Beginner-Friendly Books</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/49A4nO0" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Let Us C" by Yashavant Kanetkar</a >
– An excellent, beginner-friendly starting point with plenty of examples.
</li>
</ul>
</div>

{/* Free Online Resources */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Free Online Resources</h4>
<ul className="section-list mt-2">
<li>
<a href="https://nptel.ac.in/courses/106104128" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">NPTEL Introduction to Programming in C</a >
– Great for deep dives into fundamental programming concepts.
</li>
<li>
<a href="https://ocw.mit.edu/courses/6-087-practical-programming-in-c-january-iap-2010/" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">MIT OCW: Practical Programming in C</a >
– High-quality free course from MIT.
</li>
</ul>
</div>
</div>
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />

<p className="p-text">
By the end of this course, you will have a strong foundation in procedural programming,
memory management, data structures, and essential C programming techniques required for
Expand Down
45 changes: 45 additions & 0 deletions app/sem1/ec/content/chapter0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,51 @@ export const Ch0Content = () => {

<hr className="my-6 border-[#c7a669] opacity-40" />

<section>
<h3 className="section-heading">Recommended Books &amp; Resources</h3>

<div className="mt-4 space-y-6">
{/* Recommended Textbooks */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Recommended Textbooks</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/4bcF9QW" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Communication Skills" by Sanjay Kumar and Pushp Lata</a >
– A comprehensive guide tailored for university students.
</li>
<li>
<a href="https://amzn.to/3Zg2P3k" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Technical Communication: Principles and Practice" by Meenakshi Raman and Sangeeta Sharma</a >
– Standard academic textbook for engineering students.
</li>
</ul>
</div>

{/* Beginner-Friendly Books */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Beginner-Friendly Books</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/3VVJkK1" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Word Power Made Easy" by Norman Lewis</a >
– Excellent for building vocabulary.
</li>
</ul>
</div>

{/* Free Online Resources */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Free Online Resources</h4>
<ul className="section-list mt-2">
<li>
<a href="https://www.coursera.org/learn/professional-emails-english" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">Coursera: Write Professional Emails in English</a >
– Useful online practical frameworks for professional communication.
</li>
</ul>
</div>
</div>
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />

<p className="p-text">
This course equips first-year CSE students with practical communication skills
required in academics, internships, and professional careers.
Expand Down
45 changes: 45 additions & 0 deletions app/sem1/em1/content/chapter0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,51 @@ export const Ch0Content = () => {

<hr className="my-6 border-[#c7a669] opacity-40" />

<section>
<h3 className="section-heading">Recommended Books &amp; Resources</h3>

<div className="mt-4 space-y-6">
{/* Recommended Textbooks */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Recommended Textbooks</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/3Zg2P3k" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Higher Engineering Mathematics" by B.S. Grewal</a >
– The universal standard textbook for engineering mathematics.
</li>
<li>
<a href="https://amzn.to/3VVJkK1" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Advanced Engineering Mathematics" by Erwin Kreyszig</a >
– A globally recognized textbook with rigorous proofs and examples.
</li>
</ul>
</div>

{/* Beginner-Friendly Books */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Beginner-Friendly Books</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/4bcF9QW" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Engineering Mathematics" by N.P. Bali</a >
– Beginner-friendly language with many solved examples.
</li>
</ul>
</div>

{/* Free Online Resources */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Free Online Resources</h4>
<ul className="section-list mt-2">
<li>
<a href="https://nptel.ac.in/courses/111105121" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">NPTEL Mathematics Courses</a >
– Great for detailed academic lectures.
</li>
</ul>
</div>
</div>
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />

<p className="p-text">
This course builds the essential mathematical foundation for advanced engineering subjects.
Each module includes clearly structured concepts suited for exam preparation.
Expand Down
1 change: 0 additions & 1 deletion app/sem1/ep/[chapter]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import ReadingTime from "@/app/components/ReadingTime";

import BookmarkButton from "../../../components/BookmarkButton";

import { moduleQuizzes } from "@/lib/quizData";
const righteous = Righteous({
subsets: ['latin'],
weight: '400',
Expand Down
45 changes: 45 additions & 0 deletions app/sem1/ep/content/chapter0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,51 @@ export const Ch0Content = () => {

<hr className="my-6 border-[#c7a669] opacity-40" />

<section>
<h3 className="section-heading">Recommended Books &amp; Resources</h3>

<div className="mt-4 space-y-6">
{/* Recommended Textbooks */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Recommended Textbooks</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/4bcF9QW" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Introduction to Electrodynamics" by David J. Griffiths</a >
– The gold standard for electromagnetism and Maxwell&apos;s equations.
</li>
<li>
<a href="https://amzn.to/3Zg2P3k" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Concepts of Modern Physics" by Arthur Beiser</a >
– Excellent for modern physics concepts like lasers and semiconductors.
</li>
</ul>
</div>

{/* Beginner-Friendly Books */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Beginner-Friendly Books</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/3VVJkK1" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Engineering Physics" by R.K. Gaur and S.L. Gupta</a >
– A comprehensive Indian university textbook covering all major topics simply.
</li>
</ul>
</div>

{/* Free Online Resources */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Free Online Resources</h4>
<ul className="section-list mt-2">
<li>
<a href="http://hyperphysics.phy-astr.gsu.edu/hbase/hframe.html" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">HyperPhysics (GSU)</a >
– A great online visual concept map for physics topics.
</li>
</ul>
</div>
</div>
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />

<p className="p-text">
By the end of this course, you will understand the physics that enables computers,
semiconductor devices, communication networks, optical systems, and advanced
Expand Down
49 changes: 49 additions & 0 deletions app/sem2/dsc/content/chapter0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,55 @@ export const Ch0Content = () => {
</ul>
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />

<section>
<h3 className="section-heading">Recommended Books &amp; Resources</h3>

<div className="mt-4 space-y-6">
{/* Recommended Textbooks */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Recommended Textbooks</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/3Zg2P3k" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Introduction to Algorithms" by Thomas H. Cormen et al. (CLRS)</a >
– The standard reference for algorithms.
</li>
<li>
<a href="https://amzn.to/3VVJkK1" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Data Structures and Algorithms in C" by Mark Allen Weiss</a >
– Good for C-specific implementations.
</li>
</ul>
</div>

{/* Beginner-Friendly Books */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Beginner-Friendly Books</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/4bcF9QW" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Grokking Algorithms" by Aditya Bhargava</a >
– Highly visual and easy to understand for beginners.
</li>
</ul>
</div>

{/* Free Online Resources */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Free Online Resources</h4>
<ul className="section-list mt-2">
<li>
<a href="https://www.geeksforgeeks.org/data-structures/" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">GeeksforGeeks - Data Structures</a >
– Extensive tutorials and practice problems.
</li>
<li>
<a href="https://nptel.ac.in/courses/106102064" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">NPTEL - Data Structures and Algorithms</a >
– In-depth theoretical understanding.
</li>
</ul>
</div>
</div>
</section>

</div>
);
};
45 changes: 45 additions & 0 deletions app/sem2/em2/content/chapter0.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,51 @@ export const Ch0Content = () => {
</ul>
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />

<section>
<h3 className="section-heading">Recommended Books &amp; Resources</h3>

<div className="mt-4 space-y-6">
{/* Recommended Textbooks */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Recommended Textbooks</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/3Zg2P3k" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Higher Engineering Mathematics" by B.S. Grewal</a >
– Covers all integration and complex variable topics thoroughly.
</li>
<li>
<a href="https://amzn.to/3VVJkK1" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Advanced Engineering Mathematics" by Erwin Kreyszig</a >
– Best for deep understanding of numerical methods and complex analysis.
</li>
</ul>
</div>

{/* Beginner-Friendly Books */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Beginner-Friendly Books</h4>
<ul className="section-list mt-2">
<li>
<a href="https://amzn.to/4bcF9QW" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">"Introductory Methods of Numerical Analysis" by S.S. Sastry</a >
– Recommended specifically for Module II.
</li>
</ul>
</div>

{/* Free Online Resources */}
<div>
<h4 className="font-bold text-lg text-[#fccc7e]">Free Online Resources</h4>
<ul className="section-list mt-2">
<li>
<a href="https://nptel.ac.in/courses/111105121" target="_blank" rel="noreferrer" className="underline underline-offset-4 font-semibold">NPTEL Mathematics Courses</a >
– Excellent free online lectures for complex variables.
</li>
</ul>
</div>
</div>
</section>

</div>
);
};
Loading