tijaio
This commit is contained in:
@@ -44,6 +44,10 @@ border-bottom:1px solid ${Journals_color}
|
||||
border-bottom: none !important;
|
||||
|
||||
}
|
||||
.ncon_SCom>div>div:nth-child(4)>a{
|
||||
margin-bottom:5px !important;
|
||||
margin-top:5px !important;
|
||||
}
|
||||
.article_{
|
||||
padding-top:15px;
|
||||
}
|
||||
@@ -388,7 +392,13 @@ margin-top:15px;
|
||||
|
||||
|
||||
$('.current_list .current_issue_time').css({
|
||||
'color': "#888"
|
||||
'color': "#888",
|
||||
'font-weight': '500',
|
||||
});
|
||||
|
||||
$('.current_list h4').css({
|
||||
'border-top': "none",
|
||||
'margin-top': "0",
|
||||
});
|
||||
$('.current_list .current_issue_time').html(time_);
|
||||
$('.current_list>ul').html(str);
|
||||
@@ -1484,7 +1494,36 @@ margin-top:15px;
|
||||
}
|
||||
})
|
||||
|
||||
$('.uity_Sub').after(`<div style="display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;">
|
||||
<div style="display: inline-block;" class="share_tmrtb">
|
||||
<b style="color:${Journals_color}">Follow Us:</b>
|
||||
${Jour_num == 1 ? `<div style="display: inline-block;" onclick="window.open('https://www.facebook.com/TMR24133973')">
|
||||
<img alt="facebook-white sharing button"
|
||||
src="https://platform-cdn.sharethis.com/img/facebook-white.svg">
|
||||
</div>
|
||||
<div style="display: inline-block;" onclick="window.open('https://twitter.com/Traditi95990264')">
|
||||
<img alt="twitter-white sharing button"
|
||||
src="https://platform-cdn.sharethis.com/img/twitter-white.svg">
|
||||
</div>
|
||||
<div style="display: inline-block;"
|
||||
onclick="window.open('https://www.linkedin.com/showcase/traditional-medicine-research/')">
|
||||
<img alt="linkedin-white sharing button"
|
||||
src="https://platform-cdn.sharethis.com/img/linkedin-white.svg">
|
||||
</div>`: '<div class="sharethis-inline-share-buttons"></div>'}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
`)
|
||||
setTimeout(() => {
|
||||
if (window.__sharethis__) {
|
||||
__sharethis__.initialize();
|
||||
}
|
||||
|
||||
}, 50)
|
||||
// 期刊订阅提交
|
||||
$(".uity_Sub").click(function () {
|
||||
$(".spa_su").text('');
|
||||
@@ -1824,6 +1863,10 @@ function initJournalBaseInfo(result) {
|
||||
//bmec
|
||||
$('.nav_ban h2').html('<img src="/img/h2bmec3.png" style="margin-top: 14px;height:24px"/>');
|
||||
}
|
||||
else if (Jour_num == 14) {
|
||||
//lr
|
||||
$('.nav_ban h2').html('<img src="/img/h2lr2.png" style="margin-top: 14px;height:24px"/>');
|
||||
}
|
||||
|
||||
// 外链信息
|
||||
var arr_Abc = result.data.journalAbs.filter(e => e.is_show == 1);
|
||||
@@ -1840,7 +1883,7 @@ function initJournalBaseInfo(result) {
|
||||
if ([1, 25, 11].includes(Number(Jour_num))) {
|
||||
apcStr = arr_jour.apc
|
||||
} else {
|
||||
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 2025 - 2026 )</span>`;
|
||||
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 2025–2026 )</span>`;
|
||||
}
|
||||
//是否显示地图
|
||||
var isShowAuthorship = 0;
|
||||
@@ -1877,40 +1920,44 @@ function initJournalBaseInfo(result) {
|
||||
ISSNColor = '#fff'
|
||||
|
||||
}
|
||||
// <p style="${ISSNDirection}:6px;text-align:${ISSNDirection};color:${ISSNColor};bottom:${ISSNBottom};font-size:12px" class="mes_issn_box"><b>ISSN:</b> <span class="mes_issn">${arr_jour.issn}</span></p><p>
|
||||
|
||||
var leftStr = `
|
||||
<a href="/${arr_jour.icon}" class="qk_img">
|
||||
<a href="/${arr_jour.usx}" class="qk_img">
|
||||
<img src="${imgjourUrl + arr_jour.icon}"alt="">
|
||||
</a>
|
||||
<p style="${ISSNDirection}:6px;text-align:${ISSNDirection};color:${ISSNColor};bottom:${ISSNBottom};font-size:12px" class="mes_issn_box"><b>ISSN:</b> <span class="mes_issn">${arr_jour.issn}</span></p><p>
|
||||
|
||||
|
||||
`
|
||||
$('.jour_base_info .jour_base_info_center .jour_base_info_center_left').html(leftStr);
|
||||
// <p style="${ImpactFactor ? '' : 'display:none'}"><b>Impact Factor (Clarivate):</b> <span style="color: ${arr_jour.system_color}">${ImpactFactor}</span></p>
|
||||
// <p style="${CiteScore ? '' : 'display:none'}"><b>CiteScore (Scopus):</b> <span style="color: ${arr_jour.system_color}">${CiteScore}</span></p>
|
||||
|
||||
//头部左侧期刊其他信息
|
||||
var otherStr1 = `
|
||||
<li class="mes_all_section_other" style="${Jour_num == 8 || Jour_num == 18 || Jour_num == 2 ? 'padding-top:24px' : ''}">
|
||||
<div style="" class="">
|
||||
<li class="mes_all_section_other" style="">
|
||||
<div style="${[1,2,8,4,11,18].includes(Number(Jour_num))?'padding-top:10px':''}" class="">
|
||||
<p>
|
||||
<b>Editor-in-Chief:</b>
|
||||
<span class="mes_edit"
|
||||
style="display: inline-block;vertical-align: top;">${arr_jour.editorinchief}</span>
|
||||
<span style="font-size:16px;">Editor-in-Chief</span>
|
||||
<p class="mes_edit"
|
||||
style="display: inline-block;vertical-align: top;margin: 0px;">${arr_jour.editorinchief}</p>
|
||||
</p>
|
||||
|
||||
<p class="edit_board_tmr">
|
||||
<b>Editorial Board</b>
|
||||
<span style="font-size:16px;">Editorial Board</span>
|
||||
<a href="${arr_jour.board_url}"
|
||||
target="_blank">
|
||||
<img src="/img/details.png" style="width: 20px;height: 20px;margin: 0 0 0 10px;vertical-align: bottom;">
|
||||
<img src="/img/editor.png" style="width: 26px;height: 25px;margin: 0 0 0 4px;vertical-align: bottom;">
|
||||
</a>
|
||||
</p>
|
||||
<p style="${ImpactFactor ? '' : 'display:none'}"><b>Impact Factor (Clarivate):</b> <span style="color: ${arr_jour.system_color}">${ImpactFactor}</span></p>
|
||||
<p style="${CiteScore ? '' : 'display:none'}"><b>CiteScore (Scopus):</b> <span style="color: ${arr_jour.system_color}">${CiteScore}</span></p>
|
||||
<p><b>Acceptance:</b> <span class="mes_accep">${arr_jour.acceptance}</span></p>
|
||||
<p><b>Final Decision:</b> <span class="mes_final">${arr_jour.finaldecision}</span></p>
|
||||
<p><b>APC:</b> <span class="mes_APC">${apcStr}</span>
|
||||
|
||||
<p><span>Acceptance:</span> <span class="mes_accep">${arr_jour.acceptance}</span></p>
|
||||
<p><span>Final Decision:</span> <span class="mes_final">${arr_jour.finaldecision}</span></p>
|
||||
<p><span>APC:</span> <span class="mes_APC">${apcStr}</span>
|
||||
<a href="/apc/" style="${Jour_num == 1 ? 'display: inline-block;' : 'display: none;'}" class="FreeapplicationBox"><span
|
||||
class="Freeapplication" style="
|
||||
margin-left: 10px;
|
||||
margin-left: 4px;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
color: #006699f0;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
@@ -1918,35 +1965,20 @@ function initJournalBaseInfo(result) {
|
||||
cursor: pointer;
|
||||
">Free application</span></a>
|
||||
</p>
|
||||
<p><b>Frequency:</b> <span class="mes_cycle">${arr_jour.cycle_}</span></p>
|
||||
<p><b>E-Mail:</b> <span class="mes_email"
|
||||
<p><span>Frequency:</span> <span class="mes_cycle">${arr_jour.cycle_}</span></p>
|
||||
<p><span>E-Mail:</span> <span class="mes_email"
|
||||
style="color: ${Journals_color}">${arr_jour.email}</span></p>
|
||||
<div style="display: block;" class="share_tmrtb">
|
||||
<b>Follow Us:</b>
|
||||
${Jour_num == 1 ? `<div style="display: inline-block;" onclick="window.open('https://www.facebook.com/TMR24133973')">
|
||||
<img alt="facebook-white sharing button"
|
||||
src="https://platform-cdn.sharethis.com/img/facebook-white.svg">
|
||||
</div>
|
||||
<div style="display: inline-block;" onclick="window.open('https://twitter.com/Traditi95990264')">
|
||||
<img alt="twitter-white sharing button"
|
||||
src="https://platform-cdn.sharethis.com/img/twitter-white.svg">
|
||||
</div>
|
||||
<div style="display: inline-block;"
|
||||
onclick="window.open('https://www.linkedin.com/showcase/traditional-medicine-research/')">
|
||||
<img alt="linkedin-white sharing button"
|
||||
src="https://platform-cdn.sharethis.com/img/linkedin-white.svg">
|
||||
</div>`: '<div class="sharethis-inline-share-buttons"></div>'}
|
||||
|
||||
|
||||
</div>
|
||||
<p class="mes_issn_box" style="position: relative;bottom:0;left:0;text-align:left;font-weight:500 !important;color:#444;"><span style="font-weight:500 !important;">ISSN:</span> <span class="mes_issn" style="font-weight:500 !important;">${arr_jour.issn}</span></p>
|
||||
|
||||
|
||||
</div>
|
||||
</li>
|
||||
`
|
||||
//
|
||||
var otherStr2 = `
|
||||
<li class="mes_all_section_other" style="max-width:210px;min-width:170px">
|
||||
<div class="mes_all_title" style="opacity: 0;">Archiving</div>
|
||||
<p class="mes_all_current_issue">Current Issue</p>
|
||||
<div class="mes_all_title" style="1">Content</div>
|
||||
<p class="mes_all_current_issue" style="color:#444;font-weight: 500;">Current Issue</p>
|
||||
<p style="height:20px;"><span class="mes_all_current_issue_time" style="color:${Journals_color ? Journals_color : '#006699'}"></span></p>
|
||||
<p class="mes_all_section_other_online"><a href="/article_list.html?J_num=${Jour_num}&o_id=${Jour_num}" target="_blank">Online First</a></p>
|
||||
<p><a href="/stages.html?J_num=${Jour_num}" target="_blank">Archiving</a></p>
|
||||
@@ -1959,6 +1991,7 @@ function initJournalBaseInfo(result) {
|
||||
var otherStr3 = `
|
||||
<li class="mes_all_section_other">
|
||||
<div class="mes_all_title">Publish</div>
|
||||
<p><a href="javascript:void(0);" class="Abstracting" >Abstracting & Indexing</a></p>
|
||||
<p><a href="/about_journal.html?J_num=${Jour_num}" target="_blank">About Journal</a></p>
|
||||
<!--地图弹窗-->
|
||||
<div class="Authorship" style="position: relative;z-index:10;cursor: pointer;${isShowAuthorship ? 'display:block' : 'display:none'}">
|
||||
@@ -1974,7 +2007,7 @@ function initJournalBaseInfo(result) {
|
||||
<p ><a href="/afoor_text.html?footer_id=37" target="_blank">Peer-review process</a></p>
|
||||
<p><a href="${arr_jour.submission_url}" target="_blank">Submission System</a></p>
|
||||
<p><a href="/z_f11-1.html?J_num=${Jour_num}" target="_blank">Ethics and Malpractice Statement</a></p>
|
||||
<p style="${Jour_num == 1 || Jour_num == 25 ? '' : 'display:none'}" class="mes_all_section_Gue_special" ><a href="/gue_edit.html?J_num=${Jour_num}" target="_blank">Special Issue Proposal Application</a></p>
|
||||
<p style="${Jour_num == 1 || Jour_num == 25 ? '' : 'display:none'}" class="mes_all_section_Gue_special" ><a href="/gue_edit.html?J_num=${Jour_num}" target="_blank">Special Issue Proposal</a></p>
|
||||
<p > <a href="/afoor_text.html?footer_id=21" target="_blank">Contact us</a></p>
|
||||
</div>
|
||||
</li>
|
||||
@@ -1997,26 +2030,21 @@ function initJournalBaseInfo(result) {
|
||||
|
||||
|
||||
var normalLength = pCount - 1
|
||||
var otherStr4 = `
|
||||
<li class="mes_all_section_other">
|
||||
<div class="mes_all_title">Abstracting & Indexing</div>
|
||||
<ul class="mes_Abs" style="width:200px;background:#fff;padding: 0px 4px;border-radius:4px;overflow:hidden;">${AbstractingStr}
|
||||
${arr_Abc.length > normalLength ? `<a class="wl_click">more <i class="fa fa-long-arrow-down"></i></a>` : ''}
|
||||
</ul>
|
||||
</li>
|
||||
`
|
||||
$('.jour_base_info .jour_base_info_center .mes_all .mes_all_section').html(otherStr1 + otherStr2 + otherStr3 + otherStr4);
|
||||
setTimeout(() => {
|
||||
if (window.__sharethis__) {
|
||||
__sharethis__.initialize();
|
||||
}
|
||||
|
||||
}, 50)
|
||||
// var otherStr4 = `
|
||||
// <li class="mes_all_section_other">
|
||||
// <div class="mes_all_title">Abstracting & Indexing</div>
|
||||
// <ul class="mes_Abs" style="width:200px;background:#fff;padding: 0px 4px;border-radius:4px;overflow:hidden;">${AbstractingStr}
|
||||
// ${arr_Abc.length > normalLength ? `<a class="wl_click">more <i class="fa fa-long-arrow-down"></i></a>` : ''}
|
||||
// </ul>
|
||||
// </li>
|
||||
// `
|
||||
$('.jour_base_info .jour_base_info_center .mes_all .mes_all_section').html(otherStr1 + otherStr2 + otherStr3 );
|
||||
|
||||
|
||||
|
||||
|
||||
$(`.mes_Abs li:gt(${normalLength - 1})`).hide();
|
||||
$(".wl_click").bind('click', function (e) {
|
||||
$(".Abstracting").bind('click', function (e) {
|
||||
var Abstractingcontent = `<ul style="margin-top:10px;">
|
||||
${arr_Abc.map((item, i) => {
|
||||
return `<li style="font-weight:700;font-size:14px;"><span style="display:inline-block">» </span><a target="_blank" href="${item.url}" style="font-weight:700;display:inline-block">${item.title}</a></li>`;
|
||||
|
||||
Reference in New Issue
Block a user