Files
journal_com/z_f4-1.html
wangjinlei 6e7ee3dd44 begin
2023-05-18 09:42:12 +08:00

80 lines
3.4 KiB
HTML

<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/form.css"/>
<style>
.topics>h2 {
font-weight: 700;
text-align: center;
color: #000;
font-size: 24px;
padding: 30px 0;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div style="width: 1300px;margin: 0 auto">
<div class="topics">
<h2 class="rgb_color">About Us</h2>
<div style="line-height: 24px;text-align: justify;">
TMR Publishing Group is a scholarly publishing group dedicated to providing platforms for the dissemination and communication of practices and research in the field of medicine and health. It is headquartered in New Zealand.
<br> <br>
TMR Publishing Group uses an open-access and peer review publishing model to support maximizing benefits to readers, authors and editors. Our journals cover a wide range of topics, including traditional medicine, integrated nursing, integrated medicine, modern medicine, cancer research, non-drug treatment, medical hypothesis and other research areas.
<br> <br>
TMR Publishing Group follows closely the industry associations, such as the Committee on Publication Ethics (COPE), International Committee of Medical Journal Editors (ICMJE) and World Association of Medical Editors (WAME), that set standards and provide guidelines for best practices in order to meet these requirements.
<br>
<br>As a publisher of OA journals, it is our duty and responsibility to:
<br>(1)Follow the code of conduct for publishers;
<br>(2)Publish articles in a more standardized, open and transparent manner;
<br>(3)Disclose important publishing information;
<br>(4)Establish an efficient management system to avoid plagiarism and citation manipulation.
<br> <br>
<b>Article Processing Charge</b>
<br>In 2022, All accepted papers will be published free-of-charge.
<br>
<br>
</div>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function () {
scien_list();
$(".tab li").click(function () {
$(".tab li").eq($(this).index()).addClass("cur").siblings().removeClass('cur');
$(".tab_con>div").hide().eq($(this).index()).show();
//另一种方法: $("div").eq($(".tab li").index(this)).addClass("on").siblings().removeClass('on');
});
});
</script>
</html>