89 lines
3.6 KiB
HTML
89 lines
3.6 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">Editorial Boards</h2>
|
||
<div style="line-height: 24px;text-align: justify;">
|
||
The Editorial Board, or (Editorial) Advisory Board, is a team of experts in the journal's field. We would like to invite experts in various fields to be an Editorial Board Members for the journals.
|
||
<br><br>
|
||
<b>Role and Responsibilities of Editorial Board:</b>
|
||
<br>1.Advise on journal policy and scope.
|
||
<br>2.Identify topics for special issues as guest editor.
|
||
<br>3.Review submitted manuscripts.
|
||
<br>4.Assist the editor(s) in decision making over issues such as plagiarism claims and submissions where reviewers can’t agree on a decision.
|
||
<br>5.Promote the journal to their colleagues and peers.
|
||
<br><br>
|
||
<b>Selecting Editorial Board members:</b>
|
||
<br>Editorial Board members are selected by the journal’s editor(s), with input from the publisher. Editorial boards generally undergo a complete revision every two or three years, with members joining, stepping down or continuing for another term. Changes also occur in the interim, for example if a member resigns.
|
||
<br><br>
|
||
A journal's editorial board is very important, so we will screen the candidates as following:
|
||
The location of board members should match with the geographical distribution of the journal.
|
||
Research interests of the board members should represent the journal's scope.
|
||
Preference will be given to candidates from key research institutions or prestigious universities.
|
||
Existing board members could recommend new members.
|
||
<br><br><br><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> |