CINXE.COM
한국천문학회지 | 논문 | 천문학습관 | 천문우주지식정보
<!DOCTYPE html> <html lang="ko"> <!--[if gt ie 8]> <html lang="ko" class="no-js"> <![endif]--> <!--[if lte IE 8]> <html lang="ko" id="ie8" class="no-js"> <![endif]--> <!-- 태그 라이브러리 설정 --> <!-- 태그 라이브러리 설정 --> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="description" content=""> <meta name="author" content=""> <meta name="keyword" content=""> <link rel="shortcut icon" href="/resources/images/favicon.ico"> <title> 한국천문학회지 | 논문 | 천문학습관 | 천문우주지식정보 </title> <link href="/resources/css/bootstrap.css" rel="stylesheet"> <link href="/resources/css/datepicker.css" rel="stylesheet"> <link href="/resources/css/common.css" rel="stylesheet"> <link href="/resources/css/font-awesome.min.css" rel="stylesheet"> <!-- 폰트어썸 추가 --> <link href="/resources/css/fontawesome.min.css" rel="stylesheet"> <link href="/resources/css/print.css" rel="stylesheet"> <script type="text/javascript" src="/resources/js/jquery.min.js"></script> <script type="text/javascript" src="/resources/js/jquery.easing.js"></script> <script type="text/javascript" src="/resources/js/common.js"></script> <script type="text/javascript" src="/resources/js/nav.js"></script> <script type="text/javascript" src="/resources/js/content.js"></script> <script type="text/javascript" src="/resources/js/jquery.matchHeight-min.js"></script> <script type="text/javascript" src="/resources/js/kasiSns.js"></script> <!--[if lt IE 9]> <script src="/resources/js/html5shiv.js"></script> <script src="/resources/js/respond.min.js"></script> <![endif]--> <!--[if gt ie 8]><!--> <link href="/resources/css/layout.css" rel="stylesheet"> <link href="/resources/css/contents-type.css" rel="stylesheet"> <link href="/resources/css/contents-board.css" rel="stylesheet"> <!--<![endif]--> <!--[if lte IE 8]> <![endif]--> <link href="/resources/css/kr_access.css" rel="stylesheet"> <script type="text/javascript"> (function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement) </script> <script type="text/javascript" src="/resources/js/page_txt_more.js"></script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" integrity="sha384-pAgVUEwiAI6zbUKJ/8QBFSff/9eSIq08ZbDzJ0l4Rczb1rmvjjdPregG5nP9V4/1" crossorigin="anonymous"></script> <!-- mathjax --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} }); </script> <!-- //mathjax --> <script> //검색 구분을 설정 function setSearchType(inClsf,outClsf){ var clsf = inClsf; $(function(){ $('#searchClsf').val(clsf); $('#searchTypeTxt').text(outClsf); }); } $(function(){ $('[data-toggle="popover"]').popover(); var thesis = $('.thesis'); //ajax를 이용한 해당년도 권호 조회 $('.publishedYear').on("click",function(){ $('#selectedYear').text($(this).text()); var params = { "publishYear" : $(this).text(), "issn":$('#issn').text() }; $.ajax({ type:'POST' ,url :'getVolumeIssue.ajax' ,data: params ,dataType:'JSON' ,success:function(data){ if (data.volumeIssueList != null) { var html = ""; $('#volumeIssue').empty(); for (var i = 0; i < data.volumeIssueList.length; i++) { html += "<li class='volumeIssueClass' role='presentation'><a role='menuitem' tabindex='-1' href='#'>"+data.volumeIssueList[i]+"</a></li>"; } $('#volumeIssue').append(html); } } ,error:function(){ alert("접속에러 \n 다시한번 시도해주세요"); } }); }); $('#volumeIssue').on("click","li",function(){ $('#selectedVolumeIssue').text($(this).text()); }); $('#search_btn').click(function(){ $('#selectedVolumeIssue').text($('#selectedVolumeIssue').text()); var params = { "publishYear": $('#selectedYear').text(), "issn": $('#issn').text(), "volumeIssue": $('#selectedVolumeIssue').text() }; $.ajax({ type:'POST' ,context: document.body ,url :'getVolumeIssue.ajax' ,data: params ,dataType:'JSON' ,success:function(data){ thesis.empty(); $('.pagination_block').empty(); var html = ""; data.thiesisList.forEach(function (element, index) { html += "<div class='board-item'><div class='col-xs-12 num'>" + (index + 1) + "</div><div class='col-xs-12 cont'>"; // html += "<div class='title'><a href='/pageView/2927?kistiId=" + element.kistiId + "&listPageSeq=1623&publishYear=" + params.publishYear + "&volumeIssue=" + encodeURI(params.volumeIssue) + "' id='link'><strong>" + element.articleTitle + "</strong></a></div>"; html += "<div class='title'><a href=\"javascript:detailView( \'\' , \'" + element.kistiId + "\', \'1623\', \'\', \'" + params.publishYear + "\', \'" + encodeURI(params.volumeIssue) +"\')\"; ><strong>" + element.articleTitle + "</strong></a></div>"; html += "<ul class='item_info'><li class='fir'>" + element.author + "</li><li>" + element.journalTitle + "</li>"; html += "<li>" + data.volumeIssue + "</li><li>" + element.page + "</li><li>" + element.year + "</li><a href=" + element.thesisPdf + " target='_blank' class='link'><li>원문 바로보기</li><i class='icon_modal'></i></a></ul>"; html += "<div class='txt'>" + element.artlAbstract + "</div>"; html += "<div class='txt_more_btn'><a href='javascript:;' id='detail-button' class='detail-button'>펼치기<span class='glyphicon glyphicon-chevron-down' aria-hidden='true'></span></a></div>"; html += "</div><div class='clearfix'></div></div>"; }); thesis.append(html); $('#totalPage').hide(); $('.total em').text(data.thiesisList.length); toggleForAb(); } ,error:function(){ alert("접속에러 \n 다시한번 시도해주세요"); } }); }); // 권호 선택후 논문 출력 function toggleForAb(){ $(document).on("click","#detail-button", function(event){ commonUI.boardView(); }); } var title = $('.board-item .title strong'); title.each(function () { $(this).html($(this).text()); }); var abs = $('.board-item .txt'); abs.each(function () { $(this).html($(this).text()); }) }); function detailView(cPage, kistiId, listPageSeq, queryString, publishYear, volumeIssue ) { let f = document.createElement('form'); let obj; obj = document.createElement('input'); obj.setAttribute('type', 'hidden'); obj.setAttribute('name', 'cPage'); obj.setAttribute('value', cPage); let obj_sec; obj_sec = document.createElement('input'); obj_sec.setAttribute('type', 'hidden'); obj_sec.setAttribute('name', 'kistiId'); obj_sec.setAttribute('value', kistiId); let obj_thr; obj_thr = document.createElement('input'); obj_thr.setAttribute('type', 'hidden'); obj_thr.setAttribute('name', 'listPageSeq'); obj_thr.setAttribute('value', listPageSeq); let obj_fou; obj_fou = document.createElement('input'); obj_fou.setAttribute('type', 'hidden'); obj_fou.setAttribute('name', 'queryString'); obj_fou.setAttribute('value', queryString); let obj_fif; obj_fif = document.createElement('input'); obj_fif.setAttribute('type', 'hidden'); obj_fif.setAttribute('name', 'publishYear'); obj_fif.setAttribute('value', publishYear); let obj_six; obj_six = document.createElement('input'); obj_six.setAttribute('type', 'hidden'); obj_six.setAttribute('name', 'volumeIssue'); obj_six.setAttribute('value', volumeIssue); f.appendChild(obj); f.appendChild(obj_sec); f.appendChild(obj_thr); f.appendChild(obj_fou); f.appendChild(obj_fif); f.appendChild(obj_six); f.setAttribute('method', 'post'); f.setAttribute('action', '/pageView/2927'); document.body.appendChild(f); f.submit(); } </script> </head> <body> <!-- accessibility --> <div id="accessibility"> <a href="#cont_skip">본문 바로가기</a> <a href="#header_wrap">메뉴바로가기</a> </div> <!-- //accessibility --> <!-- wrap --> <div id="sub_wrap"> <!-- header --> <script type="text/javascript" src="/resources/js/search/search.js"></script> <script type="text/javascript"> $(function(){ if($(".depth_3").length || $(".tab").length || $(".step").length){ $(".depth_3 li a, .tab li a, .step li .cont").matchHeight({ byRow: true, property: 'height', target: null, remove: false }); } //메뉴 var navMenu = $("#nav li"), childUl = $('ul'); $.fn.showMenu = function() { return $(this).children(childUl).stop().addClass('on'); } $.fn.hideMenu = function() { return $(this).children(childUl).stop().removeClass('on'); } navMenu.mouseover($.fn.showMenu); navMenu.mouseleave($.fn.hideMenu); navMenu.focusin($.fn.showMenu); navMenu.next().focusin(function(){ $(this).siblings().children(childUl).stop().removeClass('on'); }); navMenu.next('li:last').focusout(function(){ navMenu.children(childUl).stop().removeClass('on'); }); // 서브메뉴 포커스 추가 $('.home>a').focus(function(){ $('div[class="location"] div:eq(1)>ul').hide(); }) $('div[class="location"] div:eq(1)>a').focus(function(){ $('div[class="location"] div:eq(1)>ul').show(); $('div[class="location"] div:eq(2)>ul').hide(); }) $('div[class="location"] div:eq(2)>a').focus(function(){ $('div[class="location"] div:eq(1)>ul').hide(); $('div[class="location"] div:eq(2)>ul').show(); $('div[class="location"] div:eq(3)>ul').hide(); }) $('div[class="location"] div:eq(3)>a').focus(function(){ $('div[class="location"] div:eq(2)>ul').hide(); $('div[class="location"] div:eq(3)>ul').show(); $('div[class="location"] div:eq(4)>ul').hide(); }) $('div[class="location"] div:eq(4)>a').focus(function(){ $('div[class="location"] div:eq(3)>ul').hide(); $('div[class="location"] div:eq(4)>ul').show(); }) $('.facebook').focus(function(){ $('div[class="location"] div:eq(2)>ul').hide(); $('div[class="location"] div:eq(3)>ul').hide(); $('div[class="location"] div:eq(4)>ul').hide(); }) $('a[href="#header_wrap"]').on('click',function(){ setTimeout(function(){ $('div[class="header grab"] nav ul li:eq(0) a:eq(0)').focus(); },0) }) $('a[href="#gnb"]').on('click',function(){ setTimeout(function(){ $('div[class="header grab"] nav ul li:eq(0) a:eq(0)').focus(); },0) }) }); </script> <!-- header start --> <header id="header_wrap"> <div class="header grab"> <h1><a class="navbar-brand" href="/index"> <img src="/resources/images/main_logo.png" alt="KASI 한국천문연구원 천문우주지식정보" class="sub_logo"> <img src="/resources/images/main_logo.png" alt="KASI 한국천문연구원 천문우주지식정보" class="main_logo"> <img src="/resources/images/main_logo.png" alt="KASI 천문우주지식정보" class="sub_logo mobile_logo"> <img src="/resources/images/main_logo.png" alt="KASI 천문우주지식정보" class="sub_logo mobile_logo_w"> </a></h1> <nav id="gnb"> <h2 class="sr-only">주메뉴</h2> <a href='#' class="mobile-nav-link"></a> </nav> <!-- header_btn --> <div class="header_btn"> <a href="#" title="통합검색 바로가기" class="search" id="btnSearch"><i class="glyphicon glyphicon-search"><span class="sr-only">검색</span></i></a> <a href="#none" title="사이트맵 바로가기" class="sitemap" data-toggle="modal" data-target="#siteMapModal"><i class="glyphicon glyphicon-menu-hamburger"><span class="sr-only">사이트맵</span></i></a> </div> <!-- //header_btn --> </div> <nav class="mobile_nav"> <div class="nav-menu"> <div class="top-btn"> <a href="#" data-toggle="modal" data-target="#siteMapModal" class="b_sitemap">사이트맵</a> <a href="/search/search" class="b_search">통합검색</a> </div> <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> <div class="depth1"> <a data-toggle="collapse" class="collapsed" role="tab" data-parent="#accordion" href="#depth1_1" aria-expanded="true" aria-controls="depth1_1"> 생활천문관 </a> <div id="depth1_1" class="depth2 collapse" role="tabpanel" aria-labelledby="depth1_1"> <div class="depth2_list"> <a href="/life/pageView/8">음양력변환계산</a> </div> <div class="depth2_list"> <a href="/life/pageView/5">월별 음양력</a> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth1_03" aria-expanded="true" aria-controls="depth1_03"> 달력자료(월력요항) </a> <div id="depth1_03" class="depth2 collapse" role="tabpanel" aria-labelledby="depth1_03"> <div class="depth3_list"><a href="/life/post/calendarData">달력자료</a></div> <div class="depth3_list"><a href="/life/post/almanac">월력요항</a></div> </div> </div> </div> <div class="depth2_list"> <a href="/life/pageView/9">일출일몰시각계산</a> </div> <div class="depth2_list"> <a href="/life/pageView/6">월별 해/달 출몰시각</a> </div> <div class="depth2_list"> <a href="/life/pageView/10">태양 고도/방위각계산</a> </div> <div class="depth2_list"> <a href="/life/pageView/7">월별 천문현상</a> </div> </div> </div> <div class="depth1"> <a data-toggle="collapse" class="collapsed" role="tab" data-parent="#accordion" href="#depth1_2" aria-expanded="true" aria-controls="depth1_2"> 천문학습관 </a> <div id="depth1_2" class="depth2 collapse" role="tabpanel" aria-labelledby="depth1_2"> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_01" aria-expanded="true" aria-controls="depth2_01"> 태양계 </a> <div id="depth2_01" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_01"> <div class="depth3_list"><a href="/learning/pageView/5108">태양계 개요</a></div> <div class="depth3_list"><a href="/learning/pageView/5123">태양</a></div> <div class="depth3_list"><a href="/learning/pageView/5132">수성</a></div> <div class="depth3_list"><a href="/learning/pageView/5135">금성</a></div> <div class="depth3_list"><a href="/learning/pageView/5138">지구</a></div> <div class="depth3_list"><a href="/learning/pageView/5145">화성</a></div> <div class="depth3_list"><a href="/learning/pageView/5148">목성</a></div> <div class="depth3_list"><a href="/learning/pageView/5152">토성</a></div> <div class="depth3_list"><a href="/learning/pageView/5157">천왕성</a></div> <div class="depth3_list"><a href="/learning/pageView/5161">해왕성</a></div> <div class="depth3_list"><a href="/learning/pageView/5165">왜소행성</a></div> <div class="depth3_list"><a href="/learning/pageView/5168">소행성</a></div> <div class="depth3_list"><a href="/learning/pageView/5172">혜성</a></div> <div class="depth3_list"><a href="/learning/pageView/5175">유성</a></div> <div class="depth3_list"><a href="/learning/pageView/5027">카이퍼 벨트</a></div> <div class="depth3_list"><a href="/learning/pageView/5028">오르트 구름</a></div> <div class="depth3_list"><a href="/learning/pageView/5178">우주천문학</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_02" aria-expanded="true" aria-controls="depth2_02"> 일식 </a> <div id="depth2_02" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_02"> <div class="depth3_list"><a href="/learning/pageView/6299">1991~2000</a></div> <div class="depth3_list"><a href="/learning/pageView/6189">2001~2010</a></div> <div class="depth3_list"><a href="/learning/pageView/6209">2011~2020</a></div> <div class="depth3_list"><a href="/learning/pageView/6233">2021~2030<span class="label">2025</span></a></div> <div class="depth3_list"><a href="/learning/pageView/6255">2031~2040</a></div> <div class="depth3_list"><a href="/learning/pageView/6277">2041~2050</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_03" aria-expanded="true" aria-controls="depth2_03"> 월식 </a> <div id="depth2_03" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_03"> <div class="depth3_list"><a href="/learning/pageView/5773">1951~1960</a></div> <div class="depth3_list"><a href="/learning/pageView/5796">1961~1970</a></div> <div class="depth3_list"><a href="/learning/pageView/5819">1971~1980</a></div> <div class="depth3_list"><a href="/learning/pageView/5842">1981~1990</a></div> <div class="depth3_list"><a href="/learning/pageView/5888">1991~2000</a></div> <div class="depth3_list"><a href="/learning/pageView/5864">2001~2010</a></div> <div class="depth3_list"><a href="/learning/pageView/5911">2011~2020</a></div> <div class="depth3_list"><a href="/learning/pageView/5934">2021~2030<span class="label">2025</span></a></div> <div class="depth3_list"><a href="/learning/pageView/5956">2031~2040</a></div> <div class="depth3_list"><a href="/learning/pageView/5979">2041~2050</a></div> <div class="depth3_list"><a href="/learning/pageView/6322">2051~2060</a></div> <div class="depth3_list"><a href="/learning/pageView/6345">2061~2070</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_04" aria-expanded="true" aria-controls="depth2_04"> 천체 </a> <div id="depth2_04" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_04"> <div class="depth3_list"><a href="/learning/pageView/6372">항성</a></div> <div class="depth3_list"><a href="/learning/pageView/5198">성운과 성단</a></div> <div class="depth3_list"><a href="/learning/pageView/5201">은하</a></div> <div class="depth3_list"><a href="/learning/pageView/5038">메시에 목록</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_05" aria-expanded="true" aria-controls="depth2_05"> 천체물리학 </a> <div id="depth2_05" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_05"> <div class="depth3_list"><a href="/learning/pageView/5204">행성의 거리</a></div> <div class="depth3_list"><a href="/learning/pageView/5206">밝기</a></div> <div class="depth3_list"><a href="/learning/pageView/5208">스펙트럼</a></div> <div class="depth3_list"><a href="/learning/pageView/5042">색깔과 온도</a></div> <div class="depth3_list"><a href="/learning/pageView/5209">별의 위치</a></div> <div class="depth3_list"><a href="/learning/pageView/5214">별의 거리</a></div> <div class="depth3_list"><a href="/learning/pageView/5224">천체역학</a></div> <div class="depth3_list"><a href="/learning/pageView/5230">역학</a></div> <div class="depth3_list"><a href="/learning/pageView/6387">이론</a></div> <div class="depth3_list"><a href="/learning/pageView/6380">우주론</a></div> <div class="depth3_list"><a href="/learning/pageView/5048">천문단위</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_06" aria-expanded="true" aria-controls="depth2_06"> 우주탐사 </a> <div id="depth2_06" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_06"> <div class="depth3_list"><a href="/learning/pageView/5053">로켓의 발달</a></div> <div class="depth3_list"><a href="/learning/pageView/5054">우주왕복선</a></div> <div class="depth3_list"><a href="/learning/pageView/5258">태양계 탐사</a></div> <div class="depth3_list"><a href="/learning/pageView/5262">외계행성 찾기</a></div> <div class="depth3_list"><a href="/learning/pageView/5264">외계생명체 찾기</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_07" aria-expanded="true" aria-controls="depth2_07"> 별자리 </a> <div id="depth2_07" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_07"> <div class="depth3_list"><a href="/learning/pageView/5058">별자리 기원</a></div> <div class="depth3_list"><a href="/learning/pageView/5059">별자리 상식</a></div> <div class="depth3_list"><a href="/learning/pageView/5267">북반구의 별자리</a></div> <div class="depth3_list"><a href="/learning/pageView/5272">별자리 전설</a></div> <div class="depth3_list"><a href="/learning/pageView/5324">별자리 구성</a></div> <div class="depth3_list"><a href="/learning/pageView/5376">동양의 별자리</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_08" aria-expanded="true" aria-controls="depth2_08"> 망원경 </a> <div id="depth2_08" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_08"> <div class="depth3_list"><a href="/learning/pageView/5064">역사</a></div> <div class="depth3_list"><a href="/learning/pageView/5387">원리</a></div> <div class="depth3_list"><a href="/learning/pageView/5390">종류</a></div> <div class="depth3_list"><a href="/learning/pageView/5394">가대</a></div> <div class="depth3_list"><a href="/learning/pageView/5396">활용</a></div> <div class="depth3_list"><a href="/learning/pageView/5069">선택방법</a></div> <div class="depth3_list"><a href="/learning/pageView/5402">관련부품</a></div> <div class="depth3_list"><a href="/learning/pageView/6388">국내천문대</a></div> <div class="depth3_list"><a href="/learning/pageView/6394">세계의 망원경</a></div> <div class="depth3_list"><a href="/learning/pageView/5384">고천문의기</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_09" aria-expanded="true" aria-controls="depth2_09"> 천문우주 동영상 </a> <div id="depth2_09" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_09"> <div class="depth3_list"><a href="/learning/post/educationVideo">천문우주 교육동영상</a></div> <div class="depth3_list"><a href="/learning/post/mediaGallery">별별우주동영상</a></div> </div> </div> </div> <div class="depth2_list"> <a href="/learning/pageView/6384">천문학자</a> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth2_011" aria-expanded="true" aria-controls="depth2_011"> 논문 </a> <div id="depth2_011" class="depth2 collapse" role="tabpanel" aria-labelledby="depth2_011"> <div class="depth3_list"><a href="/learning/pageView/1623">한국천문학회지</a></div> <div class="depth3_list"><a href="/learning/pageView/1628">한국우주과학회지</a></div> <div class="depth3_list"><a href="/learning/pageView/6391">ADS 논문검색</a></div> </div> </div> </div> </div> </div> <div class="depth1"> <a data-toggle="collapse" class="collapsed" role="tab" data-parent="#accordion" href="#depth1_3" aria-expanded="true" aria-controls="depth1_3"> 천문기록관 </a> <div id="depth1_3" class="depth2 collapse" role="tabpanel" aria-labelledby="depth1_3"> <div class="depth2_list"> <a href="/almanac/pageView/26">역서별</a> </div> <div class="depth2_list"> <a href="/almanac/pageView/27">연도별</a> </div> <div class="depth2_list"> <a href="/almanac/pageView/24">천문 기록 검색</a> </div> </div> </div> <div class="depth1"> <a data-toggle="collapse" class="collapsed" role="tab" data-parent="#accordion" href="#depth1_4" aria-expanded="true" aria-controls="depth1_4"> 공공데이터 </a> <div id="depth1_4" class="depth2 collapse" role="tabpanel" aria-labelledby="depth1_4"> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth4_01" aria-expanded="true" aria-controls="depth4_01"> 은하중심 24시 </a> <div id="depth4_01" class="depth2 collapse" role="tabpanel" aria-labelledby="depth4_01"> <div class="depth3_list"><a href="/publicdata/pageView/6438">고밀도 연속관측 데이터</a></div> <div class="depth3_list"><a href="/publicdata/pageView/6439">KMTNet 데이터 받기</a></div> <div class="depth3_list"><a href="/publicdata/pageView/6440">데이터 가공사례</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth4_02" aria-expanded="true" aria-controls="depth4_02"> 우리의 별 태양 </a> <div id="depth4_02" class="depth2 collapse" role="tabpanel" aria-labelledby="depth4_02"> <div class="depth3_list"><a href="/publicdata/pageView/6441">태양의 물리적 특징</a></div> <div class="depth3_list"><a href="/publicdata/pageView/6442">태양데이터</a></div> <div class="depth3_list"><a href="/publicdata/pageView/6443">데이터 활용하기</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth4_03" aria-expanded="true" aria-controls="depth4_03"> 우주로부터의 라디오 방송 </a> <div id="depth4_03" class="depth2 collapse" role="tabpanel" aria-labelledby="depth4_03"> <div class="depth3_list"><a href="/publicdata/pageView/6445">우주전파란?</a></div> <div class="depth3_list"><a href="/publicdata/pageView/6446">초장기선 전파간섭계란?</a></div> <div class="depth3_list"><a href="/publicdata/pageView/6447">데이터 받기</a></div> <div class="depth3_list"><a href="/publicdata/pageView/6448">데이터 가공사례</a></div> </div> </div> </div> </div> </div> <div class="depth1"> <a data-toggle="collapse" class="collapsed" role="tab" data-parent="#accordion" href="#depth1_5" aria-expanded="true" aria-controls="depth1_5"> 천문지식참여 </a> <div id="depth1_5" class="depth2 collapse" role="tabpanel" aria-labelledby="depth1_5"> <div class="depth2_list"> <a href="/community/post/faq">자주하는 질문</a> </div> </div> </div> <div class="depth1"> <a data-toggle="collapse" class="collapsed" role="tab" data-parent="#accordion" href="#depth1_6" aria-expanded="true" aria-controls="depth1_6"> 정보공개&활용 </a> <div id="depth1_6" class="depth2 collapse" role="tabpanel" aria-labelledby="depth1_6"> <div class="depth2_list"> <a href="/information/pageView/31">Open API</a> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth6_02" aria-expanded="true" aria-controls="depth6_02"> 티커서비스 </a> <div id="depth6_02" class="depth2 collapse" role="tabpanel" aria-labelledby="depth6_02"> <div class="depth3_list"><a href="/information/ticker/pageView/32">티커서비스 소개</a></div> <div class="depth3_list"><a href="/information/ticker/pageView/1626">티커서비스 신청</a></div> </div> </div> </div> <div class="depth2_list"> <div class="depth3"> <a data-toggle="collapse" role="tab" data-parent="#accordion" href="#depth6_03" aria-expanded="true" aria-controls="depth6_03"> 천문갤러리 </a> <div id="depth6_03" class="depth2 collapse" role="tabpanel" aria-labelledby="depth6_03"> <div class="depth3_list"><a href="">천체사진공모전 수상작</a></div> <div class="depth3_list"><a href="">천문현상 사진 및 영상</a></div> </div> </div> </div> </div> </div> </div> </div> </nav> <div class="mobile_nav_bg"></div> </header> <!-- header end --> <!-- searchDrop --> <script type="text/javascript"> $(document).ready(function(){ var flag = 0; $("#btnSearch").click(function(){ if (flag === 0) { $("#searchDrop").show(); flag = 1; }else{ $("#searchDrop").hide(); flag = 0; } }); $("#search_close").click(function(){ if (flag === 1) { $("#searchDrop").hide(); flag = 0; } }); $(document).click(function (event) { if (!$(event.target).hasClass('ico_search')) { if ($("#searchDrop").is(':visible') && !($(event.target).closest('.bg').length > 0 || $(event.target).closest('#header_wrap').length > 0)) { $("#search_close").click() } } }) }); </script> <div id="searchDrop"> <div class="bg"> <div class="grab"> <!-- search_write --> <form name="searchForm_main" id="searchForm_main" class="form-horizontal" method="post"> <fieldset> <legend>통합검색</legend> <h4 class="tit">통합검색</h4> <div class="cont"> <div class="search_input"> <label class="sr-only" for="search_txt">검색어</label> <input name="search_txt" id="search_txt" placeholder="검색어를 입력하여 주세요" value="" onkeypress = "if(event.keyCode==13){allSearch('main','header');return false;}" class="form-control" type="text"> <button type="button" class="btn_search" onclick="allSearch('main','header');"><i class="ico_search"><span class="sr-only">검색</span></i></button> <a href="/search/search" class="btn white">통합검색 바로가기<i class="arr_right"></i></a> </div> <div class="keyword"> <strong class="">인기검색어<img src="/resources/images/common/searchDrop_keyword_arr.png" alt=""></strong> <ul> <li><a href="javascript:mainSelectSearch('24절기')"> 24절기 </a></li> <li><a href="javascript:mainSelectSearch('개기월식')"> 개기월식 </a></li> <li><a href="javascript:mainSelectSearch('금성')"> 금성 </a></li> <li><a href="javascript:mainSelectSearch('남중고도')"> 남중고도 </a></li> <li><a href="javascript:mainSelectSearch('청명')"> 청명 </a></li> </ul> </div> </div> </fieldset> <input type="hidden" id="searchTerm_main" name="searchTerm_main" value=""/> </form> <!-- //search_write --> <button type="button" class="close" id="search_close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><img src="/resources/images/common/modal_close.png" alt="모달창 닫기"></span></button><div class="sr-only">모달창 닫기</div> </div> </div> </div> <!--// searchDrop --> <!-- topInfo 서브메인처리--> <div class="grab topInfo"> <!-- 1depth --> <div id="nav_title" class="ico_2"> <h2 class="tit"> 천문학습관 </h2> </div> <!-- //1depth --> <!-- location --> <div id="location_wrap"> <div class="location"> <div class="home"> <a href="/index"><span class="glyphicon glyphicon-home"><strong class="sr-only">홈으로 이동</strong></span></a> </div> <div class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span>천문학습관</span><i class="location_arrbox"><img src="/resources/images/common/location_arrbox.gif" alt=""></i></a> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/life/pageView/39">생활천문관</a> </li> <li role="presentation"> <a href="/learning/pageView/40">천문학습관</a> </li> <li role="presentation"> <a href="/almanac/pageView/41">천문기록관</a> </li> <li role="presentation"> <a href="/publicdata/pageView/6437">공공데이터</a> </li> <li role="presentation"> <a href="/community/post/faq">천문지식참여</a> </li> <li role="presentation"> <a href="/information/pageView/31">정보공개&활용</a> </li> </ul> </div> <div class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span>논문</span><i class="location_arrbox"><img src="/resources/images/common/location_arrbox.gif" alt=""></i></a> <script type="text/javascript"> $(function(){ $("#container").addClass("h4wrap"); $(".tit_nav h3").remove(); $(".tit_nav").prepend("<h3 class='sr-only'>논문</h3>"); }); </script> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/learning/pageView/5108">태양계</a> </li> <li role="presentation"> <a href="/learning/pageView/6299">일식</a> </li> <li role="presentation"> <a href="/learning/pageView/5773">월식</a> </li> <li role="presentation"> <a href="/learning/pageView/6372">천체</a> </li> <li role="presentation"> <a href="/learning/pageView/5204">천체물리학</a> </li> <li role="presentation"> <a href="/learning/pageView/5053">우주탐사</a> </li> <li role="presentation"> <a href="/learning/pageView/5058">별자리</a> </li> <li role="presentation"> <a href="/learning/pageView/5064">망원경</a> </li> <li role="presentation"> <a href="/learning/post/educationVideo">천문우주 동영상</a> </li> <li role="presentation"> <a href="/learning/pageView/6384">천문학자</a> </li> <li role="presentation"> <a href="/learning/pageView/1623">논문</a> </li> </ul> </div> <div class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span>한국천문학회지</span><i class="location_arrbox"><img src="/resources/images/common/location_arrbox.gif" alt=""></i></a> <script type="text/javascript"> $(function(){ $(".tit_nav").append("<h4>한국천문학회지</h4>"); $(".mobile_tit_nav h3").text("한국천문학회지") }); </script> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/learning/pageView/1623">한국천문학회지</a> </li> <li role="presentation"> <a href="/learning/pageView/1628">한국우주과학회지</a> </li> <li role="presentation"> <a href="/learning/pageView/6391">ADS 논문검색</a> </li> </ul> </div> <div class="dropdown"> <ul class="dropdown-menu" role="menu"> </ul> </div> </div> <div class="clearfix"></div> <!-- sns box --> <div class="sns_box"> <a class="facebook" href="javascript:sendFaceBook('한국천문학회지','/learning/pageView/1623')" title="페이스북으로 퍼가기(새창)" > <i class="icon-facebook"></i><span class="sr-only">페이스북으로 퍼가기</span> </a> <a class="twitter" href="javascript:sendTwitter('한국천문학회지','/learning/pageView/1623')" title="트위터로 퍼가기(새창)" > <i class="icon-twitter"></i><span class="sr-only">트위터로 퍼가기</span> </a> <a class="print" href="javascript:void(0);" onclick="javascript:printContents();" title="프린트하기" ><i class="icon-print"></i><span class="sr-only">프린트하기</span></a> </div> </div> <!--// location --> <div id="printtitle"> <div class="tit_nav"> <h3> 한국천문학회지 </h3> </div> </div> <div class="clearfix"></div> </div> <div class="mobile_topInfo mobile_topbg1"> <h2 class="tit"></h2> <div class="topinfo"> <ul class="location"> <li class="fir"><span class="glyphicon glyphicon-home"><strong class="sr-only">홈으로 이동</strong></span></li> <li class="mobile_depth1"></li> <li class="mobile_depth2 active"></li> </ul> <div class="dropdown social"> <a class="social_btn" id="dLabel" data-target="#" href="#" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> <span class="sr-only">SNS더보기 및 프린트하기</span> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> <li><a href="javascript:sendFaceBook('한국천문학회지','/learning/pageView/1623')"><i class="icon-facebook"></i><span>Facebook</span></a></li> <li><a href="javascript:sendTwitter('한국천문학회지','/learning/pageView/1623')"><i class="icon-twitter"></i><span>Twitter</span></a></li> </ul> </div> </div> </div> <div class="mobile_tit_nav container"> <h3></h3> </div> <script> $(function () { var mobileTab = $('.mobile_topInfo'); var depths = $('#location_wrap').find('a.dropdown-toggle span'); mobileTab.find('h2.tit').text($(depths[0]).text()); mobileTab.find('.mobile_depth1').text($(depths[0]).text()); mobileTab.find('.mobile_depth2').text($(depths[1]).text()); }) </script> <div class="modal Submodal familySiteModal fade" id="familySiteModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog" id="siteContent"> <h3 class="h3_title_noimg">관련사이트</h3> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><div class="sr-only">모달창 닫기</div> </div> </div> <!-- //familySiteModal --> <!-- //header --> <section id="container" class="container" tabindex="0"> <div id="printbody"> <!-- left_nav --> <div class="panel-group left_nav" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <a data-toggle="collapse" role="tab" id="leftNav1" data-parent="#accordion" href="#leftNav1_drop" aria-expanded="true" aria-controls="leftNav1_drop"> 태양계 </a> <ul id="leftNav1_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav1"> <li> <a href="/learning/pageView/5108">태양계 개요 </a> </li> <li> <a href="/learning/pageView/5123">태양 </a> </li> <li> <a href="/learning/pageView/5132">수성 </a> </li> <li> <a href="/learning/pageView/5135">금성 </a> </li> <li> <a href="/learning/pageView/5138">지구 </a> </li> <li> <a href="/learning/pageView/5145">화성 </a> </li> <li> <a href="/learning/pageView/5148">목성 </a> </li> <li> <a href="/learning/pageView/5152">토성 </a> </li> <li> <a href="/learning/pageView/5157">천왕성 </a> </li> <li> <a href="/learning/pageView/5161">해왕성 </a> </li> <li> <a href="/learning/pageView/5165">왜소행성 </a> </li> <li> <a href="/learning/pageView/5168">소행성 </a> </li> <li> <a href="/learning/pageView/5172">혜성 </a> </li> <li> <a href="/learning/pageView/5175">유성 </a> </li> <li> <a href="/learning/pageView/5027">카이퍼 벨트 </a> </li> <li> <a href="/learning/pageView/5028">오르트 구름 </a> </li> <li> <a href="/learning/pageView/5178">우주천문학 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav2" data-parent="#accordion" href="#leftNav2_drop" aria-expanded="true" aria-controls="leftNav2_drop"> 일식 </a> <ul id="leftNav2_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav2"> <li> <a href="/learning/pageView/6299">1991~2000 </a> </li> <li> <a href="/learning/pageView/6189">2001~2010 </a> </li> <li> <a href="/learning/pageView/6209">2011~2020 </a> </li> <li> <a href="/learning/pageView/6233">2021~2030 <span class="label">2025</span> </a> </li> <li> <a href="/learning/pageView/6255">2031~2040 </a> </li> <li> <a href="/learning/pageView/6277">2041~2050 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav3" data-parent="#accordion" href="#leftNav3_drop" aria-expanded="true" aria-controls="leftNav3_drop"> 월식 </a> <ul id="leftNav3_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav3"> <li> <a href="/learning/pageView/5773">1951~1960 </a> </li> <li> <a href="/learning/pageView/5796">1961~1970 </a> </li> <li> <a href="/learning/pageView/5819">1971~1980 </a> </li> <li> <a href="/learning/pageView/5842">1981~1990 </a> </li> <li> <a href="/learning/pageView/5888">1991~2000 </a> </li> <li> <a href="/learning/pageView/5864">2001~2010 </a> </li> <li> <a href="/learning/pageView/5911">2011~2020 </a> </li> <li> <a href="/learning/pageView/5934">2021~2030 <span class="label">2025</span> </a> </li> <li> <a href="/learning/pageView/5956">2031~2040 </a> </li> <li> <a href="/learning/pageView/5979">2041~2050 </a> </li> <li> <a href="/learning/pageView/6322">2051~2060 </a> </li> <li> <a href="/learning/pageView/6345">2061~2070 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav4" data-parent="#accordion" href="#leftNav4_drop" aria-expanded="true" aria-controls="leftNav4_drop"> 천체 </a> <ul id="leftNav4_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav4"> <li> <a href="/learning/pageView/6372">항성 </a> </li> <li> <a href="/learning/pageView/5198">성운과 성단 </a> </li> <li> <a href="/learning/pageView/5201">은하 </a> </li> <li> <a href="/learning/pageView/5038">메시에 목록 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav5" data-parent="#accordion" href="#leftNav5_drop" aria-expanded="true" aria-controls="leftNav5_drop"> 천체물리학 </a> <ul id="leftNav5_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav5"> <li> <a href="/learning/pageView/5204">행성의 거리 </a> </li> <li> <a href="/learning/pageView/5206">밝기 </a> </li> <li> <a href="/learning/pageView/5208">스펙트럼 </a> </li> <li> <a href="/learning/pageView/5042">색깔과 온도 </a> </li> <li> <a href="/learning/pageView/5209">별의 위치 </a> </li> <li> <a href="/learning/pageView/5214">별의 거리 </a> </li> <li> <a href="/learning/pageView/5224">천체역학 </a> </li> <li> <a href="/learning/pageView/5230">역학 </a> </li> <li> <a href="/learning/pageView/6387">이론 </a> </li> <li> <a href="/learning/pageView/6380">우주론 </a> </li> <li> <a href="/learning/pageView/5048">천문단위 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav6" data-parent="#accordion" href="#leftNav6_drop" aria-expanded="true" aria-controls="leftNav6_drop"> 우주탐사 </a> <ul id="leftNav6_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav6"> <li> <a href="/learning/pageView/5053">로켓의 발달 </a> </li> <li> <a href="/learning/pageView/5054">우주왕복선 </a> </li> <li> <a href="/learning/pageView/5258">태양계 탐사 </a> </li> <li> <a href="/learning/pageView/5262">외계행성 찾기 </a> </li> <li> <a href="/learning/pageView/5264">외계생명체 찾기 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav7" data-parent="#accordion" href="#leftNav7_drop" aria-expanded="true" aria-controls="leftNav7_drop"> 별자리 </a> <ul id="leftNav7_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav7"> <li> <a href="/learning/pageView/5058">별자리 기원 </a> </li> <li> <a href="/learning/pageView/5059">별자리 상식 </a> </li> <li> <a href="/learning/pageView/5267">북반구의 별자리 </a> </li> <li> <a href="/learning/pageView/5272">별자리 전설 </a> </li> <li> <a href="/learning/pageView/5324">별자리 구성 </a> </li> <li> <a href="/learning/pageView/5376">동양의 별자리 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav8" data-parent="#accordion" href="#leftNav8_drop" aria-expanded="true" aria-controls="leftNav8_drop"> 망원경 </a> <ul id="leftNav8_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav8"> <li> <a href="/learning/pageView/5064">역사 </a> </li> <li> <a href="/learning/pageView/5387">원리 </a> </li> <li> <a href="/learning/pageView/5390">종류 </a> </li> <li> <a href="/learning/pageView/5394">가대 </a> </li> <li> <a href="/learning/pageView/5396">활용 </a> </li> <li> <a href="/learning/pageView/5069">선택방법 </a> </li> <li> <a href="/learning/pageView/5402">관련부품 </a> </li> <li> <a href="/learning/pageView/6388">국내천문대 </a> </li> <li> <a href="/learning/pageView/6394">세계의 망원경 </a> </li> <li> <a href="/learning/pageView/5384">고천문의기 </a> </li> </ul> <a data-toggle="collapse" role="tab" id="leftNav9" data-parent="#accordion" href="#leftNav9_drop" aria-expanded="true" aria-controls="leftNav9_drop"> 천문우주 동영상 </a> <ul id="leftNav9_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav9"> <li> <a href="/learning/post/educationVideo">천문우주 교육동영상 </a> </li> <li> <a href="/learning/post/mediaGallery">별별우주동영상 </a> </li> </ul> <a role="tab" id="leftNav10" data-parent="#accordion" href="/learning/pageView/6384" aria-expanded="true" aria-controls="leftNav10_drop"> 천문학자 </a> <ul id="leftNav10_drop" class="panel-collapse collapse" role="tabpanel" aria-labelledby="leftNav10"> </ul> <a data-toggle="collapse" role="tab" id="leftNav11" data-parent="#accordion" href="#leftNav11_drop" aria-expanded="true" aria-controls="leftNavleftNav11_drop" class="active"> 논문 </a> <ul id="leftNav11_drop" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="leftNav11"> <li> <a href="/learning/pageView/1623" class="active">한국천문학회지 </a> </li> <li> <a href="/learning/pageView/1628">한국우주과학회지 </a> </li> <li> <a href="/learning/pageView/6391">ADS 논문검색 </a> </li> </ul> </div> </div> <!-- //left_nav --> <div class="content_body_right" id="cont_skip"> <div class="box_img icons"> <div class="cont"> <div class="img height"> <img src="/resources/images/content/boxicon_thesisList.png" alt=""> </div> <div class="txt search_write"> <p class="copy"> 1968년 ~ 2024년까지 <strong>1,211 건</strong>의 <em>한국천문학회지</em>를 격월간 확인하실 수 있습니다. </p> <ul class="ul_list_gray mt_20"> <li class="fir">The Korean Astronomical Society (The Korean Astronomical Society)</li> <li>계간 (Quarterly)</li> <li>ISSN : 1225-4614 (ISSN : 1225-4614)<p id="issn" hidden="true">1225-4614</p></li> <li>DB구축현황 : <span class="txt_red"></span><span class="txt_red"> 1,211</span>건 (DB Construction : <span class="txt_red"></span> <span class="txt_red">1,211</span> Articles)</li> </ul> <a href="javascript:;" class="btn-popover" data-container="body" data-toggle="popover" data-placement="bottom" data-content="'년도와' '권/호'를 함께 선택하여 주세요."> <i class="icon_popover"></i> <span class="sr-only">안내사항</span> </a> <div class="group_s group"> <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true"> <p id="selectedYear">년도</p> <span class="arr"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1"> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2024</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2023</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2022</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2021</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2020</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2019</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2018</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2017</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2016</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2015</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2014</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2013</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2012</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2011</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2010</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2009</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2008</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2007</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2006</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2005</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2004</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2003</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2002</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2001</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">2000</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1999</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1998</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1997</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1996</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1995</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1994</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1993</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1992</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1991</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1990</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1989</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1988</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1987</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1986</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1985</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1984</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1983</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1982</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1981</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1980</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1979</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1978</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1977</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1976</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1975</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1974</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1973</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1972</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1971</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1970</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1969</a></li> <li class="publishedYear" id="publishedYear" role="presentation"><a role="menuitem" tabindex="-1" href="#">1968</a></li> </ul> </div> </div> <div class="group_s group"> <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-expanded="true"> <p id="selectedVolumeIssue">권/호</p> <span class="arr"></span> </button> <ul id="volumeIssue" class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2" style="min-width:203px;"> <li class="volumeIssueClass" role="presentation"><a role="menuitem" tabindex="-1" href="#">권/호 를 선택해주세요</a></li> </ul> </div> </div> <button type="button" class="btn purple" id="search_btn">검색하기</button> </div> <div class="clearfix"></div> </div> </div> <!--// box --> <div class="category_box"> <div class="form-group board_top"> <span class="total" id="totalCnt">총 게시글 <em>1,211</em>건</span> <span id="totalPage" class="total page">페이지 <em>1</em>/122</span> <div class="search-group"> <form id="srchForm1" method="post" action="/learning/pageView/1623"> <input type="hidden" name="cPage" value="1"> <input type="hidden" name="totalCnt" value="1211"> <input type="hidden" id="searchClsf" name="searchClsf" value="BI"> <div class="select"> <button id="searchTypeBtn" aria-expanded="false" data-toggle="dropdown" class="btn dropdown-toggle" type="button"> <span id="searchTypeTxt">전체</span><span class="caret"></span> </button> <ul role="menu" class="dropdown-menu"> <li id="default"><a href="javascript:setSearchType('BI','전체');">전체</a></li> <li id="tit"><a href="javascript:setSearchType('TI','제목');">제목</a></li> <li id="cont"><a href="javascript:setSearchType('AU','저자');">저자</a></li> </ul> </div> <label class="sr-only" for="searchTxt">검색어를 입력하세요</label> <input class="form-control" id="searchTxt" name="searchTxt" value="" placeholder="검색어를 입력하세요." type="text"> <button type="submit" class="btn btn-search"><i class="icon-search"></i><span class="sr-only">검색</span></button> </form> </div> <div class="clearfix"></div> </div> </div> <div class="bbs_basic thesis"> <div class="board-item"> <div class="col-xs-12 num">1</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404861561551', '1623', '', '', '')"><strong>Diffusive Shock Acceleration Efficiencies for Weak ICM Shocks in the Test-Particle Regime</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Hyesung Kang</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.2</li> <li>pp.155-162</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404861561551 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> During the formation of large-scale structures in the universe, weak internal shocks are induced within the hot intracluster medium (ICM), while strong accretion shocks arise in the warm-hot intergalactic medium (WHIM) within filaments, and the warm-cold gas in voids surrounding galaxy clusters. These cosmological shocks are thought to accelerate cosmic ray (CR) protons and electrons via diffusive shock acceleration (DSA). Recent advances in particle-in-cell and hybrid simulations have provided deeper insights into the kinetic plasma processes that govern microinstabilities and particle acceleration in collisionless shocks in weakly magnetized astrophysical plasma. In this study, we adopt a thermal-leakage type injection model and DSA power-law distribution functions in the test-particle regime. The CR proton spectrum directly connects to the Maxwellian distribution of protons at the injection momentum p<sub>inj</sub> = Q<sub>p</sub>p<sub>th,p</sub>. On the other hand, the CR electron spectrum extends down to p<sub>min</sub> = Q<sub>e</sub>p<sub>th,e</sub> and is linked to the Maxwellian distribution of electrons. Here, p<sub>th,p</sub> and p<sub>th,e</sub>, are the proton and electron thermal momenta, respectively. Moreover, we propose that the postshock gas temperature and the injection parameters, Q<sub>p</sub> and Q<sub>e</sub> are self-regulated to maintain the test-particle condition, as the thermal energy is gradually transferred to the CR energy. Under these constraints, we estimate the self-regulated values of the temperature reduction factor, R<sub>T</sub>, and the proton injection parameter, Q<sub>p</sub>, along with the resulting CR efficiencies, &#x1D702;<sub>p</sub> and &#x1D702;<sub>e</sub>. We then provide analytical fitting functions for these parameters as functions of the shock Mach number, M<sub>s</sub>. These fitting formulas may serve as valuable tools for quantitatively assessing the impact of CR protons and electrons, as well as the resulting nonthermal emissions in galaxy clusters and cosmic filaments. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">2</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404861561643', '1623', '', '', '')"><strong>Toward a Next Generation Solar Coronagraph: Command and Data Handling System of Balloon-Borne Investigation of Temperature and Speed of Electrons in the Corona</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Jongyeob Park</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.2</li> <li>pp.183-196</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404861561643 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> The Balloon-borne Investigation of Temperature and Speed of Electrons in the corona (BITSE) mission, performed by KASI and NASA, used a high-altitude scientific balloon. The purpose of BITSE was to investigate the scientific feasibility of electron temperature and velocity measurements in the solar corona using wavelength-dependent polarization brightness differences. KASI was responsible for developing the command and data handling (C&DH) system, including the main electronics unit and flight software (FSW). Here, we introduce the development of C&DH system of BITSE and describe the ground integration and test and flight operations. The main electronics unit was built using an industrial-grade modular system in customized enclosures that withstood the operating environment. The FSW was developed using the core Flight System (cFS), an open-source software framework developed by NASA and used in several successful space missions. BITSE was launched at Fort Sumner, New Mexico, USA, on September 18, 2019. It observed the solar corona for approximately 4 hours at an altitude of approximately 40 km and collected 16,000 solar corona images. This study could provide guidelines for developing the C&DH system for future balloon missions. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">3</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404861561526', '1623', '', '', '')"><strong>Asteroseismic Searching for Environmental Influence in Star Clusters Observed by Kepler/K2</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Yun-A Jo</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.2</li> <li>pp.145-154</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404861561526 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> In this paper, we investigate asteroseismic scaling-relations of evolved stars in star clusters observed by Kepler/K2, aiming to address the issue of whether observed stellar oscillations are influenced by environmental factors, as there are interesting phenomena relating to the stellar pulsations observed in star clusters. Specifically, we compare statistical properties of distributions including &#x2206;&#x1D708;, &#x1D708;<sub>max</sub>, H<sub>Gauss</sub>, &#x1D6FF;&#x1D708;<sub>env</sub>, and &#x1D6FF;&#x1D708;<sub>02</sub> derived from red giant branch (RGB) and red clump (RC) stars in two pairs of star clusters: NGC 2682 - NGC 6819 and NGC 1817 - NGC 6811. We have found that the slopes of relations between &#x1D708;<sub>max</sub> and &#x2206;&#x1D708; and between H<sub>Gauss</sub> and &#x1D708;<sub>max</sub> associated with RC stars in the more compact star clusters, NGC 2682 and NGC 1817, are in common less steep compared with those for NGC 6819 and NGC 6811. It is also found that the slopes of the relation between &#x1D6FF;&#x1D708;<sub>env</sub> and &#x1D708;<sub>max</sub> from RC stars in the more compact star clusters are in common steeper compared with those for the others. For the relation between &#x1D6FF;&#x1D708;<sub>02</sub> and &#x2206;&#x1D708; obtained from RGB stars, the slope resulting from NGC 2682 and NGC 6819 is indistinguishable. The Kolmogorov-Smirnov tests conducted on RC stars in the pairs of NGC 2682 and NGC 6819, as well as NGC 1817 and NGC 6811, indicate that all the seismic quantities considered in this paper are drawn from different distributions. We conclude, therefore, that the properties of star clusters should be considered when asteroseismic data obtained from stars within star clusters are interpreted. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">4</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404861561725', '1623', '', '', '')"><strong>AI-Aided Trend Analysis of Astronomical Research Publications: Focused Sundial and Gnomon Research</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Jiwon Park</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.2</li> <li>pp.223-237</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404861561725 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> This study employs a range of AI-based bibliometric methods to examine trends among astronomical research publications. Astronomy is a field with a long history of research and a wide variety of fields, so there are many areas in which quantitative bibliometric studies can be used to categorize topics, summarize research trends, and explore future research directions. For our first attempt we chose the oldest astronomical instrument, the sundial. We collected a total of 172 sundial and gnomon research papers from 1909 to 2024 from Web of Science and Scopus databases. A bibliometric analysis of the astronomical research papers was performed using the bibliometrix package in R. Topics were categorized and discussed using the Structural Topic Model (STM) method. Productivity, citation counts, and other metrics were compared across countries and journals and the global network of researchers engaged in the study of sundials was analyzed. Results emphasize the need for greater international collaboration and interdisciplinary integration. Current trends in sundial and gnomon research were reviewed, identifying eight research topics through the use of STM, demonstrating the evolution of this field into various applications. The article concludes by discussing future research directions for sundials and gnomons, demonstrating the applicability of AI-assisted bibliometric analysis in various fields of astronomy research. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">5</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404960120289', '1623', '', '', '')"><strong>Experiments with a Three-Element Radio Interferometer in 12 GHz</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Jeongwhan Han</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.1</li> <li>pp.25-33</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404960120289 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> In order to attract students to the radio universe, we have constructed a three-element radio interferometer in the National Youth Space Center, Goheung, Korea. It consists of three 1.8 m off-axis parabola antennas with driving systems, sideband separation receivers operating in 12 GHz, a narrow band digitizer, and correlation software. We have used as many commercial products as possible to reduce development costs. The maximum separation of 20 m gives an angular resolution of ~4', and the shortest baseline of 3.8 m prevents a serious missing flux. Fringes are detected for several radio sources, including the sun and Cas A. After a rough relative calibration, we have derived visibilities for the sun, whose amplitudes are decreasing for longer baselines. We have made a solar image using the visibility amplitudes and closure phases, referring to the 17 GHz image by Nobeyama Radioheliograph. Developing a flexible real-time correlator seems most crucial if this kind of the system is to be used for more rigorous scientific studies. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">6</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404861561584', '1623', '', '', '')"><strong>HCN and HNC in the Disk of an Outbursting Young Star, V883 Ori</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Seonjae Lee</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.2</li> <li>pp.163-171</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404861561584 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> Hydrogen cyanide (HCN) and hydrogen isocyanide (HNC) are isomers with similar chemical properties. However, HNC can be converted into other molecules by reactions with atomic hydrogen (H) and atomic oxygen (O), resulting in a variation of the HCN/HNC abundance ratio. These reaction rates are sensitive to gas temperature, resulting in different abundance ratios in different temperature environments. The emission of HCN and HNC was found to distribute along ring structures in the protoplanetary disk of V883 Ori. HCN exhibits a multi-ring structure consisting of inner and outer rings. The outer ring represents a genuine chemical structure, whereas the inner ring appears to display such characteristics due to the high dust continuum optical depth at the center. However, HNC is entirely depleted in the warmer inner ring, while its line intensity is similar to that of HCN in the colder outer ring. In this study, we present a chemical calculation that reproduces the observed HCN/HNC abundance ratio in the inner and outer rings. This calculation suggests that the distinct emission distribution between HCN and HNC results from a currently ongoing outburst in V883 Ori. The sublimation of HCN and HNC from grain surfaces and the conversion of HNC to HCN determine their chemical distribution in the heated, warm inner disk. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">7</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404960120468', '1623', '', '', '')"><strong>Eddington Ratios of Dust-Obscured Quasars at z ~ 2</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Dohyeong Kim</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.1</li> <li>pp.95-103</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404960120468 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> In the merger-driven galaxy evolution scenario, dust-obscured quasars are considered to be an intermediate population between merger-driven star-forming galaxies and unobscured quasars; however, this scenario is still controversial. To verify this, it is necessary to investigate whether dust-obscured quasars have higher Eddington ratio (&#x03BB;<sub>Edd</sub>) values than those of unobscured quasars, as expected in the merger-driven galaxy evolution scenario. In this study, we derive black hole (BH) masses of 10 dust-obscured quasars at z ~ 2, during the peak period of star-formation and BH growth in the Universe, using a newly derived mid-infrared (MIR) continuum luminosity (L<sub>MIR</sub>)-based estimator that is highly resistant to dust extinction. Then, we compare the &#x03BB;<sub>Edd</sub> values of these dust-obscured quasars to those of unobscured type-1 quasars at similar redshifts. We find that the measured log (&#x03BB;<sub>Edd</sub>) values of the dust-obscured quasars, -0.06 &#x00B1; 0.10, are significantly higher than those of the unobscured quasars, -0.86 &#x00B1; 0.01. This result remains consistent across the redshift range from 1.5 to 2.5. Our results show that the dust-obscured quasars are at their maximal growth, consistent with the expectation from the merger-driven galaxy evolution scenario at the epoch quasar activities were most prominent in the cosmic history. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">8</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404861561418', '1623', '', '', '')"><strong>Impact of Internal Dust Correction on the Stellar Populations of Galaxies Estimated Using the Full Spectrum Fitting</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Joon Hyeop Lee</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.2</li> <li>pp.105-114</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404861561418 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> Full spectrum fitting is a powerful tool for estimating the stellar populations of galaxies, but the fitting results are often significantly influenced by internal dust attenuation. For understanding how the choice of the internal dust correction method affects the detailed stellar populations estimated from the full spectrum fitting, we analyze the Sydney-Australian Astronomical Observatory Multi-object Integral field spectrograph (SAMI) galaxy survey data using the Penalized PiXel-Fitting (PPXF) package. Three choices are compared: (Choice-1) using the PPXF reddening option, (Choice-2) using the multiplicative Legendre polynomial, and (Choice-3) using none of them (no dust correction). In any case, the total mean stellar populations show reasonable mass-age and mass-metallicity relations (MTR and MZR), although the correlations appear to be strongest for Choice-1 (MTR) and Choice-2 (MZR). When we compare the age-divided mean stellar populations, the MZR of young (<10<sup>9.5</sup> yr &#x2248; 3.2 Gyr) stellar components in Choice-2 is consistent with the gas-phase MZR, whereas those in the other two choices hardly are. On the other hand, the MTR of old (&#x2265;10<sup>9.5</sup> yr) stellar components in Choice-1 seems to be more reasonable than that in Choice-2, because the old stellar components in low-mass galaxies tend to be relatively younger than those in massive galaxies. Based on the results, we provide empirical guidelines for choosing the optimal options for dust correction. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">9</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404960120409', '1623', '', '', '')"><strong>A Multi-Wavelength Study on a Gamma-Ray Bright AGN 1308+326 Using KVN at 22 and 43 GHz</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Shan Li</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.1</li> <li>pp.67-82</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404960120409 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> In this study, we conduct a multi-frequency analysis of the gamma-ray bright blazar 1308+326 from February 2013 to March 2020, using the Korean VLBI Network at 22 and 43 GHz and gamma-ray data from the Fermi Large Area Telescope (LAT). Our findings reveal spectral variations around the 2014 gamma-ray flare, aligning with the shock-in-jet model. A strong correlation is observed between gamma-ray and 43 GHz emissions, with a 27-day lag in the VLBI core light curve, indicating a 50-day delay from the beginning of a specific radio flare to the gamma-ray peak. This radio flare correlates with a new jet component, suggesting the 2014 gamma-ray flare resulted from its interaction with a stationary component. Our analysis indicates the 2014 gamma-ray flare originated 40-63 parsecs from the central engine, with seed photons for the gamma-ray emission unlikely from the broad-line region. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> <div class="board-item"> <div class="col-xs-12 num">10</div> <div class="col-xs-12 cont"> <div class="title"> <a href="javascript:detailView('1', 'JAKO202404861561505', '1623', '', '', '')"><strong>Exploring Asteroseismic Relations with Partial Correlation Coefficients along Evolutionary Status</strong></a> </div> <!-- item info --> <ul class="item_info"> <li class="fir">Yun-A Jo</li> <li>Journal of the Korean Astronomical Society = 천문학회지</li> <li>57, n.2</li> <li>pp.135-143</li> <li>2024</li> <li><a href=" http://click.ndsl.kr/servlet/OpenAPIDetailView?keyValue=09718604&target=NART&cn=JAKO202404861561505 " target="_blank" class="link" title="새창으로 열림">원문 바로보기<i class="icon_modal"></i></a></li> </ul> <!-- //item info --> <div class="txt"> Much effort has been carried out to calibrate and revise asteroseismic relations, given their importance of relations in asteroseismology in determining fundamental parameters of stars. In this study, we statistically explore asteroseismic relations with partial correlation coefficients to determine the most fundamental parameters, separately analyzing asteroseismic data based on the evolutionary status of stars from main sequence up to core helium-burning red-clump stars. We have found that regardless of the evolutionary status of the sampled stars the surface gravity and density of stars strongly influence the observed correlations. More importantly, it is found that indirect correlations derived considering the influence of confounding parameters are subject to the evolutionary status. For example, the observed correlation of the large frequency separation &#x2206;&#x1D708; with the central frequency &#x1D708;<sub>max</sub> is influenced by the stellar mass, radius, and luminosity only for main sequence stars. The observed correlation of the width of the Gaussian envelope &#x1D6FF;&#x1D708;<sub>env</sub> with &#x1D708;<sub>max</sub> is influenced by the stellar mass, effective temperature, radius, and luminosity for main-sequence and subgiant stars. The observed relation between &#x2206;&#x1D708; and the small frequency separation &#x1D6FF;&#x1D708;<sub>02</sub> is influenced by the stellar mass, radius, and luminosity for main-sequence and subgiant stars. In contrast, effective temperature, metallicity, and age do not seem to significantly affect the observed correlations. Finally, we conclude by discussing implication of our findings. </div> <div class="txt_more_btn"><a href="javascript:;" class="detail-button">펼치기 <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a></div> </div> <div class="clearfix"></div> </div> </div> <nav class="pagination_block text-center"> <ul class='pagination'><li class='active' title='현재 페이지'><a href='#'>1</a></li><li title='2페이지'><a href='/learning/pageView/1623?cPage=2'>2</a></li><li title='3페이지'><a href='/learning/pageView/1623?cPage=3'>3</a></li><li title='4페이지'><a href='/learning/pageView/1623?cPage=4'>4</a></li><li title='5페이지'><a href='/learning/pageView/1623?cPage=5'>5</a></li><li class='next' title='다음 페이지로 이동'><a href='/learning/pageView/1623?cPage=6'>다음<span><i class="icon-angle-right"></i></span></a></li><li class="last" title='마지막 페이지로 이동'><a href="/learning/pageView/1623?cPage=122" >마지막<span><i class="icon-angle-right"></i><i class="icon-angle-right"></i></span></a></li></ul> </nav> </div> </div> </section> <!-- footer --> <!--footer start--> <footer class="footer"> <div class="link"> <div class="grab"> <a class="fir" href="https://www.kasi.re.kr/kor/post/privacy" target="_blank">개인정보처리방침</a> <a href="/pageView/36">저작권정책</a> <a href="https://www.kasi.re.kr/" target="_blank">한국천문연구원 홈페이지 바로가기</a> <button type="button" data-toggle="modal" id="prtcipSiteBtn" data-target="#familySiteModal"> 관련사이트 <img src="/resources/images/common/footer_ico_modal.png" alt="" class="ico_modal"> <img src="/resources/images/common/footer_ico_modal_w.png" alt="" class="ico_w_modal"> </button> <div class="clearfix"></div> </div> </div> <div class="grab"> <address class="address">(34055) 대전광역시 유성구 대덕대로 776 전화: 080-373-3333(무료) / 042-865-3333(유료) 천문정보 ARS: 042-865-3332 팩스: 042-861-5610</address> <p class="copyright">Copyright (C) 2017 Korea Astronomy and Space Science Institute. All Rights Reserved.</p> <div class="mark"> <img src="/resources/images/common/footer_mark_1.png" alt="Korea Knowledge Portal 국가지식지정마크"> </div> <button type="button" id="cntTop"><img src="/resources/images/top.png" alt="페이지 처음으로 이동"></button> </div> </footer> <!--footer end--> <!-- siteMapModal --> <div class="modal Submodal siteMapModal fade" id="siteMapModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <h3 class="h3_title_noimg">사이트맵</h3> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <ul class="sitemap"> <li><h4 class="site01"><a href="/life/pageView/8"><span>생활천문관</span></a></h4> <ul> <li><h5> <a href="/life/pageView/8">음양력변환계산</a> </h5> </li> <li><h5> <a href="/life/pageView/5">월별 음양력</a> </h5> </li> <li><h5> <a href="/life/post/calendarData">달력자료(월력요항)</a> </h5> </li> <li><h5> <a href="/life/pageView/9">일출일몰시각계산</a> </h5> </li> <li><h5> <a href="/life/pageView/6">월별 해/달 출몰시각</a> </h5> </li> <li><h5> <a href="/life/pageView/10">태양 고도/방위각계산</a> </h5> </li> <li><h5> <a href="/life/pageView/7">월별 천문현상</a> </h5> </li> </ul> </li> <li><h4 class="site02"><a href="/learning/pageView/5108"><span>천문학습관</span></a></h4> <ul> <li><h5> <a href="/learning/pageView/5108">태양계</a> </h5> </li> <li><h5> <a href="/learning/pageView/6233">일식</a> </h5> </li> <li><h5> <a href="/learning/pageView/5934">월식</a> </h5> </li> <li><h5> <a href="/learning/pageView/6372">천체</a> </h5> </li> <li><h5> <a href="/learning/pageView/5204">천체물리학</a> </h5> </li> <li><h5> <a href="/learning/pageView/5053">우주탐사</a> </h5> </li> <li><h5> <a href="/learning/pageView/5058">별자리</a> </h5> </li> <li><h5> <a href="/learning/pageView/5064">망원경</a> </h5> </li> <li><h5> <a href="/learning/post/educationVideo">천문우주 동영상</a> </h5> </li> <li><h5> <a href="/learning/pageView/6384">천문학자</a> </h5> </li> <li><h5> <a href="/learning/pageView/1623">논문</a> </h5> </li> </ul> </li> <li><h4 class="site03"><a href="/almanac/pageView/26"><span>천문기록관</span></a></h4> <ul> <li><h5> <a href="/almanac/pageView/26">역서별</a> </h5> </li> <li><h5> <a href="/almanac/pageView/27">연도별</a> </h5> </li> <li><h5> <a href="/almanac/pageView/24">천문 기록 검색</a> </h5> </li> </ul> </li> <li><h4 class="site04"><a href="/publicdata/pageView/6438"><span>공공데이터</span></a></h4> <ul> <li><h5> <a href="/publicdata/pageView/6438">은하중심 24시</a> </h5> </li> <li><h5> <a href="/publicdata/pageView/6441">우리의 별 태양</a> </h5> </li> <li><h5> <a href="/publicdata/pageView/6445">우주로부터의 라디오 방송</a> </h5> </li> </ul> </li> <li><h4 class="site05"><a href="/community/post/faq"><span>천문지식참여</span></a></h4> <ul> <li><h5> <a href="/community/post/faq">자주하는 질문</a> </h5> </li> </ul> </li> <li><h4 class="site06"><a href="/information/pageView/31"><span>정보공개&활용</span></a></h4> <ul> <li><h5> <a href="/information/pageView/31">Open API</a> </h5> </li> <li><h5> </h5> </li> <li><h5> <a href="/information/astroGallery/astroContest">천문갤러리</a> </h5> </li> </ul> </li> </ul><!--// sitemap_wrap --> </div> </div> <!-- //siteMapModal --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-98871218-1', 'auto'); ga('send', 'pageview'); //관련사이트버튼 클릭 $('#prtcipSiteBtn').click(function(){ $('#siteContent > ul').remove(); $.ajax({ url: "/getListPrtcipSite", success: function (data) { var list = data.linkList; var modalContents = '<ul>'; var images = ''; $.each(list, function(key, data){ images = data.FILE_LIST.split('|')[2]; modalContents += '<li><a title="새창으로 열림" href="'+data.ARTL_LNK1+'" target="'+data.BBS_EXTR_COLM_4+'"><img alt="'+data.BBS_EXTR_COLM_5+'" src="/file/'+images+'"></a></li>'; }); modalContents +='</ul>' $('#siteContent').append(modalContents); } }); }); </script> <!-- //footer --> </div> <!-- //wrap --> <script type="text/javascript" src="/resources/js/bootstrap.min.js"></script> <script type="text/javascript"> $(function(){ $(".depth_3, .tab").css("display","block"); $("img[title]").each(function(){ $(this).removeAttr('title'); }); }); </script> </body> </html>