审查视图

institute/aboutus.html 22.4 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>
wangyi 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
                            Mission and Vision
                        </a>
wangyi authored
100
                        <!-- <a href="../about/leadership.html" class="inner_item">
1  
王毅 authored
101
                            Leadership
wangyi authored
102
                        </a> -->
朱振飞 authored
103
                        <a href="../about/history.html" class="inner_item">
1  
王毅 authored
104 105
                            History and Milestones
                        </a>
朱振飞 authored
106
                        <a href="../about/quick.html" class="inner_item">
1  
王毅 authored
107 108
                            Quick Facts
                        </a>
朱振飞 authored
109 110 111
                        <a href="../about/contact.html" class="inner_item">Contact Us</a>
                    </div>
                </li>
1  
王毅 authored
112 113

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

朱振飞 authored
308 309
                    </div>
                </li>
1  
王毅 authored
310 311
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
312
                    <div class='sec_menu_items'>
1  
王毅 authored
313
                        <a href="../international/conference.html " class="inner_item ">
1  
王毅 authored
314 315
                            International Conferences
                        </a>
1  
王毅 authored
316
                        <a href="../international/training.html " class="inner_item ">
1  
王毅 authored
317 318
                            Oversea Trainings
                        </a>
1  
王毅 authored
319
                        <a href="../international/referral.html " class="inner_item ">
1  
王毅 authored
320 321
                            International Patients
                        </a>
1  
王毅 authored
322
                        <a href="../international/partners.html " class="inner_item ">
1  
王毅 authored
323 324 325
                            Partnership Institutions
                        </a>
朱振飞 authored
326 327
                    </div>
                </li>
1  
王毅 authored
328 329
                <li class="btn navbtn-a " role="button ">
                    <a href="../news.html ">NEWS RELEASE</a>
朱振飞 authored
330 331 332 333
                </li>
            </ul>
        </div>
        <!-- Swiper -->
1  
王毅 authored
334
        <!-- <div class="img-header">
朱振飞 authored
335
            <img src="../images/ins_banner.png" width="100%" alt="">
1  
王毅 authored
336
        </div> -->
朱振飞 authored
337
        <div class="content">
1  
王毅 authored
338
            <div class="navpath">
1  
王毅 authored
339
                Tianjin Cancer Institute
wangyi authored
340
                <span>></span>About Us<span>></span>Introduction
朱振飞 authored
341
            </div>
1  
王毅 authored
342
            <div class="contant">
1  
王毅 authored
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 381 382
                <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
383
                </div>
1  
王毅 authored
384
            </div>
朱振飞 authored
385 386 387 388 389 390 391 392 393 394 395
        </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
396 397
                    <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
                    <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
朱振飞 authored
398 399 400 401 402 403 404 405 406
                </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
407 408 409 410 411 412 413 414 415 416 417 418 419
        $(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
420 421 422
            paginationClickable: true
        });
1  
王毅 authored
423 424
        var swiper = new Swiper(".swiper-container1", {
            pagination: ".swiper-pagination",
朱振飞 authored
425 426 427 428 429 430 431 432
            slidesPerView: 3,
            paginationClickable: true,
            spaceBetween: 30
        });
    </script>
</body>

</html>