${editorItems}
diff --git a/js/scientist.js b/js/scientist.js
index 1e9752f..dcc551d 100644
--- a/js/scientist.js
+++ b/js/scientist.js
@@ -8738,7 +8738,12 @@ function afooter_text() { // 获取地址栏信息
$('.legal_art>h4').html(arr.footer_title);
$('.legal_art>div').html(arr.content);
-
+ if (arr.footer_id == '20') {
+ insertManagementTeam();
+ }
+ if (arr.footer_id == '84') {
+ initPartnerships();
+ }
} else {
ShowDanger("请求失败!");
@@ -8786,3 +8791,240 @@ function afooter_text() { // 获取地址栏信息
})
}
+function initPartnerships() {
+ const existingStyle = document.getElementById('init-partner-ships-style');
+ if (existingStyle) existingStyle.remove();
+
+ // 3. 强力防御型 UI 样式注入(精准锁定完美对齐和配色)
+ const style = document.createElement('style');
+ style.id = 'init-partner-ships-style';
+ style.textContent = `
+ .art_main_con>div img{
+ box-sizing: border-box;
+width: 140px;
+height: 70px;
+object-fit: contain;
+padding: 6px;
+border: 1px solid #e0e0e0;
+border-radius: 4px;
+background-color: #ffffff;
+display: inline-block;
+margin-right: 10px;
+ }
+ `
+ document.head.appendChild(style);
+}
+function insertManagementTeam() {
+ var teamHtml = '
';
+ $('.legal_art>div').after(teamHtml);
+ // 1. 核心管理团队数据(前5位使用官方线上路径,最后一位使用本地 img/tmrmember1.png)
+ const teamData = [
+ {
+ name: "Prof. Xiongzhi Wu",
+ title: "Chief Executive Officer",
+ avatar: "https://submission.tmrjournals.com/public/usericon/20230830/3fae2391a699b54ea6329a0365a1e748.jpg",
+ description: [
+ "Prof. Xiongzhi Wu, PhD, is a distinguished scholar in oncology and traditional medicine and a doctoral supervisor at Tianjin Medical University. He has published over 70 SCI-indexed papers and established key clinical and research databases in TCM oncology, including tongue and facial diagnosis databases.",
+ "In 2015, Prof. Wu founded the journal Traditional Medicine Research (TMR), which is now indexed in ESCI. In 2017, he established TMR Publishing, a leading open-access publishing platform dedicated to high-quality journals in medicine and life sciences. Prof. Wu also serves as Vice President of the Clinical Research Statistics Committee and Vice President of the Precision Oncology Subcommittee of the World Federation of Chinese Medicine Societies, demonstrating his prominent leadership in advancing global clinical research and precision medicine."
+ ]
+ },
+ {
+ name: "Dr. Dan Chen",
+ title: "Publishing Director",
+ avatar: "https://submission.tmrjournals.com/public/usericon/20230911/b008fc8734d74eed0a3dc80f3a7e00ec.png",
+ description: [
+ "Dr. Chen, a PhD graduate from Tianjin Medical University, joined TMR Publishing in 2017. She has authored more than ten SCI-indexed publications in the medical field, demonstrating extensive expertise in research and scholarly communication. At TMR, Dan has accumulated substantial experience in editorial management, peer review, content acquisition, and publishing ethics. Her work supports the advancement of high-quality publications and contributes to the broader academic publishing community."
+ ]
+ },
+ {
+ name: "Ethan Liu",
+ title: "Publishing Ethics and Quality Manager",
+ avatar: "https://submission.tmrjournals.com/public/usericon/20240415/cb5e5f2e486bde6daf3dc622090ecc10.png",
+ description: [
+ "Ethan has 5 years of experience in the publishing field. She possesses extensive editorial expertise, enabling her to ensure the strategic direction and overall quality of our publications. She is responsible for the entire workflow, from submission to publication, ensuring that all published articles adhere to strict ethical and quality standards."
+ ]
+ },
+ {
+ name: "Aubree Zhu",
+ title: "Marketing Manager",
+ avatar: "https://submission.tmrjournals.com/public/usericon/20251210/41767d9a1f174d0f3d78ee6843228548.jpg",
+ description: [
+ "Aubree brings 6 years of experience in academic publishing. With her strong editorial expertise, she oversees the strategic direction, editorial policies, and daily operations, ensuring that every publication meets the highest standards of quality and rigor. Aubree is dedicated to open access and actively works to grow our publication portfolio and broaden its international impact."
+ ]
+ },
+ {
+ name: "Zoey Zhang",
+ title: "Production Manager",
+ avatar: "https://submission.tmrjournals.com/public/usericon/20230901/4d183fcb0d66a51ddeaca09d9bfde6ea.jpg",
+ description: [
+ "Zhang serves as Production Manager at TMR Publishing, directing the journal production team and supervising all stages of manuscript processing, including editing, typesetting, proofreading, PDF production, and coordination of critical publishing processes. Her team primarily consists of Executive Editors and Production Editors, who are responsible for ensuring the accuracy and quality of all published articles. Key members of the production team include Jing-Yi Wang, Huai-Peng Jia, Jian Jia, Meng-Meng Song, Jing Yin, Xiao-Han Li, Na Liu, Xin-Yi Yang, and Xin-Yue Zhang, Feng Wang, Ming-Hao Wang, Lei Cao, Jing-Wei Ma, and Xin-Yun Zhang, collectively maintaining the high standards and smooth workflow of the publishing process."
+ ]
+ },
+ {
+ name: "Jinlei Wang",
+ title: "IT Manager",
+ avatar: "./img/tmrmember1.png", // <-- 完美保持本地路径不变
+ description: [
+ "Wang oversees the technical operations of our journal, managing and optimizing the websites and submission platforms. With a computer science background and more than a decade of experience in IT management, Wang ensures that our systems remain secure, user-friendly, and continuously upgraded to support authors, reviewers, readers, and editorial staff effectively."
+ ]
+ }
+ ];
+ // 2. 检查并获取页面上现有的容器
+ const wrapper = document.getElementById('management-team-wrapper');
+ if (!wrapper) {
+ console.warn('未能在页面上找到 id="management-team-wrapper" 的容器。');
+ return;
+ }
+
+ // 重置清除旧样式
+ const existingStyle = document.getElementById('inject-team-style');
+ if (existingStyle) existingStyle.remove();
+
+ // 3. 强力防御型 UI 样式注入(精准锁定完美对齐和配色)
+ const style = document.createElement('style');
+ style.id = 'inject-team-style';
+ style.textContent = `
+ #management-team-wrapper {
+ margin-bottom: 40px !important;
+ width: 100% !important;
+ display: block !important;
+ clear: both !important;
+ }
+ #inject-team-section {
+ width: 100% !important;
+ margin-top:25px;
+ box-sizing: border-box !important;
+ background-color: #fff !important;
+ }
+ /* 严格锁定标准绿色标题 */
+ #inject-team-section h2 {
+ font-size: 40px !important;
+ color: #508576 !important;
+ margin-top: 0px !important;
+ margin-bottom: 40px !important;
+ letter-spacing: -1px !important;
+ font-weight: 600 !important;
+ font-family: Calibri;
+ text-align: left !important;
+ }
+ .inject-team-list {
+ display: flex !important;
+ flex-direction: column !important;
+ gap: 35px !important;
+ width: 100% !important;
+ }
+ .inject-team-card {
+ display: flex !important;
+ flex-direction: row !important;
+ align-items: flex-start !important;
+ gap: 22px !important;
+ width: 100% !important;
+ box-sizing: border-box !important;
+ background: #fff !important;
+ transition: transform 0.3s ease !important;
+ }
+ .inject-team-card:hover {
+ transform: translateY(-3px) !important;
+ }
+ .inject-team-avatar {
+ width: 110px !important;
+ height: 135px !important;
+ object-fit: cover !important;
+ border-radius: 6px !important;
+ box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
+ flex-shrink: 0 !important;
+ }
+ .inject-team-info {
+ flex-grow: 1 !important;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
+ }
+
+ /* 头部样式:用 div 重构,彻底规避原网页全局 h3 的样式篡改 */
+ #management-team-wrapper .team-header-row {
+ margin: 0 0 12px 0 !important;
+ padding: 0 !important;
+ text-align: left !important;
+ display: block !important;
+ line-height: 1.4 !important;
+ }
+ /* 姓名:浅灰色 #777777 */
+ #management-team-wrapper .team-header-row span.team-name {
+ color: #012169 !important;
+ font-size: 16px !important;
+ font-weight: 700 !important;
+ }
+ /* 分隔符 */
+ #management-team-wrapper .team-header-row span.team-split {
+ color: #999999 !important;
+ font-size: 16px !important;
+ margin: 0 8px !important;
+ }
+ /* 职位:深黑加粗 #222222 */
+ #management-team-wrapper .team-header-row strong.team-title {
+ font-weight: 500 !important;
+
+ font-size: 16px !important;
+ }
+
+ /* 履历文本正文排版控制 */
+ #management-team-wrapper .inject-team-info p {
+ font-size: 14px !important;
+ color: #444444 !important;
+ margin: 0 0 10px 0 !important;
+ text-align: justify !important;
+ line-height: 1.65 !important;
+ }
+ #management-team-wrapper .inject-team-info p:last-child {
+ margin-bottom: 0 !important;
+ }
+
+ /* 平滑延迟淡入动效 */
+ .inject-animate-fade-up {
+ opacity: 0;
+ transform: translateY(25px);
+ transition: opacity 0.6s ease, transform 0.6s ease;
+ }
+ .inject-animate-fade-up.active {
+ opacity: 1;
+ transform: translateY(0);
+ }
+ `;
+ document.head.appendChild(style);
+
+ // 4. 重构 DOM 树(注入带新路径的模板结构)
+ let innerHtml = '
Management Team
';
+
+ teamData.forEach(function (member) {
+ const pTags = member.description.map(function (text) {
+ return '
' + text + '
';
+ }).join('');
+
+ innerHtml += `
+
+

+
+
+ ${pTags}
+
+
+ `;
+ });
+ innerHtml += '
';
+
+ // 5. 将精细化渲染后的结构灌入静态盒子
+ wrapper.innerHTML = innerHtml;
+
+ // 6. 执行顺次滑出入场动画
+ setTimeout(function () {
+ const cards = wrapper.querySelectorAll('.inject-animate-fade-up');
+ cards.forEach(function (card, index) {
+ setTimeout(function () {
+ card.classList.add('active');
+ }, index * 150);
+ });
+ }, 50);
+}
\ No newline at end of file