Metadata
Title
서울대학교 뇌인지과학과
Category
general
UUID
6c240ec1661f4bb183b44816bf24dcd0
Source URL
https://bcs.snu.ac.kr/sub4_3_c.php
Parent URL
https://bcs.snu.ac.kr/sub4_3_a.php
Crawl Time
2026-03-11T02:44:23+00:00
Rendered Raw Markdown

서울대학교 뇌인지과학과

Source: https://bcs.snu.ac.kr/sub4_3_c.php Parent: https://bcs.snu.ac.kr/sub4_3_a.php

서울대학교 뇌인지과학과

// 자바스크립트에서 사용하는 전역변수 선언 var g5_url = "https://bcs.snu.ac.kr"; var g5_bbs_url = "https://bcs.snu.ac.kr/bbs"; var g5_is_member = ""; var g5_is_admin = ""; var g5_is_mobile = ""; var g5_bo_table = ""; var g5_sca = ""; var g5_editor = ""; var g5_cookie_domain = "";

//스크롤 애니메이션 $(function(){ var $animation_elements = $('.ani'); var $window = $(window); function check_if_in_view() { var window_height = $window.height(); var window_top_position = $window.scrollTop(); var window_bottom_position = (window_top_position + window_height); $.each($animation_elements, function() { var $element = $(this); var element_height = $element.outerHeight(); var element_top_position = $element.offset().top+ 100; var element_bottom_position = (element_top_position + element_height); //check to see if this current container is within viewport if ((element_bottom_position >= window_top_position) && (element_top_position <= window_bottom_position)) { $element.addClass('in-view'); } else { //$element.removeClass('in-view'); } }); } $window.on('scroll resize', check_if_in_view); $window.trigger('scroll'); });

서울대학교 뇌인지과학과

MENU

서울대학교 뇌인지과학과 - Admin

Close

About

Research

Faculty

Education

Admissions

Board

function myFunction(x) { x.classList.toggle("changeX"); } //상단고정 $(document).ready(function () { var url = document.location.href; var main = url.match("main"); if($(window).width()>1280){ function scrollFn(){ var scTop = $(window).scrollTop(); if (scTop >= 100) { $("#header").addClass('scrollFx'); } else { $("#header").removeClass('scrollFx'); } }; $(window).scroll(function(){ scrollFn(); }); } else { function scrollFn(){ var scTop = $(window).scrollTop(); if (scTop >= 90) { $("#header").addClass('scrollFx'); } else { $("#header").removeClass('scrollFx'); } }; $(window).scroll(function(){ scrollFn(); }); } });

$(function(){ $(".pc-menu").click(function(){ $(".allmenu").slideDown(); }) $(".btn-x").click(function(){ $(".allmenu").slideUp(); }) })

Department of Brain & Cognitive SCIENCES

Education

/* 페이지인식-메인 */

page4 #menu03 > .box4_4_3 {

color:#000; }

page4 #menu03 > .box4_4_3:after{

content:""; position:absolute; left:0; width:100%; height:4px; bottom:-1px; background:#333; z-index:2; animation:strach .3s; }

page4 #menu03 > .box4_4_3 span:before{

content:""; display:block; position:absolute; right:-12px; top:0; width:8px; height:8px; border-radius:50%; background-color:#FF5700; }

Student Requirements

논문제출자격시험

구분 석사과정 박사과정 석·박사 통합과정
응시자격 2개 학기 이상 등록하고 9학점 이상 취득한 자 2개 학기 이상 등록하고 9학점 이상 취득한 자 4개 학기 이상 등록하고 36학점 이상 취득한자
지원시기 각 학기초(3월, 9월 첫째 주)
성적참고 외국어 시험 : 영어 (TEPS 정기시험 또는 TOEFL (IBT) 성적으로 대체) 제2 외국어 : 없음 한국어 : 외국인학생 종합시험 : 전공과목
외국어 시험 : 영어
TEPS : 327점 이상(구, 601점 이상) TOEFL (IBT) : 86점 이상 전공시험 : 100점 만점에 70점이상
외국어 성적 본교생에 한하여 학부, 대학원 입시 및 재학 중에 인정받거나 취득한 모든 성적 인정 TEPS 정기시험 성적은 각 학기 논문제출자격시험 응시원서 접수기간 이전에 취득한 성적만 인정됨 외국인 학생중 영어가 모국어인 자는 반드시 한국어과목을 응시하여야 함-한국어시험은 한국어 능력시험, 한국어와 한국문화 과목 이수 중 택일 영어과목은 자격을 취득하는 것이므로, 응시원서를 제출하지 않음

※ 뇌인지과학과 논문제출자격시험 합격 기준

  1. 석사 : 응시자의 학위논문 주제와 직접 관련된 분야 서면 평가 ('학위연구 주제 및 내용 요약문' 제출)
  2. 박사 : 응시자의 학위논문 주제와 직접 관련된 분야 리뷰 발표 ('학위연구 주제 및 내용 요약문' 제출 및 발표)
  3. 합격기준 : 70점 이상(100점 만점)

※ 항목별 업데이트 내용은 서울대학교 홈페이지를 통해 확인 요망

개인정보처리방침 이메일무단수집거부 위치안내

ADDRESS  08826 서울시 관악구 관악로1 서울대학교 203-105B TEL  02-880-8011 EMAIL  hjinkim1@snu.ac.kr

Copyright © 2024 SNU Department of Brain & Cognitive Sciences. All Rights Reserved. Designed by dsso.kr

FAMILY SITE

//패밀리사이트 jQuery(function($){ var foot_select = $('.select_footer ul'); var select_btn = $('.select_f_btn'); var f_sel_child = $('.select_footer>ul>li>a'); function show_option(){ $(this).parents('.select_footer').find('ul').toggleClass('open'); $(this).toggleClass('on'); } function moveFamsite(){ $(this).parents('.select_footer').find('ul').toggleClass('open'); select_btn.toggleClass('on'); } select_btn.click(show_option); f_sel_child.click(moveFamsite); });

go top

// 드래그알림창 눌렀을 때 사라지게 하는 스크립트 $(".table-prev-mo").click(function() { $(".table-prev-mo").fadeOut(); });

AOS.init({ once: true, //delay: 0, duration: 700, easing: 'ease-out' }); function prix_cursor() { var prixCursor = $(".prix-cursor"); if (prixCursor.length) { if ($("body")) { const e = document.querySelector(".prix-cursor-in"), t = document.querySelector(".prix-cursor-out"); let n, i = 0, o = !1; (window.onmousemove = function (s) { o || (t.style.transform = "translate(" + s.clientX + "px, " + s.clientY + "px)"), (e.style.transform = "translate(" + s.clientX + "px, " + s.clientY + "px)"), (n = s.clientY), (i = s.clientX); }), $("body").on("mouseenter", "a[href], button, input[type=submit], [data-hover='over'], .swiper-slide, input, select, textarea", function () { e.classList.add("prix-cursor-hover"), t.classList.add("prix-cursor-hover"); }), $("body").on("mouseleave", "a[href], button, input[type=submit], [data-hover='over'], .swiper-slide, input, select, textarea", function () { ($(this).is("a") && $(this).closest(".prix-cursor").length) || (e.classList.remove("prix-cursor-hover"), t.classList.remove("prix-cursor-hover")); }), $("body").on("mouseenter", "[data-hover='over2']", function () { e.classList.add("prix-cursor-hover2"), t.classList.add("prix-cursor-hover2"); }), $("body").on("mouseleave", "[data-hover='over2']", function () { ($(this).is("a") && $(this).closest(".prix-cursor").length) || (e.classList.remove("prix-cursor-hover2"), t.classList.remove("prix-cursor-hover2")); }), (e.style.visibility = "visible"), (t.style.visibility = "visible"); } } } prix_cursor();

$(function() { // 폰트 리사이즈 쿠키있으면 실행 font_resize("container", get_cookie("ck_font_resize_rmv_class"), get_cookie("ck_font_resize_add_class")); });