This commit is contained in:
wangjinlei
2023-05-18 09:42:12 +08:00
commit 6e7ee3dd44
1214 changed files with 103535 additions and 0 deletions

85
z_f7-2.html Normal file
View File

@@ -0,0 +1,85 @@
<!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">Free Format Submission</h2>
<div style="line-height: 24px;text-align: justify;">
Dear scholars, we understand that your time is valuable and appreciate the time you choose to
work with us. Free format submission helps make getting your manuscript ready to submit faster.
You can submit your paper without needing to worry about formatting your manuscript to meet our
requirements, but all manuscripts must contain the following sections:
<br>a. Cover letter (You will be asked to provide a cover letter, please use this to explain why your
manuscript should be published in the journal and to elaborateon any issues related to our editorial
policies detailed in the instructions for authors.)
<br>b. Title page (Title, Author Information)
<br>c. Main manuscript (Please do not include identifying information in your main manuscript as this
must remain blinded.)
<br><b style="margin-right: 5px">·</b>Title
<br><b style="margin-right: 5px">·</b>Abstract
<br><b style="margin-right: 5px">·</b>Keywords
<br><b style="margin-right: 5px">·</b>Main text
<br><b style="margin-right: 5px">·</b>Figures and Tables with Captions
<br><b style="margin-right: 5px">·</b>Funding Information
<br><b style="margin-right: 5px">·</b>Author Contributions
<br><b style="margin-right: 5px">·</b>Conflict of Interest and other Ethics Statements
<br>Your references may be in any style, provided that you use the consistent formatting throughout.
When your manuscript reaches the production process, you will be requested to format the manuscript
according to the journal guidelines.
</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>