CINXE.COM
Biomolecules & Therapeutics
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-EJCYLL4RCW"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-96357078-42'); gtag('config', 'G-EJCYLL4RCW'); </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- 링크 썸네일과 타이틀 :: 뷰페이지에서 안나오게 함 --> <meta property="og:title" content="Biomolecules & Therapeutics"> <meta property="og:image" content="/img/og-img.jpg?v=2503060326"> <title>Biomolecules & Therapeutics</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <script type="text/javascript" src="/js/link.js"></script> <script type="text/javascript" src="/js/flash.js"></script> <script type="text/javascript" src="/js/roll_over.js"></script> <script type="text/javascript" src="/js/rsliding.js"></script> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/slides.min.jquery.js"></script> <!-- <script type='text/javascript' src='/js/menu.js'></script> --> <script type="text/javascript" src="/journal/js/script.js"></script> <script src="/flowplayer/js/flowplayer-3.0.2.min.js"></script> <script type="text/x-mathjax-config"> //<![CDATA[ MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true }, "HTML-CSS": { availableFonts: ["TeX"] } }); $(function(){ var startSlide = 1; $('#slides').slides({ container: 'slide', pagination: true, //generateNextPrev: true, //next: 'next', //prev: 'prev', generatePagination: true, paginationClass: 'page', start: 1, effect: 'slide', slideSpeed: 950, play: 60000, pause: 0, start: startSlide }); }); //]]> </script> <script type="text/javascript" src="https://tools.inforang.com/mathjax/MathJax.js?config=Accessible"></script> <!-- <script src="/js/prototype.js"></script> --> <script src="https://www.inforang.com/js/left.js"></script> <script src="/js/jquery.infieldlabel.min.js"></script> <script> jQuery(function() { jQuery("label").inFieldLabels(); }); function chkLayer(no) { switch (no) { case "T1" : jQuery('#tabCon_2').fadeIn(1000); jQuery('#tabCon_2').show(); jQuery('#tabCon_3').hide(); jQuery('#tabTable1').attr("class", "on"); jQuery('#tabTable2').attr("class", "off"); jQuery('#tabTable3').attr("class", "off"); jQuery('#tabTable1').attr("src", "/img/rig02_tab10.gif"); jQuery('#tabTable2').attr("src", "/img/rig02_tab2.gif"); jQuery('#tabTable3').attr("src", "/img/rig02_tab3.gif"); break; case "T2" : jQuery('#tabCon_2').hide(); jQuery('#tabCon_3').fadeIn(1000); jQuery('#tabCon_3').show(); jQuery('#tabTable1').attr("class", "off"); jQuery('#tabTable2').attr("class", "on"); jQuery('#tabTable3').attr("class", "off"); jQuery('#tabTable1').attr("src", "/img/rig02_tab1.gif"); jQuery('#tabTable2').attr("src", "/img/rig02_tab20.gif"); jQuery('#tabTable3').attr("src", "/img/rig02_tab3.gif"); break; case "T3" : jQuery('#tabCon_1').hide(); jQuery('#tabCon_2').hide(); jQuery('#tabCon_3').show(); jQuery('#tabCon_3').fadeIn(1000); jQuery('#tabTable1').attr("class", "off"); jQuery('#tabTable2').attr("class", "off"); jQuery('#tabTable3').attr("class", "on"); jQuery('#tabTable1').attr("src", "/img/rig02_tab1.gif"); jQuery('#tabTable2').attr("src", "/img/rig02_tab2.gif"); jQuery('#tabTable3').attr("src", "/img/rig02_tab30.gif"); break; case "T4" : jQuery('#ml_list').hide(); jQuery('#issue').show(); jQuery('#tabTable4').attr("class", "on"); jQuery('#tabTable5').attr("class", "off"); break; case "T5" : jQuery('#ml_list').show(); jQuery('#issue').hide(); jQuery('#tabTable4').attr("class", "off"); jQuery('#tabTable5').attr("class", "on"); break; default: jQuery('#tabCon_1').show(); jQuery('#tabCon_2').hide(); jQuery('#tabCon_3').hide(); jQuery('#tabTable1').attr("class", "on"); jQuery('#tabTable2').attr("class", "off"); jQuery('#tabTable3').attr("class", "off"); jQuery('#tabTable1').attr("src", "/img/rig02_tab10.gif"); jQuery('#tabTable2').attr("src", "/img/rig02_tab2.gif"); jQuery('#tabTable3').attr("src", "/img/rig02_tab3.gif"); } } </script> <!--[if lte IE 6]> <style type="text/css" media="screen"> form label { background: #fff; } </style> <![endif]--> <script type="text/javascript"> <!-- ns = (document.layers)? true:false; ie = (document.all)? true:false; function showLayer(id) { if (ns) document.layers[id].visibility = "visible"; else if (ie) document.all[id].style.visibility = "visible"; if (ns) document.layers["divFlash03"].visibility = "hidden"; else if (ie) document.all["divFlash03"].style.visibility = "hidden"; mplayer.open('http://www.olympusmedical.co.kr/OMfile/OMcommon/olympus_final01.wmv'); } function hideLayer(id) { if (ns) document.layers[id].visibility = "hidden"; else if (ie) document.all[id].style.visibility = "hidden"; if (ns) document.layers["divFlash03"].visibility = "visible"; else if (ie) document.all["divFlash03"].style.visibility = "visible"; } function loginform_clearbg(type) { if (type == "id") { document.login_form.id.style.backgroundImage=""; } else if (type == "pwd") { document.login_form.pwd.style.backgroundImage = ''; } } function click() { if ((event.button==2) || (event.button==3)) { } } document.onmousedown=click; if (navigator.appName == "Netscape") { document.captureEvents(Event.MOUSEDOWN) document.onmousedown = checkClick function checkClick(ev) { if (ev.which != 1) { return false } } } function setCookie( name, value, expiredays ){ var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays ); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" } function getCookie( name ){ var nameOfCookie = name + "="; var x = 0; while ( x <= document.cookie.length ){ var y = (x+nameOfCookie.length); if ( document.cookie.substring( x, y ) == nameOfCookie ) { if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) endOfCookie = document.cookie.length; return unescape( document.cookie.substring( y, endOfCookie ) ); } x = document.cookie.indexOf( " ", x ) + 1; if ( x == 0 ) break; } return ""; } //--> </script> </head> <body> <iframe name='update_proc' width='0' height='0' frameborder='0' marginheight='0' marginwidth='0'></iframe><script type="text/javascript"> //<![CDATA[ // 2011-12-27(화) 글자 크기 추가 jQuery(document).ready(function() { jQuery('#text_size_p').click(function() { jQuery('.j_text_size').each(function() { var a = jQuery(this).css('font-size'); var b = a.replace(/[^0-9]/gi, '') ; var c = parseInt(b) +2; jQuery(this).css('font-size', c); }); }); jQuery('#text_size_m').click(function() { jQuery('.j_text_size').each(function() { var a = jQuery(this).css('font-size'); var b = a.replace(/[^0-9]/gi, '') ; var c = parseInt(b) -2; jQuery(this).css('font-size', c); }); }); }); function chkLayerSlide() { jQuery('#submenu').slideDown(500); } function chkLayerMenu(no) { switch (no) { case "M1" : jQuery('#tapNavi1').attr("src", "../img/main/navi_img10.gif"); jQuery('#tapNavi2').attr("src", "../img/main/navi_img2.gif"); jQuery('#tapNavi3').attr("src", "../img/main/navi_img3.gif"); jQuery('#tapNavi4').attr("src", "../img/main/navi_img4.gif"); jQuery('#tapNavi5').attr("src", "../img/main/navi_img5.gif"); break; case "M2" : jQuery('#tapNavi1').attr("src", "../img/main/navi_img1.gif"); jQuery('#tapNavi2').attr("src", "../img/main/navi_img20.gif"); jQuery('#tapNavi3').attr("src", "../img/main/navi_img3.gif"); jQuery('#tapNavi4').attr("src", "../img/main/navi_img4.gif"); jQuery('#tapNavi5').attr("src", "../img/main/navi_img5.gif"); break; case "M3" : jQuery('#tapNavi1').attr("src", "../img/main/navi_img1.gif"); jQuery('#tapNavi2').attr("src", "../img/main/navi_img2.gif"); jQuery('#tapNavi3').attr("src", "../img/main/navi_img30.gif"); jQuery('#tapNavi4').attr("src", "../img/main/navi_img4.gif"); jQuery('#tapNavi5').attr("src", "../img/main/navi_img5.gif"); break; case "M4" : jQuery('#tapNavi1').attr("src", "../img/main/navi_img1.gif"); jQuery('#tapNavi2').attr("src", "../img/main/navi_img2.gif"); jQuery('#tapNavi3').attr("src", "../img/main/navi_img3.gif"); jQuery('#tapNavi4').attr("src", "../img/main/navi_img40.gif"); jQuery('#tapNavi5').attr("src", "../img/main/navi_img5.gif"); break; default: jQuery('#tapNavi1').attr("src", "../img/main/navi_img1.gif"); jQuery('#tapNavi2').attr("src", "../img/main/navi_img2.gif"); jQuery('#tapNavi3').attr("src", "../img/main/navi_img3.gif"); jQuery('#tapNavi4').attr("src", "../img/main/navi_img4.gif"); jQuery('#tapNavi5').attr("src", "../img/main/navi_img50.gif"); } } //]]> </script> <div class="wrap_header"> <div id="header"> <div class="global"> <!-- <ul> <li><a href="/main.html"><img src="../img/global_home.png" border="0"/></a></li> <li><a href="http://www.ksmcb.or.kr/eng/" target="_blank"><img src="../img/global_eng.png" border="0"/></a></li> <li><a href="http://www.ksmcb.or.kr/main.html" target="_blank"><img src="../img/global_kor.png" border="0"/></a></li> </ul> --> </div> <div class="mainimg"> <!-- <ul class="open_access"> <li>pISSN : 1976-9148</li> <li>eISSN : 2005-4483</li> </ul> --> <a href="javascript:Home()"><img src="../img/pic_top_230630.jpg?v=2503060326" border="0"/></a> <div class="if_ban"> <div class="inner"> <p>2023 Impact Factor</p> <h2>3.0</h2> </div> </div> </div> <div id="menuarea"> <!-- css / main.css --> <table cellspacing="0" cellpadding="0" border="0" width="100%" class="menu_table"> <tr> <td width="13%"><a href="javascript:Home()" class='TopSubTab on'>HOME</a></td> <td width="15%"><a href="javascript:about01()" class='TopSubTab off'>Journal Info</a></td> <td width="*"><a href="javascript:articles01()" class='TopSubTab off'>Articles & Issues</a></td> <td width="*"><a href="javascript:authors01()" class='TopSubTab off'>Instructions to Authors</a></td> <td width="12%"><a href="javascript:policy01()" class='TopSubTab off'>Policy</a></td> <td width="17%"><a href="http://www.biomolther.org/thesis" target="_blank" class='last TopSubTab '>E-Submission</td> </tr> </table> <!-- <ul id="TopMenuSub"> <li><a href="javascript:Home()" class='TopSubTab'><img src="../img/main/menu/menu_01_on.gif" alt="home" border="0" /></a></li> <li><a href="javascript:articles01()" class='TopSubTab'><img src="../img/main/menu/menu_02_off.gif" alt="articles" border="0"/></a></li> <li><a href="javascript:authors01()" class='TopSubTab'><img src="../img/main/menu/menu_03_off.gif" alt="authors" border="0"/></a></li> <li><a href="javascript:reviewers01()" class='TopSubTab'><img src="../img/main/menu/menu_04_off.gif" alt="Reviewers" border="0"/></a></li> <li><a href="javascript:about01()" class='TopSubTab'><img src="../img/main/menu/menu_05_off.gif" alt="About the Journal" border="0"/></a></li> <li><a href="http://www.ksmcb.or.kr/submission/Login.html" target="_blank" class='TopSubTab'><img src="../img/main/menu/menu_06_off.gif" alt="e-Submission" border="0"/></a></li> </ul> --> </div> <div class="wrap_searchbar"> <div class="searchbar"> <form id="searchForm2" name="searchForm2" method="get" action="/journal/list.html"> <input type="hidden" name="pn" value="search" /> <table width="930" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="66"><img src="../img/main/searchbar_img.gif" alt="search for" width="66px" height="12px" /></td> <td width="219"> <p> <label for="s_t" class="inputlabel">Title</label><br /> <input name="s_t" id="s_t" type="text" value="" class="search_tit" /> </p> </td> <td width="162"> <p> <label for="s_a" class="inputlabel">Author</label><br /> <input name="s_a" id="s_a" type="text" value="" class="serch_author"/> </p> </td> <td width="164"> <p> <label for="s_k" class="inputlabel">Keyword</label><br /> <input name="s_k" id="s_k" type="text" value="" class="serch_key"/> </p> </td> <td width="113"> <select name='s_v'> <option value=''>::: Volume :::</option> <option value='33'>Vol. 33</option><option value='32'>Vol. 32</option><option value='31'>Vol. 31</option><option value='30'>Vol. 30</option><option value='29'>Vol. 29</option><option value='28'>Vol. 28</option><option value='27'>Vol. 27</option><option value='26'>Vol. 26</option><option value='25'>Vol. 25</option><option value='24'>Vol. 24</option><option value='23'>Vol. 23</option><option value='22'>Vol. 22</option><option value='21'>Vol. 21</option><option value='20'>Vol. 20</option><option value='19'>Vol. 19</option><option value='18'>Vol. 18</option><option value='17'>Vol. 17</option><option value='16'>Vol. 16</option> </select> </td> <td width="100"> <select name='s_n'> <option value=''>::: Issue :::</option> <option value='6'>No. 6</option><option value='5'>No. 5</option><option value='4'>No. 4</option><option value='3'>No. 3</option><option value='2'>No. 2</option><option value='1'>No. 1</option> </select> </td> <td width="106"><input type="image" src="../img/main/top_btn_search.gif" width="85" height="19" /></td> </tr> </table> <label for="Volume"></label> </form> </div> </div> </div> </div><div id="wrapper"> <div id="main_contents"> <div class="leftcontent"> <!--<div class="main_top_con">--> <!-- Start --> <!-- <div id="slides" class="slides"> <ul class="slide"> </ul> </div> --> <!-- End --> <!--</div>--> <div class="wrap_main_nav"> <div class="main_nav"> <ul> <li class="on" id="tabTable4" onmouseover="chkLayer('T4')"><a href="javascript:articles02()">Current Issue</a></li> <li class="off" id="tabTable5" onmouseover="chkLayer('T5')"><a href="javascript:articles02()">Online First</a></li> </ul> </div> </div> <!-- On-line First 시작 --> <div class="ml_list" id="ml_list" style="display:none;"> <div class="sub_text"> <div style="padding-top:20px;"> <p class="tit2" style="padding-left:15px;">Online First</p> <ul class="ollinetxt"> <li>Online First articles have been peer reviewed, accepted for publication and published online; they have not yet been assigned to a journal issue. When these articles are published in an issue, they will be removed from this page.</li> <li>Online First articles are copy-edited, typeset and approved by the authors before publication.</li> </ul> </div> </div> <div id='articles_contents'> <div class='list'> <form name="Journal_form" method="get"> <table width='100%'> <tr> <td class='list_ti'>December 13, 2024 </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1592&vmd=Full' class='j_text_size'>Hepatoprotective Effects of Resveratrol on Acetaminophen-Induced Acute Liver Injury and Its Implications for Tofacitinib Disposition in Rats</a></td> </tr> <tr> <td class="j_subtxt">Hyeon Gyeom Choi, So Yeon Park, Sung Hun Bae, Sun-Young Chang and So Hee Kim</td> </tr> <tr> <td class="j_subtxt"> <span class='publishedOnline'>Published online</span> December 13, 2024 <div><a href='https://doi.org/10.4062/biomolther.2024.184' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.184</span></a></div> <!-- <a href="/journal/download_pdf.php?uid=1592" onclick="document.update_proc.location='./download.php?num=1592'" target="_blank"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a> --> </td> </tr> <tr> <td class="j_subtxt"> <strong >Received</strong>: October 10, 2024; <strong >Revised</strong>: November 13, 2024; <strong >Accepted</strong>: November 18, 2024 </td> </tr> <tr> <td class="j_sub" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:right;"><a href="/journal/download_pdf.php?uid=1592" target="_blank"><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <tr> <td class="j_txt"></td> </tr> </table> </td> </tr> </table> </form> </div> </div> </div> <!-- On-line First 끝 --> <!-- curren issue 시작 --> <br /> <div class="list" id="issue" style="display:block;"> <div style='margin-bottom: 20px;'><img src="/journal/img/bl_circle.gif" style="vertical-align: middle;" /> <strong>Biomolecules & Therapeutics 2025; 33(2): 235~415</strong></div> <form name="Journal_form" method="get"> <table width='100%' border='0' cellspacing='0' cellpadding='0' style='clear:both'> <tr><td class='list_ti'>Reviews</td></tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1620&vmd=Full' class='j_text_size'>Pro-Oxidative and Inflammatory Actions of Extracellular Hemoglobin and Heme: Molecular Events and Implications for Alzheimer’s and Parkinson Disease</a> </td> </tr> <tr> <td class="j_subtxt">Nicole Bon Campomayor, Hee Jin Kim and Mikyung Kim</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 235-248 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.224' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.224</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.224" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 235-248 <a href='https://doi.org/10.4062/biomolther.2024.224' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.224</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1604&vmd=Full' class='j_text_size'>Allergy Inhibition Using Naturally Occurring Compounds Targeting Thymic Stromal Lymphopoietin Pathways: a Comprehensive Review</a> </td> </tr> <tr> <td class="j_subtxt">Le Ba Vinh, Kyeong Seon Lee, Yoo Kyong Han, Young Jun Kim, Suzy Kim, Abdul Bari Shah, Youngjoo Byun and Ki Yong Lee</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 249-267 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.177' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.177</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.177" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 249-267 <a href='https://doi.org/10.4062/biomolther.2024.177' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.177</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr><td height='20px;'></td></tr><tr><td class='list_ti'>Original Articles</td></tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1606&vmd=Full' class='j_text_size'>A Novel Histone Deacetylase 6 Inhibitor, 4-FHA, Improves Scopolamine-Induced Cognitive and Memory Impairment in Mice</a> </td> </tr> <tr> <td class="j_subtxt">Jee-Yeon Seo, Jisoo Kim, Yong-Hyun Ko, Bo-Ram Lee, Kwang-Hyun Hur, Young Hoon Jung, Hyun-Ju Park, Seok-Yong Lee and Choon-Gon Jang</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 268-277 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.110' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.110</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.110" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 268-277 <a href='https://doi.org/10.4062/biomolther.2024.110' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.110</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1614&vmd=Full' class='j_text_size'>Structure-Activity Relationship of NMDA Receptor Ligands and Their Activities on the ERK Activation through Metabotropic Signaling Pathway</a> </td> </tr> <tr> <td class="j_subtxt">Dooti Kundu, Mengling Wang, Suresh Paudel, Shujie Wang, Choon-Gon Jang and Kyeong-Man Kim</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 278-285 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.216' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.216</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.216" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 278-285 <a href='https://doi.org/10.4062/biomolther.2024.216' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.216</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1613&vmd=Full' class='j_text_size'>Neuroprotective Effect of β-Lapachone against Glutamate-Induced Injury in HT22 Cells</a> </td> </tr> <tr> <td class="j_subtxt">Hae Rim Lee, Hye Jin Jee and Yi-Sook Jung</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 286-296 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.241' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.241</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.241" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 286-296 <a href='https://doi.org/10.4062/biomolther.2024.241' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.241</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1612&vmd=Full' class='j_text_size'>Isorhamnetin Alleviates Inflammation-Induced Crosstalk between Kynurenine Pathway and Gut Microbiota in Depressed Mice</a> </td> </tr> <tr> <td class="j_subtxt">Mengjie Xu, Wei He, Ke Yan, Xinru Gao, Jun Li, Dongyue Xu, Jiao Xiao and Tingxu Yan</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 297-310 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.061' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.061</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.061" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 297-310 <a href='https://doi.org/10.4062/biomolther.2024.061' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.061</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1617&vmd=Full' class='j_text_size'>Primed Mesenchymal Stem Cells by IFN-γ and IL-1β Ameliorate Acute Respiratory Distress Syndrome through Enhancing Homing Effect and Immunomodulation</a> </td> </tr> <tr> <td class="j_subtxt">Taeho Kong, Su Kyoung Seo, Yong-Seok Han, Woo Min Seo, Bokyong Kim, Jieun Kim, Young-Jae Cho, Seunghee Lee and Kyung-Sun Kang</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 311-324 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2025.004' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2025.004</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2025.004" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 311-324 <a href='https://doi.org/10.4062/biomolther.2025.004' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2025.004</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1610&vmd=Full' class='j_text_size'>Galangin Regulates Mucin 5AC Gene Expression via the Nuclear Factor-κB Inhibitor α/Nuclear Factor-κB p65 Pathway in Human Airway Epithelial Cells</a> </td> </tr> <tr> <td class="j_subtxt">Rajib Hossain, Hyun Jae Lee and Choong Jae Lee</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 325-330 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.140' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.140</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.140" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 325-330 <a href='https://doi.org/10.4062/biomolther.2024.140' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.140</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1608&vmd=Full' class='j_text_size'>Daurisoline Inhibits Progression of Triple-Negative Breast Cancer by Regulating the γ-Secretase/Notch Axis</a> </td> </tr> <tr> <td class="j_subtxt">Xiangyi Zhan, Xiaoyong Chen, Mei Feng, Kuo Yao, Kefan Yang and Hui Jia</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 331-343 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.131' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.131</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.131" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 331-343 <a href='https://doi.org/10.4062/biomolther.2024.131' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.131</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1607&vmd=Full' class='j_text_size'>Licochalcone D Exerts Antitumor Activity in Human Colorectal Cancer Cells by Inducing ROS Generation and Phosphorylating JNK and p38 MAPK</a> </td> </tr> <tr> <td class="j_subtxt">Seung-On Lee, Sang Hoon Joo, Seung-Sik Cho, Goo Yoon, Yung Hyun Choi, Jin Woo Park, Kwon-Yeon Weon and Jung-Hyun Shim</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 344-354 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.123' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.123</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.123" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 344-354 <a href='https://doi.org/10.4062/biomolther.2024.123' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.123</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1616&vmd=Full' class='j_text_size'>Resveratrol from Peanut Sprout Extract Promotes NK Cell Activation and Antitumor Activity</a> </td> </tr> <tr> <td class="j_subtxt">Hyunmin Chung, Seong Ho Bak, Eunju Shin, Taeho Park, Jinwoo Kim, Hanseul Jeong, Haiyoung Jung, Suk Ran Yoon and Ji-Yoon Noh</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 355-364 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.133' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.133</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.133" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 355-364 <a href='https://doi.org/10.4062/biomolther.2024.133' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.133</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1619&vmd=Full' class='j_text_size'>Artesunate Inhibits the Proliferation and Migration of Cutaneous Squamous Cell Carcinoma by Regulating the SLC7A11-GPX4 Pathway via the p300-p53 Axis</a> </td> </tr> <tr> <td class="j_subtxt">Xinyan Huang, Wenxi Wang, Songzhao Zhang, Lili Li and Jihui Huang</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 365-377 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.156' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.156</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.156" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 365-377 <a href='https://doi.org/10.4062/biomolther.2024.156' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.156</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1605&vmd=Full' class='j_text_size'>Isoliquiritigenin Induces Apoptosis via ROS-Mediated Inhibition of p38/mTOR/STAT3 Pathway in Human Melanoma Cells</a> </td> </tr> <tr> <td class="j_subtxt">Mi Jeong Kwon, Pawan Kumar Raut, Jeong-Hoon Jang and Kyung-Soo Chun</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 378-387 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.118' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.118</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.118" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 378-387 <a href='https://doi.org/10.4062/biomolther.2024.118' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.118</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1618&vmd=Full' class='j_text_size'>Quercetin-3-Methyl Ether Induces Early Apoptosis to Overcome HRV1B Immune Evasion, Suppress Viral Replication, and Mitigate Inflammatory Pathogenesis</a> </td> </tr> <tr> <td class="j_subtxt">Jae-Hyoung Song, Seo-Hyeon Mun, Sunil Mishra, Seong-Ryeol Kim, Heejung Yang, Sun Shim Choi, Min-Jung Kim, Dong-Yeop Kim, Sungchan Cho, Youngwook Ham, Hwa-Jung Choi, Won-Jin Baek, Yong Soo Kwon, Jae-Hoon Chang and Hyun-Jeong Ko</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 388-398 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.204' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.204</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.204" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 388-398 <a href='https://doi.org/10.4062/biomolther.2024.204' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.204</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1609&vmd=Full' class='j_text_size'>An Amphibians-Derived Protein Provides Novel Biotherapeutics for Various Wounds Treatment</a> </td> </tr> <tr> <td class="j_subtxt">Hao-Ran Chen, Nan Zhou, Yu-Da Liu and Li-Hua Peng</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 399-407 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.096' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.096</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.096" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 399-407 <a href='https://doi.org/10.4062/biomolther.2024.096' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.096</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1611&vmd=Full' class='j_text_size'>Piperine Regulates Melanogenesis through ERK Activation and Proteasomal Degradation of MITF</a> </td> </tr> <tr> <td class="j_subtxt">Jun Hyeong Lee, Jieun Lee, Sukanya Dej-adisai and Jae Sung Hwang</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 408-414 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2024.065' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.065</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2024.065" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 408-414 <a href='https://doi.org/10.4062/biomolther.2024.065' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2024.065</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- <tr> <td></td> </tr> //--> </table> </td> </tr><tr><td height='20px;'></td></tr><tr><td class='list_ti'>Erratum</td></tr><tr> <td class='a_left'> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="j_ti"> <a href='view.html?uid=1621&vmd=Full' class='j_text_size'>Erratum to "Potential Role of Dietary Salmon Nasal Cartilage Proteoglycan on UVB-Induced Photoaged Skin" [Biomol Ther 32(2), 249-260 (2024)]</a> </td> </tr> <tr> <td class="j_subtxt">Hae Ran Lee, Seong-Min Hong, Kyohee Cho, Seon Hyeok Kim, Eunji Ko, Eunyoo Lee, Hyun Jin Kim, Se Yeong Jeon, Seon Gil Do and Sun Yeou Kim</td> </tr> <tr> <td class="j_txt" style='padding: 5px; text-align:right;'> <span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 415-415 <br /><div style='padding-top:5px;'><a href='https://doi.org/10.4062/biomolther.2025.001' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2025.001</span></a></div></span> <a href="/journal/download_pdf.php?doi=10.4062/biomolther.2025.001" ><img src="/img/icon_pdf.gif" style="vertical-align: middle" /> <span class="thesis_linkout">PDF</span></a> </td> </tr> <!-- // Blue !!! 2014-01-07 보여주기 위한 내역 <tr> <td class="j_txt" style='padding: 5px; text-align:right;'><span style="display:block; padding-bottom:10px; text-align:left;">Biomolecules & Therapeutics 2025; 33(2): 415-415 <a href='https://doi.org/10.4062/biomolther.2025.001' target='_blank'><span style="padding-top: 5px; color: #0D66AA">https://doi.org/10.4062/biomolther.2025.001</span></a></span> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pmc_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full text via PMC</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pubreader_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">PubReader</strong></a> <a href="#" onclick="alert('Not yet available.'); return false;"><img src="/icon/pdf_icon.gif" align="absmiddle" /> <strong style="color:#777;font-size:11px;">Full Text(PDF)</strong></a></td> </tr> //--> <!-- //--> </table> </td> </tr> </table> </form> </div> <!-- curren issue 끝 --> </div> <div class="wrap_right_contents"> <p style="text-align:right; padding-bottom:15px;"><a href="https://www.biomolther.org/thesis" target="_blank"><img src="/img/sub_submission.gif" alt="e-submission" /></a></p> <div class="rightcontents02_news"> </div> <div class="rightcontents02"> <dl class="tab_right_con"> <dt style="overflow:hidden;"><a href="javascript:articles03()"><img src="/img/rig02_tab10.gif" id="tabTable1" onmouseover="chkLayer('T1')" class="on" title="Most Read" /></a><a href="javascript:articles08()"><img src="/img/rig02_tab2.gif" id="tabTable2" onmouseover="chkLayer('T2')" class="off" title="Most Cited" /></a><!-- <a href="javascript:articles04()"><img src="https://www.inforang.com/img/rig02_tab3.png" id="tabTable3" class="off" onmouseover="chkLayer('T3')" class="sp" title="Archives" /></a> --></dt> </dl> <div style="min-height:80px;"> <dl id="tabCon_1" style="display:none;"> <dd class="title"><a href='view.html?uid=1592&vmd=Full' class='php_blink'>Hepatoprotective Effects of Resveratrol on Acetaminophen-Induced Acute Liver Injury and Its Implications for Tofacitinib Disposition in Rats</a></dd> <dd class="author">Hyeon Gyeom Choi, So Yeon Park, Sung Hun Bae, Sun-Young Chang and So Hee Kim<br /> <strong >Received</strong>: October 10, 2024; <strong >Revised</strong>: November 13, 2024; <strong >Accepted</strong>: November 18, 2024</dd> </dl> <dl id="tabCon_2"> <dd class="title"><a href='view.html?uid=1460&vmd=Full' class='j_text_size'>Drug Discovery Perspectives of Antisense Oligonucleotides</a></dd> <dd class="author">Yeonjoon Kim*<br /> <strong >Received</strong>: January 3, 2023; <strong >Revised</strong>: February 12, 2023; <strong >Accepted</strong>: February 13, 2023</dd> <dd class="title"><a href='view.html?uid=1474&vmd=Full' class='j_text_size'>Synergistic Renoprotective Effect of Melatonin and Zileuton by Inhibition of Ferroptosis <i>via</i> the AKT/mTOR/NRF2 Signaling in Kidney Injury and Fibrosis</a></dd> <dd class="author">Kyung Hee Jung, Sang Eun Kim, Han Gyeol Go, Yun Ji Lee, Min Seok Park, Soyeon Ko, Beom Seok Han, Young-Chan Yoon, Ye Jin Cho, Pureunchowon Lee, Sang-Ho Lee, Kipyo Kim and Soon-Sun Hong<br /> <strong >Received</strong>: March 23, 2023; <strong >Revised</strong>: April 7, 2023; <strong >Accepted</strong>: April 17, 2023</dd> <dd class="title"><a href='view.html?uid=1440&vmd=Full' class='j_text_size'>Inhibition of DNMT3B and PI3K/AKT/mTOR and ERK Pathways as a Novel Mechanism of Volasertib on Hypomethylating Agent-Resistant Cells</a></dd> <dd class="author">Eun-Ji Choi, Bon-Kwan Koo, Eun-Hye Hur, Ju Hyun Moon, Ji Yun Kim, Han-Seung Park, Yunsuk Choi, Kyoo-Hyung Lee, Jung-Hee Lee, Eun Kyung Choi and Je-Hwan Lee<br /> <strong >Received</strong>: September 2, 2022; <strong >Revised</strong>: October 25, 2022; <strong >Accepted</strong>: October 26, 2022</dd> </dl> <dl id="tabCon_3" style="display:none;"> <dd class="title"><a href='view.html?uid=476&vmd=Full' class='php_blink'>Non-Thermal Atmospheric-Pressure Plasma Possible Application in Wound Healing</a></dd> <dd class="author">Beate Haertel, Thomas von Woedtke, Klaus-Dieter Weltmann, and Ulrike Lindequist<br /> </dd> <dd class="title"><a href='view.html?uid=263&vmd=Full' class='php_blink'>Cyclic Peptides as Therapeutic Agents and Biochemical Tools</a></dd> <dd class="author">Sang Hoon Joo<br /> </dd> <dd class="title"><a href='view.html?uid=899&vmd=Full' class='php_blink'>Targeting Glutamine Metabolism for Cancer Treatment</a></dd> <dd class="author">Yeon-Kyung Choi, and Keun-Gyu Park<br /> </dd> </dl> </div> </div> <div class="rightcontents06" style="width:270px;"> <h2 class="right_title">Indexed/Covered by</h2> <ul> <li><a href="https://mjl.clarivate.com:/search-results?issn=1976-9148&hide_exact_match_fl=true&utm_source=mjl&utm_medium=share-by-link&utm_campaign=search-results-share-these-results" target="_blank"><img src="https://www.inforang.com/img/banner/sci_134x35.gif" /></a></li> <li><a href="https://journals.koreamed.org/search.php?where=vd&id=213" target="_blank"><img src="https://www.inforang.com/img/banner/koreamed_134x35.gif" /></a></li> <li><a href="https://pubmed.ncbi.nlm.nih.gov/?term=Biomolecules+and+Therapeutics" target="_blank"><img src="https://www.inforang.com/img/banner/pubmed_134x35.gif" /></a></li> <li><a href="https://www.ncbi.nlm.nih.gov/pmc/journals/2034/" target="_blank"><img src="https://www.inforang.com/img/banner/pmc_134x35.gif" /></a></li> <li><a href="https://support.crossref.org/hc/en-us/articles/215750183-Crossref-Text-and-Data-Mining-Services" target="_blank"><img src="https://www.inforang.com/img/banner/crossrefTDM_134x35.gif" alt="Crossref TDM" /></a></li> <li><a href="https://www.crossref.org/services/crossmark/" target="_blank"><img src="https://www.inforang.com/img/banner/crossrefmark_134x35.gif" alt="CrossMark" /></a></li> <li><a href="http://www.scopus.com/" target="_blank"><img src="https://www.inforang.com/img/banner/scopus_134x35.gif" /></a></li> <li><a href="https://www.crossref.org/services/funder-registry/" target="_blank"><img src="https://www.inforang.com/img/banner/crossreffunder_134x35.gif" /></a></li> <li><a href="http://www.kofst.or.kr/kofst_us/index.html" target="_blank"><img src="https://www.inforang.com/img/banner/kofst2_134x35.gif" /></a></li> <li><a href="https://www.crossref.org/services/similarity-check/" target="_blank"><img src="https://www.inforang.com/img/banner/crossrefcheck_134x35.gif" /></a></li> <li><a href="https://www.crossref.org/services/cited-by/" target="_blank"><img src="https://www.inforang.com/img/banner/crossrefcited_134x35.gif" /></a></li> <li><a href="http://crossref.org/" target="_blank"><img src="https://www.inforang.com/img/banner/crossref2_134x35.gif" /></a></li> <li><a href="https://www.kci.go.kr/kciportal/main.kci" target="_blank"><img src="img/index_KCI_134x35.jpg" /></a></li> </ul> </div> </div> </div> </div> </div> <!-- 하단메뉴 시작 --> <div id="footer"> <p class="bot_logo"><img src="/img/bottom_logo_new.gif" alt="JNM" /></p> <div class="copyright" style="font-size:13px !important;">© <span style="color: #0156C2; font-weight: bold;">The Korean Society of Applied Pharmacology</span>.<br />Room 309, The Korea Science Technology Center The first building, 22, Teheran-ro 7 Gil, Gangnam-gu, Seoul, Republic of Korea.<br /><strong>Tel</strong>) 82-2-565-2167 <strong>Fax</strong>) 82-2-584-2167 <strong>e-mail</strong>) <a href='mailto:editor@biomolther.org'>editor@biomolther.org</a><br /><strong>The Korean Society of Applied Pharmacology President</strong> Young-Jin Chun <br />Business Registration Certificate (Non-Profit Organization) No. 220-82-06244<br /> Powered by <a href="http://www.inforang.com/eng" onclick="window.open(this.getAttribute('href'));return false;">INFOrang Co., Ltd</a></div> </div> </div> </body> </html>