...
|
...
|
@@ -76,138 +76,73 @@ |
|
|
}
|
|
|
|
|
|
.contant {
|
|
|
width: 100%;
|
|
|
margin-top: 80px;
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.contant_left {
|
|
|
position: relative;
|
|
|
width: 200px;
|
|
|
}
|
|
|
|
|
|
.contant_title {
|
|
|
font-size: 20px;
|
|
|
font-weight: bold;
|
|
|
color: rgba(114, 113, 113, 1);
|
|
|
margin-bottom: 46px;
|
|
|
cursor: pointer;
|
|
|
width: 120px;
|
|
|
line-height: 50px;
|
|
|
color: #727171;
|
|
|
}
|
|
|
|
|
|
.contant_titles {
|
|
|
font-size: 20px;
|
|
|
font-weight: bold;
|
|
|
color: rgba(0, 161, 108, 1);
|
|
|
margin-bottom: 46px;
|
|
|
}
|
|
|
|
|
|
.contant_left {
|
|
|
position: relative;
|
|
|
line-height: 50px;
|
|
|
color: #00a16c;
|
|
|
}
|
|
|
|
|
|
.contant_left::after {
|
|
|
.contant_left:after {
|
|
|
content: "";
|
|
|
width: 2px;
|
|
|
height: 733px;
|
|
|
background: rgba(114, 113, 113, 1);
|
|
|
height: 845px;
|
|
|
background-color: #727171;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: -150px;
|
|
|
right: -72px;
|
|
|
}
|
|
|
|
|
|
.contant_right {
|
|
|
margin-left: 280px;
|
|
|
}
|
|
|
|
|
|
.contant_img {
|
|
|
width: 634px;
|
|
|
}
|
|
|
|
|
|
.contant_img img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.contant_one_title {
|
|
|
margin: 18px 0;
|
|
|
font-size: 20px;
|
|
|
font-weight: 400;
|
|
|
color: rgba(114, 113, 113, 1);
|
|
|
width: 800px;
|
|
|
}
|
|
|
|
|
|
.neirong {
|
|
|
width: 790px;
|
|
|
}
|
|
|
|
|
|
.wire2_img {
|
|
|
.contant_right_img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.wire2_title {
|
|
|
margin-top: 30px;
|
|
|
font-size: 20px;
|
|
|
color: #727171;
|
|
|
font-weight: bold;
|
|
|
line-height: 26px;
|
|
|
}
|
|
|
|
|
|
.wire2_word {
|
|
|
margin-top: 10px;
|
|
|
font-size: 20px;
|
|
|
color: #727171;
|
|
|
line-height: 26px;
|
|
|
}
|
|
|
|
|
|
.wire3 {
|
|
|
margin-bottom: 64px;
|
|
|
}
|
|
|
|
|
|
.wire3_img {
|
|
|
width: 362px;
|
|
|
}
|
|
|
|
|
|
.wire3_img img {
|
|
|
.contant_right_img img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.wire3_title {
|
|
|
margin-top: 16px;
|
|
|
.contant_word {
|
|
|
text-align: justify;
|
|
|
font-size: 20px;
|
|
|
font-weight: 400;
|
|
|
color: rgba(114, 113, 113, 1);
|
|
|
line-height: 25px;
|
|
|
}
|
|
|
|
|
|
.wire4_title {
|
|
|
font-size: 20px;
|
|
|
font-weight: 400;
|
|
|
color: rgba(114, 113, 113, 1);
|
|
|
font-weight: 500;
|
|
|
line-height: 36px;
|
|
|
color: #727171;
|
|
|
margin-top: 30px;
|
|
|
}
|
|
|
|
|
|
.wire4_img {
|
|
|
margin-top: 14px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.wire4_img img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.wire_word {
|
|
|
margin-top: 24px;
|
|
|
.contant_right_href {
|
|
|
text-decoration: underline;
|
|
|
font-size: 20px;
|
|
|
font-weight: 400;
|
|
|
color: rgba(114, 113, 113, 1);
|
|
|
line-height: 36px;
|
|
|
}
|
|
|
|
|
|
.wire4_bottom_img {
|
|
|
width: 580px;
|
|
|
margin: 46px auto 0 auto;
|
|
|
}
|
|
|
|
|
|
.wire4_bottom_img img {
|
|
|
width: 100%;
|
|
|
font-weight: bold;
|
|
|
line-height: 50px;
|
|
|
color: #0965cc;
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
</head>
|
|
|
|
...
|
...
|
@@ -240,182 +175,213 @@ |
|
|
<div class="mask"></div>
|
|
|
<div class="bs-example" data-example-id="simple-justified-button-group">
|
|
|
<ul class="nav_menu_items">
|
|
|
<li class="btn navbtn-a" role="button">
|
|
|
<li class="btn navbtnActive navbtn-a" role="button">
|
|
|
<a href="javascript:;">ABOUT US</a>
|
|
|
<div class="sec_menu_items">
|
|
|
<div class='sec_menu_items'>
|
|
|
<a href="../about/welcome.html" class="inner_item">
|
|
|
Welcome Message
|
|
|
</a>
|
|
|
Welcome Message
|
|
|
</a>
|
|
|
<a href="../about/mission.html" class="inner_item">
|
|
|
Mission and Vision
|
|
|
</a>
|
|
|
Mission and Vision
|
|
|
</a>
|
|
|
|
|
|
<a href="../about/history.html" class="inner_item">
|
|
|
History and Milestones
|
|
|
</a>
|
|
|
History and Milestones
|
|
|
</a>
|
|
|
<a href="../about/quick.html" class="inner_item">
|
|
|
Quick Facts
|
|
|
</a>
|
|
|
Quick Facts
|
|
|
</a>
|
|
|
<a href="../about/contact.html" class="inner_item">Contact Us</a>
|
|
|
</div>
|
|
|
</li>
|
|
|
|
|
|
<li class="btn navbtn-a" role="button">
|
|
|
<a href="JavaScript:;">CLINICAL RESOURCES</a>
|
|
|
<div class="sec_menu_items">
|
|
|
<div href="../clinical/departments.html" onclick="window.location.href='../clinical/departments.html'" class="inner_item">
|
|
|
<div class='sec_menu_items'>
|
|
|
<div class="inner_item">
|
|
|
Clinical Departments
|
|
|
<div class="third_menu_items">
|
|
|
<a href="../clinical/departm.html" class="inner_item">
|
|
|
Surgical Oncology
|
|
|
</a>
|
|
|
|
|
|
<a href="../clinical/medical.html" class="inner_item">
|
|
|
Medical Oncology
|
|
|
</a>
|
|
|
Medical Oncology
|
|
|
</a>
|
|
|
<a href="../clinical/radiation.html" class="inner_item">
|
|
|
<!-- -->
|
|
|
</a>
|
|
|
<!-- -->
|
|
|
</a>
|
|
|
<a href="../clinical/diagnostic.html" class="inner_item">
|
|
|
Diagnostic Oncology
|
|
|
</a>
|
|
|
Diagnostic Oncology
|
|
|
</a>
|
|
|
<a href="../clinical/center.html" class="inner_item">
|
|
|
Center of Excellences
|
|
|
</a>
|
|
|
Center of Excellences
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<a href="../clinical/activities.html" class="inner_item">
|
|
|
Clinical Activities
|
|
|
</a>
|
|
|
<a href="../clinical/trials.html" class="inner_item">
|
|
|
Clinical Trials
|
|
|
</a>
|
|
|
Clinical Activities
|
|
|
</a>
|
|
|
<div class="inner_item">
|
|
|
Clinical Trials
|
|
|
<div class="third_menu_items">
|
|
|
<a href="../clinical/trials.html" class="inner_item">
|
|
|
Introduction
|
|
|
</a>
|
|
|
<a href="../clinical/trials.html" class="inner_item">
|
|
|
Work Flow Chart
|
|
|
</a>
|
|
|
<a href="../clinical/trials.html" class="inner_item">
|
|
|
FInd A Clinical Trail
|
|
|
</a>
|
|
|
<a href="../clinical/trials.html" class="inner_item">
|
|
|
Department Feature
|
|
|
</a>
|
|
|
<a href="../clinical/trials.html" class="inner_item">
|
|
|
Research Achievement
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<a href="../clinical/finddoctor.html" class="inner_item">
|
|
|
Find a Doctor
|
|
|
</a>
|
|
|
Find a Doctor
|
|
|
</a>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="btn navbtn-a" role="button">
|
|
|
<a href="javascript:;">RESEARCH & EDUCATION</a>
|
|
|
<div class="sec_menu_items">
|
|
|
<div class='sec_menu_items'>
|
|
|
|
|
|
<a href="../research/nationalCancer.html" class="inner_item">
|
|
|
National Cancer Clinical Research Center
|
|
|
</a>
|
|
|
<div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
|
|
|
National Cancer Clinical Research Center
|
|
|
</a>
|
|
|
<div class="inner_item">
|
|
|
Research
|
|
|
<div class="third_menu_items">
|
|
|
<a href="../research/research1.html" class="inner_item">
|
|
|
Research programs
|
|
|
</a>
|
|
|
Research programs
|
|
|
</a>
|
|
|
<a href="../research/research2.html" class="inner_item">
|
|
|
Achievements
|
|
|
</a>
|
|
|
Achievements
|
|
|
</a>
|
|
|
<a href="../research/research3.html" class="inner_item">
|
|
|
Key Labaratories
|
|
|
</a>
|
|
|
Key Labaratories
|
|
|
</a>
|
|
|
<a href="../research/researcher.html" class="inner_item">
|
|
|
Find a Researcher
|
|
|
</a>
|
|
|
Find a Researcher
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
|
|
|
<div class="inner_item">
|
|
|
Education
|
|
|
<div class="third_menu_items">
|
|
|
<a href="../research/education.html" class="inner_item">
|
|
|
Graduate Study
|
|
|
</a>
|
|
|
Graduate Study
|
|
|
</a>
|
|
|
<a href="../research/education.html" class="inner_item">
|
|
|
International Study
|
|
|
</a>
|
|
|
International Study
|
|
|
</a>
|
|
|
<a href="../research/education.html" class="inner_item">
|
|
|
Continuing Study
|
|
|
</a>
|
|
|
Continuing Study
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <a href="../research/researcher.html" class="inner_item">
|
|
|
News
|
|
|
</a> -->
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="btn navbtn-a" role="button">
|
|
|
<a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
|
|
|
<div class="sec_menu_items">
|
|
|
<div class='sec_menu_items'>
|
|
|
<div href="javascript:;" class="inner_item">
|
|
|
About Us
|
|
|
<div class="third_menu_items">
|
|
|
<a href="../institute/aboutus.html" class="inner_item">
|
|
|
About Us
|
|
|
</a>
|
|
|
Introduction
|
|
|
</a>
|
|
|
<a href="../institute/leadership.html" class="inner_item">
|
|
|
Leadership
|
|
|
</a>
|
|
|
Leadership
|
|
|
</a>
|
|
|
<a href="../institute/history.html" class="inner_item">
|
|
|
History
|
|
|
</a>
|
|
|
History
|
|
|
</a>
|
|
|
<a href="../institute/report.html" class="inner_item">
|
|
|
Annual Report
|
|
|
</a>
|
|
|
Annual Report
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div href="../clinical/nursing.html" class="inner_item">
|
|
|
Research
|
|
|
<div class="third_menu_items">
|
|
|
<a href="../institute/researchers.html" class="inner_item">
|
|
|
Our Researchers
|
|
|
</a>
|
|
|
Our Researchers
|
|
|
</a>
|
|
|
<a href="../institute/facilities.html" class="inner_item">
|
|
|
Core Facilities and Services
|
|
|
</a>
|
|
|
Core Facilities and Services
|
|
|
</a>
|
|
|
<a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
|
|
|
Journal of Clinical Oncology
|
|
|
</a>
|
|
|
Journal of Clinical Oncology
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- -->
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="btn navbtnActive navbtn-a" role="button">
|
|
|
<li class="btn navbtn-a" role="button">
|
|
|
<a href="javascript:;">NURSING CARE</a>
|
|
|
<div class="sec_menu_items">
|
|
|
<div class='sec_menu_items'>
|
|
|
<a href="../care/history_time.html" class="inner_item">
|
|
|
About Us
|
|
|
</a>
|
|
|
<div class="inner_item">
|
|
|
Introduction
|
|
|
</a>
|
|
|
|
|
|
<a href="../care/cancer.html" class="inner_item">
|
|
|
Nursing Activities
|
|
|
</a>
|
|
|
<a href="../care/achievement.html" class="inner_item">
|
|
|
Nursing Teaching
|
|
|
</a>
|
|
|
|
|
|
<div class="inner_item">
|
|
|
Nursing Research
|
|
|
<div class="third_menu_items">
|
|
|
<a href="../care/profession.html" class="inner_item">
|
|
|
Profession
|
|
|
</a>
|
|
|
<a href="../care/profession.1.html" class="inner_item">
|
|
|
Social Support
|
|
|
</a>
|
|
|
Publications:SCI Papers
|
|
|
</a>
|
|
|
<a href="../care/profession.1.html" class="inner_item">
|
|
|
Research Projects
|
|
|
</a>
|
|
|
<a href="../care/activity.html" class="inner_item">
|
|
|
Heart-warming Service
|
|
|
</a>
|
|
|
Innovations & Patents
|
|
|
</a>
|
|
|
<a href="../care/profession.3.html" class="inner_item">
|
|
|
Caring for Nurse
|
|
|
</a>
|
|
|
Publications:Books
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<a href="../care/cancer.html" class="inner_item">
|
|
|
Survivorship Support
|
|
|
</a>
|
|
|
|
|
|
<a href="../care/achievement.html" class="inner_item">
|
|
|
Research Achievement
|
|
|
</a>
|
|
|
|
|
|
<a href="../care/cancer.html" class="inner_item">
|
|
|
Cancer Survivorship Support
|
|
|
</a>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="btn navbtn-a" role="button">
|
|
|
<a href="javascript:;">INTERNATIONAL AFFAIRS</a>
|
|
|
<div class="sec_menu_items">
|
|
|
<div class='sec_menu_items'>
|
|
|
<a href="../international/conference.html" class="inner_item">
|
|
|
International Conferences
|
|
|
</a>
|
|
|
International Conferences
|
|
|
</a>
|
|
|
<a href="../international/training.html" class="inner_item">
|
|
|
Oversea Trainings
|
|
|
</a>
|
|
|
Oversea Trainings
|
|
|
</a>
|
|
|
<a href="../international/referral.html" class="inner_item">
|
|
|
International Patients
|
|
|
</a>
|
|
|
International Patients
|
|
|
</a>
|
|
|
<a href="../international/partners.html" class="inner_item">
|
|
|
Partnership Institutions
|
|
|
</a>
|
|
|
Partnership Institutions
|
|
|
</a>
|
|
|
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="btn navbtn-a" role="button">
|
...
|
...
|
@@ -425,173 +391,64 @@ |
|
|
</div>
|
|
|
|
|
|
<div class="content padding0">
|
|
|
<!-- Swiper -->
|
|
|
<!-- <div class="img-header">
|
|
|
<img src="../images/care_top.png" width="100%" alt="">
|
|
|
</div> -->
|
|
|
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
<div class="navpath">
|
|
|
Nursing Care<span>></span>About Us
|
|
|
<span>></span>Important Events
|
|
|
Nursing Care<span>></span>Introduction
|
|
|
<span>></span>Our Team
|
|
|
</div>
|
|
|
<div class="contant">
|
|
|
<dis class="contant_left">
|
|
|
<div class="contant_title contant_titles">About Us</div>
|
|
|
<div class="contant_title">Leadership Team</div>
|
|
|
<div class="contant_title">Recognition</div>
|
|
|
<div class="contant_title">Important Events</div>
|
|
|
<div class="contant_title contant_titles"><a href="./history_time.html">Our Team</a></div>
|
|
|
<div class="contant_title"><a href="./history_time_two.html">Important Events</a></div>
|
|
|
<div class="contant_title"><a href="./history_time_three.html">Honor & Awards</a></div>
|
|
|
<div class="contant_title"><a href="./history_time_four.html">Contact Us</a></div>
|
|
|
</dis>
|
|
|
<div class="xunhuan">
|
|
|
<!-- 1 -->
|
|
|
<div class="contant_right neirong" >
|
|
|
<div class="wire4_title">
|
|
|
Culture <br /> In 1861, British doctor Ma Gen Ji established London Church Hospital which was the first western medicine hospital in Tianjin and was the predecessor of Tianjin Medical University Cancer Institute & Hospital.
|
|
|
</div>
|
|
|
<div class="wire4_img">
|
|
|
<img src="../images/5-1-4_4.png" alt="" />
|
|
|
</div>
|
|
|
<div class="wire_word">
|
|
|
In 1927, the hospital established Jihua Senior Nurse School established to cultivate nurses. Meanwhile,the hospital collects a personal letter from Dr Florence Nightingale.<br />Ideals
|
|
|
<br />We innovated the belief of “Patients’ Needs first , Evidence-based Nursing” , which embodied humanity and individualization, to provide “Whole-course, whole-person, whole-family and whole-team” nursing mode for patients
|
|
|
and patients’ family.
|
|
|
</div>
|
|
|
<div class="wire4_bottom_img">
|
|
|
<img src="../images/about_img.png" alt=" " />
|
|
|
</div>
|
|
|
<div class="contant_right">
|
|
|
<div class="contant_right_img">
|
|
|
<img src="../images/5-1-1_banner.png" alt="" />
|
|
|
</div>
|
|
|
<!-- 2 -->
|
|
|
<div class="contant_right neirong" style="display: none">
|
|
|
<div class="wire3">
|
|
|
<div class="wire3_img">
|
|
|
<img src="../images/leader1.png" alt="" />
|
|
|
</div>
|
|
|
<div class="wire3_title">Wanmin Qiang</div>
|
|
|
</div>
|
|
|
<div class="wire3">
|
|
|
<div class="wire3_img">
|
|
|
<img src="../images/leader2.png" alt="" />
|
|
|
</div>
|
|
|
<div class="wire3_title">ling Yan</div>
|
|
|
</div>
|
|
|
<div class="wire3">
|
|
|
<div class="wire3_img">
|
|
|
<img src="../images/leader3.png" alt="" />
|
|
|
</div>
|
|
|
<div class="wire3_title">Jing Zhao</div>
|
|
|
</div>
|
|
|
<div class="contant_word">
|
|
|
Nursing in Tianjin Medical University Cancer Institute & Hospital has a long history. Over the years, nursing staff from generation to generation have insisted on helping patients with love and professional knowledge in the spirit of Nightingale. With
|
|
|
the persistent development and innovation, nursing in our hospital becomes more and more professional and internationalized.
|
|
|
</div>
|
|
|
<!-- 3 -->
|
|
|
<div class="contant_right neirong" style="display: none">
|
|
|
<div class="wire2_img">
|
|
|
<img src="../images/leaser6.png" alt="" />
|
|
|
</div>
|
|
|
<div class="wire2_title">
|
|
|
Our Team
|
|
|
</div>
|
|
|
<div class="wire2_word">
|
|
|
At present, there are 1277 nurses and 83% of nurses with a bachelor degree or above, 27 with a master's degree or above, 4 acted as master's tutor, 25 has a part-time academic position at provincial or municipal level or above.<br
|
|
|
/> According to “China's Hospital Rankings in Science and Technology”, Nursing has top the ranking in cancer care for consecutively 2 years .<br /> The National Key Disciplines Fields<br /> National Working Women’s Collective
|
|
|
with Red Flag
|
|
|
</div>
|
|
|
<div class="wire2_title">
|
|
|
Contact Us
|
|
|
</div>
|
|
|
<div class="wire2_word">
|
|
|
Tianjin Medical University Cancer Institute & Hospital<br /> West Huan-Hu Rd, Ti Yuan Bei, Hexi District Tianjin 300060 China Phone : nursing department :<br /> 0086-22-23524903 Home care center: 0086-22-23353454
|
|
|
</div>
|
|
|
<br />
|
|
|
<div class="contant_word">
|
|
|
At present, there are 1360 nurses. 83% of whom have a bachelor degree or above, 31 with a master's degree or above, 4 have acted as master's tutors, 25 have a part-time academic position at provincial or municipal level or above. We have 9 drug research
|
|
|
nurses trained and certified by the United States Center for Clinical Drug Research, 9 JBI Evidence-Based Nurses, 338 clinical certified specialist nurses.
|
|
|
</div>
|
|
|
<!--4 -->
|
|
|
<div class="contant_right neirong" style="display: none">
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/5-1-4_5.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
1861 Ma Gen Ji established London Church Hospital
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/5-1-4_4.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
1927 Jihua Senior Nurse School
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/5-1-4_3.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
2005 Director Yongqin Jiang worked as Board Member of the ISNCC
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/5-1-4_2.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
2011 Rongxiu Chen:the 43rd Nightingale Medal Winner
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/5-1-4_1.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
2015 Wanmin Qiang<br /> The first chairman of Chinese Association of Nursers in Oncology
|
|
|
</div>
|
|
|
</div>
|
|
|
<br />
|
|
|
<div class="contant_word">
|
|
|
In the 1990s, “Humanistic Care,Warmest Service” became the service concept of cancer care in our hospital. We have incorporated the belief of “Patients’ Needs first,and have embraced the concept of holism which embodies humanity and individualization,
|
|
|
to provide a “Whole-course, whole-person, whole-family and whole-team” nursing mode for patients and patients’ family.We also embrace the concept of Evidence based Nursing.
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="content-word ">
|
|
|
<div class="content-word-left ">
|
|
|
<h4 class=" ">
|
|
|
Evidence-based Nursing Team
|
|
|
</h4>
|
|
|
<h4 class=" ">
|
|
|
Innovation & Profession
|
|
|
|
|
|
</h4>
|
|
|
<h4 class=" ">
|
|
|
Scientific Achievements
|
|
|
|
|
|
</h4>
|
|
|
<h4 class=" ">
|
|
|
Professional Books
|
|
|
</h4>
|
|
|
</div>
|
|
|
|
|
|
<div class="content-word-right ">
|
|
|
<div class="single_part_right active ">
|
|
|
<h3>The aims is to combine research conclusions with clinical experience and patients' wishes as
|
|
|
the basis for clinical nursing decision-making.</h3>
|
|
|
<p> We pay great attention to the research of Cancer Rehabilitation, Hospice Care,
|
|
|
Symptom experience and management, Supportive care needs and Quality of life of cancer
|
|
|
patients . In the past 5 years, We have published more than 400 papers in nursing core
|
|
|
periodicals and 12 SCI.</p>
|
|
|
<img src="../images/5-4-1.png " alt=" " srcset=" ">
|
|
|
<p>Research team of Tianjin Medical University Cancer Institute & Hospital
|
|
|
</p>
|
|
|
<br />
|
|
|
<div class="contant_word">
|
|
|
We have focused on applying research findings into clinical practice to benefit the patients. We have completed nursing research about Quality of Life (QOL) in cancer patients in cooperation with M.D. Anderson Cancer Center, Israel Hadassah Medical Center,
|
|
|
and Chinese University of Hong Kong. Our research projects have gained 41 provincial and municipal funding awards and 11 state-level patents. We have had 400 papers published in nursing core periodicals and, up to now, 5 professional
|
|
|
books have been published.. As the chairperson team of the Oncological Nursing Committee of the Chinese Anti-Cancer Association, we advocate and lead the development of clinical practice guidelines for symptom management in cancer
|
|
|
patient.
|
|
|
</div>
|
|
|
|
|
|
<div class="single_part_right ">
|
|
|
<img src="../images/5-4-2.png " width="100% " alt=" " srcset=" ">
|
|
|
<br />
|
|
|
<div class="contant_word">
|
|
|
We keep open to outside world, and have invited experts from USA and New Zealand and other countries to give lectures on topics of patient education, evidence-based nursing, palliative care and so on for over 32 times. We also found a solid long-time
|
|
|
collaborative relationship with many familiar cancer centers such as M.D Anderson Cancer Center, Moffit Cancer Center, Showa University Hospital in Japan.
|
|
|
</div>
|
|
|
<div class="single_part_right ">
|
|
|
<img src="../images/5-4-3.png " width="100% " alt=" " srcset=" ">
|
|
|
<br />
|
|
|
<div class="contant_word">
|
|
|
We always identify the unique gifting of each nurse, and try to match them to different positions which suit their talents We also formulate a whole career development plan for various levels of nurse to insure that they can better realize their potential.
|
|
|
75 nursing staff have been sent to the United States, Japan, South Korea, Singapore, Hong Kong and Taiwan for training. About 100 nurses have had the chance to share their research results at different levels of conferences home
|
|
|
and abroad. We have won the Post Training and Technical Competition of Tianjin Medical Care System campaign 3 times, and the champion award at the First Aid Skill Competition held by Tianjin Nursing Association in 2017.
|
|
|
</div>
|
|
|
<div class="single_part_right ">
|
|
|
<img src="../images/5-4-4.png " width="100% " alt=" " srcset=" ">
|
|
|
<br />
|
|
|
<div class="contant_right_href">
|
|
|
<a href="./person_detail.html">Director of Nursing Department</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</div> -->
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
<footer class="footer-content ">
|
|
|
<div class="footer-main ">
|
...
|
...
|
@@ -614,50 +471,7 @@ |
|
|
<script src="../js/swiper-3.4.2.jquery.min.js "></script>
|
|
|
<script src="../js/common.js "></script>
|
|
|
<script>
|
|
|
$(".contant_title").mouseover(function() {
|
|
|
$(this)
|
|
|
.addClass("contant_titles")
|
|
|
.siblings()
|
|
|
.removeClass("contant_titles");
|
|
|
});
|
|
|
$(".contant_title").click(function() {
|
|
|
$(this)
|
|
|
.addClass("contant_titles")
|
|
|
.siblings()
|
|
|
.removeClass("contant_titles");
|
|
|
var index = $(this).index();
|
|
|
console.log(index);
|
|
|
$(this)
|
|
|
.parents(".contant")
|
|
|
.find(".neirong")
|
|
|
.eq(index)
|
|
|
.show()
|
|
|
.siblings()
|
|
|
.hide();
|
|
|
});
|
|
|
// $(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',
|
|
|
// paginationClickable: true
|
|
|
// });
|
|
|
|
|
|
// var swiper = new Swiper('.swiper-container1', {
|
|
|
// pagination: '.swiper-pagination',
|
|
|
// slidesPerView: 3,
|
|
|
// paginationClickable: true,
|
|
|
// spaceBetween: 30
|
|
|
// });
|
|
|
|
|
|
// $('.content-word-left').on('click', 'h4', function () {
|
|
|
// $(this).addClass('active').siblings().removeClass('active')
|
|
|
// $('.content-word-right .single_part_right').eq($(this).index()).addClass('active').siblings().removeClass('active')
|
|
|
// })
|
|
|
|
|
|
</script>
|
|
|
</body>
|
|
|
|
...
|
...
|
|