begin
This commit is contained in:
83
z_f7-1.html
Normal file
83
z_f7-1.html
Normal file
@@ -0,0 +1,83 @@
|
||||
<!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">Quick Track</h2>
|
||||
<div style="line-height: 24px;text-align: justify;">
|
||||
The Rapid Publication Track allows urgent and competitive research to start peer-review immediately
|
||||
after submission. Peer-review of papers on the Rapid Publication Track can be completed within 1-2
|
||||
weeks. Manuscripts that meet the following criteria can be submitted through the Rapid Publication
|
||||
Track in TMR Publishing Group Journals.
|
||||
<br><br>
|
||||
<br>1.Manuscript just rejected from well-known journals after peer review.
|
||||
<br>2.Manuscripts describing the breakthroughs and competitive researches, strongly recommended by at
|
||||
least one world-recognized experts.
|
||||
<br><br>
|
||||
Please send a pre-submission inquiry to the Editorial Office (publisher@tmrjournals.com) before
|
||||
submitting your paper to the Rapid Publication Track.
|
||||
<br><br>
|
||||
When approved for “Rapid Publication Track”, manuscripts can be uploaded to our online submission
|
||||
system ( https://submission.tmrjournals.com). Reformatting will be required after the paper is
|
||||
accepted for publication.
|
||||
<br><br>
|
||||
Compared with the general publication channel, both publishing models provide strict and standard
|
||||
peer review process and same criteria for acceptance of the article. The time period required to
|
||||
review the article is the only difference for both publishing models.
|
||||
</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>
|
||||
Reference in New Issue
Block a user