-
Archiving
-
More
-
+
+
+
+
+
+
+ Archiving
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- All subjects
-
-
-
-
-
-
-
-
+
-->
+
-
-
News & Comment
-
More
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Explore More
-
More
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- Too many journals to choose?
- Select the topic of manuscript.
-
-
-
- Search
-
-
Please select a topic!
-
-
-
-
-
-
-
Traditional Medicine Research Data Expanded
-
-
-
Subscribe to receive the latest research and news from
-
-
-
-
+
+
+
+
+
+
-
@@ -286,4 +371,5 @@
+
\ No newline at end of file
diff --git a/js/journal.js b/js/journal.js
index 4a3eb7f..3fc7ff4 100644
--- a/js/journal.js
+++ b/js/journal.js
@@ -4,7 +4,7 @@ function bf_list() {
// 增加访问次数
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
- data: {'type': Jour_num},
+ data: { 'type': Jour_num },
success: function (result) {
if (result.code == 0) {
@@ -252,7 +252,7 @@ function bf_list() {
} else {
var trad_tion = '
' + arr[i].tradition_tag + ': ' + arr[i].tradition + '
'
}
- if (i == 0||i == 1 || i ==2) {
+ if (i == 0 || i == 1 || i == 2) {
sim_1 += '
' +
'' + otStat + arr[i].title + ' ' +
@@ -261,7 +261,7 @@ function bf_list() {
'' + doi_ + ' ' +
' ' + link_ + '
' + person_img + '
' +
trad_tion + '
'
- } else if (i == 3 || i ==4) {
+ } else if (i == 3 || i == 4) {
sim_2 += '
' +
'' + otStat + arr[i].title + ' ' +
@@ -287,7 +287,7 @@ function bf_list() {
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
$('.current_list>h4').html('Current Volume' + time_ + ' ');
- } else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22){ // 合并期刊
+ } else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22) { // 合并期刊
$('.current_list>h4').html('Latest Issue' + time_ + ' ');
} else {
$('.current_list>h4').html('Current Issue' + time_ + ' ');
@@ -332,7 +332,7 @@ function bf_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
@@ -341,7 +341,7 @@ function bf_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) {
}
});
@@ -352,7 +352,7 @@ function bf_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
@@ -361,7 +361,7 @@ function bf_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) {
}
});
@@ -371,7 +371,7 @@ function bf_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
@@ -380,7 +380,7 @@ function bf_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) {
}
});
@@ -414,7 +414,7 @@ function bf_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;
@@ -427,7 +427,7 @@ function bf_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;
@@ -440,7 +440,7 @@ function bf_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;
@@ -454,7 +454,7 @@ function bf_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;
@@ -485,19 +485,19 @@ function bf_list() {
$("#mask").hide();
$(".dingyue").fadeOut();
document.body.removeEventListener('touchmove', bodyScroll, false);
- $("body").css({"position": "initial", "height": "auto"});
+ $("body").css({ "position": "initial", "height": "auto" });
});
$(".top .dingyue input.yue_close").click(function () {
$("#mask").hide();
$(".dingyue").fadeOut();
document.body.removeEventListener('touchmove', bodyScroll, false);
- $("body").css({"position": "initial", "height": "auto"});
+ $("body").css({ "position": "initial", "height": "auto" });
});
$(".top .jour_ts input.tishi_author").click(function () {
$("#mask").hide();
$(".jour_ts").fadeOut();
document.body.removeEventListener('touchmove', bodyScroll, false);
- $("body").css({"position": "initial", "height": "auto"});
+ $("body").css({ "position": "initial", "height": "auto" });
});
function bodyScroll(event) {
@@ -994,45 +994,45 @@ function bf_list() {
var arr_stage = result.data.journalStage;
var str = "";
for (var i = 0; i < result.data.journalStage.length; i++) {
-
- if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22){
+ // 暂时条件中添加一个3
+ if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 3) {
// 合并(替换)期刊
- if(i==0){str +=''+arr_stage[i].stage_year+' '}
+ if (i == 0) { str += '' + arr_stage[i].stage_year + ' ' }
- if(i>0){
- if(arr_stage[i].stage_year!=arr_stage[i-1].stage_year){
- str +=''+arr_stage[i].stage_year+'
'
+ if (i > 0) {
+ if (arr_stage[i].stage_year != arr_stage[i - 1].stage_year) {
+ str += '' + arr_stage[i].stage_year + '
'
}
}
-
- if(arr_stage[i].stage_no=='0'){
+
+ if (arr_stage[i].stage_no == '0') {
var iss_ = ''
- }else{
- var iss_ =' Issue.'+arr_stage[i].stage_no
+ } else {
+ var iss_ = ' Issue.' + arr_stage[i].stage_no
}
-
- str +=' '+arr_stage[i].issue_date+'
'
- }else{
- // 常规期刊
- if (arr_stage[i].stage_no == '0') {
- var iss_ = ''
+
+ str += '
' + arr_stage[i].issue_date + '
'
} else {
- var iss_ = '
Issue.' + arr_stage[i].stage_no + ' '
+ // 常规期刊
+ if (arr_stage[i].stage_no == '0') {
+ var iss_ = ''
+ } else {
+ var iss_ = '
Issue.' + arr_stage[i].stage_no + ' '
+ }
+ if (arr_stage[i].stage_icon == '') {
+ str += '
' +
+ ' ' +
+ '' + arr_stage[i].stage_year + ' Vol. ' + arr_stage[i].stage_vol + ' '
+ + iss_ + '' + arr_stage[i].stage_pagename + ' ' + arr_stage[i].stage_page + '
'
+ } else {
+ str += '
' +
+ ' ' +
+ '' + arr_stage[i].stage_year + ' Vol. ' + arr_stage[i].stage_vol + ' '
+ + iss_ + '' + arr_stage[i].stage_pagename + ' ' + arr_stage[i].stage_page + '
'
+ }
}
- if (arr_stage[i].stage_icon == '') {
- str += '
' +
- ' ' +
- '' + arr_stage[i].stage_year + ' Vol. ' + arr_stage[i].stage_vol + ' '
- + iss_ + '' + arr_stage[i].stage_pagename + ' ' + arr_stage[i].stage_page + '
'
- } else {
- str += '
' +
- ' ' +
- '' + arr_stage[i].stage_year + ' Vol. ' + arr_stage[i].stage_vol + ' '
- + iss_ + '' + arr_stage[i].stage_pagename + ' ' + arr_stage[i].stage_page + '
'
- }
- }
}
@@ -1097,12 +1097,12 @@ function bf_list() {
var new_arry = result.data.topic;
new_arry = old_arry.map(o => {
- return {id: o.base_topic_id, text: o.title}
+ return { id: o.base_topic_id, text: o.title }
})
for (var i = 0; i < old_arry.length; i++) {
new_arry[i].children = old_arry[i].children.map(o => {
- return {id: o.base_topic_id, text: o.title}
+ return { id: o.base_topic_id, text: o.title }
})
}