# 서울대학교
**Source**: https://admission.snu.ac.kr/international/notice?md=v&bbsidx=165494
**Parent**: https://admission.snu.ac.kr
페이지 안내
입학
/
글로벌
공지사항
글로벌
/
공지사항
jQuery(function($) {
$(document).ready(function() {
var $lnb2dlist = $('.lnb-d2-list');
var $lnb2dgroup = $('.lnb-d2-titlegroup');
var $lnb2d = $('.lnb-d2-title');
var $currentTitle = $('.lnb-d2-titlegroup.es.is-active');
var hasChildren = $currentTitle.children('ul').hasClass('navigation-gnb-d2-listgroup');
hasChildren ? $lnb2dlist.addClass('is-active') : $lnb2dlist.removeClass('is-active')
$lnb2d.on('mouseenter focus', function() {
var check = $(this).next('ul').hasClass('navigation-gnb-d2-listgroup') ;
$lnb2dgroup.removeClass('is-active');
$(this).parent('.lnb-d2-titlegroup').addClass('is-active');
check ? $lnb2dlist.addClass('is-active') : $lnb2dlist.removeClass('is-active')
});
$lnb2dlist.on('mouseleave', function() {
hasChildren ? $lnb2dlist.addClass('is-active') : $lnb2dlist.removeClass('is-active')
$('.lnb-d2-titlegroup.es').removeClass('is-active');
$currentTitle.addClass('is-active');
});
});
});
[카카오톡으로 공유하기](# "새창으로 열림")
[페이스북으로 공유하기](# "새창으로 열림")
[URL복사하기](#)
본교의 우수한 경험을 바탕으로 개도국의 고등교육인력을 양성함으로써 한국의 국제적 위상을 제고하고 국제협력강화에 기여하고자 **SNU President Fellowship Program**을 다음과 같이 공고하오니 우수한 외국인학생들의 많은 지원 바랍니다.
1. 프로그램 : 2026학년도 2학기 SNU President Fellowship 프로그램
2. 지원 자격(동시충족) :
- 개발도상국 주요 대학 교원(teaching/instructional staff) 중 박사학위 미소지자
※ 해당 장학 프로그램에서의 교원 자격 요건은 붙임 계획안 참조
- 2026학년도 2학기 서울대 박사 학위과정에 지원하여 최종 합격된 자
※ 2026학년도 후기 글로벌인재특별전형 대학원 온라인 입학지원접수와 동시에 온라인으로 SPF장학금 신청(신청화면 내 체크박스 반드시 클릭)
3. 선발인원 : 2026학년도 후기 입학예정자 ○명
4. 지원내역
- 박사과정 등록금 전액 6학기(연구생 등록 포함)까지 지원
- 생활비 지원(3~4년, 150~200만원/월)
- 왕복 항공료 실비 지원(GTS기준 내)
- 학기 중 언어교육원 한국어교육(저녁반) 지원
- 건강보험료 지원 (지원범위 및 관련 내용 별도 안내 예정)
- 자녀보육료 지원 (지원범위 및 관련 내용 별도 안내 예정)
5. 장학금 신청 기간: **2026****년 3****월 3****일 (화****) 10:00 ~ 3****월 5****일****(목****) 17:00**
**※****글로벌인재특별전형 온라인 지원과 동시에****SPF****장학금 온라인 신청 필수****(****체크박스 클릭****)**
6. 신청방법 및 지원서 제출 기한: 붙임 문서 참조
붙임문서 1. 2026학년도 2학기 SNU President Fellowship 프로그램 공고(국문) 1부.
2. 2026학년도 2학기 SNU President Fellowship 프로그램 지원 양식 각 1부. 끝.
[2026학년도 2학기 개도국 대학 교원 지원 프로그램 (SPF) 장학생 선발 계획(안).pdf(164 KB)](https://admission.snu.ac.kr/international/notice?md=down&bbsidx=165494&fileidx=48152)
[SPF Application form\_Fall 2026.docx(196 KB)](https://admission.snu.ac.kr/international/notice?md=down&bbsidx=165494&fileidx=48155)
jQuery(function($) {
$(document).ready(function() {
$("#facebook-link-btn").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + encodeURIComponent(document.URL));
$('#copy-link-btn').attr('data-clipboard-text', document.location.href);
var clipboard = new Clipboard("#copy-link-btn");
clipboard.on('success', function(e) {
alert('복사되었습니다');
});
$("#copy-link-btn").on("click", function(e) {
e.preventDefault();
});
});
});
Kakao.init('f353b554f131bbe137e62c80e7842cd8');
Kakao.Link.createDefaultButton({
container: '#kakao-link-btn',
objectType: 'feed',
content: {
title: document.getElementsByTagName("TITLE")[0].text,
description: $('meta[property="og:description"]').attr('content'),
imageUrl: $('meta[property="og:image"]').attr('content'),
link: {
mobileWebUrl: location.origin+location.pathname,
webUrl: location.origin+location.pathname
}
},
buttons: [
{
title: '웹으로 보기',
link: {
mobileWebUrl: location.origin+location.pathname,
webUrl: location.origin+location.pathname
}
}
]
});