Showing source for: https://e-trd.org/
Duration: 1.394376s
Server: Apache

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if IE 7]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie7"><![endif]-->
<!--[if IE 8]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie8"><![endif]-->
<!--[if IE 9]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="eng" xml:lang="eng" xmlns="http://www.w3.org/1999/xhtml">
    <!--<![endif]-->
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta content="telephone=no" name="format-detection">
        <title>
   Tuberculosis and Respiratory Diseases
        </title>
        <meta content="" name="google-site-verification">
        <meta content="IE=Edge,Chrome=1" http-equiv="X-UA-Compatible">
        <meta content="Tuberculosis and Respiratory Diseases" name="Title">
        <meta content="Tuberculosis and Respiratory Diseases, Tuberc Respir Dis, TRD, The Korean Academy of Tuberculosis and Respiratory Diseases" name="Subject">
        <meta content="Tuberculosis and Respiratory Diseases (NLM title: Tuberc Respir Dis) is an international peer-review journal that published basic, translational, clinical research, and clinical practice guideline to promote women's health and prevent obstetric and gynecologic disorders. The journal has an international editorial board and is published in English on the 15th day of every other month. Submitted manuscripts should not contain previously published material and should not be under consideration for publication elsewhere." name="Description">
        <link href="/image/icon/favicon.ico" rel="shortcut icon">
        <link href="/css/common_v1.1.css" rel="stylesheet" type="text/css">
        <link href="/css/style.css?1716093500" rel="stylesheet" type="text/css">
        <script src="/script/jquery.js" type="text/javascript">
        </script>
        <script src="/script/jquery.placeholder.js" type="text/javascript">
        </script>
        <script src="/script/jquery.bxslider.min.js" type="text/javascript">
        </script>
        <script src="/script/user.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            function journal_download(type, sid, filename) {
                var increase_column;
                if (type == "pdf") {
                    var openWindow = window.open("about:blank");
                    openWindow.location.href = '/upload/pdf/' + filename;
                    increase_column = "pdf_down";
                } else if (type == "epub") {
                    location.href = '/func/download.php?' + filename;
                    increase_column = "epub_down";
                }
                $.ajax({
                    type: 'POST',
                    data: {
                        table: 'journal_tbl',
                        column: increase_column,
                        count: 1,
                        condition_column: 'sid',
                        condition_value: sid
                    },
                    url: '/func/count_increase.php'
                });
            }
            var acIdx = -1;
            function autoCompleteHead(v) {
                if (event.keyCode >= 37 && event.keyCode <= 40) {
                    if (event.keyCode % 2) return;
                    var max = $(".autoKeywords").size();
                    if (event.keyCode == 38) acIdx--; else if (event.keyCode == 40) acIdx++;
                    if (acIdx < 0) acIdx = max - 1;
                    if (acIdx > max - 1) acIdx = 0;
                    $(".autoKeywords").css("background", "#ffffff");
                    $(".autoKeywords").eq(acIdx).css("background", "#e9e9e9");
                    $("input[name='term_all']").val($(".autoKeywords").eq(acIdx).text());
                    return;
                }
                acIdx = -1;
                $.post("/func/autoComplete.php", "value=" + v, function(d, s) {
                    if (s == "success") {
                        if (d != "" && v.length > 1) {
                            $("#autoCompleteLayerHead").attr("class", "");
                            $("#autoCompleteLayerHead").html(d);
                        } else {
                            $("#autoCompleteLayerHead").attr("class", "none");
                            $("#autoCompleteLayerHead").html("");
                        }
                    }
                });
            }
            var autoComplete_ck = 0;
            function term_all_onblur() {
                if (autoComplete_ck == 0) {
                    $("#autoCompleteLayerHead").html("");
                    $("#autoCompleteLayerHead").attr("class", "none");
                }
            }
            function transText(f) {
                if (!f.term_all.value) return false;
            }
        </script>
        <!-- Google tag (gtag.js) -->
        <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-P9H9QW7WVD">
        </script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());
            gtag('config', 'G-P9H9QW7WVD');
        </script>
    </head>
    <body>
        <div class="wrapper">
            <div class="headerWrap">
                <div class="header">
                    <div class="header_logo">
                        <h1>
                            <a href="/index.php" title="Home">
                                <img alt="Tuberculosis and Respiratory Diseases" src="/image/top.gif">
                            </a>
                        </h1>
                        <div class="util_navi">
                            <ul class="utilMenu">
                                <li>
                                    <a href="/index.php" title="Home">
                                        Home
                                    </a>
                                </li>
                                <li>
                                    <a href="https://mc04.manuscriptcentral.com/trd" target="_blank" title="E-submission">
                                        E-submission
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/sitemap.php" title="Sitemap">
                                        Sitemap
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/contact.php" title="Contact Us">
                                        Contact Us
                                    </a>
                                </li>
                                <li>
                                    <div id="google_translate_element" style="padding-top:0;height:20px;">
                                    </div>
                                    <script type="text/javascript">
                                        function googleTranslateElementInit() {
                                            new google.translate.TranslateElement({
                                                pageLanguage: '',
                                                layout: google.translate.TranslateElement.InlineLayout.SIMPLE
                                            }, 'google_translate_element');
                                        }
                                    </script>
                                    <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript">
                                    </script>
                                </li>
                            </ul>
                        </div>
                        <!--div class="top_right" style='position: relative;float:right;top:30px;padding-right:2px;'>
                    <img src="/image/top_img.gif" alt="Tuberculosis and Respiratory Diseases" />
                </div-->
                        <div style="clear: both;">
                        </div>
                    </div>
                    <div class="gnbWrap">
                        <div class="gnb_menu">
                            <ul id="gnb">
                                <li>
                                    <a href="/" title="Home">
          HOME
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/" title="About">
                                        ABOUT
                                    </a>
                                    <ul class="subMenu m1">
                                        <li>
                                            <a href="/about/index.php" title="Aims and scope">
                                                Aims and scope
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/about.php" title="About the journal">
                                                About the journal
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/policy.php" title="Editorial policy">
                                                Editorial policy
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/editorial.php" title="Editorial board">
                                                Editorial board
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/best_practice.php" title="Best practice">
                                                Best practice
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/management.php" title="Management team">
                                                Management team
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/open_access.php" title="Open access">
                                                Open access
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/subscription.php" title="Subscription information">
                                                Subscription information
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/contact.php" title="Contact us">
                                                Contact us
                                            </a>
                                        </li>
                                    </ul>
                                </li>
                                <li>
                                    <a href="/articles/category.php" title="ARTICLE &amp; TOPICS">
                                        ARTICLE &amp; TOPICS
                                    </a>
                                    <div class="subMenu m2">
                                        <dl style="width:115px;">
                                            <dt>
                                                <a href="/articles/category.php" title="Article category">
                                                    Article category
                                                </a>
                                            </dt>
                                            <dd>
                                                <ul>
                                                    <li>
                                                        <a href="/articles/category.php?article_category=Review" title="Review">
                                                            Review
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/category.php?article_category=Original article" title="Original article">
                                                            Original article
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/category.php?article_category=Images of interest" title="Images of interest">
                                                            Images of interest
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/category.php?article_category=Editorial" title="Editorial">
                                                            Editorial
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/category.php?article_category=Letter to the editor" title="Letter to the editor">
                                                            Letter to the editor
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/category.php?article_category=Others" title="Others">
                                                            Others
                                                        </a>
                                                    </li>
                                                </ul>
                                                <p>
                                                    <a href="/articles/category.php" title="Browse all articles">
                                                        Browse all articles &gt;
                                                    </a>
                                                </p>
                                            </dd>
                                        </dl>
                                        <dl style="width:150px;">
                                            <dt>
                                                <a href="/articles/topics.php" title="Topics">
                                                    Topics
                                                </a>
                                            </dt>
                                            <a href="/articles/topics.php" title="Topics">
                                            </a>
                                            <dd>
                                                <a href="/articles/topics.php" title="Topics">
                                                </a>
                                                <ul>
                                                    <a href="/articles/topics.php" title="Topics">
                                                    </a>
                                                    <li>
                                                        <a href="/articles/topics.php" title="Topics">
                                                        </a>
                                                        <a href="/articles/topics.php?topic=Asthma" title="Asthma">
                                                            Asthma
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=COPD" title="COPD">
                                                            COPD
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Critical Care Medicine" title="Critical Care Medicine">
                                                            Critical Care Medicine
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Environmental and Occupational Lung Disease" title="Environmental and Occupational Lung Disease">
                                                            Environmental and Occupational Lung Disease
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Interstitial Lung Disease" title="Interstitial Lung Disease">
                                                            Interstitial Lung Disease
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Lung Cancer" title="Lung Cancer">
                                                            Lung Cancer
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Miscellaneous" title="Miscellaneous">
                                                            Miscellaneous
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Pleural Disease" title="Pleural Disease">
                                                            Pleural Disease
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Pulmonary Infection" title="Pulmonary Infection">
                                                            Pulmonary Infection
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a href="/articles/topics.php?topic=Tuberculosis" title="Tuberculosis">
                                                            Tuberculosis
                                                        </a>
                                                    </li>
                                                </ul>
                                            </dd>
                                        </dl>
                                    </div>
                                </li>
                                <li>
                                    <a href="/articles/archive.php" title="BROWSE ARTICLES">
                                        BROWSE ARTICLES&nbsp;
                                    </a>
                                    <dl class="subMenu m3">
                                        <dd>
                                            <ul>
                                                <li>
                                                    <a href="/current/" title="Current issue">
                                                        Current issue
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/archive.php" title="All issues">
                                                        All issues
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/accept.php" title="Accepted articles">
                                                        Accepted articles
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/print.php" title="Ahead-of print">
                                                        Ahead-of print
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostread.php" title="Most view">
                                                        Most view
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostdownload.php" title="Most download">
                                                        Most download
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostcited.php" title="Most cited">
                                                        Most cited
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/funded.php" title="Funded articles">
                                                        Funded articles
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/search.php" title="Search">
                                                        Search
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/author_index.php" title="Author index">
                                                        Author index
                                                    </a>
                                                </li>
                                            </ul>
                                        </dd>
                                    </dl>
                                </li>
                                <!--li><a href="/authors/ethics.php" title="BROWSE ARTICLES">EDITORIAL POLICY&#160;</a>
                            <dl class="subMenu m4">
                                <dd>
                                    <ul>
									
Warning: Variable passed to each() is not an array or object in /home/virtual/e-trd/journal/include/include.header_top.php on line 102

Warning: reset() expects parameter 1 to be array, null given in /home/virtual/e-trd/journal/include/include.header_top.php on line 105
                                    </ul>
                                </dd>
                            </dl>
                        </li-->
                                <li>
                                    <a href="/authors/authors.php" title="FOR CONTRIBUTORS">
                                        FOR CONTRIBUTORS&nbsp;
                                    </a>
                                    <ul class="subMenu m4" style="width:180px;">
                                        <li>
                                            <a href="/authors/authors.php" title="Instructions for authors">
                                                Instructions for authors
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/duplicate_publication.php" title="Plagiarism and duplicate publication">
                                                Plagiarism and duplicate publication
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/checklist.php" title="Author&acirc;€™s checklist">
                                                Author&acirc;€™s checklist
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/processing_charge.php" title="Article-processing charge">
                                                Article-processing charge
                                            </a>
                                        </li>
                                        <li>
                                            <a href="https://mc04.manuscriptcentral.com/trd " title="E-submission">
                                                E-submission
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/reviewers.php" title="Guideline for reviewers">
                                                Guideline for reviewers
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/reviewer.php" title="For reviewers">
                                                For reviewers
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/best_reviewer.php" title="Best reviewer award winners">
                                                Best reviewer award winners
                                            </a>
                                        </li>
                                    </ul>
                                </li>
                            </ul>
                            <ul class="btn">
                                <li>
                                    <div class="globalSearch">
                                        <form action="/articles/search_result.php" method="post" name="searformform" onsubmit="return transText(this);">
                                            <fieldset>
                                                <legend>
                                                    Search
                                                </legend>
                                                <input autocomplete="off" class="_placeholder" name="term_all" onblur="term_all_onblur();" onfocus="autoCompleteHead(this.value);" onkeyup="autoCompleteHead(this.value);" placeholder="Search" type="text" value="">
                                                <span class="btn btnBg">
                                                    <input style="opacity:0;" type="submit" value="Search">
                                                </span>
                                            </fieldset>
                                        </form>
                                        <div class="none" id="autoCompleteLayerHead">
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <a href="/articles/search.php" title="Advanced Search">
                                        <img alt="Advanced Search" src="/image/headerBtn_search.png">
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <!-- //headerWrap -->
            <hr>
            <script>
                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 "";
                }
                function journal_download(type, sid, filename) {
                    var increase_column;
                    if (type == "pdf") {
                        https: var openWindow = window.open("about:blank");
                        openWindow.location.href = '/upload/pdf/' + filename;
                        increase_column = "pdf_down";
                    } else if (type == "epub") {
                        location.href = '/func/download.php?' + filename;
                        increase_column = "epub_down";
                    }
                    $.ajax({
                        type: 'POST',
                        data: {
                            table: 'journal_tbl',
                            column: increase_column,
                            count: 1,
                            condition_column: 'sid',
                            condition_value: sid
                        },
                        url: '/func/count_increase.php'
                    });
                }
            </script>
            <style>
                .mainArticle {
                    background-color    : #eeeeee;
                    height              : 100%;
                    overflow            : hidden;
                }
                .bx-viewport, .articleRolling {
                    height              : 100% !important;
                }
                div.articleRolling div.topArticle {
                    box-sizing          : border-box;
                    padding             : 15px;
                    height              : 100%;
                }
                div.articleRolling div.topArticle:last-child,
                    div.articleRolling div.topArticle:nth-child(2) {
                    
                }
                .article .img {
                    top                 : 15px;
                    left                : 15px;
                }
            </style>
            <div id="container" style="border-bottom:none;">
                <div class="contents">
                    <div class="articleRolling" style="background-color:#eeeeee;margin-top:10px;">
                        <div class="main_sub_journal">
                            <dl>
                                <dt class="type">
                                    Original Article
                                </dt>
                            </dl>
                            <dl class="main_article" style="padding-left:3px;overflow: hidden;">
                                <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    COPD
                                </dd>
                                <dd style="margin-bottom:7px;">
                                    <a href="/journal/view.php?number=4853">
                                        <span class="list_title">
                                            Factors Associated with the Discrepancy between Exercise Capacity and Airflow Limitation in Patients with Chronic Obstructive Pulmonary Disease
                                        </span>
                                    </a>
                                </dd>
                                <dd style="color: #6f6f6f;">
                                    Tae Hoon Kim, I Re Heo, Na Young Kim, et al.
                                </dd>
                                <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):155-164. &nbsp;&nbsp;Published online January 16, 2024
                                </dd>
                                <dd style="padding:10px 0px;color:#000000;">
                                    <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                        <table cellpadding="0" cellspacing="0" style="" width="100%">
                                            <tbody>
                                                <tr>
                                                    <td valign="top">
                                                        <img src="/upload/thumbnails/trd-2023-0068f2.jpg" style="padding:2px;width:270px;height:150px;">
                                                    </td>
                                                    <td style="padding:0px 15px;" valign="top">
                                                        <b>
                                                            Background:
                                                        </b>
                                                        Exercise capacity is associated with lung function decline in chronic
obstructive pulmonary disease (COPD) patients, but a discrepancy between exercise
capacity and airflow limitation exists. This study aimed to explore factors contributing
to this discrepancy in COPD patients.
Methods: Data for this prospective study were obtained from the Korean COPD Subgroup
Study. The exercise capacity and airflow limitation were assessed using the
6-minute walk distance...
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                </dd>
                                <dd style="color:#000000;">
                                    <div style="position: relative;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0068">
                                            <font class="doi">
                                                https://doi.org/10.4046/trd.2023.0068
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <ul class="relBtn">
                                        <li>
                                            <a href="/journal/view.php?number=4853" style="color:#6f6f6f;">
                                                Full text
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/view.php?number=4853&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                PubReader
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("epub", "4853", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAwNjguZXB1Yg==&amp;filename=dHJkLTIwMjMtMDA2OC5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                ePub
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/crossRefTDM.php?number=4853" onclick="window.open(this.href, 'CrossRef TDM', 'width=800,height=800,scrollbars=yes');return false;" style="font-size:12px;color:#6f6f6f;">
                                                Crossref - TDM
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("pdf", "4853", "trd-2023-0068.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                PDF
                                            </a>
                                        </li>
                                    </ul>
                                </dd>
                            </dl>
                        </div>
                        <div class="main_sub_journal">
                            <dl>
                                <dt class="type">
                                    Original Article
                                </dt>
                            </dl>
                            <dl class="main_article" style="padding-left:3px;overflow: hidden;">
                                <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    COPD
                                </dd>
                                <dd style="margin-bottom:7px;">
                                    <a href="/journal/view.php?number=4854">
                                        <span class="list_title">
                                            Oscillometry-Defined Small Airway Dysfunction in Patients with Chronic Obstructive Pulmonary Disease
                                        </span>
                                    </a>
                                </dd>
                                <dd style="color: #6f6f6f;">
                                    Amit K. Rath, Dibakar Sahu, Sajal De
                                </dd>
                                <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):165-175. &nbsp;&nbsp;Published online January 16, 2024
                                </dd>
                                <dd style="padding:10px 0px;color:#000000;">
                                    <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                        <table cellpadding="0" cellspacing="0" style="" width="100%">
                                            <tbody>
                                                <tr>
                                                    <td valign="top">
                                                        <img src="/upload/thumbnails/trd-2023-0139f2.jpg" style="padding:2px;width:270px;height:150px;">
                                                    </td>
                                                    <td style="padding:0px 15px;" valign="top">
                                                        <b>
                                                            Background:
                                                        </b>
                                                        The prevalence of small airway dysfunction (SAD) in patients with chronic obstructive pulmonary disease (COPD) across different ethnicities is poorly understood. This study aimed to estimate the prevalence of SAD in stable COPD patients.
Methods: We conducted a cross-sectional study of 196 consecutive stable COPD patients. We measured pre- and post-bronchodilator (BD) lung function and respiratory impedance. The severity of...
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                </dd>
                                <dd style="color:#000000;">
                                    <div style="position: relative;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0139">
                                            <font class="doi">
                                                https://doi.org/10.4046/trd.2023.0139
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <ul class="relBtn">
                                        <li>
                                            <a href="/journal/view.php?number=4854" style="color:#6f6f6f;">
                                                Full text
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/view.php?number=4854&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                PubReader
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("epub", "4854", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMzkuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDEzOS5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                ePub
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/crossRefTDM.php?number=4854" onclick="window.open(this.href, 'CrossRef TDM', 'width=800,height=800,scrollbars=yes');return false;" style="font-size:12px;color:#6f6f6f;">
                                                Crossref - TDM
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("pdf", "4854", "trd-2023-0139.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                PDF
                                            </a>
                                        </li>
                                    </ul>
                                </dd>
                            </dl>
                        </div>
                        <div class="main_sub_journal">
                            <dl>
                                <dt class="type">
                                    Original Article
                                </dt>
                            </dl>
                            <dl class="main_article" style="padding-left:3px;overflow: hidden;">
                                <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Critical Care Medicine, Pulmonary Infection
                                </dd>
                                <dd style="margin-bottom:7px;">
                                    <a href="/journal/view.php?number=4851">
                                        <span class="list_title">
                                            Functional Aspects of the Obesity Paradox in Patients with Severe Coronavirus Disease-2019: A Retrospective, Multicenter Study
                                        </span>
                                    </a>
                                </dd>
                                <dd style="color: #6f6f6f;">
                                    Jeongsu Kim, Jin Ho Jang, Kipoong Kim, et al.
                                </dd>
                                <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):176-184. &nbsp;&nbsp;Published online December 26, 2023
                                </dd>
                                <dd style="padding:10px 0px;color:#000000;">
                                    <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                        <table cellpadding="0" cellspacing="0" style="" width="100%">
                                            <tbody>
                                                <tr>
                                                    <td valign="top">
                                                        <img src="/upload/thumbnails/trd-2023-0126f1.jpg" style="padding:2px;width:270px;height:150px;">
                                                    </td>
                                                    <td style="padding:0px 15px;" valign="top">
                                                        <b>
                                                            Background:
                                                        </b>
                                                        Results of studies investigating the association between body mass index (BMI) and mortality in patients with coronavirus disease-2019 (COVID-19) have been conflicting.
Methods: This multicenter, retrospective observational study, conducted between January 2020 and August 2021, evaluated the impact of obesity on outcomes in patients with severe COVID-19 in a Korean national cohort. A total of 1,114 patients were enrolled from...
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                </dd>
                                <dd style="color:#000000;">
                                    <div style="position: relative;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0126">
                                            <font class="doi">
                                                https://doi.org/10.4046/trd.2023.0126
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <ul class="relBtn">
                                        <li>
                                            <a href="/journal/view.php?number=4851" style="color:#6f6f6f;">
                                                Full text
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/view.php?number=4851&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                PubReader
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("epub", "4851", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMjYuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDEyNi5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                ePub
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/crossRefTDM.php?number=4851" onclick="window.open(this.href, 'CrossRef TDM', 'width=800,height=800,scrollbars=yes');return false;" style="font-size:12px;color:#6f6f6f;">
                                                Crossref - TDM
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("pdf", "4851", "trd-2023-0126.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                PDF
                                            </a>
                                        </li>
                                    </ul>
                                </dd>
                            </dl>
                        </div>
                        <div class="main_sub_journal">
                            <dl>
                                <dt class="type">
                                    Original Article
                                </dt>
                            </dl>
                            <dl class="main_article" style="padding-left:3px;overflow: hidden;">
                                <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Interstitial Lung Disease
                                </dd>
                                <dd style="margin-bottom:7px;">
                                    <a href="/journal/view.php?number=4849">
                                        <span class="list_title">
                                            Association between Antacid Exposure and Risk of Interstitial Lung Diseases
                                        </span>
                                    </a>
                                </dd>
                                <dd style="color: #6f6f6f;">
                                    Soohyun Bae, Gjustina Loloci, Dong Yoon Lee, et al.
                                </dd>
                                <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):185-193. &nbsp;&nbsp;Published online December 19, 2023
                                </dd>
                                <dd style="padding:10px 0px;color:#000000;">
                                    <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                        <table cellpadding="0" cellspacing="0" style="" width="100%">
                                            <tbody>
                                                <tr>
                                                    <td valign="top">
                                                        <img src="/upload/thumbnails/trd-2023-0093f1.jpg" style="padding:2px;width:270px;height:150px;">
                                                    </td>
                                                    <td style="padding:0px 15px;" valign="top">
                                                        <b>
                                                            Background:
                                                        </b>
                                                        The mechanisms leading to lung fibrosis are still under investigation. This study aimed to demonstrate whether antacids could prevent the development of interstitial lung disease (ILD).
Methods: This population-based longitudinal cohort study was conducted between January 2006 and December 2010 in South Korea. Eligible subjects were &acirc;‰&yen;40 years of age, exposed to proton pump inhibitors (PPI)&Acirc;&plusmn;histamine-2 receptor antagonists (H-2 blockers)...
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                </dd>
                                <dd style="color:#000000;">
                                    <div style="position: relative;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0093">
                                            <font class="doi">
                                                https://doi.org/10.4046/trd.2023.0093
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <ul class="relBtn">
                                        <li>
                                            <a href="/journal/view.php?number=4849" style="color:#6f6f6f;">
                                                Full text
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/view.php?number=4849&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                PubReader
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("epub", "4849", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAwOTMuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDA5My5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                ePub
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/crossRefTDM.php?number=4849" onclick="window.open(this.href, 'CrossRef TDM', 'width=800,height=800,scrollbars=yes');return false;" style="font-size:12px;color:#6f6f6f;">
                                                Crossref - TDM
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("pdf", "4849", "trd-2023-0093.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                PDF
                                            </a>
                                        </li>
                                    </ul>
                                </dd>
                            </dl>
                        </div>
                        <div class="main_sub_journal">
                            <dl>
                                <dt class="type">
                                    Original Article
                                </dt>
                            </dl>
                            <dl class="main_article" style="padding-left:3px;overflow: hidden;">
                                <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Pleural Diseases
                                </dd>
                                <dd style="margin-bottom:7px;">
                                    <a href="/journal/view.php?number=4856">
                                        <span class="list_title">
                                            Role of Single Port Rigid Thoracoscopy in Undiagnosed Pleural Effusion
                                        </span>
                                    </a>
                                </dd>
                                <dd style="color: #6f6f6f;">
                                    Jagdish Rawat, Anil Kumar, Parul Mrigpuri, et al.
                                </dd>
                                <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):194-199. &nbsp;&nbsp;Published online February 2, 2024
                                </dd>
                                <dd style="padding:10px 0px;color:#000000;">
                                    <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                        <table cellpadding="0" cellspacing="0" style="" width="100%">
                                            <tbody>
                                                <tr>
                                                    <td valign="top">
                                                        <img src="/upload/thumbnails/t2-trd-2023-0102.png" style="padding:2px;width:270px;height:150px;">
                                                    </td>
                                                    <td style="padding:0px 15px;" valign="top">
                                                        <b>
                                                            Background:
                                                        </b>
                                                        In recent years, medical thoracoscopy has been well established to play an important role in undiagnosed pleural effusion; however, this procedure is underutilized due to limited availability of the instruments it requires. This study analysed the outcome of single port rigid thoracoscopy in patients with undiagnosed pleural effusions.
Methods: This study retrospectively analysed the outcomes of all patients with undiagnosed...
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                </dd>
                                <dd style="color:#000000;">
                                    <div style="position: relative;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0102">
                                            <font class="doi">
                                                https://doi.org/10.4046/trd.2023.0102
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <ul class="relBtn">
                                        <li>
                                            <a href="/journal/view.php?number=4856" style="color:#6f6f6f;">
                                                Full text
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/view.php?number=4856&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                PubReader
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("epub", "4856", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMDIuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDEwMi5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                ePub
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/journal/crossRefTDM.php?number=4856" onclick="window.open(this.href, 'CrossRef TDM', 'width=800,height=800,scrollbars=yes');return false;" style="font-size:12px;color:#6f6f6f;">
                                                Crossref - TDM
                                            </a>
                                        </li>
                                        <li>
                                            <a onclick='journal_download("pdf", "4856", "trd-2023-0102.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                PDF
                                            </a>
                                        </li>
                                    </ul>
                                </dd>
                            </dl>
                        </div>
                    </div>
                    <!--articleRolling-->
                    <!-- Main Search -->
                    <div class="articleType">
                        <ul>
                            <li class="">
                                <a href="/index.php?v_type=3">
         ARCHIVE
                                </a>
                            </li>
                            <li class="on">
                                <a href="/index.php?v_type=2">
                                    CURRENT ISSUE
                                </a>
                            </li>
                            <li class="">
                                <a href="/index.php?v_type=1">
                                    AHEAD-OF PRINT
                                </a>
                            </li>
                            <!--<li class=""><a href="/index.php?v_type=4">MOST VIEW</a></li>-->
                            <!--li class=""><a href="/index.php?v_type=6">MOST CITED</a></li-->
                        </ul>
                        <dl style="right:185px;padding-bottom:3px;">
                            <dd>
                                <a href="/journal/rss/xml/feed.xml">
                                    <img src="/image/icon_rss.gif">
                                </a>
                            </dd>
                        </dl>
                        <dl>
                            <dt style="color:#F48200;">
        Current Issue
                            </dt>
                            <dd>
                                <a href="/current/" style="color:#303030;">
                                    Volume 87(2); Apr 2024
                                </a>
                            </dd>
                        </dl>
                    </div>
                    <div class="articleList_ori">
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt class="type">
                                    Reviews
                                </dt>
                            </dl>
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Critical Care Medicine
                                </dt>
                            </dl>
                            <dl class="article" id="article4852" style="">
                                <dt>
                                    <a href="/journal/view.php?number=4852">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Early Mobilization and Rehabilitation of Critically-Ill Patients
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Hye Min Ji, Yu Hui Won
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):115-122. &nbsp;&nbsp;Published online December 28, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0144">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0144
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4852" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4852&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4852", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxNDQuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDE0NC5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-31K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4852", "trd-2023-0144.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -148K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Interstitial Lung Disease
                                </dt>
                            </dl>
                            <dl class="article" id="article4847" style="">
                                <div class="img_div" id="img_div4847" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4847" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/trd-2023-0119f1.jpg" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4847">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Progressive Pulmonary Fibrosis: Where Are We Now?
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Hyung Koo Kang, Jin Woo Song
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):123-133. &nbsp;&nbsp;Published online December 18, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0119">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0119
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4847" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4847&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4847", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMTkuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDExOS5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-267K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4847", "trd-2023-0119.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -638K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl class="article" id="article4850" style="">
                                <div class="img_div" id="img_div4850" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4850" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/trd-2023-0117f8.jpg" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4850">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Interstitial Lung Abnormality in Asian Population
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Gong Yong Jin
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):134-144. &nbsp;&nbsp;Published online December 19, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0117">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0117
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4850" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4850&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4850", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMTcuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDExNy5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-2.3M">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4850", "trd-2023-0117.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -16.2M">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Pulmonary Infection
                                </dt>
                            </dl>
                            <dl class="article" id="article4860" style="">
                                <div class="img_div" id="img_div4860" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4860" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/trd-2023-0157f3.jpg" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4860">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Clinical Manifestations and Outcomes of Older Patients with COVID-19: A Comprehensive Review
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Jeong Eun Lee, Da Hyun Kang, So-Yun Kim, Duk Ki Kim, Song I Lee
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):145-154. &nbsp;&nbsp;Published online February 16, 2024
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0157">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0157
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                        <div style="position: absolute; top: 0;left:300px;">
                                            <a href="/journal/CitedBy.php?number=4860" onclick="window.open(this.href, 'CrossRef Citedby', 'width=756,height=800,scrollbars=yes');return false;" style="color:#DD434F;font-size:9pt;">
                                                <font class="CitedTitle" style="color:#DD434F;">
                                                    Crossref 1
                                                </font>
                                            </a>
                                        </div>
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4860" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4860&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4860", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxNTcuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDE1Ny5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-861K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4860", "trd-2023-0157.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -2.6M">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt class="type">
                                    Original Articles
                                </dt>
                            </dl>
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    COPD
                                </dt>
                            </dl>
                            <dl class="article" id="article4853" style="">
                                <div class="img_div" id="img_div4853" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4853" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/trd-2023-0068f2.jpg" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4853">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Factors Associated with the Discrepancy between Exercise Capacity and Airflow Limitation in Patients with Chronic Obstructive Pulmonary Disease
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Tae Hoon Kim, I Re Heo, Na Young Kim, Joo Hun Park, Hee-Young Yoon, Ji Ye Jung, Seung Won Ra, Ki-Suck Jung, Kwang Ha Yoo, Ho Cheol Kim
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):155-164. &nbsp;&nbsp;Published online January 16, 2024
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0068">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0068
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4853" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4853&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4853", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAwNjguZXB1Yg==&amp;filename=dHJkLTIwMjMtMDA2OC5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-93K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4853", "trd-2023-0068.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -174K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl class="article" id="article4854" style="">
                                <div class="img_div" id="img_div4854" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4854" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/trd-2023-0139f2.jpg" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4854">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Oscillometry-Defined Small Airway Dysfunction in Patients with Chronic Obstructive Pulmonary Disease
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Amit K. Rath, Dibakar Sahu, Sajal De
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):165-175. &nbsp;&nbsp;Published online January 16, 2024
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0139">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0139
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4854" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4854&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4854", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMzkuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDEzOS5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-150K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4854", "trd-2023-0139.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -182K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Critical Care Medicine, Pulmonary Infection
                                </dt>
                            </dl>
                            <dl class="article" id="article4851" style="">
                                <div class="img_div" id="img_div4851" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4851" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/trd-2023-0126f1.jpg" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4851">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Functional Aspects of the Obesity Paradox in Patients with Severe Coronavirus Disease-2019: A Retrospective, Multicenter Study
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Jeongsu Kim, Jin Ho Jang, Kipoong Kim, Sunghoon Park, Su Hwan Lee, Onyu Park, Tae Hwa Kim, Hye Ju yeo, Woo Hyun Cho
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):176-184. &nbsp;&nbsp;Published online December 26, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0126">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0126
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4851" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4851&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4851", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMjYuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDEyNi5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-67K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4851", "trd-2023-0126.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -174K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4851#supplementary-material" style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_suppl_03.png" style="padding-top:4px;" title="PDF -174K">
                                        Supplementary Material
                                    </a>
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Interstitial Lung Disease
                                </dt>
                            </dl>
                            <dl class="article" id="article4849" style="">
                                <div class="img_div" id="img_div4849" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4849" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/trd-2023-0093f1.jpg" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4849">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Association between Antacid Exposure and Risk of Interstitial Lung Diseases
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Soohyun Bae, Gjustina Loloci, Dong Yoon Lee, Hye Jin Jang, Jihyeon Jeong, Won-Il Choi
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):185-193. &nbsp;&nbsp;Published online December 19, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0093">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0093
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4849" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4849&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4849", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAwOTMuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDA5My5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-133K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4849", "trd-2023-0093.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -158K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4849#supplementary-material" style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_suppl_03.png" style="padding-top:4px;" title="PDF -158K">
                                        Supplementary Material
                                    </a>
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Pleural Diseases
                                </dt>
                            </dl>
                            <dl class="article" id="article4856" style="">
                                <div class="img_div" id="img_div4856" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4856" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/t2-trd-2023-0102.png" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4856">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Role of Single Port Rigid Thoracoscopy in Undiagnosed Pleural Effusion
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Jagdish Rawat, Anil Kumar, Parul Mrigpuri, Dev Singh Jangpangi, Abhay Pratap Singh, Ritisha Bhatt
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):194-199. &nbsp;&nbsp;Published online February 2, 2024
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0102">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0102
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4856" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4856&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4856", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMDIuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDEwMi5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-262K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4856", "trd-2023-0102.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -8.8M">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt class="type">
                                    Letters to the Editor
                                </dt>
                            </dl>
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    COPD
                                </dt>
                            </dl>
                            <dl class="article" id="article4841" style="">
                                <dt>
                                    <a href="/journal/view.php?number=4841">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Sarcopenia in Outcome in Chronic Obstructive Pulmonary Disease: Is the Tip of the Iceberg?
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Hulya Sungurtekin, Ugur Sungurtekin, Antonio M. Esquinas
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):200-201. &nbsp;&nbsp;Published online November 1, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0146">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0146
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4841" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4841&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4841", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxNDYuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDE0Ni5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-17K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4841", "trd-2023-0146.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -93K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl>
                                <dt style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                    Tuberculosis
                                </dt>
                            </dl>
                            <dl class="article" id="article4836" style="">
                                <div class="img_div" id="img_div4836" style="width:200px;float:right;padding-bottom:20px;padding-right:15px;">
                                    <img alt="4836" class="thumb" onclick="openPhotoView(this)" src="/upload/thumbnails/t1-trd-2023-0120.png" style="width:195px;margin-right:20px;cursor:pointer;padding:5px;border:1px solid #cecece;">
                                </div>
                                <dt>
                                    <a href="/journal/view.php?number=4836">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Real-World Outcomes of Amikacin Liposome Inhalation Suspension for Refractory
                                            <i>
                                                Mycobacterium avium
                                            </i>
                                            Complex Pulmonary Disease
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Bo-Guen Kim, Sae Rom Kim, Byung Woo Jhun
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):202-205. &nbsp;&nbsp;Published online September 20, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0120">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0120
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                        <div style="position: absolute; top: 0;left:300px;">
                                            <a href="/journal/CitedBy.php?number=4836" onclick="window.open(this.href, 'CrossRef Citedby', 'width=756,height=800,scrollbars=yes');return false;" style="color:#DD434F;font-size:9pt;">
                                                <font class="CitedTitle" style="color:#DD434F;">
                                                    Crossref 2
                                                </font>
                                            </a>
                                        </div>
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4836" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4836&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4836", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxMjAuZXB1Yg==&amp;filename=dHJkLTIwMjMtMDEyMC5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-19K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4836", "trd-2023-0120.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -120K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4836#supplementary-material" style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_suppl_03.png" style="padding-top:4px;" title="PDF -120K">
                                        Supplementary Material
                                    </a>
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl class="article" id="article4848" style="">
                                <dt>
                                    <a href="/journal/view.php?number=4848">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Treatment Outcomes of Fluoroquinolone-Resistant Multidrug-Resistant Tuberculosis: An Implication for Delamanid
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Oki Nugraha Putra, Telly Purnamasari
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):206-208. &nbsp;&nbsp;Published online December 18, 2023
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2023.0188">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2023.0188
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4848" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4848&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4848", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDIzLTAxODguZXB1Yg==&amp;filename=dHJkLTIwMjMtMDE4OC5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-18K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4848", "trd-2023-0188.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -101K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                        <div class="sub_journal" style="float:left;">
                            <dl class="article" id="article4855" style="">
                                <dt>
                                    <a href="/journal/view.php?number=4855">
                                        <span style="font-family: 'Libre Baskerville',Arial,Helvetica,sans-serif; font-size: 20px; color: #2f312f;font-weight:normal;">
                                            Treatment Outcomes of Fluoroquinolone- Resistant Multidrug-Resistant Tuberculosis: An Implication for Delamanid - Authors&acirc;€™ Reply
                                        </span>
                                    </a>
                                </dt>
                                <dd style="color: #2f312f;">
                                    Saerom Kim, Jeongha Mok
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Tuberc Respir Dis.
                                    </em>
                                    2024;87(2):209-211. &nbsp;&nbsp;Published online January 30, 2024
                                </dd>
                                <dd>
                                    <div style="position: relative;font-size:12px;">
                                        DOI:
                                        <a href="https://doi.org/10.4046/trd.2024.0010">
                                            <font class="doi" style="font-size:12px;">
                                                https://doi.org/10.4046/trd.2024.0010
                                            </font>
                                        </a>
                                        &nbsp;&nbsp;&nbsp;
                                    </div>
                                </dd>
                                <dd>
                                    <a href="/journal/view.php?number=4855" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Full text" src="/image/c_icon_full_03.png" style="padding-top:4px;" title="Full Text">
                                        Full text
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="/journal/view.php?number=4855&amp;viewtype=pubreader" style="font-size:12px;color:#6f6f6f;">
                                        <img alt="Pubreader" src="/image/c_icon_pub_03.png" style="padding-top:4px;" title="Pubreader">
                                        PubReader
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("epub", "4855", "path=L2hvbWUvdmlydHVhbC9lLXRyZC9qb3VybmFsL3VwbG9hZC9lcHViL3RyZC0yMDI0LTAwMTAuZXB1Yg==&amp;filename=dHJkLTIwMjQtMDAxMC5lcHVi")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="ePub" src="/image/c_icon_epub_03.png" style="padding-top:4px;" title="ePub-18K">
                                        ePub
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                    <a onclick='journal_download("pdf", "4855", "trd-2024-0010.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                        <img alt="PDF" src="/image/c_icon_pdf_03.png" style="padding-top:4px;" title="PDF -104K">
                                        PDF
                                    </a>
                                    &nbsp;&nbsp;&nbsp;&nbsp;
                                </dd>
                            </dl>
                        </div>
                    </div>
                    <!--moreArticle-->
                </div>
                <!--contents-->
                <div class="aside">
                    <div class="journal" style="padding-top:0px;padding-bottom:60px;">
                        <dl style="height:100px;">
                            <dd style="float:left;">
                                <img src="/upload/thumbnails/trd-87-2-cover.jpg" style="border:1px solid #000000;" title="Volume 87, No. 2" width="120px">
                            </dd>
                            <dd style="float:left;padding:10px 0px 0px 20px;">
                                <p style="font-size:1.29em;font-weight:bold;color:#C62F37;padding-bottom:10px;">
         Tuberculosis and
                                    <br>
                                    Respiratory Diseases
                                </p>
                                <p style="font-size:1.1em;line-height:178%;">
                                    Print ISSN: 1738-3536
                                    <br>
                                    Online ISSN: 2005-6184
                                    <br>
                                </p>
                            </dd>
                        </dl>
                    </div>
                    <ul class="moreInfo">
                        <li>
                            <a href="https://mc04.manuscriptcentral.com/trd" target="_blank">
                                <img src="/image/e_submission.gif" title="E-Submission">
                            </a>
                        </li>
                        <li>
                            <a href="https://mjl.clarivate.com/cgi-bin/jrnlst/jlresults.cgi?PC=MASTER&amp;ISSN=1738-3536" target="_blank">
                                <div style="position: relative;background-size:cover;background-image:url('/image/300_impact_factor_2022.gif');width:301px;height:89px;font-family: 'Roboto', 'Noto Sans KR', sans-serif">
                                    <div style="position:absolute;left:150px;top:24px;font-weight:600;font-size:12pt;">
                                        Impact Factor
                                    </div>
                                    <div style="position:absolute;left:185px;top:45px;color:#6817FF;font-weight:bold;font-size:15pt;">
                                        2.9
                                    </div>
                                </div>
                            </a>
                        </li>
                        <li style="padding-top:25px;">
                            <style>
                                div.aside li section {
                                    display             : none;
                                    padding             : 0px 0 0;
                                    border-top          : 1px solid #ddd;
                                }
                                div.aside li input {
                                    display             : none !important;
                                }
                                div.aside li label {
                                    display             : inline-block;
                                    margin              : 0 0 -1px;
                                    padding             : 10px 0px;
                                    font-weight         : 600;
                                    text-align          : center;
                                    color               : #999;
                                    width               : 147px;
                                    font-size           : 1.1em;
                                }
                                div.aside li label:hover {
                                    color               : #C62F37;
                                    cursor              : pointer;
                                }
                                /*input 클릭시, label 스타일*/
                                div.aside li input:checked + label {
                                    color               : #555;
                                    border              : 1px solid #ddd;
                                    border-top          : 4px solid #C62F37;
                                    border-bottom       : 1px solid #ffffff;
                                }
                                div.aside li #tab1:checked ~ #content1,
                                                    div.aside li #tab2:checked ~ #content2 {
                                    display             : block;
                                }
                            </style>
                            <input checked="" id="tab2" name="tabs" type="radio">
                            <!--디폴트 메뉴-->
                            <label for="tab2">
        MOST VIEWED
                            </label>
                            <input id="tab1" name="tabs" type="radio">
                            <!--디폴트 메뉴-->
                            <label for="tab1">
        MOST CITED
                            </label>
                            <!-- <input id="tab2" type="radio" name="tabs">
                                                                <label for="tab2">AHEAD-OF PRINT</label> -->
                            <section id="content2">
                                <dl>
                                    <dd>
                                        <table style="border-left:1px solid #eee;border-right:1px solid #eee;">
                                            <tbody>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="middel">
              9,931
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4817" style="font-weight:bold;">
                                                            The Importance of Early Chronic Obstructive Pulmonary Disease: A Lecture from 2022 Asian Pacific Society of Respirology
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="middel">
                                                        2,989
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4852" style="font-weight:bold;">
                                                            Early Mobilization and Rehabilitation of Critically-Ill Patients
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="middel">
                                                        2,891
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4849" style="font-weight:bold;">
                                                            Association between Antacid Exposure and Risk of Interstitial Lung Diseases
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="middel">
                                                        4,644
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4835" style="font-weight:bold;">
                                                            Subphenotypes of Acute Respiratory Distress Syndrome: Advancing Towards Precision Medicine
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="middel">
                                                        15,134
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4609" style="font-weight:bold;">
                                                            Concise Clinical Review of Hematologic Toxicity of Linezolid in Multidrug-Resistant and Extensively Drug-Resistant Tuberculosis: Role of Mitochondria
                                                        </a>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </dd>
                                </dl>
                                <p align="right" style="font-size:1.2em;padding-right:5px;">
                                    <a href="/articles/mostread.php">
                                        +more
                                    </a>
                                </p>
                            </section>
                            <section id="content1">
                                <dl>
                                    <dd>
                                        <table style="border-left:1px solid #eee;border-right:1px solid #eee;">
                                            <tbody>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        26
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4784" style="font-weight:bold;">
                                                            Prevalence and Impact of Comorbidities in Individuals with Chronic Obstructive Pulmonary Disease: A Systematic Review
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        15
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4800" style="font-weight:bold;">
                                                            Tuberculosis: Republic of Korea, 2021
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        12
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4607" style="font-weight:bold;">
                                                            Clinical Features, Diagnosis, Management, and Outcomes of Idiopathic Pulmonary Fibrosis in Korea: Analysis of the Korea IPF Cohort (KICO) Registry
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        10
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4609" style="font-weight:bold;">
                                                            Concise Clinical Review of Hematologic Toxicity of Linezolid in Multidrug-Resistant and Extensively Drug-Resistant Tuberculosis: Role of Mitochondria
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        10
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=4614" style="font-weight:bold;">
                                                            Pulmonary Functions and Inflammatory Biomarkers in Post-Pulmonary Tuberculosis Sequelae
                                                        </a>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </dd>
                                </dl>
                                <p align="right" style="font-size:1.2em;padding-right:5px;">
                                    <a href="/articles/mostcited.php">
                                        +more
                                    </a>
                                </p>
                            </section>
                        </li>
                        <li style="margin-top:5px;background-color:#E5E5E5;padding-top:15px;padding-bottom:15px;text-align:center;">
                            <a href="https://www.scimagojr.com/journalsearch.php?q=98416&amp;tip=sid&amp;exact=no" target="_blank" title="SCImago Journal &amp; Country Rank">
                                <img alt="SCImago Journal &amp; Country Rank" border="0" src="https://www.scimagojr.com/journal_img.php?id=98416">
                            </a>
                        </li>
                        <li>
                            <a href="/metrics/metrics_total_down_ref.php" onclick="window.open(this.href, 'Metrics_Total_View', 'width=720, height=845,scrollbars=yes');return false;" style="cursor:pointer;">
                                <img src="/image/b_Metrics.jpg" title="More information">
                            </a>
                        </li>
                        <li>
                            <div id="vis">
                            </div>
                            <script>
                                var tags = [{
                                    "key": "Lung",
                                    "value": 751
                                },{
                                    "key": "tuberculosis",
                                    "value": 684
                                },{
                                    "key": "CT",
                                    "value": 627
                                },{
                                    "key": "Pulmonary",
                                    "value": 543
                                },{
                                    "key": "Lung Cancer",
                                    "value": 513
                                },{
                                    "key": "Pneumonia",
                                    "value": 458
                                },{
                                    "key": "Asthma",
                                    "value": 302
                                },{
                                    "key": "Bronchoscopy",
                                    "value": 297
                                },{
                                    "key": "Pleural Effusion",
                                    "value": 282
                                },{
                                    "key": "Pulmonary Disease",
                                    "value": 242
                                },{
                                    "key": "Lung Neoplasms",
                                    "value": 226
                                },{
                                    "key": "Non-Small Cell Lung Cancer",
                                    "value": 204
                                },{
                                    "key": "Chronic",
                                    "value": 192
                                },{
                                    "key": "Bronchi",
                                    "value": 192
                                },{
                                    "key": "Treatment",
                                    "value": 191
                                },{
                                    "key": "Antioxidant",
                                    "value": 185
                                },{
                                    "key": "Pulmonary Tuberculosis",
                                    "value": 177
                                },{
                                    "key": "Chronic Obstructive",
                                    "value": 177
                                },{
                                    "key": "Age",
                                    "value": 163
                                },{
                                    "key": "Interstitial lung disease",
                                    "value": 162
                                },{
                                    "key": "Pulmonary Disease, Chronic Obstructive",
                                    "value": 156
                                },{
                                    "key": "Chronic obstructive pulmonary disease",
                                    "value": 156
                                },{
                                    "key": "Pleura",
                                    "value": 153
                                },{
                                    "key": "Diagnosis",
                                    "value": 152
                                },{
                                    "key": "Therapy",
                                    "value": 151
                                },{
                                    "key": "Lung Disease",
                                    "value": 148
                                },{
                                    "key": "Pulmonary Fibrosis",
                                    "value": 142
                                },{
                                    "key": "Lung neoplasm",
                                    "value": 142
                                },{
                                    "key": "Syndrome",
                                    "value": 141
                                },{
                                    "key": "Men",
                                    "value": 139
                                }];
                            </script>
                            <script charset="utf-8" src="https://d3js.org/d3.v3.min.js">
                            </script>
                            <script src="https://publishing.m2comm.kr/script/d3.layout.cloud.js">
                            </script>
                            <script src="https://kjim.org/script/word-cloud.js" type="text/javascript">
                            </script>
                        </li>
                        <li>
                            <a href="https://www.lungkorea.org/" target="_blank">
                                <img border="0" class="vertical_middle" src="/image/ban_katrd.gif" title="TRD">
                            </a>
                        </li>
                        <style>
                            .dep__div {
                                display             : inline-block;
                                zoom                : 1;*
                                display             : inline;
                                font-size           : 14px;
                                margin-bottom       : 5px;
                                vertical-align      : middle;
                                text-align          : center;
                                margin-right        : 5px;
                            }
                            .dep__div:nth-child(5n) {
                                margin-right        : 0;
                            }
                            /*.dep__div:nth-child(odd){margin-right:5px;}*/
                            .dep__div a {
                                width               : 144px;
                                background-color    : #3F3F3F;
                                color               : #ffffff;
                                height              : 40px;
                                display             : table;
                            }
                            .dep__div a span {
                                display             : table-cell;
                                vertical-align      : middle;
                                text-align          : center;
                                line-height         : 120%;
                            }
                            .dep__div .dep__a {
                                width               : 144px;
                                background-color    : #3F3F3F;
                                color               : #ffffff;
                                height              : 40px;
                                display             : table;
                            }
                        </style>
                        <!-- <section id="content2">
                    <dl><dd><table style='border-left:1px solid #eee;border-right:1px solid #eee;'>					<tr>
                        <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                        <a href='/journal/view.php?number=4876' style='font-weight:bold;'>Public-Private Partnership for Tuberculosis Care and Prevention in Korea</a>
                        </td>
                    </tr>
                                        <tr>
                        <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                        <a href='/journal/view.php?number=4875' style='font-weight:bold;'>Epidemiological Characteristics of Nontuberculous Mycobacterial Pulmonary Disease in South Korea: A Meta-Analysis of Individual Participant Data</a>
                        </td>
                    </tr>
                                        <tr>
                        <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                        <a href='/journal/view.php?number=4874' style='font-weight:bold;'>Effects of the Use of Beta-Blockers on Chronic Obstructive Pulmonary Disease Associated with Cardiovascular Comorbities: Systematic Review and Meta-Analysis</a>
                        </td>
                    </tr>
                                        <tr>
                        <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                        <a href='/journal/view.php?number=4873' style='font-weight:bold;'>Bronchoscopic Strategies to Improve Diagnostic Yield in Pulmonary Tuberculosis Patients</a>
                        </td>
                    </tr>
                                        <tr>
                        <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                        <a href='/journal/view.php?number=4871' style='font-weight:bold;'>Sarcopenia in Outcome in Chronic Obstructive Pulmonary Disease: Is the Tip of the Iceberg? - Authors’ Reply </a>
                        </td>
                    </tr>
                    </table></dd></dl>
                                        <p align='right' style='font-size:1.2em;padding-right:5px;'><a href='/articles/print.php'>+more</a></p>
                </section> -->
                    </ul>
                </div>
                <!--  //aside -->
            </div>
            <!-- //container -->
            <hr>
            <!-- right banner area begin -->
            <ul class="relSite">
                <li>
                    <a href="https://www.ncbi.nlm.nih.gov/pmc/journals/1922/" target="_blank">
                        <img alt="PubMed Central" src="/image/banner/pmc.gif" style="width:132px;height:32px;" title="PubMed Central">
                    </a>
                </li>
                <li>
                    <a href="https://pubmed.ncbi.nlm.nih.gov/?term=%22Tuberc+Respir+Dis+(Seoul)%22%5BJournal%5D" target="_blank">
                        <img alt="PubMed" src="/image/banner/pubmed2.gif" style="width:132px;height:32px;" title="PubMed">
                    </a>
                </li>
                <li>
                    <a href="https://www.scopus.com/sourceid/98416" target="_blank">
                        <img alt="Scopus" src="/image/banner/scopus.gif" style="width:132px;height:32px;" title="Scopus">
                    </a>
                </li>
                <li>
                    <a href="https://doaj.org/toc/2005-6184" target="_blank">
                        <img alt="Directory of Open Access Journals (DOAJ)" src="/image/banner/DOAJ_174_45.gif" style="width:132px;height:32px;" title="Directory of Open Access Journals (DOAJ)">
                    </a>
                </li>
                <li>
                    <a href="https://koreamed.org/volumes/3" target="_blank">
                        <img alt="KoreaMed" src="/image/banner/koreamed.gif" style="width:132px;height:32px;" title="KoreaMed">
                    </a>
                </li>
                <li>
                    <a href="https://www.komci.org/JournalVolume.php?id=3" target="_blank">
                        <img alt="KoMCI" src="/image/banner/komci.gif" style="width:132px;height:32px;" title="KoMCI">
                    </a>
                </li>
                <li>
                    <a href="https://scholar.google.com/scholar?hl=en&amp;as_publication=Tuberculosis+%26+Respiratory+Diseases&amp;as_sdt=0,5&amp;as_q=" target="_blank">
                        <img alt="GoogleScholar" src="/image/banner/GoogleScholar.gif" style="width:132px;height:32px;" title="GoogleScholar">
                    </a>
                </li>
                <li class="clear">
                    <a href="https://www.crossref.org/services/similarity-check/" target="_blank">
                        <img alt="Similarity Check" src="/image/banner/CrossRef_Similarity_Check_174_45.gif" style="width:132px;height:32px;" title="Similarity Check">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/services/cited-by/" target="_blank">
                        <img alt="Crossref Cited-by Linking" src="/image/banner/CrossRef_Cited_by_174_45.gif" style="width:132px;height:32px;" title="Crossref Cited-by Linking">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/services/crossmark/" target="_blank">
                        <img alt="CrossMark" src="/image/banner/Crossmark_174_45.gif" style="width:132px;height:32px;" title="CrossMark">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/services/funder-registry/" target="_blank">
                        <img alt="Funder Registry" src="/image/banner/Funder_Registry_174_45.gif" style="width:132px;height:32px;" title="Funder Registry">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/members/prep/2481" target="_blank">
                        <img alt="" src="/image/banner/metadata.gif" style="width:132px;height:32px;" title="">
                    </a>
                </li>
                <li>
                    <a href="https://orcid.org/" target="_blank">
                        <img alt="ORICD" src="/image/banner/orcid.gif" style="width:132px;height:32px;" title="ORICD">
                    </a>
                </li>
            </ul>
            <div class="siteMap">
                <dl class="last" style="width:190px">
                    <dt>
                        <a href="/about/" title="ABOUT">
       ABOUT
                        </a>
                    </dt>
                    <dd>
                        <dl>
                            <dd>
                                <ul>
                                    <li>
                                        <a href="/about/index.php" title="Aims and scope">
                                            Aims and scope
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/about.php" title="About the journal">
                                            About the journal
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/policy.php" title="Editorial policy">
                                            Editorial policy
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/editorial.php" title="Editorial board">
                                            Editorial board
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/best_practice.php" title="Best practice">
                                            Best practice
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/management.php" title="Management team">
                                            Management team
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/open_access.php" title="Open access">
                                            Open access
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/subscription.php" title="Subscription information">
                                            Subscription information
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/contact.php" title="Contact us">
                                            Contact us
                                        </a>
                                    </li>
                                </ul>
                            </dd>
                        </dl>
                    </dd>
                </dl>
                <dl style="width:290px">
                    <dt>
                        <a href="/articles/category.php" title="ARTICLE  &amp; TOPICS">
                            ARTICLE &amp; TOPICS
                        </a>
                    </dt>
                    <dd style="padding-left:10px;">
                        <dl>
                            <dt>
                                <a href="/articles/category.php" title="Article category">
                                    Article category
                                </a>
                            </dt>
                            <dd>
                                <ul>
                                    <li>
                                        <a href="/articles/category.php?article_category=Review" title="Review">
                                            Review
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/articles/category.php?article_category=Original article" title="Original article">
                                            Original article
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/articles/category.php?article_category=Images of interest" title="Images of interest">
                                            Images of interest
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/articles/category.php?article_category=Editorial" title="Editorial">
                                            Editorial
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/articles/category.php?article_category=Letter to the editor" title="Letter to the editor">
                                            Letter to the editor
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/articles/category.php?article_category=Others" title="Others">
                                            Others
                                        </a>
                                    </li>
                                </ul>
                                <p>
                                    <a href="/articles/category.php" title="Browse all articles">
                                        Browse all articles &gt;
                                    </a>
                                </p>
                            </dd>
                        </dl>
                        <dl style="padding-right:0px;padding-left:5px;">
                            <dt>
                                <a href="/articles/topics.php" title="Topics">
                                    Topics
                                </a>
                            </dt>
                            <dd>
                                <ul>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Asthma" title="Asthma">
                                            Asthma
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=COPD" title="COPD">
                                            COPD
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Critical Care Medicine" title="Critical Care Medicine">
                                            Critical Care Medicine
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Environmental and Occupational Lung Disease" title="Environmental and Occupational Lung Disease">
                                            Environmental and Occupational Lung Disease
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Interstitial Lung Disease" title="Interstitial Lung Disease">
                                            Interstitial Lung Disease
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Lung Cancer" title="Lung Cancer">
                                            Lung Cancer
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Miscellaneous" title="Miscellaneous">
                                            Miscellaneous
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Pleural Disease" title="Pleural Disease">
                                            Pleural Disease
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Pulmonary Infection" title="Pulmonary Infection">
                                            Pulmonary Infection
                                        </a>
                                    </li>
                                    <li style="width:0x;">
                                        <a href="/articles/topics.php?topic=Tuberculosis" title="Tuberculosis">
                                            Tuberculosis
                                        </a>
                                    </li>
                                </ul>
                                <p>
                                    <a href="/articles/topics.php" title="Browse all articles">
                                        Browse all articles &gt;
                                    </a>
                                </p>
                            </dd>
                        </dl>
                    </dd>
                </dl>
                <dl style="width:230px">
                    <dt>
                        <a href="/articles/archive.php" title="ISSUES">
                            BROWSE ARTICLES
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/current/" title="Current issue">
                                    Current issue
                                </a>
                            </li>
                            <li>
                                <a href="/articles/archive.php" title="All issues">
                                    All issues
                                </a>
                            </li>
                            <li>
                                <a href="/articles/accept.php" title="Accepted articles">
                                    Accepted articles
                                </a>
                            </li>
                            <li>
                                <a href="/articles/print.php" title="Ahead-of print">
                                    Ahead-of print
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostread.php" title="Most view">
                                    Most view
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostdownload.php" title="Most download">
                                    Most download
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostcited.php" title="Most cited">
                                    Most cited
                                </a>
                            </li>
                            <li>
                                <a href="/articles/funded.php" title="Funded articles">
                                    Funded articles
                                </a>
                            </li>
                            <li>
                                <a href="/articles/search.php" title="Search">
                                    Search
                                </a>
                            </li>
                            <li>
                                <a href="/articles/author_index.php" title="Author index">
                                    Author index
                                </a>
                            </li>
                        </ul>
                    </dd>
                </dl>
                <dl>
                    <dt>
                        <a href="/authors/authors.php" title="FOR CONTRIBUTORS">
                            FOR CONTRIBUTORS
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/authors/authors.php" title="Instructions for authors">
                                    Instructions for authors
                                </a>
                            </li>
                            <li>
                                <a href="/authors/duplicate_publication.php" title="Plagiarism and duplicate publication">
                                    Plagiarism and duplicate publication
                                </a>
                            </li>
                            <li>
                                <a href="/authors/checklist.php" title="Author&acirc;€™s checklist">
                                    Author&acirc;€™s checklist
                                </a>
                            </li>
                            <li>
                                <a href="/authors/processing_charge.php" title="Article-processing charge">
                                    Article-processing charge
                                </a>
                            </li>
                            <li>
                                <a href="https://mc04.manuscriptcentral.com/trd " title="E-submission">
                                    E-submission
                                </a>
                            </li>
                            <li>
                                <a href="/authors/reviewers.php" title="Guideline for reviewers">
                                    Guideline for reviewers
                                </a>
                            </li>
                            <li>
                                <a href="/authors/reviewer.php" title="For reviewers">
                                    For reviewers
                                </a>
                            </li>
                            <li>
                                <a href="/authors/best_reviewer.php" title="Best reviewer award winners">
                                    Best reviewer award winners
                                </a>
                            </li>
                        </ul>
                    </dd>
                </dl>
            </div>
            <div class="footerWrap">
                <div>
                    <dl>
                        <dt>
                            Editorial Office
                        </dt>
                        <dd>
                            101-605, 58, Banpo-daero, Seocho-gu (Seocho-dong, Seocho Art-Xi), Seoul 06652, Korea
                            <br>
                            Tel: +82-2-575-3825, +82-2-576-5347&nbsp;&nbsp;&nbsp;&nbsp;Fax: +82-2-572-6683&nbsp;&nbsp;&nbsp;&nbsp;E-mail:
                            <a class="link" href="mailto:[email protected]">
                                [email protected]
                            </a>
                            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        </dd>
                    </dl>
                    <p>
                        Copyright &copy;
                        <a href="https://www.lungkorea.org/" target="_blank">
                            2024 by The Korean Academy of Tuberculosis and Respiratory Diseases.
                        </a>
                        All rights reserved.
                    </p>
                    <p class="posTR">
                        <a href="https://www.m2-pi.com" target="_blank">
                            <img alt="Developed in M2PI" src="https://www.m2-pi.com/images/developed_m2pi.png" style="vertical-align:middle;margin-top:2px;">
                        </a>
                    </p>
                </div>
            </div>
            <!-- //footerWrap -->
        </div>
        <!-- //wrapper -->
        <style>
            #overlay {
                display             : none;
                position            : absolute;
                top                 : 0px;
                left                : 0px;
                width               : 100%;
                height              : 100%;
                z-index             : 999;
            }
            #overlay #overlay_close {
                margin              : 25px auto 0px auto;
                height              : 20px;
                text-align          : right;
            }
            #overlay #main_image_wrap {
                margin              : 25px auto 25px auto;
                height              : 448px;
                text-align          : center;
            }
        </style>
        <div id="overlay">
            <div style="width:900px; background-color: rgba(208,208,208,0.85); border: 1px solid #a0a0a0; padding-bottom: 25px; margin: auto;">
                <div id="overlay_close">
                    <img alt="Close layer" onclick="closePhotoView(); return false;" src="/image/b_close.png" style="cursor:pointer;margin-right:25px;">
                </div>
                <div id="main_image_wrap">
                    <table style="margin: auto;">
                        <tbody>
                            <tr>
                                <td onclick="mImage_sliding('prev')" style="cursor: pointer;" valign="middle">
                                    <img alt="prev" border="0" src="/image/b_prev.png">
                                </td>
                                <td style="width: 800px;height:448px;" valign="middle">
                                    <img height="448" id="main_image" src="" width="800">
                                </td>
                                <td onclick="mImage_sliding('next')" style="cursor: pointer;" valign="middle">
                                    <img alt="next" border="0" src="/image/b_next.png">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <script>
            var thumb_array = new Array();
            var thumb_index = 0;
            function mImage_sliding(dir) {
                if (dir == 'next') {
                    thumb_index++;
                    if (thumb_index >= thumb_array.length) {
                        thumb_index--;
                        return false;
                    }
                } else {
                    thumb_index--;
                    if (thumb_index < 0) {
                        thumb_index++;
                        return false;
                    }
                }
                changeMainImage(thumb_array[thumb_index]);
            }
            function openPhotoView(obj) {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                $(obj).parent().parent().find('img.thumb').each(function(index) {
                    thumb_array.push($(this).attr("src"));
                    if ($(obj).attr("src") == $(this).attr("src")) {
                        thumb_index = index;
                        changeMainImage($(this).attr("src"));
                    }
                });
            }
            function openPhotoView2() {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                var src_data = $("#ss_516").html();
                console.log(src_data);
            }
            function closePhotoView() {
                $('#overlay').hide();
                thumb_array = new Array();
            }
            function changeMainImage(src) {
                $("<img />").attr("src", src).load(function() {
                    var ratio = 800 / this.width;
                    var width = this.width * ratio;
                    var height = this.height * ratio;
                    if (height > 448) {
                        ratio = 448 / this.height;
                        width = this.width * ratio;
                        height = this.height * ratio;
                    }
                    $("#overlay #main_image_wrap #main_image").attr('src', this.src);
                    $("#overlay #main_image_wrap #main_image").attr('width', width);
                    $("#overlay #main_image_wrap #main_image").attr('height', height);
                });
            }
        </script>
        <style>
            #overlay {
                display             : none;
                position            : absolute;
                top                 : 0px;
                left                : 0px;
                width               : 100%;
                height              : 100%;
                z-index             : 999;
            }
            #overlay #overlay_close {
                margin              : 25px auto 0px auto;
                height              : 20px;
                text-align          : right;
            }
            #overlay #main_image_wrap {
                margin              : 25px auto 25px auto;
                height              : 448px;
                text-align          : center;
            }
        </style>
        <div id="overlay">
            <div style="width:900px; background-color: rgba(208,208,208,0.85); border: 1px solid #a0a0a0; padding-bottom: 25px; margin: auto;">
                <div id="overlay_close">
                    <img alt="Close layer" onclick="closePhotoView(); return false;" src="/image/b_close.png" style="cursor:pointer;margin-right:25px;">
                </div>
                <div id="main_image_wrap">
                    <table style="margin: auto;">
                        <tbody>
                            <tr>
                                <td onclick="mImage_sliding('prev')" style="cursor: pointer;" valign="middle">
                                    <img alt="prev" border="0" src="/image/b_prev.png">
                                </td>
                                <td style="width: 800px;height:448px;" valign="middle">
                                    <img height="448" id="main_image" src="" width="800">
                                </td>
                                <td onclick="mImage_sliding('next')" style="cursor: pointer;" valign="middle">
                                    <img alt="next" border="0" src="/image/b_next.png">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <script>
            var thumb_array = new Array();
            var thumb_index = 0;
            function mImage_sliding(dir) {
                if (dir == 'next') {
                    thumb_index++;
                    if (thumb_index >= thumb_array.length) {
                        thumb_index--;
                        return false;
                    }
                } else {
                    thumb_index--;
                    if (thumb_index < 0) {
                        thumb_index++;
                        return false;
                    }
                }
                changeMainImage(thumb_array[thumb_index]);
            }
            function openPhotoView(obj) {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                $(obj).parent().parent().find('img.thumb').each(function(index) {
                    thumb_array.push($(this).attr("src"));
                    if ($(obj).attr("src") == $(this).attr("src")) {
                        thumb_index = index;
                        changeMainImage($(this).attr("src"));
                    }
                });
            }
            function openPhotoView2() {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                var src_data = $("#ss_516").html();
                console.log(src_data);
            }
            function closePhotoView() {
                $('#overlay').hide();
                thumb_array = new Array();
            }
            function changeMainImage(src) {
                $("<img />").attr("src", src).load(function() {
                    var ratio = 800 / this.width;
                    var width = this.width * ratio;
                    var height = this.height * ratio;
                    if (height > 448) {
                        ratio = 448 / this.height;
                        width = this.width * ratio;
                        height = this.height * ratio;
                    }
                    $("#overlay #main_image_wrap #main_image").attr('src', this.src);
                    $("#overlay #main_image_wrap #main_image").attr('width', width);
                    $("#overlay #main_image_wrap #main_image").attr('height', height);
                });
            }
        </script>
        <!-- altmetric script -->
        <script src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js" type="text/javascript">
        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://e-trd.org/ 2024-05-19 04:38:35
2 https://thebolditalic.com/?gi=111e… 2024-05-19 04:38:34
3 https://thebolditalic.com/?gi=645b… 2024-05-19 04:38:33
4 https://thebolditalic.com/?gi=34e5… 2024-05-19 04:38:33
5 https://thebolditalic.com/?gi=0bac… 2024-05-19 04:38:32
6 http://www.google.com/url?action=p… 2024-05-19 04:38:32
7 https://thebolditalic.com/?gi=bf80… 2024-05-19 04:38:32
8 https://thebolditalic.com/?gi=d314… 2024-05-19 04:38:31
9 https://thebolditalic.com/?gi=8dca… 2024-05-19 04:38:30
10 https://thebolditalic.com/?gi=baf4… 2024-05-19 04:38:30
11 https://thebolditalic.com/?gi=c25d… 2024-05-19 04:38:30
12 https://thebolditalic.com/?gi=5121… 2024-05-19 04:38:29
13 https://thebolditalic.com/?gi=49dc… 2024-05-19 04:38:29
14 https://thebolditalic.com/?gi=f8d6… 2024-05-19 04:38:29
15 https://thebolditalic.com/?gi=6a1e… 2024-05-19 04:38:28
16 https://thebolditalic.com/?gi=b6d7… 2024-05-19 04:38:28
17 https://thebolditalic.com/?gi=4e5c… 2024-05-19 04:38:27
18 https://thebolditalic.com/?gi=cce1… 2024-05-19 04:38:27
19 https://thebolditalic.com/?gi=5e5b… 2024-05-19 04:38:27
20 https://thebolditalic.com/?gi=a86c… 2024-05-19 04:38:26