Logout
Edit Page
Title
Content
<style> /* Accordion Dropdown Styles */ .accordion-section { border: 1px solid #ddd; border-radius: 6px; margin-bottom: 10px; overflow: hidden; background-color: white; } .accordion-header { background-color: #ffffff !important; color: #4a4a4a; padding: 12px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border: solid 1px #b71a34; border-radius: 5px; } .accordion-header:hover { background-color: #9e1629; } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background-color: #ffff; padding: 0 20px; } .accordion-content ul { padding: 10px 0; } .accordion-content p { margin: 5px 0; } .accordion-section.active .accordion-content { max-height: 1000px; /* sufficient for long content */ padding: 10px 20px; } .accordion-icons::after { content: "\25BC"; /* down arrow */ transition: transform 0.3s ease; } .accordion-section.active .accordion-icons::after { transform: rotate(180deg); } h3 { color: #b71a34; margin-top: 30px; } </style> <div class="faq-container"> <h3>Make the Most of your Semester Breaks: When ST-SAPs Take Place</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> Why Participate in ST-SAP?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>Here is how an ST-SAP can enrich your academic and personal journey: </p> <ol> <li><strong>International Exposure</strong> – Learn at the <strong>top 10 universities</strong> across the world.</li> <li><strong>Academic Rigour</strong> – Engage in intensive modules taught by leading global scholars.</li> <li><strong>Holistic Development</strong> – Cultivate cross-cultural competencies and a global mindset.</li> <li><strong>Enriched CV</strong> – Gain recognised international academic credentials, certificates and experiences.</li> <li><strong>Global Networks</strong> – Build lifelong connections with international peers and educators.</li> <li><strong>Career Readiness</strong> – Strengthen your academic and professional trajectory for future opportunities.</li> </ol> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> Designed Around Your Semester Breaks</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>All ST-SAPs are scheduled during JGU’s official semester breaks, i.e. June–July (Summer) and December–January (Winter). This ensures: </b>. This ensures:</p> <ul> <li><b> No disruption to regular classes</b></li> <li><b>Optimal use of semester breaks for academic enrichment</b></li> </ul> <p>ST-SAPs are designed to complement your academic journey, allowing you to gain international exposure without academic overlap or pressure.</b>.</p> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> Academic Credits</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>All ST-SAPs are aligned with JGU’s academic framework and contribute to your academic record:</p> <ul> <li><strong>3 credits</strong> for a <strong>2-week programme</strong></li> <li><strong>4.5 credits</strong> for a <strong>3-week programme</strong></li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> What’s Included in the Programme?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>Your ST-SAP experience is designed to be seamless and enriching. The programme fee typically covers the following:</p> <ul> <li>Tuition and academic sessions led by international faculty.</li> <li>Accommodation for the full duration of the programme.</li> <li>Meals as per the host university’s provisions.</li> <li>Local transportation for field visits and cultural visits.</li> </ul> <p><em>*Please refer to the specific programme brochure for exact inclusions and exclusions.</em></p> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> What’s NOT Included in the Programme?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Airfare</li> <li>Health and Travel Insurance</li> <li>Visa Fees</li> <li>Any personal expenditure</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> Eligibility Criteria</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>Open to all JGU students, across all programmes and years.</p> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> Essential Reminder for Applicants</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>ST-SAP selection is highly competitive, with limited seats per programme. Candidates will be selected based on merit, motivation, and institutional fit. We urge all interested students to ensure the following:</p> <ul> <li>Keep an eye on emails from the Office of International Affairs & Global Initiatives for application calls.</li> <li>Strictly adhere to application deadlines to secure your spot.</li> <li>Ensure your documents are ready, especially your passport, which must be valid and not due to expire soon.</li> </ul> </div> </div> <h3 style="margin-top:40px;">Contact Information</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> Stay Tuned</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>We will be officially launching the <b>Summer 2026 and Winter 2025 ST-SAPs</b> very soon, along with details regarding <b>applications, info sessions</b>, and <b>selection timelines</b>. If you are seeking a <b>transformative international experience</b>—one that blends learning, global citizenship, and lasting memories—<b>this is your moment.</b></p> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span> For queries, feel free to contact us at:</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p> <a href="mailto:iagi@jgu.edu.in">iagi@jgu.edu.in</a> or <a href="mailto:internationalaffairs-globalinitiatives@jgu.edu.in">internationalaffairs-globalinitiatives@jgu.edu.in</a> </p> </div> </div> </div> <script> const accordionHeaders = document.querySelectorAll('.accordion-header'); accordionHeaders.forEach(header => { header.addEventListener('click', () => { const section = header.parentElement; const isActive = section.classList.contains('active'); // Close all document.querySelectorAll('.accordion-section.active').forEach(active => { active.classList.remove('active'); active.querySelector('.accordion-header').setAttribute('aria-expanded', 'false'); }); // Toggle current if (!isActive) { section.classList.add('active'); header.setAttribute('aria-expanded', 'true'); } }); }); </script>
Sidebar Type
Select Sidebar Type
Quick Links
Global Network
Global Programmes
Student Support
Global Experiences
Stsap Sidebar
International Students
Image
Update
Back