-
- - Abstract
- - Medical history of objective
- - HTML
- PDF
- HTML
- - Supplementary material
- - Manuscript processing
- - Original data
-
-
-
-
-
- Key words:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DOI URL:
-
-
- Original DOI URL:
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ - Abstract
+ - Medical history of objective
+ - HTML
+ PDF
+ HTML
+ - Supplementary material
+ - Manuscript processing
+ - Original data
+
+
+
+
+
+
+ Key words:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DOI URL:
+
+
+ Original DOI URL:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Article Citations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
Latest Research and News
-
-
-
-
-
+
+
+
+
+
This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+

+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-
-
-
-
-
-
-
-

-
-
-
-

-
-
-
-
-
@@ -419,4 +622,5 @@
});
+
\ No newline at end of file
diff --git a/js/article.js b/js/article.js
index 799495b..4f1727e 100644
--- a/js/article.js
+++ b/js/article.js
@@ -29,7 +29,7 @@ function at_list() {
// 增加访问次数
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num},
+ data: { 'type': Jour_num },
success: function (result) {
if (result.code == 0) {
@@ -245,7 +245,7 @@ function at_list() {
if (arr[i].tradition_tag == '' || arr[i].tradition_tag == null) {
var maxwidth = 500;//显示多少字符
if (arr[i].abstract.length > maxwidth) {
- var abstNew= arr[i].abstract.replace(/<.*?>/ig,"")
+ var abstNew = arr[i].abstract.replace(/<.*?>/ig, "")
abstNew = abstNew.substring(0, maxwidth)
abstNew = abstNew.substring(0, maxwidth - abstNew.split(" ").pop().length)
var trad_tion = '
' + abstNew + '...
'
@@ -279,7 +279,7 @@ function at_list() {
var num = $(this).next().html();
$.ajax({
type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'abs'},
+ data: { "article_id": $(this).attr('alt'), "type": 'abs' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -288,7 +288,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -299,7 +299,7 @@ function at_list() {
var num = $(this).next().html();
$.ajax({
type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'html'},
+ data: { "article_id": $(this).attr('alt'), "type": 'html' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -308,7 +308,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -318,7 +318,7 @@ function at_list() {
var num = $(this).next().html();
$.ajax({
type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'pdf'},
+ data: { "article_id": $(this).attr('alt'), "type": 'pdf' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -327,7 +327,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -361,7 +361,7 @@ function at_list() {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticleenw', async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -374,7 +374,7 @@ function at_list() {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticleRis', async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -387,7 +387,7 @@ function at_list() {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticlebib', async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -400,7 +400,7 @@ function at_list() {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticletext', async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -523,7 +523,7 @@ function at_list() {
if (arr[i].tradition_tag == '' || arr[i].tradition_tag == null) {
var maxwidth = 500;//显示多少字符
if (arr[i].abstract.length > maxwidth) {
- var abstNew= arr[i].abstract.replace(/<.*?>/ig,"")
+ var abstNew = arr[i].abstract.replace(/<.*?>/ig, "")
abstNew = abstNew.substring(0, maxwidth)
abstNew = abstNew.substring(0, maxwidth - abstNew.split(" ").pop().length)
var trad_tion = '
' + abstNew + '...
'
@@ -560,7 +560,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'yuan/Article/addArticleNum',
async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'abs'},
+ data: { "article_id": $(this).attr('alt'), "type": 'abs' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -569,7 +569,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -582,7 +582,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'yuan/Article/addArticleNum',
async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'html'},
+ data: { "article_id": $(this).attr('alt'), "type": 'html' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -591,7 +591,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -603,7 +603,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'yuan/Article/addArticleNum',
async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'pdf'},
+ data: { "article_id": $(this).attr('alt'), "type": 'pdf' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -612,7 +612,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -648,7 +648,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticleenw',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -663,7 +663,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticleRis',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -678,7 +678,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticlebib',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -693,7 +693,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticletext',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -842,7 +842,7 @@ function at_list() {
if (arr[i].tradition_tag == '' || arr[i].tradition_tag == null) {
var maxwidth = 500;//显示多少字符
if (arr[i].abstract.length > maxwidth) {
- var abstNew= arr[i].abstract.replace(/<.*?>/ig,"")
+ var abstNew = arr[i].abstract.replace(/<.*?>/ig, "")
abstNew = abstNew.substring(0, maxwidth)
abstNew = abstNew.substring(0, maxwidth - abstNew.split(" ").pop().length)
var trad_tion = '
' + abstNew + '...
'
@@ -880,7 +880,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'yuan/Article/addArticleNum',
async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'abs'},
+ data: { "article_id": $(this).attr('alt'), "type": 'abs' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -889,7 +889,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -902,7 +902,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'yuan/Article/addArticleNum',
async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'html'},
+ data: { "article_id": $(this).attr('alt'), "type": 'html' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -911,7 +911,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -923,7 +923,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'yuan/Article/addArticleNum',
async: false,
- data: {"article_id": $(this).attr('alt'), "type": 'pdf'},
+ data: { "article_id": $(this).attr('alt'), "type": 'pdf' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
@@ -932,7 +932,7 @@ function at_list() {
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num, 'is_detail': '1'},
+ data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
@@ -968,7 +968,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticleenw',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -983,7 +983,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticleRis',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -998,7 +998,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticlebib',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -1013,7 +1013,7 @@ function at_list() {
type: 'post',
url: apiUrl + 'api/Article/getArticletext',
async: false,
- data: {"article_id": ecx_id},
+ data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
@@ -1214,7 +1214,7 @@ function at_list() {
if (arr[i].tradition_tag == '' || arr[i].tradition_tag == null) {
var maxwidth = 500;//显示多少字符
if (arr[i].abstract.length > maxwidth) {
- var abstNew= arr[i].abstract.replace(/<.*?>/ig,"")
+ var abstNew = arr[i].abstract.replace(/<.*?>/ig, "")
abstNew = abstNew.substring(0, maxwidth)
abstNew = abstNew.substring(0, maxwidth - abstNew.split(" ").pop().length)
var trad_tion = '
' + abstNew + '...
'
@@ -1236,7 +1236,7 @@ function at_list() {
+ arr[i].journal_title + '. ' + act_year + npp_ +
'
' + doi_ + '' +
'