EZ EZViwe

2003년 1학기 박사학위 논문

관리자 기자  2003.08.28 00:00:00

기사프린트

서울치대

▲홍현주(구강해부학) : 방사선 조사 후 흰쥐 혀의 맛봉오리에서 NCA 및 PGP 9.5의 변화에 대한 면역조직화학적 연구

▲심미영(구강생리학) : 삼차신경절 신경세포에서 Nociceptin이 막전압 의존성 칼슘 전류에 미치는 영향

▲박상현(치주학) : 법랑기질 유도체를 도포한 타이태늄 표면에서 조골세포의 증식 및 분화

▲고창학(예방치학) : 6세남아 측면안모구성요소의 3년간 변화에 관한 연구

▲이한욱(구강생리학) : 외분비선 단일도관세포에서 기록되는 세포막이온전류에 관한 연구

▲방극영(구강생리학) : 말초 운동신경 손상시 신경세포의 칼슘이온 통로 변화에 대한 연구

▲김용희(치과약리학) : The effect of glucocorticoids on the fusion in osteoclastogenesis

▲임영설(구강해부학) : 흰쥐 혀의 맛봉우리에서 kinate 수용기의 발현에 관한 면역조직화학적 연구

▲박은진(치과마취학) : 인간 골수기질 세포 이종이식이 백서의 축삭절단 안와하 신경 재생에 미치는 효과


 

$(function() { $('#news_body_area img').each(function(i) { var tmpImage = new Image(); tmpImage.src = $(this).attr('src'); if (parseInt(tmpImage.width) > 720) { $(this).css('width', '720px'); } }); }); var MYNEWS_PHOTO_LIMIT_WIDTH = parseInt("720"); $("img[xtype='photo']").load(function(obj) { var title = $(this).attr('title'); $(this).attr('alt', title); $(this).removeAttr('title'); var image_align_class = ""; var clazz = $(this).attr('class'); if (clazz != null && clazz.length > 0) { image_align_class = " "+clazz; } $(this).attr('class', 'img'); $(this).removeAttr('xtype'); var w = parseInt($(this).css('width')); if (isNaN(w)) { w = 0; } var h = parseInt($(this).css('height')); if (isNaN(h)) { h = 0; } if (w <= 0) { var timg = new Image(); timg.src = this.src; w = parseInt(timg.width); if (isNaN(w)) { //... } } if (w > MYNEWS_PHOTO_LIMIT_WIDTH) { var pct = parseFloat(MYNEWS_PHOTO_LIMIT_WIDTH) / parseFloat(w); w = MYNEWS_PHOTO_LIMIT_WIDTH; if (pct > 0 && pct < 1 && h > 0) { h = Math.floor(parseFloat(h) * pct); } } $(this).css('width', w+"px"); if (h > 0) { $(this).css('height', h+"px"); } $(this).wrap("

"); if (title != null && title.length > 0) { if (title.indexOf('▲') == -1) { title = '▲' + title; } $(this).after("
"+title+"
"); } });