新-坎特伯雷大学-2026年3月简讯:新宿舍楼落成 / 第二学期HAS奖学金将于4月30日关闭申请 / 3月16日工程荣誉学士 / 西蒙菲莎大学与UC衔接课程
/* What it does: Remove spaces around the email design added by some email clients. */ /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */ html, body { margin: 0 auto !important; padding: 0 !important; height: 100% !important; width: 100% !important; line-height: 1.4 !important; } /* What it does: Stops email clients resizing small text. */ * { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* What it does: Centers email on Android 4.4 */ div[style*="margin: 16px 0"] { margin: 0 !important; } /* What it does: Stops Outlook from adding extra spacing to tables. */ table, td { mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; } /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */ table { border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto !important; } table table table { table-layout: auto; } /* What it does: Uses a better rendering method when resizing images in IE. */ img { -ms-interpolation-mode: bicubic; } /* What it does: A work-around for iOS meddling in triggered links. */ *[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; } /* What it does: A work-around for Gmail meddling in triggered links. */ .x-gmail-data-detectors, .x-gmail-data-detectors *, .aBn { border-bottom: 0 !important; cursor: default !important; } /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */ .a6S { display: none !important; opacity: 0.01 !important; } /* If the above doesn't work, add a .g-img class to any image in question. */ img.g-img + div { display: none !important; } /* What it does: Prevents underlining the button text in Windows 10 */ .button-link { text-decoration: none !important; } .button-text{text-align: center!important;} /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */ /* Create one of these media queries for each additional viewport size you'd like to fix */ /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */ .email-container { min-width: 375px !important; } }/* Media Queries */ @media screen yahoo and (min-width: 768px){ .email-container img.cd-image.image-afa52f2e481c { width: 94.66666666666667%; height: auto !important; } .email-container img.cd-image.image-ec0beb7f53b1 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-cd09900d395f { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-80009258647d { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-bb22b157ad25 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-4967663eaad4 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-64c9da2bf0f7 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-18e3b2b456e9 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-a26cbd67b0e4 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-4f05d92d0900 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-2cc2b27c6f9a { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-4f2b1b09cad1 { width: auto%; height: auto !important; } } @media screen and (max-width: 768px) { .email-container img.cd-image.image-afa52f2e481c { width: 94.66666666666667%; height: auto !important; } .email-container img.cd-image.image-ec0beb7f53b1 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-cd09900d395f { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-80009258647d { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-bb22b157ad25 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-4967663eaad4 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-64c9da2bf0f7 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-18e3b2b456e9 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-a26cbd67b0e4 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-4f05d92d0900 { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-2cc2b27c6f9a { width: 43.333333333333336%; height: auto !important; } .email-container img.cd-image.image-4f2b1b09cad1 { width: auto%; height: auto !important; } .email-container img.no-img-edit { width: 100% !important; height: auto !important; } table, td{ width: 100% !important; } div{ width: 100% !important; min-width:100%!important; } .social-block-container{ padding-left: 0 !important; padding-right: 0 !important; } /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */ .fluid { width: 100% !important; max-width: 100% !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; } /* What it does: Forces table cells into full-width rows. */ .stack-column, .stack-column-center { display: block; width: 100% !important; max-width: 100% !important; direction: ltr !important; } /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */ .center-on-narrow { text-align: center !important; margin-left: auto !important; margin-right: auto !important; float: none !important; } table.center-on-narrow { display: inline-block !important; } .button-text{ max-width:100%!important; box-sizing: border-box!important;} } What's new in MarchNew Tupuārangi Hall Expands Student AccommodationUC has opened Tupuārangi, a new 283‑bed hall of residence designed to support student wellbeing and ease the transition into university life. Officially opened on 12 February 2026, the facility expands UC’s on‑campus accommodation to over 3,000 beds, reflecting growing enrolments and the university’s commitment to providing a supportive, culturally grounded living environment for first‑year students. Read more High Achievers Scholarships (HAS) for India, China, and Southeast AsiaUC is offering international scholarships to high achievers from India, China, and Southeast Asia in 2026. Applications open on 3 March and close on 30 April for Semester 2 2026 start. Our Scholarships team will issue the HAS awards to successful applicants on 11 May and the deadline for awardees to accept their award will be 18 May. Applicants will have one week to accept the scholarship offer if selected. For more information, please contact your market manager or the UC Scholarships Office.Meet the Expert Webinar – Bachelor of Engineering with HonoursJoin us and hear directly from Rua Murray, Associate Dean (Academic) – Faculty of Engineering, about why UC Engineering stands out globally. This webinar will give you the opportunity to gain valuable insights into: programme structure and specialisations, entry requirements, key timelines, and more!Date: Monday 16 MarchTime: 3:30 – 4:15PM NZDTSpeakers: Rua Murray & Dulani KodiClick here for the link!Meet the Expert Webinar – UC International College (UCIC)Join us for an exclusive webinar featuring insights from our team — including an inspiring alum story. Katheryn will share her personal journey from UCIC pathway student to UC graduate, offering first-hand insights into student life, academic success, and career outcomes. Don’t miss this opportunity to learn how UCIC can be your students' pathway to success! Date: Wednesday 25 MarchTime: 3:30PM NZDTSpeakers: Lydia Liu, Wilber Han, and Katheryn TranClick here for the link!New SFU–UC UG–to–PG Pathway (Linguistics to MSLP)A new Undergraduate-to-Postgraduate pathway has been established between Simon Fraser University (SFU) and the University of Canterbury (UC). Eligible SFU Certificate in the Linguistics of Speech Science (CLSS) students may progress to UC’s Master of Speech and Language Pathology (MSLP), subject to meeting UC’s admission requirements. Students admitted through this pathway will also be eligible for a designated bursary award. For more info, contact your market managers. connectUC Search Box Updated The search functionality has been simplified into a single search bar which now allows agents to search by "Student ID," "Family Name, Given Name," "Family Name," or "Email Address." More enhancements are on the way for our agent portal - bookmark connectUC Agent Portal webpage to stay in the loop!Need to know!Key Dates 2026Some qualifications and courses have an earlier deadline and may require extra documentation or additional steps. Click here for more info about special applications and limited entry. “Request Deferral” via connectUCA reminder that our recruitment agents can request deferral in connectUC – if your student has received BUT NOT ACCEPTED or DECLINED an offer and they have no previous deferral request that has been declined.International Deans Awards are available to students who meet academic merit standards for 2026. Students will automatically be assessed at time of application and, if eligible, will be sent a Deans Award offer along with their Offer of Place. This amount will not show on the students’ Pro Forma invoice or in their myUC student portal. Students can now accept their full Offer of Place in myUC and this will be tied to accepting their Deans Award. They must accept their full offer within 2 weeks of receiving it to be eligible for their award. For qualifications with Special Programme Fees, students must pay the full tuition fees for the whole qualification. This award is not deferrable to another year.Master of Health Sciences (Nursing)Our faculty is assessing applications for 2027 and arranging interviews as they process applications this year. Any students for whom English is not their primary language will be required to complete an interview with a faculty member of the programme. Apply now for 2027!Contact email updated for South Asia and Middle EastWe have two new email addresses set up for South Asia and Middle East market managers as we expand our recruitment efforts into the regions. For any market related enquiries, please contact southasia@canterbury.ac.nz for South Asia including India and middleeast@canterbury.ac.nz for Middle East.Commission Payment (December - February start)Now that the census date (1 March) has passed, UC will start identifying students by agent, creating purchase orders, and emailing each agent and this process usually takes a few weeks. For those students who started their study in December and January, this will be included in the S1 2026 commission run. Please follow the instructions within the email and Purchase Order to create and send an invoice to our Finance team. Sanctioned Countries/Regions by ANZPlease be reminded that, currently, our bank is not permitting any commission payment in respect of a student with any direct or indirect links to Syria, Iran, Cuba, North Korea, Russia, Belarus or to the following regions: Crimea, Donetsk or Luhansk, Kherson, Zaporizhzhia.Meet the StudentDebesh ShankhiMaster of Business Information Systems“New Zealand stood out for its peaceful lifestyle, safe environment, and welcoming vibe for international students.” UC News UC delegation visit strengthens Pacific connections A delegation from the University of Canterbury (UC) led by Vice-Chancellor Professor Cheryl de la Rey has visited the Kingdom of Tonga. Read more Students from near and far welcomed at UCA warm Canterbury day helped welcome new students and whānau to UC's Welcome Day, as UC’s Ilam campus buzzed with energy for the start of 2026. Read more New feature film showcases UC’s growing screen capabilityUC hosted a special screening of Holy Days, the first international feature film to use UC’s Kōawa Studios as its production base. Read more Fast-moving floodwater poses hidden danger for citiesFloodwater doesn’t have to be deep to be dangerous — sometimes it just has to be moving. Read more UC students tackle real-world challenges with the CrusadersInternships with the Crusaders are giving students hands-on experience, helping them turn classroom learning into career-readiness skills. Read more Global review calls for river resilience to extreme eventsA major global review led by UC researcher outlines practical, catchment-scale solutions to help rivers worldwide “soak up” increasingly extreme climatic events. Read moreRemindersApplying for Credit TransferStudents must be fully enrolled or have an offer at UC. To apply, please direct students to apply here. Once this has been submitted, this will be assessed by our Admission and Faculty teams who will get in touch with an update. Programme Duration in the OfferThe start/end dates in the Offer of Place indicate the duration of the programme for the academic year. The whole duration of the programme (“the time required to complete the programme”) is also stated under the start/end date in the Offer of Place.
更新时间:26-03-07 来源:OfferEasy官网