begin
This commit is contained in:
75
z_f4-5.html
Normal file
75
z_f4-5.html
Normal file
@@ -0,0 +1,75 @@
|
||||
<!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">ORCID</h2>
|
||||
<div style="line-height: 24px;text-align: justify;">
|
||||
<b>What is ORCID?</b> <br>
|
||||
ORCID® is a global registry of author and researcher identifiers established by an international collaboration of publishers, researchers, research institutions, and funders. The purpose of ORCID is to allow researchers and contributors to academic publications to create for themselves a unique, lifelong ORCID identifier. The adoption of ORCID iDs throughout the research, funding, and publishing life cycle will bring significant benefits – simplifying research workflows, resolving name ambiguity, and ensuring correct attribution of research and other activities.
|
||||
<br> <br>
|
||||
<b>How authors and researchers get ORCID iDs</b> <br>
|
||||
Any author or researcher can go to ORCID and create an ORCID iD for themselves for free.
|
||||
<br> <br>
|
||||
<b>Journal submission systems</b> <br>
|
||||
Submission system of TMR Publishing Group is integrated with ORCID both at log in and through author provided information. ORCID is an optional field which the submitting author can fill in. Existing authors can also add an ORCID iD to their account. The submission system connects with the ORCID database to allow the author to sign in, thereby confirming their identity and validating the ORCID iD.
|
||||
<br> <br>
|
||||
<b>Display of ORCID iDs</b> <br>
|
||||
As ORCID identifiers are collected, they are included in the source XML data for articles and displayed online, both in the HTML and PDF versions of the manuscript, in compliance with recommended practice issued by ORCID.
|
||||
</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