1
This commit is contained in:
@@ -1,12 +1,24 @@
|
||||
<!--<img src="img/banner_y.png" alt="" style="position: absolute;height: 107%;margin-left: -378.2px;">-->
|
||||
<div class="nav">
|
||||
<ul class="clear">
|
||||
<a href="atr_wisdom.html?&wis_dom=0" target="_blank"><li class="rgb_color">Journals</li></a>
|
||||
<a href="rev_ver.html" target="_blank"><li class="rgb_color">Scientist Community</li></a>
|
||||
<a href="tmrde" target="_blank"><li class="rgb_color">Database</li></a>
|
||||
<a target="_blank" href="https://submission.tmrjournals.com/" style="">
|
||||
<li class="rgb_color"><i class="fa fa-upload" style="font-size: 16px;font-weight: bold;color:#FFF"></i>
|
||||
Submission System</li>
|
||||
</a>
|
||||
<a href="atr_wisdom.html?&wis_dom=0" target="_blank">
|
||||
<li class="rgb_color">Journals</li>
|
||||
</a>
|
||||
<a href="rev_ver.html" target="_blank">
|
||||
<li class="rgb_color">Scientist Community</li>
|
||||
</a>
|
||||
<a href="tmrde" target="_blank">
|
||||
<li class="rgb_color">Database</li>
|
||||
</a>
|
||||
<!-- <a href="z_f2-1.html" target="_blank"><li class="rgb_color">TmRxiv</li></a>-->
|
||||
<!-- <a href=""><li class="rgb_color">Database</li></a>-->
|
||||
<a href="booker_list.html?bo_id=0" target="_blank"><li class="rgb_color">Books</li></a>
|
||||
<a href="booker_list.html?bo_id=0" target="_blank">
|
||||
<li class="rgb_color">Books</li>
|
||||
</a>
|
||||
<!-- <a href="booker_list.html?bo_id=0" target="_blank"><li class="rgb_color">Meeting</li></a>-->
|
||||
<!-- <a href=""><li class="rgb_color">Conferences</li></a>-->
|
||||
<!-- <a href="http://www.tmrfast.com/" target="_blank"><li class="rgb_color">Education</li></a>-->
|
||||
@@ -21,13 +33,13 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="top_sea">
|
||||
<!-- <a href="">-->
|
||||
<!-- <b style="color: #848484;font-weight: 500">Subscribe</b>-->
|
||||
<!-- </a>-->
|
||||
<!-- <a href="" class="rgb_color">-->
|
||||
<!-- <img src="./img/search.png" alt="" style="width: 16px;vertical-align: text-top">-->
|
||||
<!-- <b class="rgb_color" style="font-weight: 500">Search</b>-->
|
||||
<!-- </a>-->
|
||||
<!-- <a href="">-->
|
||||
<!-- <b style="color: #848484;font-weight: 500">Subscribe</b>-->
|
||||
<!-- </a>-->
|
||||
<!-- <a href="" class="rgb_color">-->
|
||||
<!-- <img src="./img/search.png" alt="" style="width: 16px;vertical-align: text-top">-->
|
||||
<!-- <b class="rgb_color" style="font-weight: 500">Search</b>-->
|
||||
<!-- </a>-->
|
||||
</div>
|
||||
<br clear="both">
|
||||
<!-- <div class="top_switch">
|
||||
@@ -45,7 +57,7 @@
|
||||
|
||||
<div class="suggest">
|
||||
<h1 class="animated bounceIn">Trend of Medical Research</h1>
|
||||
<!-- <h2>TMR (Talent of Medical Research) Publishing Group is a scholarly publishing group dedicated to providing platforms for the dissemination and communication of practices and research in the field of medicine and health. </h2>-->
|
||||
<!-- <h2>TMR (Talent of Medical Research) Publishing Group is a scholarly publishing group dedicated to providing platforms for the dissemination and communication of practices and research in the field of medicine and health. </h2>-->
|
||||
</div>
|
||||
<!--<div class="scoutfor">-->
|
||||
<!-- <input type="text" placeholder="Search for Articles" value="" class="sfh_inp">-->
|
||||
|
||||
@@ -384,8 +384,8 @@ padding-right:0px;
|
||||
}
|
||||
.v4-art-top #st-2 .st-btn > img{
|
||||
|
||||
width:19px !important;
|
||||
height: 19px !important;
|
||||
width:16px !important;
|
||||
height: 16px !important;
|
||||
}
|
||||
.v4-art-top #st-2 .st-btn{
|
||||
|
||||
|
||||
@@ -23,6 +23,11 @@ style.innerHTML = `
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
}
|
||||
.v4-art-top #st-2 .st-btn > img{
|
||||
|
||||
width:16px !important;
|
||||
height: 16px !important;
|
||||
}
|
||||
.pos_ter>a {
|
||||
width: 23%;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
function commonHomePage(){
|
||||
function commonHomePage() {
|
||||
const style = document.createElement('style');
|
||||
style.innerHTML = `
|
||||
style.innerHTML = `
|
||||
// .sy_fr,.sy_tcrd,ncon_SCom{
|
||||
// background-color: #fff !important;
|
||||
// }
|
||||
@@ -163,14 +163,13 @@ style.innerHTML = `
|
||||
|
||||
|
||||
`
|
||||
document.head.appendChild(style);
|
||||
var SubmissionStr = ` <a target="_blank" href="https://submission.tmrjournals.com/" style="">
|
||||
<li class="rgb_color"><i class="fa fa-upload" style="font-size: 16px;font-weight: bold;color:#FFF"></i>
|
||||
Submission System</li>
|
||||
|
||||
</a>`
|
||||
$('#index_top .nav .clear').prepend(SubmissionStr);
|
||||
$.ajax({
|
||||
document.head.appendChild(style);
|
||||
// var SubmissionStr = ` <a target="_blank" href="https://submission.tmrjournals.com/" style="">
|
||||
// <li class="rgb_color"><i class="fa fa-upload" style="font-size: 16px;font-weight: bold;color:#FFF"></i>
|
||||
// Submission System</li>
|
||||
// </a>`
|
||||
// $('#index_top .nav .clear').prepend(SubmissionStr);
|
||||
$.ajax({
|
||||
type: 'get', url: apiUrl + 'api/Journal/getJournalList',
|
||||
data: {},
|
||||
success: function (result) {
|
||||
@@ -178,15 +177,15 @@ $.ajax({
|
||||
|
||||
var arr = result.data.journalList;
|
||||
var str = "";
|
||||
for(let i=0;i<arr.length;i++){
|
||||
for (let i = 0; i < arr.length; i++) {
|
||||
var apcStr = ``;
|
||||
if ([1, 25, 11,17].includes(Number(arr[i].journal_id))) {
|
||||
if ([1, 25, 11, 17].includes(Number(arr[i].journal_id))) {
|
||||
apcStr = arr[i].apc
|
||||
} else {
|
||||
apcStr = arr[i].apc + `<span style="color:#006699;font-weight: bold;margin-left:6px">( 2025–2026 )</span>`;
|
||||
}
|
||||
// 获取当前期刊独有的journalAbs数据(假设通过journal_id关联)
|
||||
var arr_Abc =arr[i].journalAbs? arr[i].journalAbs.filter(e => e.is_show == 1) : [];
|
||||
var arr_Abc = arr[i].journalAbs ? arr[i].journalAbs.filter(e => e.is_show == 1) : [];
|
||||
var CiteScore = ''
|
||||
var ImpactFactor = ''
|
||||
var Published = ''
|
||||
@@ -246,7 +245,7 @@ $.ajax({
|
||||
// ${arr[i].issn}</p>
|
||||
//
|
||||
if (arr[i].title != 'tmRxiv') {
|
||||
str +=`
|
||||
str += `
|
||||
|
||||
<div class="jour_base_info_center" data-journal-usx="${arr[i].usx}" data-journal-id="${arr[i].journal_id}"
|
||||
data-journal-color="${arr[i].system_color}"
|
||||
@@ -270,7 +269,7 @@ $.ajax({
|
||||
<p style="${CiteScore ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>CiteScore: </b> <span style="color: #006699">${CiteScore}</span></p>
|
||||
<p style="${ImpactFactor ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>Impact Factor: </b> <span style="color: #006699">${ImpactFactor}</span></p>
|
||||
<p style="${apcStr ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>APC: </b> <span class="mes_APC">${apcStr}</span></p>
|
||||
<p style="${arr_Abc&&arr_Abc.length>0 ? '' : ''}margin-top: 4px;font-size: 13px;"><b class="wl_click" style="cursor: pointer;">Indexing</b> </p>
|
||||
<p style="${arr_Abc && arr_Abc.length > 0 ? '' : ''}margin-top: 4px;font-size: 13px;"><b class="wl_click" style="cursor: pointer;">Indexing</b> </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -286,7 +285,7 @@ $.ajax({
|
||||
|
||||
`);
|
||||
// 绑定点击事件
|
||||
$(document).on('click', '.wl_click', function (e) {
|
||||
$(document).on('click', '.wl_click', function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
// 获取当前点击元素所在的期刊容器
|
||||
@@ -309,8 +308,8 @@ $(document).on('click', '.wl_click', function (e) {
|
||||
|
||||
document.querySelector('#common-popup .common-popup-content').classList.add('whitebg');
|
||||
showPopup(`<span style="font-weight:bold;color:${journalColor}">Indexing</span>`, Abstractingcontent);
|
||||
});
|
||||
$(document).on('click', '.jour_base_info_title', function (e) {
|
||||
});
|
||||
$(document).on('click', '.jour_base_info_title', function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
// 获取当前点击元素所在的期刊容器
|
||||
@@ -319,13 +318,13 @@ $(document).on('click', '.jour_base_info_title', function (e) {
|
||||
// 从数据属性中获取参数
|
||||
const journalUsx = $journalItem.data('journal-usx');
|
||||
window.open(`/${journalUsx}`);
|
||||
});
|
||||
});
|
||||
|
||||
} else {
|
||||
ShowDanger("请求失败!");
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
}
|
||||
function showPopup(title, content) {
|
||||
|
||||
Reference in New Issue
Block a user