# 서울대학교 뇌인지과학과
**Source**: https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&sca=2021
**Parent**: https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2
서울대학교 뇌인지과학과
// 자바스크립트에서 사용하는 전역변수 선언
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 = "sub2\_2";
var g5\_sca = "2021";
var g5\_editor = "smarteditor2";
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');
});
# [서울대학교 뇌인지과학과](https://bcs.snu.ac.kr/index.php)
- [About](https://bcs.snu.ac.kr/sub1_1.php)
- [Welcome](https://bcs.snu.ac.kr/sub1_1.php)
- [History](https://bcs.snu.ac.kr/sub1_2.php)
- [Directions](https://bcs.snu.ac.kr/sub1_3.php)
- [Contact](https://bcs.snu.ac.kr/sub1_4.php)
- [Research](https://bcs.snu.ac.kr/sub2_1.php)
- [Research Overview](https://bcs.snu.ac.kr/sub2_1.php)
- [Research Highlights](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2)
- [Faculty](https://bcs.snu.ac.kr/sub3_1_a.php)
- [Full-time Faculty](https://bcs.snu.ac.kr/sub3_1_a.php)
- [Affiliated Faculty](https://bcs.snu.ac.kr/sub3_1_b.php)
- [Education](https://bcs.snu.ac.kr/sub4_1.php)
- [Philosophy](https://bcs.snu.ac.kr/sub4_1.php)
- [Courses](https://bcs.snu.ac.kr/sub4_2.php)
- [Student Requirements](https://bcs.snu.ac.kr/sub4_3_a.php)
- [Admissions](https://bcs.snu.ac.kr/sub5_1.php)
- [Admissions Guidelines](https://bcs.snu.ac.kr/sub5_1.php)
- [Dates & Deadlines](https://bcs.snu.ac.kr/sub5_2.php)
- [Degrees](https://bcs.snu.ac.kr/sub5_3.php)
- [Board](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_1)
- [News](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_1)
- [Notices](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_2)
- [Events](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_3)
- [Media](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_4)
# MENU
# [서울대학교 뇌인지과학과](https://bcs.snu.ac.kr/index.php) - [Admin](https://bcs.snu.ac.kr/bbs/login.php)
Close
## [About](https://bcs.snu.ac.kr/sub1_1.php)
- [Welcome](https://bcs.snu.ac.kr/sub1_1.php)
- [History](https://bcs.snu.ac.kr/sub1_2.php)
- [Directions](https://bcs.snu.ac.kr/sub1_3.php)
- [Contact](https://bcs.snu.ac.kr/sub1_4.php)
## [Research](https://bcs.snu.ac.kr/sub2_1.php)
- [Research Overview](https://bcs.snu.ac.kr/sub2_1.php)
- [Research Highlights](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2)
## [Faculty](https://bcs.snu.ac.kr/sub3_1_a.php)
- [Full-time Faculty](https://bcs.snu.ac.kr/sub3_1_a.php)
- [Affiliated Faculty](https://bcs.snu.ac.kr/sub3_1_b.php)
## [Education](https://bcs.snu.ac.kr/sub4_1.php)
- [Philosophy](https://bcs.snu.ac.kr/sub4_1.php)
- [Courses](https://bcs.snu.ac.kr/sub4_2.php)
- [Student Requirements](https://bcs.snu.ac.kr/sub4_3_a.php)
## [Admissions](https://bcs.snu.ac.kr/sub5_1.php)
- [Admissions Guidelines](https://bcs.snu.ac.kr/sub5_1.php)
- [Dates & Deadlines](https://bcs.snu.ac.kr/sub5_2.php)
- [Degrees](https://bcs.snu.ac.kr/sub5_3.php)
## [Board](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_1)
- [News](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_1)
- [Notices](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_2)
- [Events](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_3)
- [Media](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_4)
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**
Faculty
/\* 페이지인식-메인 \*/
#page2 #menu02 > .box2\_2\_2{
color:#000;
}
#page2 #menu02 > .box2\_2\_2:after{
content:""; position:absolute; left:0; width:100%; height:4px; bottom:-1px; background:#333; z-index:2; animation:strach .3s;
}
#page2 #menu02 > .box2\_2\_2 span:before{
content:""; display:block; position:absolute; right:-12px; top:0; width:8px; height:8px; border-radius:50%; background-color:#FF5700;
}
- [Research Overview](https://bcs.snu.ac.kr/sub2_1.php)
- [Research Highlights](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2)
- [Faculty](#void)
- [About](https://bcs.snu.ac.kr/sub1_1.php)
- [Research](https://bcs.snu.ac.kr/sub2_1.php)
- [Faculty](https://bcs.snu.ac.kr/sub3_1_a.php)
- [Education](https://bcs.snu.ac.kr/sub4_1.php)
- [Admissions](https://bcs.snu.ac.kr/sub5_1.php)
- [Board](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub6_1)
- [Research Highlights](#void)
- [Research Overview](https://bcs.snu.ac.kr/sub2_1.php)
- [Research Highlights](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2)
## Research Highlights
Total 12건
1 페이지
- #### 2021
- 12
["The confounding effects of eye blinking on pupillometry, and their remedy"
Sang-Hun Lee Kyung Yoo, Jeongyeol Ahn, Sang-Hun Lee , *PLOS ONE* , 16(12)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=110&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=110&no=1&sca=2021)
- 11
["Construction and validation of a cerebral white matter hyperintensity probability map of older Koreans"
Ki Woong Kim Jun Sung Kim, Subin Lee, Grace Eun Kim, Dae Jong Oh, Woori Moon, Jong Bin Bae, Ji Won Han, Seonjeong Byun, Seung Wan Suh, Yu Yong Choi, Kyu Yeong Choi, Kun Ho Lee, Jae Hyoung Kim, Ki Woong Kim , *NeuroImage. Clinical.* , 30](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=98&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=98&no=1&sca=2021)
- 10
["Executive dysfunction and risk of suicide in older adults: a population-based prospective cohort study"
Ki Woong Kim Dae Jong Oh, Ji Won Han, Jong Bin Bae, Tae Hui Kim, Kyung Phil Kwak, Bong Jo Kim, Shin Gyeom Kim, Jeong Lan Kim, Seok Woo Moon, Joon Hyuk Park, Seung-Ho Ryu, Jong Chul Youn, Dong Young Lee, Dong Woo Lee, Seok Bum Lee, Jung Jae Lee, Jin Hyeong Jhoo, Ki Woo , *Journal of neurology, neurosurgery, and psychiatry* , 92(5)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=97&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=97&no=1&sca=2021)
- 9
["Exploration of Cognitive Outcomes and Risk Factors for Cognitive Decline Shared by Couples"
Ki Woong Kim Hee Won Yang, Jong Bin Bae, Dae Jong Oh, Dong Gyu Moon, Eunji Lim, Jin Shin, Bong Jo Kim, Dong Woo Lee, Jeong Lan Kim, Jin Hyeong Jhoo, Joon Hyuk Park, Jung Jae Lee, Kyung Phil Kwak, Seok Bum Lee, Seok Woo Moon, Seung-Ho Ryu, Shin Gyeom Kim, Ji Won Han, K , *JAMA Network Open* , 4(12)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=96&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=96&no=1&sca=2021)
- 8
["Activation of PLC β enhances endocannabinoid mobilization to restore hippocampal spike timing-dependent potentiation and contextual fear memory impaired by Alzheimer’s amyloidosis."
Jeehyun Kwag Jaedong Lee, Jeehyun kwag , *Alzheimer's Research & Therapy* , online](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=93&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=93&no=1&sca=2021)
- 7
["Differential encoding of place value between the dorsal and intermediate hippocampus"
Inah Lee Seung-Woo Jin, Inah Lee , *Current Biology* , 31 (14): 3053-3072.e5](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=85&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=85&no=1&sca=2021)
- 6
["Goal-directed interaction of stimulus and task demand in the parahippocampal region"
Inah Lee Lee S.M., Jin S.W., Park S.B., Park E.H., Lee C.H., Lee H.W., Lim H.Y, Yoo S.W., Ahn J.R., Shin J, Lee S.A., Lee I. , *Hippocampus* , 31(7):717-736](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=78&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=78&no=1&sca=2021)
- 5
["Machine-learning analysis identifies digital behavioral phenotypes for engagement and health outcome efficacy of mHealth interventions for obesity: post-hoc analyses of a randomized trial"
Hyung Jin Choi Kim M, Yang J, Ahn W, Choi HJ , *Journal of Medical Internet Research* , 23(6)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=73&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=73&no=1&sca=2021)
- 4
["Digital Therapeutics for Obesity and Eating-Related Problems"
Hyung Jin Choi Kim M, Choi HJ , *Endocrinology and Metabolism* , 36(2)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=72&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=72&no=1&sca=2021)
- 3
["Mental health of people with distorted body weight perception using medicinal remedies: a representative study"
Hyung Jin Choi Kim M, Kim S, Kim W, Choi HJ , *International Journal of Clinical and Health Psychology* , 21(2)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=71&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=71&no=1&sca=2021)
- 2
["The critical role of interference control in metaphor comprehension evidenced by the drift–diffusion model"
Hyeon-Ae Jeon Hee‐Dong Yoon, Minho Shin, Hyeon‐Ae Jeon , *Scientific Reports* , 11(1)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=69&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=69&no=1&sca=2021)
- 1
["A Cortical Surface-Based Meta-Analysis of Human Reasoning"
Hyeon-Ae Jeon Minho Shin, Hyeon-Ae Jeon , *Cerebral Cortex* , 31(12)](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2&wr_id=68&sca=2021)
[LINK](https://bcs.snu.ac.kr/bbs/link.php?bo_table=sub2_2&wr_id=68&no=1&sca=2021)
- [목록](https://bcs.snu.ac.kr/bbs/board.php?bo_table=sub2_2)
게시물 검색
검색대상
제목
내용
제목+내용
회원아이디
회원아이디(코)
글쓴이
글쓴이(코)
검색어 **필수**
검색
[개인정보처리방침](https://www.snu.ac.kr/personal_information)
[이메일무단수집거부](https://bcs.snu.ac.kr/sub7_2.php)
[위치안내](https://bcs.snu.ac.kr/sub1_3.php)
**ADDRESS** 08826 서울시 관악구 관악로1 서울대학교 203-105B
**TEL** [02-880-8011](tel:02-880-8011)
**EMAIL** [hjinkim1@snu.ac.kr](mailto:hjinkim1@snu.ac.kr)
Copyright © 2024 SNU Department of Brain & Cognitive Sciences. All Rights Reserved. Designed by [dsso.kr](http://dsso.kr/)
- [뇌인지과학사업단](http://bcsbk21plus.snu.ac.kr/)
- [서울대학교 자연과학대학](https://science.snu.ac.kr/)
- [서울대학교](https://www.snu.ac.kr/)
- [BK21플러스 사업](https://bkplus.nrf.re.kr/)
- [BCS 공동기기실](http://mri.snu.ac.kr/)
- [뇌인지과학 교육연구단 NICE](http://nice.snu.ac.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](javascript:void(0);)
// 드래그알림창 눌렀을 때 사라지게 하는 스크립트
$(".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"));
});