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

90 lines
3.5 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>
a {
color: #024393;
}
a:hover {
color: #23527c;
text-decoration: underline;
}
.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">New manuscript co-submission and transfer service</h2>
<div style="line-height: 24px;text-align: justify;">
1.Co-submitting Manuscripts to TMR Publishing Group Journals
<br><br>
We know it can be time consuming to serially submit your paper to multiple journals, restarting the
review process each time. TMR Publishing Group publishes many journals, and we give you the
opportunity to Co-submitting your paper. If your manuscript is not considered suitable for the first
journal, the manuscript transfer can be executed automatically following your choose in order along
with the reviews and the reviewers' identities (cascading peer-review) from one journal to another.
Please pay attention, you could only choose 2 journals totally.
<br><br>
2. Transfer Manuscript to TMR Publishing Group Journal
<br><br>
We would like to suggest that you take advantage of the article transfer service if your manuscript
was rejected. This gives you the option to have your manuscript files and details transferred to
another journal. This removes the need for you to resubmit and reformat your manuscript, saving you
valuable time and effort during the submission process. This offer does not constitute a guarantee
that your paper will be published in the suggested Journal, but it is our hope that this arrangement
will help expedite the process for promising papers.
</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>