From af9d88a88c4ed9c73d97bd83dd9042d4ec0a4a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 25 Jul 2024 15:08:05 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81Highlights=20=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=88=86=E9=A1=B5=202=E3=80=81article=20=E5=A2=9E=E5=8A=A0=20d?= =?UTF-8?q?oi=20=E5=BC=95=E7=94=A8=203=E3=80=81=E5=B0=86=20mains=20?= =?UTF-8?q?=E5=92=8C=20refers=20=E6=96=B0=E7=9A=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article.html | 710 ++++++++++++++++++++------------ js/article.js | 1088 +++++++++++++++++++++++++++---------------------- js/journal.js | 74 ++-- 3 files changed, 1095 insertions(+), 777 deletions(-) diff --git a/article.html b/article.html index 709403d..196ad67 100644 --- a/article.html +++ b/article.html @@ -1,53 +1,62 @@ + - + - - + + + src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons' + async='async'> +
-
-
- -
- -
-
-
- - - - - -

-
-
- - - - - -
+
+
+
-
-
Cite this article:
-

- -

- -
- - - - -
-
    -
  • Export citation to EndNote
  • -
  • Export citation to RIS
  • -
  • Export citation to BibTex
  • -
  • Export citation to txt
  • -
-
-
-
-
-
-
-
-
-
    -
  • Abstract
  • -
  • Medical history of objective
  • -
  • HTML
  • -
    PDF
    -
    HTML
    -
  • Supplementary material
  • -
  • Manuscript processing
  • -
  • Original data
  • -
-
-
-
-
- Key words: -
- - - - - - - - - - - - - - - -
- DOI URL: -
-
- Original DOI URL: -
-
-
-
    - -
-
-
- +
+
+
+ + + + + +

+
+
+ + + + +
- - - - - - - - - - - - - - - -
-
    - -
-
-
-
-
-
-
-
- - - - - - - +
+
Cite this article:
+

+ +

+ +
+ + + + +
+
    +
  • Export citation to EndNote
  • +
  • Export citation to RIS
  • +
  • Export citation to BibTex
  • +
  • Export citation to txt
  • +

- +
+
+
+
+
+
+
    +
  • Abstract
  • +
  • Medical history of objective
  • +
  • HTML
  • +
    PDF
    +
    HTML
    +
  • Supplementary material
  • +
  • Manuscript processing
  • +
  • Original data
  • +
+
+
+
+
+
+ Key words: +
+ + + + + + + + + + + + + + + +
+ DOI URL: +
+
+ Original DOI URL: +
+
+
+
    + +
+
+
+ + +
+ + + + + + + + + + + + + + + +
+
    + +
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+ +
+

Latest Research and News

+ + +
+ + +
+
+
+ +
+
+

Article Citations +

+ +
+ +
+
+
+
+
+
+ +
+
+

Related articles

+
    + +
+
+
+
+
    + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
-

Latest Research and News

- - -
- - +
+ + + +

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

+
+
+ + + +
+
+
+ + + +
+ + + + + + +
+
+
+

-
-
-

Related articles

-
    - -
-
-
-
    - -
-
-
-
+
+ +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -
- -
-
-
-
- - - -

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_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -1248,7 +1248,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 @@ -1257,7 +1257,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) { } }); @@ -1268,7 +1268,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 @@ -1277,7 +1277,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) { } }); @@ -1287,7 +1287,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 @@ -1296,7 +1296,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) { } }); @@ -1330,7 +1330,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; @@ -1343,7 +1343,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; @@ -1356,7 +1356,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; @@ -1369,7 +1369,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; @@ -1486,7 +1486,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 + '...
' @@ -1508,7 +1508,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -1520,7 +1520,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 @@ -1529,7 +1529,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) { } }); @@ -1540,7 +1540,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 @@ -1549,7 +1549,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) { } }); @@ -1559,7 +1559,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 @@ -1568,7 +1568,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) { } }); @@ -1602,7 +1602,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; @@ -1615,7 +1615,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; @@ -1628,7 +1628,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; @@ -1641,7 +1641,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; @@ -1781,7 +1781,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 + '...
' @@ -1815,7 +1815,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 @@ -1824,7 +1824,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) { } }); @@ -1835,7 +1835,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 @@ -1844,7 +1844,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) { } }); @@ -1854,7 +1854,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 @@ -1863,7 +1863,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) { } }); @@ -1897,7 +1897,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; @@ -1910,7 +1910,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; @@ -1923,7 +1923,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; @@ -1936,7 +1936,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; @@ -2058,7 +2058,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 + '...
' @@ -2080,7 +2080,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.goup-container').click(); @@ -2095,7 +2095,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 @@ -2104,7 +2104,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) { } }); @@ -2115,7 +2115,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 @@ -2124,7 +2124,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) { } }); @@ -2134,7 +2134,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 @@ -2143,7 +2143,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) { } }); @@ -2177,7 +2177,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; @@ -2190,7 +2190,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; @@ -2203,7 +2203,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; @@ -2216,7 +2216,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; @@ -2376,7 +2376,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 + '...
' @@ -2483,7 +2483,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 + '...
' @@ -2534,7 +2534,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 @@ -2543,7 +2543,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) { } }); @@ -2554,7 +2554,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 @@ -2563,7 +2563,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) { } }); @@ -2573,7 +2573,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 @@ -2582,7 +2582,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) { } }); @@ -2616,7 +2616,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; @@ -2629,7 +2629,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; @@ -2642,7 +2642,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; @@ -2655,7 +2655,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; @@ -2786,7 +2786,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '
' - '

' + arr[i].tradition_tag + '

' + arr[i].tradition + '


' + '

' + arr[i].tradition_tag + '

' + arr[i].tradition + '


' } } @@ -2801,7 +2801,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 @@ -2810,7 +2810,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) { } }); @@ -2821,7 +2821,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 @@ -2830,7 +2830,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) { } }); @@ -2840,7 +2840,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 @@ -2849,7 +2849,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) { } }); @@ -2883,7 +2883,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; @@ -2896,7 +2896,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; @@ -2909,7 +2909,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; @@ -2922,7 +2922,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; @@ -3053,7 +3053,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '
' - '

' + arr[i].tradition_tag + '

' + arr[i].tradition + '


' + '

' + arr[i].tradition_tag + '

' + arr[i].tradition + '


' } } @@ -3068,7 +3068,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 @@ -3077,7 +3077,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) { } }); @@ -3088,7 +3088,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 @@ -3097,7 +3097,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) { } }); @@ -3107,7 +3107,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 @@ -3116,7 +3116,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) { } }); @@ -3150,7 +3150,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; @@ -3163,7 +3163,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; @@ -3176,7 +3176,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; @@ -3189,7 +3189,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; @@ -3331,7 +3331,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 + '...
' @@ -3353,7 +3353,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -3365,7 +3365,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 @@ -3374,7 +3374,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) { } }); @@ -3385,7 +3385,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 @@ -3394,7 +3394,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) { } }); @@ -3404,7 +3404,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 @@ -3413,7 +3413,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) { } }); @@ -3447,7 +3447,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; @@ -3460,7 +3460,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; @@ -3473,7 +3473,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; @@ -3486,7 +3486,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; @@ -3606,7 +3606,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 + '...
' @@ -3628,7 +3628,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.goup-container').click(); @@ -3643,7 +3643,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 @@ -3652,7 +3652,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) { } }); @@ -3663,7 +3663,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 @@ -3672,7 +3672,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) { } }); @@ -3682,7 +3682,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 @@ -3691,7 +3691,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) { } }); @@ -3725,7 +3725,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; @@ -3738,7 +3738,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; @@ -3751,7 +3751,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; @@ -3764,7 +3764,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; @@ -3931,7 +3931,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 + '...
' @@ -3953,7 +3953,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -3965,7 +3965,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 @@ -3974,7 +3974,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) { } }); @@ -3985,7 +3985,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 @@ -3994,7 +3994,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) { } }); @@ -4004,7 +4004,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 @@ -4013,7 +4013,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) { } }); @@ -4047,7 +4047,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; @@ -4060,7 +4060,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; @@ -4073,7 +4073,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; @@ -4086,7 +4086,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; @@ -4206,7 +4206,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 + '...
' @@ -4228,7 +4228,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.goup-container').click(); @@ -4243,7 +4243,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 @@ -4252,7 +4252,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) { } }); @@ -4263,7 +4263,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 @@ -4272,7 +4272,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) { } }); @@ -4282,7 +4282,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 @@ -4291,7 +4291,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) { } }); @@ -4325,7 +4325,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; @@ -4338,7 +4338,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; @@ -4351,7 +4351,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; @@ -4364,7 +4364,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; @@ -4530,7 +4530,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 + '...
' @@ -4552,7 +4552,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -4564,7 +4564,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 @@ -4573,7 +4573,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) { } }); @@ -4584,7 +4584,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 @@ -4593,7 +4593,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) { } }); @@ -4603,7 +4603,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 @@ -4612,7 +4612,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) { } }); @@ -4646,7 +4646,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; @@ -4659,7 +4659,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; @@ -4672,7 +4672,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; @@ -4685,7 +4685,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; @@ -4805,7 +4805,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 + '...
' @@ -4827,7 +4827,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.goup-container').click(); @@ -4842,7 +4842,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 @@ -4851,7 +4851,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) { } }); @@ -4862,7 +4862,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 @@ -4871,7 +4871,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) { } }); @@ -4881,7 +4881,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 @@ -4890,7 +4890,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) { } }); @@ -4924,7 +4924,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; @@ -4937,7 +4937,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; @@ -4950,7 +4950,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; @@ -4963,7 +4963,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; @@ -5128,7 +5128,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 + '...
' @@ -5150,7 +5150,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -5162,7 +5162,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 @@ -5171,7 +5171,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) { } }); @@ -5182,7 +5182,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 @@ -5191,7 +5191,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) { } }); @@ -5201,7 +5201,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 @@ -5210,7 +5210,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) { } }); @@ -5244,7 +5244,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; @@ -5257,7 +5257,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; @@ -5270,7 +5270,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; @@ -5283,7 +5283,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; @@ -5403,7 +5403,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 + '...
' @@ -5425,7 +5425,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.goup-container').click(); @@ -5440,7 +5440,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 @@ -5449,7 +5449,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) { } }); @@ -5460,7 +5460,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 @@ -5469,7 +5469,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) { } }); @@ -5479,7 +5479,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 @@ -5488,7 +5488,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) { } }); @@ -5522,7 +5522,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; @@ -5535,7 +5535,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; @@ -5548,7 +5548,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; @@ -5561,7 +5561,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; @@ -5740,7 +5740,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 + '...
' @@ -5762,7 +5762,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -5774,7 +5774,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 @@ -5783,7 +5783,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) { } }); @@ -5794,7 +5794,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 @@ -5803,7 +5803,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) { } }); @@ -5813,7 +5813,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 @@ -5822,7 +5822,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) { } }); @@ -5856,7 +5856,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; @@ -5869,7 +5869,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; @@ -5882,7 +5882,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; @@ -5895,7 +5895,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; @@ -6015,7 +6015,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 + '...
' @@ -6037,7 +6037,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + stage_ + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.goup-container').click(); @@ -6052,7 +6052,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 @@ -6061,7 +6061,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) { } }); @@ -6072,7 +6072,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 @@ -6081,7 +6081,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) { } }); @@ -6091,7 +6091,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 @@ -6100,7 +6100,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) { } }); @@ -6134,7 +6134,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; @@ -6147,7 +6147,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; @@ -6160,7 +6160,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; @@ -6173,7 +6173,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; @@ -6323,7 +6323,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 + '...
' @@ -6345,7 +6345,7 @@ function at_list() { + localStorage.getItem("Journals_title") + '. ' + arr[i].stage_year + ', ' + arr[i].stage_vol + ' (' + arr[i].stage_no + ')' + npp_ + '' + doi_ + '' + '
' + person_img + '' - +trad_tion + '
' + + trad_tion + '
' } $('.wenz_list>ul').html(str); $('.links_ .txt_copy').css('background', localStorage.Journals_color); @@ -6357,7 +6357,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 @@ -6366,7 +6366,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) { } }); @@ -6377,7 +6377,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 @@ -6386,7 +6386,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) { } }); @@ -6396,7 +6396,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 @@ -6405,7 +6405,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) { } }); @@ -6439,7 +6439,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; @@ -6452,7 +6452,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; @@ -6465,7 +6465,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; @@ -6478,7 +6478,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; @@ -6506,24 +6506,109 @@ function at_list() { function timestampToTime(str) { //str = str * 1000 - var oDate = new Date(str*1000), - oYear = oDate.getFullYear(), - oMonth = oDate.getMonth()+1, - oDay = oDate.getDate(), - oHour = oDate.getHours(), - oMin = oDate.getMinutes(), - oSen = oDate.getSeconds(), - oTime = oYear +'-'+ getzf(oMonth) +'-'+ getzf(oDay) +' '+ getzf(oHour) +':'+ - getzf(oMin) +':'+getzf(oSen);//最后拼接时间 + var oDate = new Date(str * 1000), + oYear = oDate.getFullYear(), + oMonth = oDate.getMonth() + 1, + oDay = oDate.getDate(), + oHour = oDate.getHours(), + oMin = oDate.getMinutes(), + oSen = oDate.getSeconds(), + oTime = oYear + '-' + getzf(oMonth) + '-' + getzf(oDay) + ' ' + getzf(oHour) + ':' + + getzf(oMin) + ':' + getzf(oSen);//最后拼接时间 return oTime; }; //补0操作 -function getzf(num){ -if(parseInt(num) < 10){ - num = '0'+num; -} +function getzf(num) { + if (parseInt(num) < 10) { + num = '0' + num; + } return num; -} +} + +/* 相关引用次数 */ +function getCitations(doi, a_ID) { + // var doi = '10.53388/IMD202408001'; + $('.DimensionsBadge .quote-source').html('Dimensions Badge') + $('.SciteBadge .quote-source').html('Scite Badge (Wiley)') + $('.Crossref .quote-source').html('Crossref') + var list = [doi]; + + //Dimensions Badge + $.ajax({ + type: 'get', + url: 'https://metrics-api.dimensions.ai/doi/' + doi,//正式环境 + success: function (result) { + console.log('result at line 212:', result) + // var str = `` + $('.DimensionsBadge a').attr('href', 'https://badge.dimensions.ai/details/doi/' + doi) + var str = `
${result.times_cited}
` + $('.DimensionsBadge .quote-content').html(str) + } + }) + //Scite Badge (Wiley) + $.ajax({ + type: 'post', + url: 'https://api.scite.ai/tallies',//正式环境 + contentType: "application/json", + dataType: "json", + data: JSON.stringify(list), + success: function (result) { + console.log('result at line 212:', result) + for (let i in result.tallies) { + $('.SciteBadge a').attr('href', 'https://scite.ai/reports/' + i) + var str1 = `
${result.tallies[i]['citingPublications']}
` + } + $('.SciteBadge .quote-content1').html(str1) + } + }) + $.ajax({ + type: 'post', url: apiUrl + 'api/Article/getArticleDetailCites', + data: { + "article_id": a_ID + }, + success: function (result) { + if (result.code == 0) { + var str1 = `
${result.data && result.data.length > 0 ? result.data.length : 0}
` + var journalCiteStr = "" + $('.Crossref .quote-content1').html(str1) + var arr = result.data + for (let i in arr) { + journalCiteStr += `

${Number(i) + 1}.

+
+

${arr[i].article_title}

+ +

+ ${arr[i].journal_title}, + + ${arr[i].year} + + + https://doi.org/${arr[i].doi}

+ +
` + } + + if (result.data && result.data.length > 0) { + $('.crossrefNumber').click(function () { + var infoStr = `Citations registered in CrossRef` + $('#framed_div .info-box').html(infoStr); + $('#framed_div .quote-content').html(journalCiteStr); + $('#framed_div').toggleClass('openCrossref'); + }) + } + + + } + } + }) + + +} // 文章内容 function article_con() { @@ -6541,7 +6626,7 @@ function article_con() { // 增加访问次数 $.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) { if (result.code == 0) { @@ -6555,7 +6640,7 @@ function article_con() { }); $.ajax({ type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false, - data: {"article_id": a_ID, "type": 'abs'}, + data: { "article_id": a_ID, "type": 'abs' }, success: function (result) { } }) @@ -6593,19 +6678,20 @@ function article_con() { $('.wen_jian .right>.links_').html(lnk_); - + //获取文章引用 + getCitations(j_artc.doi, a_ID); // 点击增加数字 $('.txt_html').click(function () { var num = $(this).next().html(); $.ajax({ type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false, - data: {"article_id": a_ID, "type": 'html'}, + data: { "article_id": a_ID, "type": 'html' }, success: function (result) { } }) $.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) { } }); @@ -6615,13 +6701,13 @@ function article_con() { var num = $(this).next().html(); $.ajax({ type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false, - data: {"article_id": a_ID, "type": 'pdf'}, + data: { "article_id": a_ID, "type": 'pdf' }, success: function (result) { } }) $.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) { } }); @@ -6643,7 +6729,7 @@ function article_con() { $('.Exc_2').click(function () { $.ajax({ type: 'post', url: apiUrl + 'api/Article/getArticleenw', async: false, - data: {"article_id": a_ID}, + data: { "article_id": a_ID }, success: function (result) { var a = document.createElement('a'); a.href = result.data.url; @@ -6655,7 +6741,7 @@ function article_con() { $('.Exc_3').click(function () { $.ajax({ type: 'post', url: apiUrl + 'api/Article/getArticleRis', async: false, - data: {"article_id": a_ID}, + data: { "article_id": a_ID }, success: function (result) { var a = document.createElement('a'); a.href = result.data.url; @@ -6668,7 +6754,7 @@ function article_con() { var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id') $.ajax({ type: 'post', url: apiUrl + 'api/Article/getArticlebib', async: false, - data: {"article_id": a_ID}, + data: { "article_id": a_ID }, success: function (result) { var a = document.createElement('a'); a.href = result.data.url; @@ -6680,7 +6766,7 @@ function article_con() { $('.Exc_5').click(function () { $.ajax({ type: 'post', url: apiUrl + 'api/Article/getArticletext', async: false, - data: {"article_id": a_ID}, + data: { "article_id": a_ID }, success: function (result) { var a = document.createElement('a'); a.href = result.data.url; @@ -6871,193 +6957,221 @@ function article_con() { $('.wen_rong .content-box .contemho').html(j_artc.mhoo); // 新的HTML - if (result.data.mains == '') { + if (result.data.html != 1) { $('.wen_rong #tablist .tarhtmn').css('display', 'none'); $('.wen_rong .content-box .conthtmn').css('display', 'none'); } else { - var arr = result.data.mains; - var str = ''; - for (var i = 0; i < arr.length; i++) { - if (arr[i].width == 0) { - if(arr[i].is_title == 1){ - if(arr[i].content.indexOf("

") >= 0){ - str += "

"+arr[i].content+"
" - }else{ - str += '

' + arr[i].content + '

' - } - }else{ - if(arr[i].content.indexOf("

") >= 0){ - str += arr[i].content - }else{ - str += '

' + arr[i].content + '

' - } - } - } else { - var picsrc = 'https://submission.tmrjournals.com/public/mainimg/' + arr[i].content; - var fun = "picPreview('"+ picsrc +"');" - // console.log(fun) - str += "

" + arr[i].note + "

" - } - } - $('.wen_rong .content-box .conthtmn').html(str); - if(result.data.refers.length > 0){ - var refs = '' - var xuhao = 0 - for(var rr = 0; rr < result.data.refers.length; rr++){ - // 如果格式不正确,或者信息不全 - let item= '' - if(result.data.refers[rr].refer_type=='journal' && result.data.refers[rr].doilink != '' ){ - // journal - xuhao ++ - item = "

"+ xuhao + '. ' + result.data.refers[rr].author +' '+ result.data.refers[rr].title + ". " + result.data.refers[rr].joura +"" + result.data.refers[rr].dateno + ". 
Available at:   "+ result.data.refers[rr].doilink +"

" - refs += item - }else if(result.data.refers[rr].refer_type=='book' && result.data.refers[rr].isbn != ''){ - // book - xuhao ++ - item = "

"+ xuhao + '. ' + result.data.refers[rr].author +' '+ result.data.refers[rr].title+". " + result.data.refers[rr].dateno + ".  
Available at:   

" - refs += item - }else if(result.data.refers[rr].refer_type=='other' && result.data.refers[rr].refer_frag != '' && result.data.refers[rr].refer_frag.length > 15){ - // other - xuhao ++ - item = "

"+ xuhao + '. ' + result.data.refers[rr].refer_frag +".

" - refs += item - }else{ - continue; - } - } - // console.log(refs) - $('.wen_rong .content-box .conthtmn').append('

References

'+ refs +'
') - } + + $('.wen_rong #tablist .tarhtmn').click(function () { + $.ajax({ + type: 'post', url: apiUrl + 'api/Article/getArticleDetailHtml', + data: { + "article_id": a_ID + }, + success: function (result) { + if (result.code == 0) { + + var arr = result.data.mains; + var str = ''; + for (var i = 0; i < arr.length; i++) { + if (arr[i].width == 0) { + if (arr[i].is_title == 1) { + if (arr[i].content.indexOf("

") >= 0) { + str += "

" + arr[i].content + "
" + } else { + str += '

' + arr[i].content + '

' + } + } else { + if (arr[i].content.indexOf("

") >= 0) { + str += arr[i].content + } else { + str += '

' + arr[i].content + '

' + } + } + } else { + var picsrc = 'https://submission.tmrjournals.com/public/mainimg/' + arr[i].content; + var fun = "picPreview('" + picsrc + "');" + // console.log(fun) + str += "

" + arr[i].note + "

" + } + } + $('.wen_rong .content-box .conthtmn').html(str); + + // 引用 + if (result.data.refers.length > 0) { // 如果有引用数据 + var refs = '' + var xuhao = 0 + for (var rr = 0; rr < result.data.refers.length; rr++) { + // 如果格式不正确,或者信息不全 + let item = '' + if (result.data.refers[rr].refer_type == 'journal' && result.data.refers[rr].doilink != '') { + // journal + xuhao++ + item = "

" + xuhao + '. ' + result.data.refers[rr].author + ' ' + result.data.refers[rr].title + ". " + result.data.refers[rr].joura + "" + result.data.refers[rr].dateno + ".  Available at: " + result.data.refers[rr].doilink + " 

" + refs += item + } else if (result.data.refers[rr].refer_type == 'book' && result.data.refers[rr].isbn != '') { + // book + xuhao++ + item = "

" + xuhao + '. ' + result.data.refers[rr].author + ' ' + result.data.refers[rr].title + ". " + result.data.refers[rr].dateno + ".  
Available at: 

" + refs += item + } else if (result.data.refers[rr].refer_type == 'other' && result.data.refers[rr].refer_frag != '' && result.data.refers[rr].refer_frag.length > 15) { + // other + xuhao++ + item = "

" + xuhao + '. ' + result.data.refers[rr].refer_frag + ". 

" + refs += item + } else { + continue; + } + } + // console.log(refs) + $('.wen_rong .content-box .conthtmn').append('

References

' + refs + '
') + } + + + + + + + } + }, + error: function () { + // ShowDanger("error!"); + } + + }) + + }) + } - // 稿件跟踪 - // 图标------------ - var detailIcon = '' + // 稿件跟踪 + // 图标------------ + var detailIcon = '' var lis = '' - - if(result.data.track && result.data.track.length > 0 ){ + + if (result.data.track && result.data.track.length > 0) { // console.log(result.data.track.length,33) - // $('.wen_rong #tablist .tarrecord').css('display', 'block'); - // $('.wen_rong .content-box .conterecord').text(333) - for(var tt = 0; tt 0){ - shenCode = [] - for(var er=0; er < result.data.track[tt].reviewers.length; er++){ - var neiTag = '' - var reviewerState = '' - var reviewerItem = '' - var time1 = '' // 创建时间 - var time2 = '' // 回应时间 + ttypeName = 'Online' + break; + } + // 二级的时间 + var reviewers = "" + if (result.data.track[tt].reviewers && result.data.track[tt].reviewers.length > 0) { + shenCode = [] + for (var er = 0; er < result.data.track[tt].reviewers.length; er++) { + var neiTag = '' + var reviewerState = '' + var reviewerItem = '' + var time1 = '' // 创建时间 + var time2 = '' // 回应时间 - // 初审和复审的审核意见 - // var fushenContent = '' - var chushenContent = '' - var timess = '' - // 进入页面前清空 - if(result.data.track[tt].type == 2 && result.data.track[tt].reviewers[er].question != null){ - chushenContent = '' - timess = '' - chushenContent = result.data.track[tt].reviewers[er].question.comments - timess = timestampToTime(result.data.track[tt].reviewers[er].question.ctime) - - shenCode.push("

Comments:
"+chushenContent+"

Review comments received: "+ timess +"

") - - // detailIcon = '' - detailIcon = '(Detail)' + // 初审和复审的审核意见 + // var fushenContent = '' + var chushenContent = '' + var timess = '' + // 进入页面前清空 + if (result.data.track[tt].type == 2 && result.data.track[tt].reviewers[er].question != null) { + chushenContent = '' + timess = '' + chushenContent = result.data.track[tt].reviewers[er].question.comments + timess = timestampToTime(result.data.track[tt].reviewers[er].question.ctime) + + shenCode.push("

Comments:
" + chushenContent + "

Review comments received: " + timess + "

") + + // detailIcon = '' + detailIcon = '(Detail)' + } + switch (result.data.track[tt].reviewers[er].state) { + case (1): + reviewerState = 'Accept with major revision' + break; + case (2): + reviewerState = 'Reject' + break; + case (3): + reviewerState = 'Accept with minor revision' + break; + } + time1 = timestampToTime(result.data.track[tt].reviewers[er].ctime) + time2 = timestampToTime(result.data.track[tt].reviewers[er].qtime) + reviewerItem = "
Invitation time:
" + time1 + "
" + reviewerState + detailIcon + "Score: " + result.data.track[tt].reviewers[er].rated + "reviewer: " + result.data.track[tt].reviewers[er].reviewer_name + "Review comments received: " + time2 + "
" + reviewers += reviewerItem } - switch (result.data.track[tt].reviewers[er].state) { - case (1): - reviewerState = 'Accept with major revision' - break; - case (2): - reviewerState = 'Reject' - break; - case (3): - reviewerState = 'Accept with minor revision' - break; - } - time1 = timestampToTime(result.data.track[tt].reviewers[er].ctime) - time2 = timestampToTime(result.data.track[tt].reviewers[er].qtime) - reviewerItem = "
Invitation time:
"+time1+"
"+reviewerState + detailIcon+ "Score: "+result.data.track[tt].reviewers[er].rated+"reviewer: "+result.data.track[tt].reviewers[er].reviewer_name+"Review comments received: "+time2+"
" - reviewers += reviewerItem - } - } - // 获得时间 - ttime = timestampToTime(result.data.track[tt].time) - - var Revitag = '' - if(result.data.track[tt].type == 4 && result.data.track[tt].response){ - var title = '

Response to reviewers:  

' - var lisss = '' - for(var s = 0; s < result.data.track[tt].response.length; s++){ - var xuhao = s+1 - var Revfile_url = '' - // var tptime = timestampToTime(result.data.track[tt].time) - Revfile_url = '
'+xuhao+'. Download' - //Revitag += - lisss += Revfile_url - } - Revitag = '
'+ title + lisss + '
' - } - li = "
"+ttime+"
" + ttypeName + ""+reviewers+ Revitag +"
" - lis += li - } - $('.wen_rong .content-box .conterecord').html(lis) - - }else{ - // console.log(result.data.track.length) + } + // 获得时间 + ttime = timestampToTime(result.data.track[tt].time) - $('.wen_rong #tablist .tarrecord').css('display', 'none'); - } + var Revitag = '' + if (result.data.track[tt].type == 4 && result.data.track[tt].response) { + var title = '

Response to reviewers:  

' + var lisss = '' + for (var s = 0; s < result.data.track[tt].response.length; s++) { + var xuhao = s + 1 + var Revfile_url = '' + // var tptime = timestampToTime(result.data.track[tt].time) + Revfile_url = '' + xuhao + '. Download' + //Revitag += + lisss += Revfile_url + } + Revitag = '
' + title + lisss + '
' + } + li = "
" + ttime + "
" + ttypeName + "" + reviewers + Revitag + "
" + lis += li + } + $('.wen_rong .content-box .conterecord').html(lis) + + } else { + // console.log(result.data.track.length) + + $('.wen_rong #tablist .tarrecord').css('display', 'none'); + } // console.log(j_artc) - // Original data 附加文件 + // Original data 附加文件 if (j_artc.file_original == '') { - console.log('--------------') - $('.wen_rong #tablist .OriginalData').css('display', 'none'); - $('.wen_rong #tablist .Original').css('display', 'none'); - } else { + console.log('--------------') + $('.wen_rong #tablist .OriginalData').css('display', 'none'); + $('.wen_rong #tablist .Original').css('display', 'none'); + } else { // console.log('有值') // $('.wen_rong #tablist .OriginalData').css('display', 'block'); // $('.wen_rong #tablist .Original').css('display', 'block'); - $('#OriginalData').html('

Original data:    ----Download

'); - } + $('#OriginalData').html('

Original data:    ----Download

'); + } if (j_artc.file_pdf == '') { $('.wen_rong #tablist .tarfipdf').css('display', 'none'); @@ -7085,13 +7199,13 @@ function article_con() { $('#tablist .tarfipdf a').click(function () { $.ajax({ type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false, - data: {"article_id": j_artc.article_id, "type": 'pdf'}, + data: { "article_id": j_artc.article_id, "type": 'pdf' }, success: function (result) { } }) $.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) { } }); @@ -7102,28 +7216,28 @@ function article_con() { var fileType = '' var imgLink = '' var fileTypeArr = j_artc.file_sub.split('.') - fileType = fileTypeArr[fileTypeArr.length -1] - // console.log(fileType) - switch (fileType) { - case 'xlsx': - imgLink = 'img/xlsx.png' - break; - case 'zip': - imgLink = 'img/zip.png' - break; - case 'rar': - imgLink = 'img/zip.png' - break; - case 'docx': - imgLink = 'img/link_1.png' - break; - case 'pdf': - imgLink = 'img/link_3.jpg' - break; - default: - imgLink = 'img/otherfile.png' - break; - } + fileType = fileTypeArr[fileTypeArr.length - 1] + // console.log(fileType) + switch (fileType) { + case 'xlsx': + imgLink = 'img/xlsx.png' + break; + case 'zip': + imgLink = 'img/zip.png' + break; + case 'rar': + imgLink = 'img/zip.png' + break; + case 'docx': + imgLink = 'img/link_1.png' + break; + case 'pdf': + imgLink = 'img/link_3.jpg' + break; + default: + imgLink = 'img/otherfile.png' + break; + } pdf_list += '
  • ' + fileType + '
    ' + '

    Supplementary Material for doi: ' + j_artc.doi + '----Download

  • '; } @@ -7139,7 +7253,7 @@ function article_con() { } // 首先显示html - if(htm_ID!=null){ + if (htm_ID != null) { $("#tablist li.tarhtmn").click() } @@ -7255,7 +7369,7 @@ function article_con() { $('#tablist li').html('') $('#tablist .tabin').html('摘要') $('.links_').css('font-size', '20px') - $('.links_ img').css({'width': '20px', 'height': '22px'}) + $('.links_ img').css({ 'width': '20px', 'height': '22px' }) $('.right p').css('font-family', 'Times New Roman') $('.cite span').css('font-family', 'Times New Roman') } @@ -7433,28 +7547,28 @@ function article_con() { } // 图片预览 -function picPreview(src){ +function picPreview(src) { console.log(src) - $('.PicPreview img').attr('src', src) - $('.PicPreview').show() + $('.PicPreview img').attr('src', src) + $('.PicPreview').show() } $('.PicPreview').on('click', function () { $('.PicPreview').hide() - }) - - // 显示审核内容 -function showComments(num){ +}) + +// 显示审核内容 +function showComments(num) { // console.log('显示初审内容',shenCode) - layer.open({ - type: 1 - ,title: false //不显示标题栏 - ,closeBtn: true - ,area: '600px;' - ,shade: 0.8 - ,id: 'LAY_layuipro' //设定一个id,防止重复弹出 - /// ,btn: ['close'] - ,btnAlign: 'c' - ,moveType: 1 //拖拽模式,0或者1 - ,content: shenCode[num] - }); - } + layer.open({ + type: 1 + , title: false //不显示标题栏 + , closeBtn: true + , area: '600px;' + , shade: 0.8 + , id: 'LAY_layuipro' //设定一个id,防止重复弹出 + /// ,btn: ['close'] + , btnAlign: 'c' + , moveType: 1 //拖拽模式,0或者1 + , content: shenCode[num] + }); +} diff --git a/js/journal.js b/js/journal.js index cc21ed3..e0ab882 100644 --- a/js/journal.js +++ b/js/journal.js @@ -726,7 +726,7 @@ function bf_list() { data: { "journal_id": Jour_num, "pageIndex": '1', - "pageSize": '30' + "pageSize": '4' }, success: function (result) { if (result.code == 0) { @@ -765,50 +765,50 @@ function bf_list() { // 中下侧Top cited / Top read / Top download文章 - $.ajax({ - type: 'post', url: apiUrl + 'api/Journal/getTopArticle', - data: { - "journal_id": Jour_num, - "pageIndex": '1', - "pageSize": '4' - }, - success: function (result) { - if (result.code == 0) { + // $.ajax({ + // type: 'post', url: apiUrl + 'api/Journal/getTopArticle', + // data: { + // "journal_id": Jour_num, + // "pageIndex": '1', + // "pageSize": '4' + // }, + // success: function (result) { + // if (result.code == 0) { - var arr = result.data.articles; - var str = ""; + // var arr = result.data.articles; + // var str = ""; - for (var i = 0; i < arr.length; i++) { - if (i == 4) break; - if (arr[i].icon == '') { - var img_i = '' - } else { - var img_i = '' - } - str += '
  • ' + img_i + - '
    ' + arr[i].title + '
    ' + - '
    ' + arr[i].abbr + '. | ' + arr[i].stage_year + '
  • ' + // for (var i = 0; i < arr.length; i++) { + // if (i == 4) break; + // if (arr[i].icon == '') { + // var img_i = '' + // } else { + // var img_i = '' + // } + // str += '
  • ' + img_i + + // '
    ' + arr[i].title + '
    ' + + // '
    ' + arr[i].abbr + '. | ' + arr[i].stage_year + '
  • ' - } + // } - $('.ncon_tcrd>a').attr('href', 'article_list.html?J_num=' + Jour_num + '&top_id=' + Jour_num); - $('.ncon_tcrd>ul').html(str + '
    '); + // $('.ncon_tcrd>a').attr('href', 'article_list.html?J_num=' + Jour_num + '&top_id=' + Jour_num); + // $('.ncon_tcrd>ul').html(str + '
    '); - if (arr == '') { - $('.ncon_tcrd').css('display', 'none') - } + // if (arr == '') { + // $('.ncon_tcrd').css('display', 'none') + // } - } else { - // ShowDanger("请求失败!"); - $('.ncon_tcrd').css('display', 'none') - } - }, - error: function () { - ShowDanger("error!"); - } - }) + // } else { + // // ShowDanger("请求失败!"); + // $('.ncon_tcrd').css('display', 'none') + // } + // }, + // error: function () { + // ShowDanger("error!"); + // } + // }) // TMR 中下侧Top cited / Top read / Top download文章切换