Home
Source: https://oga.snu.ac.kr/
2026-03-09
[Campus Update] Student Service Center Relocation Notice
2026-03-06
[모집/Recruiting] 2026년도 1학기 외국인구성원 지원 서포터즈 (OGA Supporters) (~3/23)
2026-03-05
[홍보] SJTU 2026 Global Summer School on AIGC & Innovation (2 Credits)
2026-03-05
[안내] 국제처 ISSS, 외국인 구성원 지원 이제 하나의 체계로
2026-03-05
[안내] SNU OGA HAPPY HOUR(2026 Spring Semester)
2026-03-03
2026년도 한미 첨단분야 청년교류 지원사업 제5기 장학생 선발 공고
2026-01-07
Notice on Application for the 2025 Global Subsidy Scholarship
2025-12-12
[Scholarship] Call for Global Hope Scholarship for Spring 2026 ※GKS NOT applicable
2025-12-12
[Scholarship] 『Daesang Asia scholarship for Spring 2026』 ※GKS Inapplicable
2025-12-11
[Scholarship] SNU Global Scholarship (GS) for Spring 2026 (Timeline Edited) ※GKS Inapplicable…
2026-02-06
Fall 2026 Application for SNU Visiting Student Program(2026학년도 2학기 국제교환방…
2026-02-05
SNU BUDDY registration period (2/4 00:00 ~ 2/1…
2025-08-08
Spring 2026 Application for SNU Visiting Student Program
2025-02-06
Fall 2025 Call For SNU Visiting Student Program (2025학년도 2학기 국제방문학생 모집)
2024-04-15
[홍보] 서울대학교 Global Network for Advanced Management(GNAM Undergraduate Summer…
2026-03-03
2026년도 한미 첨단분야 청년교류 지원사업 제5기 장학생 선발 공고
2026-02-24
2025-12-16
[모집] 2026년 상반기 WFP 펠로우십, IFAD & UNICEF 인턴십 프로그램 참가자 모집 공고
2025-12-16
2025-11-19
2026-03-09
[Campus Update] Student Service Center Relocation Notice
2026-03-06
[모집/Recruiting] 2026년도 1학기 외국인구성원 지원 서포터즈 (OGA Supporters) (~3/23)
2026-03-05
[홍보] SJTU 2026 Global Summer School on AIGC & Innovation (2 Credits)
2026-03-05
[안내] 국제처 ISSS, 외국인 구성원 지원 이제 하나의 체계로
2026-03-05
[안내] SNU OGA HAPPY HOUR(2026 Spring Semester)
jQuery(document).ready(function($){ $(".news-tab").click(function(){ $(".news-tab").removeClass('active'); $(this).addClass('active'); $(".main-newsbox").hide(); $(".main-news"+$(this).data("filter")).show(); $("#more-link").attr("href", "/notice-"+$(this).data("type")); }); });
Events
2026-03-05
[채용/JOB] 삼성전기 R&D분야 외국인 경력사원 채용 공고
국제협력본부(본부팀)
2026-03-05
[채용/JOB] 삼성디스플레이 외국인 유학생(석/박사) 대상 채용
국제협력본부(본부팀)
2026-03-05
[채용/JOB] 삼성바이오에피스 외국인 유학생 채용공고
국제협력본부(본부팀)
Make an Appointment
var httpRequest;
var selDates;
var slots = new Object;
var selSlots;
const calendarDefault = new VanillaCalendar('#calendar-main', {
type: 'default',
actions: {
clickDay(event, dates) {
//alert(dates);
selDates = dates[0];
console.log(selDates);
},
clickArrow(event, year, month) {
console.log(Current year: ${year}, current month: ${month});
},
},
});
calendarDefault.init();