# Home
**Source**: https://oga.snu.ac.kr/
2026-03-09
[[Campus Update] Student Service Center Relocation Notice](https://oga.snu.ac.kr/news/general/6482)
2026-03-06
[[모집/Recruiting] 2026년도 1학기 외국인구성원 지원 서포터즈 (OGA Supporters) (~3/23)](https://oga.snu.ac.kr/news/general/6481)
2026-03-05
[[홍보] SJTU 2026 Global Summer School on AIGC & Innovation (2 Credits)](https://oga.snu.ac.kr/news/general/6479)
2026-03-05
[[안내] 국제처 ISSS, 외국인 구성원 지원 이제 하나의 체계로](https://oga.snu.ac.kr/news/general/6478)
2026-03-05
[[안내] SNU OGA HAPPY HOUR(2026 Spring Semester)](https://oga.snu.ac.kr/news/general/6477)
2026-03-03
[2026년도 한미 첨단분야 청년교류 지원사업 제5기 장학생 선발 공고](https://oga.snu.ac.kr/news/general-scholarship-outgoing/6471)
2026-01-07
[Notice on Application for the 2025 Global Subsidy Scholarship](https://oga.snu.ac.kr/news/general-scholarship/6417)
2025-12-12
[[Scholarship] Call for Global Hope Scholarship for Spring 2026 ※GKS NOT applicable](https://oga.snu.ac.kr/news/general-scholarship/6394)
2025-12-12
[[Scholarship] 『Daesang Asia scholarship for Spring 2026』 ※GKS Inapplicable](https://oga.snu.ac.kr/news/general-scholarship/6393)
2025-12-11
[[Scholarship] SNU Global Scholarship (GS) for Spring 2026 (Timeline Edited) ※GKS Inapplicable…](https://oga.snu.ac.kr/news/general-scholarship/6392)
2026-02-06
[Fall 2026 Application for SNU Visiting Student Program(2026학년도 2학기 국제교환방…](https://oga.snu.ac.kr/news/general-incoming-incoming-visiting-program/6445)
2026-02-05
[SNU BUDDY registration period (2/4 00:00 ~ 2/1…](https://oga.snu.ac.kr/news/general-incoming-incoming-exchange-program-incoming-visiting-program/6444)
2025-08-08
[Spring 2026 Application for SNU Visiting Student Program](https://oga.snu.ac.kr/news/incoming/6168)
2025-02-06
[Fall 2025 Call For SNU Visiting Student Program (2025학년도 2학기 국제방문학생 모집)](https://oga.snu.ac.kr/news/incoming-incoming-visiting-program/5928)
2024-04-15
[[홍보] 서울대학교 Global Network for Advanced Management(GNAM Undergraduate Summer…](https://oga.snu.ac.kr/news/general-incoming-outgoing-summerwinter/5179)
2026-03-03
[2026년도 한미 첨단분야 청년교류 지원사업 제5기 장학생 선발 공고](https://oga.snu.ac.kr/news/general-scholarship-outgoing/6471)
2026-02-24
[2026-2학기 교환학생 추가모집 결과 발표](https://oga.snu.ac.kr/news/general-outgoing/6460)
2025-12-16
[[모집] 2026년 상반기 WFP 펠로우십, IFAD & UNICEF 인턴십 프로그램 참가자 모집 공고](https://oga.snu.ac.kr/news/general-outgoing/6398)
2025-12-16
[태국 단기연수 참가자 모집](https://oga.snu.ac.kr/news/general-outgoing/6396)
2025-11-19
[2026-2학기 해외파견 교환학생 모집 설명회](https://oga.snu.ac.kr/news/general-outgoing-outgoing-exchange-program/6353)
2026-03-09
[[Campus Update] Student Service Center Relocation Notice](https://oga.snu.ac.kr/news/general/6482)
2026-03-06
[[모집/Recruiting] 2026년도 1학기 외국인구성원 지원 서포터즈 (OGA Supporters) (~3/23)](https://oga.snu.ac.kr/news/general/6481)
2026-03-05
[[홍보] SJTU 2026 Global Summer School on AIGC & Innovation (2 Credits)](https://oga.snu.ac.kr/news/general/6479)
2026-03-05
[[안내] 국제처 ISSS, 외국인 구성원 지원 이제 하나의 체계로](https://oga.snu.ac.kr/news/general/6478)
2026-03-05
[[안내] SNU OGA HAPPY HOUR(2026 Spring Semester)](https://oga.snu.ac.kr/news/general/6477)
[Read More](https://oga.snu.ac.kr/notice-all)
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분야 외국인 경력사원 채용 공고](https://oga.snu.ac.kr/events/6476)
국제협력본부(본부팀)
- [Load More](https://oga.snu.ac.kr/?page=1 "Load more items")
2026-03-05
[[채용/JOB] 삼성디스플레이 외국인 유학생(석/박사) 대상 채용](https://oga.snu.ac.kr/events/6475)
국제협력본부(본부팀)
2026-03-05
[[채용/JOB] 삼성바이오에피스 외국인 유학생 채용공고](https://oga.snu.ac.kr/events/6474)
국제협력본부(본부팀)
## 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();