|
| 1 | +--- |
| 2 | +layout: news-single |
| 3 | +title: Accelerate AI Winter School |
| 4 | +excerpt: The Accelerate Programme in collaboration with the Cambridge Centre for |
| 5 | + Data-Driven Discovery (C2D3) is offering small grants for University of |
| 6 | + Cambridge researchers pursuing innovative applications of AI, in research or |
| 7 | + real-world contexts. Funding can support a variety of activities, including |
| 8 | + research, events, workshops, teaching, software development, or software |
| 9 | + development, with a focus on interdisciplinary collaboration. |
| 10 | +date: 2025-10-07T14:54:40+01:00 |
| 11 | +image: /assets/uploads/winter-school.jpg |
| 12 | +--- |
| 13 | + |
| 14 | +The Accelerate programme for Scientific Discovery at the University of Cambridge in collaboration with CSD3 and NVIDIA, is launching its first **AI Winter School**, a three-day intensive programme designed specifically for undergraduate students interested in Generative Artificial Intelligence. As AI becomes integral to all research disciplines, this programme aims to equip the next generation of researchers from all academic backgrounds with foundational AI skills. The programme will bring together 30 students from diverse academic backgrounds to participate in hands-on workshops, present their own research, and network with peers and industry professionals. This hybrid conference-school format provides undergraduates with practical AI skills, research presentation experience, and connections that are typically only available to graduate students. |
| 15 | + |
| 16 | +Undergraduate students interested in AI face significant barriers to gaining practical experience and research exposure. Most AI workshops and conferences are designed for graduate students and professionals, leaving undergraduates without access to hands-on learning opportunities or platforms to discuss their work and ideas. Additionally, many undergraduates from diverse academic backgrounds lack awareness of AI career pathways and training opportunities, particularly those from underrepresented groups. |
| 17 | + |
| 18 | +The AI Winter School solves these problems by creating a dedicated space for undergraduate learning and networking. The programme features intensive workshops on large language models and practical AI applications, giving students hands-on experience with cutting-edge tools. Crucially, all workshops and presentations are focused on the application of AI for academic research, not for generating coursework. The programme includes structured networking opportunities, mentorship sessions, and career panels to help students understand AI pathways and build professional connections. By focusing specifically on undergraduates and maintaining small cohort sizes, the programme ensures a supportive, collaborative environment and a high level of interaction with instructors and mentors, and developing meaningful peer connections. |
| 19 | + |
| 20 | +## How it will work |
| 21 | +Students apply through a process that considers academic background, research interests, and commitment to diversity in AI. Selected participants attend three days of programming including workshops on LLMs and practical AI tools, working with high performance compute resources, talks and panels on careers in AI, and networking sessions with graduate students, researchers, and industry professionals. The programme includes accommodation and some meals. Participants leave with practical AI skills, presentation experience, and a network of peers and mentors in the field. |
| 22 | + |
| 23 | + |
| 24 | +<!-- ## [Apply here](https://forms.office.com/e/us4HEJfMhT) --> |
| 25 | + |
| 26 | + |
| 27 | +<style> |
| 28 | +.custom-faq { |
| 29 | + margin: 4rem 0; |
| 30 | +} |
| 31 | + |
| 32 | +.custom-faq h2 { |
| 33 | + margin-bottom: 2rem; |
| 34 | +} |
| 35 | + |
| 36 | +.faq-item { |
| 37 | + border-bottom: 1px solid #e0e0e0; |
| 38 | + margin-bottom: 0; |
| 39 | +} |
| 40 | + |
| 41 | +.faq-question { |
| 42 | + width: 100%; |
| 43 | + background: none; |
| 44 | + border: none; |
| 45 | + padding: 2rem 0; |
| 46 | + display: flex; |
| 47 | + justify-content: flex-start; |
| 48 | + align-items: center; |
| 49 | + cursor: pointer; |
| 50 | + text-align: left; |
| 51 | + font-size: 1.8rem; |
| 52 | + font-weight: 600; |
| 53 | + transition: color 0.3s ease; |
| 54 | +} |
| 55 | + |
| 56 | +.faq-question:hover { |
| 57 | + color: #0066cc; |
| 58 | +} |
| 59 | + |
| 60 | +.faq-arrow { |
| 61 | + font-size: 1.4rem; |
| 62 | + transition: transform 0.3s ease; |
| 63 | + flex-shrink: 0; |
| 64 | + margin-right: 1.5rem; |
| 65 | +} |
| 66 | + |
| 67 | +.faq-item.active .faq-arrow { |
| 68 | + transform: rotate(90deg); |
| 69 | +} |
| 70 | + |
| 71 | +.faq-answer { |
| 72 | + max-height: 0; |
| 73 | + overflow: hidden; |
| 74 | + transition: max-height 0.3s ease-out; |
| 75 | +} |
| 76 | + |
| 77 | +.faq-item.active .faq-answer { |
| 78 | + max-height: 1000px; |
| 79 | + transition: max-height 0.5s ease-in; |
| 80 | +} |
| 81 | + |
| 82 | +.faq-answer-content { |
| 83 | + padding-bottom: 2rem; |
| 84 | +} |
| 85 | + |
| 86 | +.faq-answer p { |
| 87 | + margin-bottom: 1rem; |
| 88 | +} |
| 89 | + |
| 90 | +.faq-answer ul { |
| 91 | + margin: 1rem 0; |
| 92 | + padding-left: 2rem; |
| 93 | +} |
| 94 | + |
| 95 | +.faq-answer li { |
| 96 | + margin-bottom: 0.5rem; |
| 97 | +} |
| 98 | +</style> |
| 99 | + |
| 100 | +<div class="custom-faq"> |
| 101 | + <h2>FAQs</h2> |
| 102 | + |
| 103 | + <div class="faq-item"> |
| 104 | + <button class="faq-question"> |
| 105 | + <span class="faq-arrow">➤</span> |
| 106 | + What dates will the Accelerate AI Winter School run? |
| 107 | + </button> |
| 108 | + <div class="faq-answer"> |
| 109 | + <div class="faq-answer-content"> |
| 110 | + <p>The AI Winter School will run from Tuesday January 13 until Saturday January 17.</p> |
| 111 | + </div> |
| 112 | + </div> |
| 113 | + </div> |
| 114 | + |
| 115 | + <div class="faq-item"> |
| 116 | + <button class="faq-question"> |
| 117 | + <span class="faq-arrow">➤</span> |
| 118 | + Who is eligible to apply? |
| 119 | + </button> |
| 120 | + <div class="faq-answer"> |
| 121 | + <div class="faq-answer-content"> |
| 122 | + <p>The programme is open to <b>third-year undergraduate students</b> from all academic backgrounds who have an interest in AI. The content is best suited for those who have a coursework project or research idea they are interested in developing. We particularly encourage applications from students in non-traditional AI fields (humanities, social sciences, etc.) and from underrepresented groups in technology.</p> |
| 123 | + </div> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + |
| 127 | + <div class="faq-item"> |
| 128 | + <button class="faq-question"> |
| 129 | + <span class="faq-arrow">➤</span> |
| 130 | + What are the prerequisites? |
| 131 | + </button> |
| 132 | + <div class="faq-answer"> |
| 133 | + <div class="faq-answer-content"> |
| 134 | + <p>The programme is designed to be accessible to students from a wide range of disciplines. However, to get the most out of the hands-on sessions, <b>basic familiarity with Python is strongly recommended</b>. No advanced knowledge of specific AI packages or higher-level mathematics is required.</p> |
| 135 | + </div> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + |
| 139 | + <div class="faq-item"> |
| 140 | + <button class="faq-question"> |
| 141 | + <span class="faq-arrow">➤</span> |
| 142 | + What are the workshops are being offered? |
| 143 | + </button> |
| 144 | + <div class="faq-answer"> |
| 145 | + <div class="faq-answer-content"> |
| 146 | + <p>The programme includes hands-on workshops on large language models, coding with AI, and accessing high performance compute environments. Workshop content is designed for students with varying levels of AI experience.</p> |
| 147 | + </div> |
| 148 | + </div> |
| 149 | + </div> |
| 150 | + |
| 151 | + <div class="faq-item"> |
| 152 | + <button class="faq-question"> |
| 153 | + <span class="faq-arrow">➤</span> |
| 154 | + When is the application deadline? And when will applicants be notified of a decision? |
| 155 | + </button> |
| 156 | + <div class="faq-answer"> |
| 157 | + <div class="faq-answer-content"> |
| 158 | + <p>The deadline for application will be <b>December 1st</b>, with applicants being notified before December 22nd.</p> |
| 159 | + </div> |
| 160 | + </div> |
| 161 | + </div> |
| 162 | + |
| 163 | + <div class="faq-item"> |
| 164 | + <button class="faq-question"> |
| 165 | + <span class="faq-arrow">➤</span> |
| 166 | + Can international students apply? |
| 167 | + </button> |
| 168 | + <div class="faq-answer"> |
| 169 | + <div class="faq-answer-content"> |
| 170 | + <p>Due to funding restrictions, the programme is only open to students who are eligible for UK 'home' fee status. This is typically based on your residency status. You can find more information about fee status eligibility on the UKCISA website.</p> |
| 171 | + </div> |
| 172 | + </div> |
| 173 | + </div> |
| 174 | + |
| 175 | + <div class="faq-item"> |
| 176 | + <button class="faq-question"> |
| 177 | + <span class="faq-arrow">➤</span> |
| 178 | + What if I can't attend all four days? |
| 179 | + </button> |
| 180 | + <div class="faq-answer"> |
| 181 | + <div class="faq-answer-content"> |
| 182 | + <p>Full attendance is required to maximise the learning and networking benefits of the intensive format.</p> |
| 183 | + </div> |
| 184 | + </div> |
| 185 | + </div> |
| 186 | + |
| 187 | + <div class="faq-item"> |
| 188 | + <button class="faq-question"> |
| 189 | + <span class="faq-arrow">➤</span> |
| 190 | + Can I attend online? |
| 191 | + </button> |
| 192 | + <div class="faq-answer"> |
| 193 | + <div class="faq-answer-content"> |
| 194 | + <p>Since sessions will not be recorded, in-person attendance is required to maximise the learning and networking benefits of the intensive format.</p> |
| 195 | + </div> |
| 196 | + </div> |
| 197 | + </div> |
| 198 | +</div> |
| 199 | + |
| 200 | +Please direct any enquiries to _[email protected]_ |
| 201 | + |
| 202 | +<script> |
| 203 | +document.addEventListener('DOMContentLoaded', function() { |
| 204 | + const faqQuestions = document.querySelectorAll('.faq-question'); |
| 205 | + |
| 206 | + faqQuestions.forEach(question => { |
| 207 | + question.addEventListener('click', function() { |
| 208 | + const faqItem = this.parentElement; |
| 209 | + faqItem.classList.toggle('active'); |
| 210 | + }); |
| 211 | + }); |
| 212 | +}); |
0 commit comments