审查视图

institute/aboutus.html 22.3 KB
朱振飞 authored
1 2 3 4
<!DOCTYPE html>
<html lang="en">

<head>
1  
王毅 authored
5 6 7 8 9 10 11
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <link rel="stylesheet" href="../css/bootstrap.min.css" />
    <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" />
    <link rel="stylesheet" href="../css/base.css" />
    <link rel="stylesheet" href="../css/index.css" />
朱振飞 authored
12 13 14 15 16
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
        .prof_box {
            justify-content: space-around;
        }
1  
王毅 authored
17 18 19
        
        .prof_item {
            width: auto;
朱振飞 authored
20 21 22
            font-size: 20px;
            color: #333;
        }
1  
王毅 authored
23 24
        
        .prof_img_box {
朱振飞 authored
25 26
            width: 200px;
        }
1  
王毅 authored
27 28
        
        .bottom_imgBox {
朱振飞 authored
29 30
            flex: 1;
        }
1  
王毅 authored
31 32 33 34 35 36 37 38 39 40 41 42 43 44
        
        .contant {
            width: 1122px;
            margin: 70px auto 0 auto;
        }
        
        .contant_one {
            font-size: 20px;
            font-weight: 400;
            color: rgba(114, 113, 113, 1);
        }
        
        .contant_img {
            margin: 40px auto;
1  
王毅 authored
45
            width: 769px;
1  
王毅 authored
46 47 48 49
        }
        
        .contant_img img {
            width: 100%;
1  
王毅 authored
50 51 52 53 54 55 56 57
        }
        
        .contant_word {
            text-align: justify;
            font-size: 20px;
            font-weight: 500;
            line-height: 38px;
            color: #727171;
1  
王毅 authored
58
        }
朱振飞 authored
59 60 61 62 63 64 65
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
1  
王毅 authored
66 67 68 69 70 71
                <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
朱振飞 authored
72
                <a class="navbar-brand logo" href="../index.html">
1  
王毅 authored
73
                    <img class="brand-logo" src="../images/logo.png" alt="" />
朱振飞 authored
74 75 76 77 78
                </a>
            </div>
            <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
                <div class="search-group mt30 form-group navbar-text navbar-right">
                    <a href="http://www.tjmuch.com/" class="langue">中文</a>
1  
王毅 authored
79
                    <input type="text" class="form-control search-input" placeholder="Search" />
朱振飞 authored
80
                    <div class="magnifier">
1  
王毅 authored
81
                        <img src="../images/search_btn.png" alt="" />
朱振飞 authored
82 83 84 85 86 87 88
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
        <div class="mask"></div>
1  
王毅 authored
89
      <div class="bs-example" data-example-id="simple-justified-button-group">
朱振飞 authored
90
            <ul class="nav_menu_items">
1  
王毅 authored
91
                <li class="btn  navbtnActive navbtn-a" role="button">
朱振飞 authored
92
                    <a href="javascript:;">ABOUT US</a>
1  
王毅 authored
93
                    <div class='sec_menu_items'>
朱振飞 authored
94
                        <a href="../about/welcome.html" class="inner_item">
1  
王毅 authored
95 96
                            Welcome Message
                        </a>
朱振飞 authored
97
                        <a href="../about/mission.html" class="inner_item">
1  
王毅 authored
98 99 100
                            Mission and Vision
                        </a>
朱振飞 authored
101
                        <a href="../about/history.html" class="inner_item">
1  
王毅 authored
102 103
                            History and Milestones
                        </a>
朱振飞 authored
104
                        <a href="../about/quick.html" class="inner_item">
1  
王毅 authored
105 106
                            Quick Facts
                        </a>
朱振飞 authored
107 108 109
                        <a href="../about/contact.html" class="inner_item">Contact Us</a>
                    </div>
                </li>
1  
王毅 authored
110 111

                <li class="btn  navbtn-a" role="button">
朱振飞 authored
112
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
1  
王毅 authored
113 114
                    <div class='sec_menu_items'>
                        <div class="inner_item">
朱振飞 authored
115 116 117
                            Clinical Departments
                            <div class="third_menu_items">
                                <a href="../clinical/departm.html" class="inner_item">
朱振飞 authored
118 119
                                    Surgical Oncology
                                </a>
1  
王毅 authored
120
朱振飞 authored
121
                                <a href="../clinical/medical.html" class="inner_item">
1  
王毅 authored
122 123
                                    Medical Oncology
                                </a>
朱振飞 authored
124
                                <a href="../clinical/radiation.html" class="inner_item">
1  
王毅 authored
125
                                </a>
朱振飞 authored
126
                                <a href="../clinical/diagnostic.html" class="inner_item">
1  
王毅 authored
127 128
                                    Diagnostic Oncology
                                </a>
朱振飞 authored
129
                                <a href="../clinical/center.html" class="inner_item">
1  
王毅 authored
130 131
                                    Center of Excellences
                                </a>
朱振飞 authored
132 133
                            </div>
                        </div>
1  
王毅 authored
134
朱振飞 authored
135
                        <a href="../clinical/activities.html" class="inner_item">
1  
王毅 authored
136 137 138 139 140 141 142 143
                            Clinical Activities
                        </a>
                        <div class="inner_item">
                            Clinical Trials
                            <div class="third_menu_items">
                                <a href="../clinical/trials.html" class="inner_item">
                                    Introduction
                                </a>
1  
王毅 authored
144
                                <a href="../clinical/trials_one.html" class="inner_item">
1  
王毅 authored
145 146
                                    Work Flow Chart
                                </a>
1  
王毅 authored
147
                                <a href="../clinical/trials_two.html" class="inner_item">
1  
王毅 authored
148 149
                                    FInd A Clinical Trail
                                </a>
1  
王毅 authored
150
                                <a href="../clinical/trials_three.html" class="inner_item">
1  
王毅 authored
151 152 153 154
                                    Research Achievement
                                </a>
                            </div>
                        </div>
朱振飞 authored
155
                        <a href="../clinical/finddoctor.html" class="inner_item">
1  
王毅 authored
156 157
                            Find a Doctor
                        </a>
朱振飞 authored
158 159 160 161
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
1  
王毅 authored
162 163
                    <div class='sec_menu_items'>
朱振飞 authored
164
                        <a href="../research/nationalCancer.html" class="inner_item">
1  
王毅 authored
165 166 167
                            National Cancer Clinical Research Center
                        </a>
                        <div class="inner_item">
朱振飞 authored
168 169 170
                            Research
                            <div class="third_menu_items">
                                <a href="../research/research1.html" class="inner_item">
1  
王毅 authored
171 172
                                    Research programs
                                </a>
朱振飞 authored
173
                                <a href="../research/research2.html" class="inner_item">
1  
王毅 authored
174 175
                                    Achievements                                   
                                </a>
朱振飞 authored
176
                                <a href="../research/research3.html" class="inner_item">
1  
王毅 authored
177 178
                                    Key Labaratories                                    
                                </a>
朱振飞 authored
179
                                <a href="../research/researcher.html" class="inner_item">
1  
王毅 authored
180 181
                                    Find a Researcher
                                </a>
朱振飞 authored
182 183
                            </div>
                        </div>
1  
王毅 authored
184
                        <div class="inner_item">
朱振飞 authored
185 186 187
                            Education
                            <div class="third_menu_items">
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
188 189
                                    Graduate Study
                                </a>
朱振飞 authored
190
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
191 192
                                    International Study
                                </a>
朱振飞 authored
193
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
194 195
                                    Continuing Study
                                </a>
朱振飞 authored
196 197 198 199
                            </div>
                        </div>
                    </div>
                </li>
1  
王毅 authored
200
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
201
                    <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
1  
王毅 authored
202
                    <div class='sec_menu_items'>
朱振飞 authored
203
                        <div href="javascript:;" class="inner_item">
1  
王毅 authored
204
                            Introduction
朱振飞 authored
205 206
                            <div class="third_menu_items">
                                <a href="../institute/aboutus.html" class="inner_item">
1  
王毅 authored
207 208
                                    Introduction
                                </a>
朱振飞 authored
209
                                <a href="../institute/leadership.html" class="inner_item">
1  
王毅 authored
210 211
                                    Leadership
                                </a>
朱振飞 authored
212
                                <a href="../institute/history.html" class="inner_item">
1  
王毅 authored
213 214
                                    History
                                </a>
朱振飞 authored
215
                                <a href="../institute/report.html" class="inner_item">
1  
王毅 authored
216 217
                                    Annual Report
                                </a>
朱振飞 authored
218 219 220 221 222 223
                            </div>
                        </div>
                        <div href="../clinical/nursing.html" class="inner_item">
                            Research
                            <div class="third_menu_items">
                                <a href="../institute/researchers.html" class="inner_item">
1  
王毅 authored
224 225
                                    Our Researchers
                                </a>
朱振飞 authored
226
                                <a href="../institute/facilities.html" class="inner_item">
1  
王毅 authored
227 228
                                    Core Facilities and Services
                                </a>
朱振飞 authored
229
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
1  
王毅 authored
230 231
                                    Journal of Clinical Oncology
                                </a>
朱振飞 authored
232 233 234 235 236
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
237
                    <a href="javascript:;">NURSING CARE</a>
1  
王毅 authored
238
                    <div class='sec_menu_items'>
1  
王毅 authored
239
                        <div class="inner_item" style="position: relative">
1  
王毅 authored
240
                            Introduction
1  
王毅 authored
241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
                            <div class="third_menu_items">
                                <a href="../care/history_time.html" class="inner_item">
                                  Our Team
                                </a>
                                <a href="../care/history_time_two.html" class=" inner_item ">
                                   Imoportant Events
                                </a>
                                <a href="../care/history_time_three.html " class="inner_item ">
                                 Honor & Awards
                                </a>
                                <a href="../care/history_time_four.html " class="inner_item ">
                                   Contact Us
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
257
                            Nursing Activities
1  
王毅 authored
258 259 260 261 262 263 264
                            <div class="third_menu_items ">
                                <a href="../care/profession.html " class="inner_item ">
                                  Professional Teams
                                </a>
                                <a href="../care/five-two_2.html" class="inner_item ">
                                   Public Services
                                </a>
1  
王毅 authored
265
                                <a href="../care/profession_one.html" class="inner_item ">
1  
王毅 authored
266 267
                                 Compassionate Care
                                </a>
1  
王毅 authored
268
                                <a href="../care/profession_two.html" class="inner_item ">
1  
王毅 authored
269 270 271 272 273
                                   Caring for Nurses
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
274
                            Nursing Teaching
1  
王毅 authored
275 276 277 278 279 280 281 282 283 284
                            <div class="third_menu_items ">
                                <a href="../care/training.1.html" class="inner_item ">
                                 Clinical Nursing Teaching
                                </a>
                                <a href="../care/five-three_2.html" class="inner_item ">
                                  Postgraduate Development
                                </a>
                            </div>
                        </div>
                        <div class="inner_item ">
1  
王毅 authored
285
                            Nursing Research
1  
王毅 authored
286 287
                            <div class="third_menu_items ">
                                <a href="../care/five-four_detail1.html " class="inner_item ">
1  
王毅 authored
288 289
                                  Publications:SCI Papers
                                </a>
1  
王毅 authored
290
                                <a href="../care/five-four_detail2.html" class="inner_item ">
1  
王毅 authored
291 292
                                   Research Projects
                                </a>
1  
王毅 authored
293
                                <a href="../care/five-four_detail3.html" class="inner_item ">
1  
王毅 authored
294 295
                                 Innovations & Patents
                                </a>
1  
王毅 authored
296
                                <a href="../care/five-four_detail4.html " class="inner_item ">
1  
王毅 authored
297 298 299 300
                                   Publications:Books
                                </a>
                            </div>
                        </div>
1  
王毅 authored
301
                        <a href="../care/cancer.html " class="inner_item ">
1  
王毅 authored
302 303 304 305
                            Survivorship Support  
                        </a>

朱振飞 authored
306 307
                    </div>
                </li>
1  
王毅 authored
308 309
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
310
                    <div class='sec_menu_items'>
1  
王毅 authored
311
                        <a href="../international/conference.html " class="inner_item ">
1  
王毅 authored
312 313
                            International Conferences
                        </a>
1  
王毅 authored
314
                        <a href="../international/training.html " class="inner_item ">
1  
王毅 authored
315 316
                            Oversea Trainings
                        </a>
1  
王毅 authored
317
                        <a href="../international/referral.html " class="inner_item ">
1  
王毅 authored
318 319
                            International Patients
                        </a>
1  
王毅 authored
320
                        <a href="../international/partners.html " class="inner_item ">
1  
王毅 authored
321 322 323
                            Partnership Institutions
                        </a>
朱振飞 authored
324 325
                    </div>
                </li>
1  
王毅 authored
326 327
                <li class="btn navbtn-a " role="button ">
                    <a href="../news.html ">NEWS RELEASE</a>
朱振飞 authored
328 329 330 331
                </li>
            </ul>
        </div>
        <!-- Swiper -->
1  
王毅 authored
332
        <!-- <div class="img-header">
朱振飞 authored
333
            <img src="../images/ins_banner.png" width="100%" alt="">
1  
王毅 authored
334
        </div> -->
朱振飞 authored
335
        <div class="content">
1  
王毅 authored
336
            <div class="navpath">
1  
王毅 authored
337 338
                Tianjin Cancer Institute
                <span>></span>Introduction<span>></span>Introduction
朱振飞 authored
339
            </div>
1  
王毅 authored
340
            <div class="contant">
1  
王毅 authored
341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380
                <div class="contant_img">
                    <img src="../images/4-1-1-img_2.png" alt="" />
                </div>
                <div class="contant_word">
                    Tianjin Cancer Institute was established in 1977 by the late Chinese oncologist Professor Jin Xianzhai as the Cancer Prevention Research Laboratory of Tianjin People’s Hospital. When Tianjin People’s Hospital was renamed Tianjin Cancer Hospital in 1987,
                    the Research Laboratory was established as an institute. In 1997, the Cancer Hospital and Research Institute were incorporated into Tianjin Medical University, and in 2007, the Institute became an independent legal entity. Jin Xianzhai,
                    Zhou Yanchang, Zhang Tianze and Jin Jiarui have served successively as directors. Academician Hao Xishan is the current director, with Professor Ying Guoguang, Professor Niu Ruifang and Professor Li Hui acting as deputy directors.
                </div>
                <div class="contant_word">
                    Tianjin Cancer Institute has 12 departments, namely the Cancer Epidemiology & Biostatistics Laboratory, the Pathology Laboratory, the Biochemistry & Molecular Biology Laboratory, the Cancer Cell Biology Laboratory, the Immuno-Biotechnology Laboratory,
                    the Gastrointestinal Tumor Biology Laboratory, the Pharmacology Laboratory, the Public Laboratory, the Tumor Molecular Diagnostic Center, the Tissue Bank, the Library and the Editorial Department.
                </div>
                <div class="contant_word">
                    Having focused on oncology basic research and clinical transformation application research for many years, the Institute lays emphasis on the prevention, early diagnosis and individualized clinical treatment of tumor diseases. Our main research directions
                    include tumor epidemiology, tumor pathology and molecular typing, tumor genesis, tumor immunity and immunotherapy. The Institute has a series of achievements and has made progress in establishing a three-level prevention and control
                    model for common malignant tumors in China, screening high-risk populations, discovering new tumor-related genes, exploring tumor development mechanisms, and the R&D of new theory related to tumor angiogenesis, new methods of tumor
                    diagnosis, and new technology for tumor immunotherapy.
                </div>
                <div class="contant_img">
                    <img src="../images/4-1-1-img_1.png" alt="" />
                </div>
                <div class="contant_word">
                    In the past 5 years, the Institute has been awarded 83 scientific research projects at and above the provincial and ministerial level, including 3 National Key Technology Research and Development Programs from the Ministry of Science and Technology of
                    China and 55 programs supported by the National Natural Science Foundation of China. The Institute has also published a total of 314 SCI papers. Since the 12th Five-Year Plan was implemented, the Institute has been awarded a total
                    of 6 scientific and technological achievement awards at and above provincial and ministerial level. In 2011 Academician Hao Xishan was awarded the Tianjin Science and Technology Major Achievement Prize.
                </div>
                <br />
                <div class="contant_word">
                    With the aim of consolidating and improving the level of discipline development, the Institute has been continuously strengthening the construction of its talent teams. The Institute currently has a total of 179 professional technical personnel at various
                    levels, including one academician from the Chinese Academy of Engineering, one foreign academician from the Chinese Academy of Engineering, and etc.
                </div>
                <br />
                <div class="contant_word">
                    From 2013 the Institute has implemented a management system based on the existing principle investigators(PIs) which currently consists of 17 full-time PIs with their research teams. There are 24 doctoral tutors and 37 master’s tutors. In the past 5 years,
                    the Institute has recruited a total of 62 doctoral students and 124 postgraduate students, as well as having 64 post-doctoral students and 86 graduated postgraduate students.
                </div>
                <br />
                <div class="contant_word">
                    The Institute will continue to closely follow the cutting edge international trends in the field of oncology research and transitional medicine. Emphasizing original and independent innovation of theory and technology will help to cultivate more senior
                    personnel for oncology research and medical development in China, so making positive contributions to comprehensively improving the prevention and treatment of cancer in China.
朱振飞 authored
381
                </div>
1  
王毅 authored
382
            </div>
朱振飞 authored
383 384 385 386 387 388 389 390 391 392 393
        </div>
        <footer class="footer-content">
            <div class="footer-main">
                <ul class="list-unstyled third-ul">
                    <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
                    <li>Tianjin 300060</li>
                    <li>China</li>
                    <li>Tel/Fax: 0086-22-23359337</li>
                    <li>Email: info@tjmuch.com</li>
                </ul>
                <ul class="list-unstyled first-ul">
1  
王毅 authored
394 395
                    <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
                    <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
朱振飞 authored
396 397 398 399 400 401 402 403 404
                </ul>
            </div>
        </footer>
    </div>
    <script src="../js/jquery-1.11.3.min.js"></script>
    <script src="../js/bootstrap.min.js"></script>
    <script src="../js/swiper-3.4.2.jquery.min.js"></script>
    <script src="../js/common.js"></script>
    <script>
1  
王毅 authored
405 406 407 408 409 410 411 412 413 414 415 416 417
        $(document).ready(function() {
            $(".btn-group")
                .find(".navbtn-a")
                .click(function() {
                    console.log(this);
                    $(this)
                        .siblings(".navbtn-a")
                        .removeClass("navbtnActive"); // 删除其他兄弟元素的样式
                    $(this).addClass("navbtnActive"); // 添加当前元素的样式
                });
        });
        var swiper = new Swiper(".swiper-container", {
            pagination: ".swiper-pagination",
朱振飞 authored
418 419 420
            paginationClickable: true
        });
1  
王毅 authored
421 422
        var swiper = new Swiper(".swiper-container1", {
            pagination: ".swiper-pagination",
朱振飞 authored
423 424 425 426 427 428 429 430
            slidesPerView: 3,
            paginationClickable: true,
            spaceBetween: 30
        });
    </script>
</body>

</html>