审查视图

research/nationalCancer.html 24.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
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
1  
王毅 authored
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
        .left_ship_box {
            width: 330px;
        }
        
        .header-title-right {
            padding-left: 50px;
            width: 300px;
            margin-bottom: 80px;
        }
        
        .header-title-right h3 {
            color: #00a16c;
            font-size: 21px;
        }
        
        .content {
            min-height: 500px;
        }
        
        .content-word-left p {
1  
王毅 authored
34
            text-align: justify;
1  
王毅 authored
35 36 37 38
            font-size: 16px;
            line-height: 2;
            color: #333;
        }
wangyi authored
39 40
        
        .content-word-left span {
1  
王毅 authored
41 42 43 44 45
            font-size: 16px;
            line-height: 2;
            color: #333;
            font-weight: bold
        }
wangyi authored
46
        
1  
王毅 authored
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
        .prof_item {
            width: 300px;
            height: auto;
        }
        
        .prof_img_box {
            height: auto;
        }
        
        .prof_desc {
            font-size: 14px;
            color: #232323;
            font-weight: bold;
        }
        
        .contant {
            width: 1122px;
            margin: 70px auto 0 auto;
        }
1  
王毅 authored
66 67 68 69 70 71 72 73
        
        .contant_title {
            font-size: 24px;
            font-weight: bold;
            color: rgba(102, 102, 102, 1);
            line-height: 30px;
            margin-bottom: 28px;
            text-align: center;
1  
王毅 authored
74
        }
1  
王毅 authored
75
        
1  
王毅 authored
76
        .contant_top_img {
1  
王毅 authored
77 78
            margin: 0 auto 32px auto;
            width: 696px;
1  
王毅 authored
79
        }
wangyi authored
80 81
        
        .contant_top_imgs {
1  
王毅 authored
82 83 84
            width: 420px;
            margin: 50PX auto 0 auto;
        }
wangyi authored
85 86
        
        .contant_top_imgss {
1  
王毅 authored
87 88 89
            width: 530px;
            margin: 14px auto 0 auto;
        }
wangyi authored
90
        
1  
王毅 authored
91 92 93
        .contant_top_img img,
        .contant_top_imgs img,
        .contant_top_imgss img {
1  
王毅 authored
94 95
            width: 100%;
        }
1  
王毅 authored
96 97 98 99
        
        .contant_top_imgs {
            width: 626px;
            height: 415px;
1  
王毅 authored
100
        }
朱振飞 authored
101 102 103 104 105 106 107
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
1  
王毅 authored
108 109 110 111 112 113
                <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
114
                <a class="navbar-brand logo" href="../index.html">
1  
王毅 authored
115
                    <img class="brand-logo" src="../images/logo.png" alt="" />
朱振飞 authored
116 117 118 119 120
                </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
121
                    <input type="text" class="form-control search-input" placeholder="Search" />
朱振飞 authored
122
                    <div class="magnifier">
1  
王毅 authored
123
                        <img src="../images/search_btn.png" alt="" />
朱振飞 authored
124 125 126 127 128 129 130
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
        <div class="mask"></div>
wangyi authored
131
        <div class="bs-example" data-example-id="simple-justified-button-group">
朱振飞 authored
132
            <ul class="nav_menu_items">
1  
王毅 authored
133
                <li class="btn  navbtnActive navbtn-a" role="button">
朱振飞 authored
134
                    <a href="javascript:;">ABOUT US</a>
1  
王毅 authored
135
                    <div class='sec_menu_items'>
朱振飞 authored
136
                        <a href="../about/welcome.html" class="inner_item">
1  
王毅 authored
137 138
                            Welcome Message
                        </a>
朱振飞 authored
139
                        <a href="../about/mission.html" class="inner_item">
1  
王毅 authored
140 141
                            Mission and Vision
                        </a>
wangyi authored
142
                        <!-- <a href="../about/leadership.html" class="inner_item">
1  
王毅 authored
143
                            Leadership
wangyi authored
144
                        </a> -->
朱振飞 authored
145
                        <a href="../about/history.html" class="inner_item">
1  
王毅 authored
146 147
                            History and Milestones
                        </a>
朱振飞 authored
148
                        <a href="../about/quick.html" class="inner_item">
1  
王毅 authored
149 150
                            Quick Facts
                        </a>
朱振飞 authored
151 152 153
                        <a href="../about/contact.html" class="inner_item">Contact Us</a>
                    </div>
                </li>
1  
王毅 authored
154 155

                <li class="btn  navbtn-a" role="button">
朱振飞 authored
156
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
1  
王毅 authored
157
                    <div class='sec_menu_items'>
1  
王毅 authored
158
                        <div class="inner_item">
朱振飞 authored
159 160 161
                            Clinical Departments
                            <div class="third_menu_items">
                                <a href="../clinical/departm.html" class="inner_item">
1  
王毅 authored
162 163 164
                                    Surgical Oncology
                                </a>
朱振飞 authored
165
                                <a href="../clinical/medical.html" class="inner_item">
1  
王毅 authored
166 167
                                    Medical Oncology
                                </a>
朱振飞 authored
168
                                <a href="../clinical/radiation.html" class="inner_item">
1  
王毅 authored
169
                                </a>
朱振飞 authored
170
                                <a href="../clinical/diagnostic.html" class="inner_item">
1  
王毅 authored
171 172
                                    Diagnostic Oncology
                                </a>
朱振飞 authored
173
                                <a href="../clinical/center.html" class="inner_item">
1  
王毅 authored
174 175
                                    Center of Excellences
                                </a>
朱振飞 authored
176 177
                            </div>
                        </div>
1  
王毅 authored
178
朱振飞 authored
179
                        <a href="../clinical/activities.html" class="inner_item">
1  
王毅 authored
180 181 182 183 184 185 186 187
                            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
188
                                <a href="../clinical/trials_one.html" class="inner_item">
1  
王毅 authored
189 190
                                    Work Flow Chart
                                </a>
1  
王毅 authored
191
                                <a href="../clinical/trials_two.html" class="inner_item">
1  
王毅 authored
192 193
                                    FInd A Clinical Trail
                                </a>
1  
王毅 authored
194
                                <a href="../clinical/trials_three.html" class="inner_item">
1  
王毅 authored
195 196 197 198
                                    Research Achievement
                                </a>
                            </div>
                        </div>
朱振飞 authored
199
                        <a href="../clinical/finddoctor.html" class="inner_item">
1  
王毅 authored
200 201
                            Find a Doctor
                        </a>
朱振飞 authored
202 203
                    </div>
                </li>
1  
王毅 authored
204
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
205
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
1  
王毅 authored
206 207
                    <div class='sec_menu_items'>
朱振飞 authored
208
                        <a href="../research/nationalCancer.html" class="inner_item">
1  
王毅 authored
209 210
                            National Cancer Clinical Research Center
                        </a>
1  
王毅 authored
211
                        <div class="inner_item">
朱振飞 authored
212 213 214
                            Research
                            <div class="third_menu_items">
                                <a href="../research/research1.html" class="inner_item">
1  
王毅 authored
215 216
                                    Research programs
                                </a>
朱振飞 authored
217
                                <a href="../research/research2.html" class="inner_item">
1  
王毅 authored
218 219
                                    Achievements                                   
                                </a>
朱振飞 authored
220
                                <a href="../research/research3.html" class="inner_item">
1  
王毅 authored
221 222
                                    Key Labaratories                                    
                                </a>
朱振飞 authored
223
                                <a href="../research/researcher.html" class="inner_item">
1  
王毅 authored
224 225
                                    Find a Researcher
                                </a>
朱振飞 authored
226 227
                            </div>
                        </div>
1  
王毅 authored
228
                        <div class="inner_item">
朱振飞 authored
229 230 231
                            Education
                            <div class="third_menu_items">
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
232 233
                                    Graduate Study
                                </a>
朱振飞 authored
234
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
235 236
                                    International Study
                                </a>
朱振飞 authored
237
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
238 239
                                    Continuing Study
                                </a>
朱振飞 authored
240 241 242 243 244 245
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
1  
王毅 authored
246
                    <div class='sec_menu_items'>
朱振飞 authored
247
                        <div href="javascript:;" class="inner_item">
wangyi authored
248
                            Abouts Us
朱振飞 authored
249 250
                            <div class="third_menu_items">
                                <a href="../institute/aboutus.html" class="inner_item">
1  
王毅 authored
251 252
                                    Introduction
                                </a>
朱振飞 authored
253
                                <a href="../institute/leadership.html" class="inner_item">
1  
王毅 authored
254 255
                                    Leadership
                                </a>
朱振飞 authored
256
                                <a href="../institute/history.html" class="inner_item">
1  
王毅 authored
257 258
                                    History
                                </a>
朱振飞 authored
259
                                <a href="../institute/report.html" class="inner_item">
1  
王毅 authored
260 261
                                    Annual Report
                                </a>
朱振飞 authored
262 263 264 265 266 267
                            </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
268 269
                                    Our Researchers
                                </a>
朱振飞 authored
270
                                <a href="../institute/facilities.html" class="inner_item">
1  
王毅 authored
271 272
                                    Core Facilities and Services
                                </a>
朱振飞 authored
273
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
1  
王毅 authored
274 275
                                    Journal of Clinical Oncology
                                </a>
朱振飞 authored
276 277 278 279 280
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
281
                    <a href="javascript:;">NURSING CARE</a>
1  
王毅 authored
282
                    <div class='sec_menu_items'>
1  
王毅 authored
283
                        <div class="inner_item" style="position: relative">
1  
王毅 authored
284
                            Introduction
1  
王毅 authored
285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
                            <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
301
                            Nursing Activities
1  
王毅 authored
302 303 304 305 306 307 308
                            <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
309
                                <a href="../care/profession_one.html" class="inner_item ">
1  
王毅 authored
310 311
                                 Compassionate Care
                                </a>
1  
王毅 authored
312
                                <a href="../care/profession_two.html" class="inner_item ">
1  
王毅 authored
313 314 315 316 317
                                   Caring for Nurses
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
318
                            Nursing Teaching
1  
王毅 authored
319 320 321 322 323 324 325 326 327 328
                            <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
329
                            Nursing Research
1  
王毅 authored
330 331
                            <div class="third_menu_items ">
                                <a href="../care/five-four_detail1.html " class="inner_item ">
1  
王毅 authored
332 333
                                  Publications:SCI Papers
                                </a>
1  
王毅 authored
334
                                <a href="../care/five-four_detail2.html" class="inner_item ">
1  
王毅 authored
335 336
                                   Research Projects
                                </a>
1  
王毅 authored
337
                                <a href="../care/five-four_detail3.html" class="inner_item ">
1  
王毅 authored
338 339
                                 Innovations & Patents
                                </a>
1  
王毅 authored
340
                                <a href="../care/five-four_detail4.html " class="inner_item ">
1  
王毅 authored
341 342
                                   Publications:Books
                                </a>
1  
王毅 authored
343 344
                            </div>
                        </div>
1  
王毅 authored
345
                        <a href="../care/cancer.html " class="inner_item ">
1  
王毅 authored
346 347
                            Survivorship Support  
                        </a>
1  
王毅 authored
348 349

朱振飞 authored
350 351
                    </div>
                </li>
1  
王毅 authored
352 353
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
354
                    <div class='sec_menu_items'>
1  
王毅 authored
355
                        <a href="../international/conference.html " class="inner_item ">
1  
王毅 authored
356 357
                            International Conferences
                        </a>
1  
王毅 authored
358
                        <a href="../international/training.html " class="inner_item ">
1  
王毅 authored
359 360
                            Oversea Trainings
                        </a>
1  
王毅 authored
361
                        <a href="../international/referral.html " class="inner_item ">
1  
王毅 authored
362 363
                            International Patients
                        </a>
1  
王毅 authored
364
                        <a href="../international/partners.html " class="inner_item ">
1  
王毅 authored
365 366 367
                            Partnership Institutions
                        </a>
朱振飞 authored
368 369
                    </div>
                </li>
1  
王毅 authored
370 371
                <li class="btn navbtn-a " role="button ">
                    <a href="../news.html ">NEWS RELEASE</a>
朱振飞 authored
372 373 374 375
                </li>
            </ul>
        </div>
        <!-- Swiper -->
1  
王毅 authored
376
        <!-- <div class="img-header">
朱振飞 authored
377
            <img src="../images/res1_top.png" width="100%" alt="">
1  
王毅 authored
378
        </!-->
1  
王毅 authored
379
1  
王毅 authored
380 381 382 383 384 385
        <div class="content">
            <div class="navpath">
                Research & Education<span>></span>National Cancer Clinical Research Center
            </div>
            <div class="contant">
                <div class="contant_title">
1  
王毅 authored
386
                    National Clinical Research Center for Cancer ( Tianjin, China)
1  
王毅 authored
387 388
                </div>
                <div class="contant_top_img">
1  
王毅 authored
389
                    <img src="../images/3-01-banner.png" alt="" />
1  
王毅 authored
390 391
                </div>
                <div class="content-word">
1  
王毅 authored
392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435
                    <div class="content-word-left">
                        <p>
                            In 2012, the Ministry of Science and Technology, the Ministry of Health and the Ministry of General Health jointly commenced the construction of the National Clinical Research Center, which was executed in three stages, with the aim of building a total
                            of 32 centers. In June 2013 as the first stage, our center was established as one of the two National Clinical Research Centers in the field of cancer.
                        </p>
                        <p>
                            Academician Xishan Hao, the director of the Center,has established its organizational and management structure. The Center has formed a collaborative research network within two sub-centers, 20 regional centers and several grass-roots hospitals. We aim
                            to establish a high-level research platform for oncology-transforming medicine.
                        </p>
                        <p>
                            <span>Research Platform Construction:</span> the Center has established the specifications for the construction of a tissue sample bank for the collection and management of biological samples in accordance with international
                            standards and has formed an internationalized Steering Committee. It has accumulated more than 55,000 tissue specimens, and more than 75,000 blood and body fluid specimens. We also established cancer molecular diagnostics including
                            biochips and next-generation sequencing, and the corresponding bioinformatics technology platforms. The platform acquired pilot unit status for the clinical application of high-throughput sequencing technology from the National
                            Health and Family Planning Commission, which has enabled them to carry out predictions of solid tumor-targeted drug susceptibility, and risk prediction of inherited tumors such as breast cancer and thyroid cancer. The Center
                            has published a core journal: “Chinese Journal of Clinical Oncology”which has been selected as one of the TOP 50 projects of the Chinese Association of Science and Technology Quality Periodicals.In 2018, our English journal
                            “Cancer Biology & Medicine’s impact factor was 4.607, its global ranking was 55th in 222 journals of oncology and 1st in 5 SCI journals of oncology in China.
                        </p>
                        <p>
                            Academician Xishan Hao is the director of the Center,who established the organizational and management structure of the Center. The Center has been formed collaborative research network within two sub-centers, 20 regional centers and several grass-roots
                            hospitals.
                        </p>
                        <p>
                            <span>High-Level Talent Team Construction:</span> the Center has been developing its talent team by fostering and importing technical and professional personnel including: 2 outstanding young talents from the National Natural
                            Science Foundation of China, 4 Changjiang Scholars and Professors from the Ministry of Education, 2 talents from National Thousand Talents program, and 1 leading talent from the National Million Plan. In addition, the expert
                            recommended by the Center won the 2016 Chinese Government Friendship Award and was successfully elected as a foreign academician of the Chinese Academy of Engineering in 2017.
                        </p>
                        <p>
                            High-Level Talent Team Construction : the Center has fostering and importing 2 outstanding young talents of the National Natural Science Foundation of China, 4 Changjiang Scholars and Professors of the Ministry of Education, 2 talents of National Thousand
                            Talents program, 1 leading talent of National Million Plan. In additions, the expert recommended by the Center won the 2016 Chinese Government Friendship Award and were successfully elected as a foreign academician of the Chinese
                            Academy of Engineering in 2017.
                        </p>
                        <p>
                            <span>Scientific Research Construction:</span> since the establishment of the center, it has attracted 285 scientific research projects at provincial and ministerial level, and the scientific research funding has reached 159.333
                            million yuan, including 4 National Key R&D (Research and Development) Plans, 3 National Science and Technology Support Plans, 2 Major International Cooperation Projects from the National Natural Science Foundation, 1 Outstanding
                            Youth Project, and 1 Sino-Canadian Cooperation Project. More than 1,000 papers have been published in SCI journals, 28 papers in “IF≥10 papers”, and we have won 25 technology awards at provincial and ministerial level. We have
                            led/participated in 73 multi-center clinical studies and undertaken more than 70 projects to develop the related guidelines.
                        </p>
                        <p>
                            The Center will further implement the National Innovation-driven Development Strategy, the “13th Five-year Plan for Technology and Innovation”, the “Plan of Health China 2030”, and the “13th Five-Year Plan for Health and Science & Technology Innovation”.
                            In accordance with the requirements of the “Five-Year Development Plan of the National Center for Clinical Research (2017-2021)”, which was jointly formulated by the Ministry of Science and Technology, the National Health and
                            Family Planning Commission, the Military Commission's Logistics Support Department and the General Administration of Food and Drug Administration, the Center will actively promote its development, improve its organizational
                            and network structure, optimize its allocation of resources, and improve its operational management system.
                        </p>
                    </div>
1  
王毅 authored
436
                </div>
1  
王毅 authored
437 438
                <div class="contant_top_imgs">
                    <img src="../images/3-01-jiangzhaung.png" alt="" />
朱振飞 authored
439
                </div>
1  
王毅 authored
440 441 442
                <div class="contant_top_imgss">
                    <img src="../images/3-01-biaozhi.png" alt="" />
                </div>
wangyi authored
443
朱振飞 authored
444 445
            </div>
        </div>
1  
王毅 authored
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460
        <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">
                    <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
                    <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
                </ul>
            </div>
        </footer>
朱振飞 authored
461 462 463 464 465 466 467 468
    </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>
</body>

</html>