匿名
未登录
登录
医学百科
搜索
查看“H-index”的源代码
来自医学百科
名字空间
页面
更多
更多
语言
页面选项
Read
查看源代码
历史
←
H-index
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看和复制此页面的源代码。
<div style="padding: 0 4%; line-height: 1.8; color: #1e293b; font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', Arial, sans-serif; background-color: #ffffff; max-width: 1200px; margin: auto;"> <div style="margin-bottom: 30px; border-bottom: 1.2px solid #e2e8f0; padding-bottom: 25px;"> <p style="font-size: 1.1em; margin: 10px 0; color: #334155; text-align: justify;"> <strong>H-index</strong>(H指数),又称为 Hirsch index,是由美国加州大学圣地亚哥分校的物理学家 <strong>Jorge E. Hirsch</strong> 于 2005 年提出的一种混合量化指标,用于评估研究人员的学术产出数量与学术产出水平。H-index 的定义是:一名科研人员的 H-index 为 $h$,当且仅当他/她发表的 $N$ 篇论文中有 $h$ 篇论文每篇至少获得了 $h$ 次引用,而其余 ($N-h$) 篇论文的引用次数均不超过 $h$ 次。H-index 的独特之处在于它巧妙地将<strong>“发文量” (Productivity)</strong> 和<strong>“被引量” (Impact)</strong> 结合在单一指标中,能够有效避免“一篇爆款文章拉高整体数据”的偏差,因此迅速成为全球学术界评估科学家个人成就的<strong>主流标准</strong>。 </p> </div> <div class="medical-infobox mw-collapsible mw-collapsed" style="width: 100%; max-width: 320px; margin: 0 auto 35px auto; border: 1.2px solid #bae6fd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 8px 20px rgba(0,0,0,0.05); overflow: hidden;"> <div style="padding: 15px; color: #1e40af; background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%); text-align: center; cursor: pointer;"> <div style="font-size: 1.2em; font-weight: bold; letter-spacing: 1.2px;">H-index</div> <div style="font-size: 0.7em; opacity: 0.85; margin-top: 4px; white-space: nowrap;">Hirsch index (点击展开)</div> </div> <div class="mw-collapsible-content"> <div style="padding: 25px; text-align: center; background-color: #f8fafc;"> <div style="width: 100px; height: 100px; background-color: #e2e8f0; border-radius: 50%; margin: 0 auto; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 0.8em;"> [h² 核心区] </div> <div style="font-size: 0.8em; color: #64748b; margin-top: 12px; font-weight: 600;">核心:数量与质量的平衡</div> </div> <table style="width: 100%; border-spacing: 0; border-collapse: collapse; font-size: 0.85em;"> <tr> <th colspan="2" style="padding: 8px 12px; background-color: #e0f2fe; color: #1e40af; text-align: left; font-size: 0.9em; border-top: 1px solid #bae6fd;">指标参数</th> </tr> <tr> <th style="text-align: left; padding: 6px 12px; background-color: #f8fafc; color: #475569; border-bottom: 1px solid #e2e8f0; width: 40%;">提出者</th> <td style="padding: 6px 12px; border-bottom: 1px solid #e2e8f0; color: #0f172a;">Jorge E. Hirsch (2005)</td> </tr> <tr> <th style="text-align: left; padding: 6px 12px; background-color: #f8fafc; color: #475569; border-bottom: 1px solid #e2e8f0;">计算逻辑</th> <td style="padding: 6px 12px; border-bottom: 1px solid #e2e8f0; color: #0f172a;">$h$ 篇论文 $\ge$ $h$ 次引用</td> </tr> <tr> <th style="text-align: left; padding: 6px 12px; background-color: #f8fafc; color: #475569; border-bottom: 1px solid #e2e8f0;">性质</th> <td style="padding: 6px 12px; border-bottom: 1px solid #e2e8f0; color: #1e40af;">累积性指标 (只增不减)</td> </tr> <tr> <th style="text-align: left; padding: 6px 12px; background-color: #f8fafc; color: #475569; border-bottom: 1px solid #e2e8f0;">数据来源</th> <td style="padding: 6px 12px; border-bottom: 1px solid #e2e8f0; color: #0f172a;">Web of Science, Scopus, Google Scholar</td> </tr> <tr> <th style="text-align: left; padding: 6px 12px; background-color: #f8fafc; color: #475569;">主要缺陷</th> <td style="padding: 6px 12px; color: #e11d48;">学科间不可比, 对新人不友好</td> </tr> </table> </div> </div> <h2 style="background: #f1f5f9; color: #0f172a; padding: 10px 18px; border-radius: 0 6px 6px 0; font-size: 1.25em; margin-top: 40px; border-left: 6px solid #0f172a; font-weight: bold;">如何计算:三步法</h2> <p style="margin: 15px 0; text-align: justify;"> 假设某位科学家发表了 5 篇论文,引用次数分别为:<strong>20, 8, 5, 4, 3</strong>。计算过程如下: </p> <div style="background-color: #f8fafc; border: 1px solid #e2e8f0; padding: 15px; border-radius: 8px; font-size: 0.95em;"> <ol style="margin: 0; padding-left: 20px; color: #334155;"> <li style="margin-bottom: 10px;"><strong>排序:</strong> 将所有论文按引用次数从高到低排列。</li> <li style="margin-bottom: 10px;"><strong>比对:</strong> 检查序号(Rank)与引用数(Citation)的关系。 <ul style="margin-top: 5px; list-style-type: none; padding-left: 0; color: #64748b; font-size: 0.9em;"> <li>第 1 篇:20 次 (20 > 1) ✅</li> <li>第 2 篇:8 次 (8 > 2) ✅</li> <li>第 3 篇:5 次 (5 > 3) ✅</li> <li>第 4 篇:4 次 (4 $\ge$ 4) ✅ —— <strong>H = 4</strong></li> <li>第 5 篇:3 次 (3 < 5) ❌</li> </ul> </li> <li><strong>结论:</strong> 该科学家的 H-index 为 <strong>4</strong>。这意味着他有 4 篇文章至少被引用了 4 次。</li> </ol> </div> <h2 style="background: #f1f5f9; color: #0f172a; padding: 10px 18px; border-radius: 0 6px 6px 0; font-size: 1.25em; margin-top: 40px; border-left: 6px solid #0f172a; font-weight: bold;">优劣势分析:稳健但有偏差</h2> <div style="background-color: #fff7ed; border-left: 5px solid #ea580c; padding: 15px 20px; margin: 20px 0; border-radius: 4px;"> <p style="margin: 0; text-align: justify; font-size: 0.95em; color: #334155;"> <strong>鲁棒性 (Robustness):</strong> H-index 最大的优点是<strong>不易受极端值影响</strong>。一篇引用 1000 次的文章和一篇引用 50 次的文章,对于一个 H=20 的科学家来说,贡献是一样的。这迫使科学家必须持续产出高质量成果,而不能只靠吃一篇“成名作”的老本。 </p> </div> <div style="overflow-x: auto; margin: 20px auto;"> <table style="width: 100%; border-collapse: collapse; border: 1.2px solid #cbd5e1; font-size: 0.9em; text-align: left;"> <tr style="background-color: #f1f5f9; border-bottom: 2px solid #0f172a;"> <th style="padding: 12px; border: 1px solid #cbd5e1; color: #0f172a; width: 20%;">维度</th> <th style="padding: 12px; border: 1px solid #cbd5e1; color: #16a34a; width: 40%;">优势 (Pros)</th> <th style="padding: 12px; border: 1px solid #cbd5e1; color: #e11d48;">局限 (Cons)</th> </tr> <tr> <td style="padding: 10px; border: 1px solid #cbd5e1; font-weight: 600;">评价维度</td> <td style="padding: 10px; border: 1px solid #cbd5e1;">同时考察<strong>学术产量</strong>与<strong>影响力</strong>。</td> <td style="padding: 10px; border: 1px solid #cbd5e1;">无法反映<strong>作者贡献度</strong>(第一作者 vs. 挂名作者)。</td> </tr> <tr> <td style="padding: 10px; border: 1px solid #cbd5e1; font-weight: 600;">时间因素</td> <td style="padding: 10px; border: 1px solid #cbd5e1;">数值稳定,只会增加不会减少。</td> <td style="padding: 10px; border: 1px solid #cbd5e1;"><strong>严重依赖资历</strong>。对青年科学家极不公平(时间积累不足)。</td> </tr> <tr> <td style="padding: 10px; border: 1px solid #cbd5e1; font-weight: 600;">学科差异</td> <td style="padding: 10px; border: 1px solid #cbd5e1;">同一领域内比较具有参考价值。</td> <td style="padding: 10px; border: 1px solid #cbd5e1;"><strong>跨学科不可比</strong>。生物医学界 H=50 很常见,数学界 H=20 已是大牛。</td> </tr> </table> </div> <h2 style="background: #f1f5f9; color: #0f172a; padding: 10px 18px; border-radius: 0 6px 6px 0; font-size: 1.25em; margin-top: 40px; border-left: 6px solid #0f172a; font-weight: bold;">衍生指标</h2> <div style="display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0;"> <div style="flex: 1; min-width: 280px; background-color: #f0f9ff; border-left: 5px solid #1e40af; padding: 15px; border-radius: 4px;"> <h3 style="margin-top: 0; color: #1e40af; font-size: 1.1em;">i10-index</h3> <p style="margin-bottom: 0; text-align: justify; font-size: 0.9em; color: #334155;"> 由 Google Scholar 提出。简单指一名学者发表的论文中,有多少篇被引用次数<strong>至少为 10 次</strong>。计算更简单,适合初级筛选。 </p> </div> <div style="flex: 1; min-width: 280px; background-color: #fdf2f8; border-left: 5px solid #db2777; padding: 15px; border-radius: 4px;"> <h3 style="margin-top: 0; color: #be185d; font-size: 1.1em;">m-quotient (m值)</h3> <p style="margin-bottom: 0; text-align: justify; font-size: 0.9em; color: #334155;"> 即 $h / n$(n 为学术生涯年限)。用于修正 H-index 的资历偏差,可以用来比较不同职业阶段的科学家。 </p> </div> </div> <div style="font-size: 0.92em; line-height: 1.6; color: #1e293b; margin-top: 50px; border-top: 2px solid #0f172a; padding: 15px 25px; background-color: #f8fafc; border-radius: 0 0 10px 10px;"> <span style="color: #0f172a; font-weight: bold; font-size: 1.05em; display: inline-block; margin-bottom: 15px;">学术参考文献 [Academic Review]</span> <p style="margin: 12px 0; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px;"> [1] <strong>Hirsch JE. (2005).</strong> <em>An index to quantify an individual's scientific research output.</em> <strong>[[PNAS]]</strong>. <br> <span style="color: #475569;">[点评]:H-index 的奠基之作。Hirsch 提出该指标旨在防止诺贝尔奖得主等高影响力人物因发表论文少而被低估,或多产但低质的学者被高估。</span> </p> <p style="margin: 12px 0; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px;"> [2] <strong>Bornmann L, Daniel HD. (2007).</strong> <em>What do we know about the h index?</em> <strong>[[Journal of the American Society for Information Science and Technology]]</strong>. <br> <span style="color: #475569;">[点评]:全面回顾了 H-index 的变体及优缺点,讨论了其在实际科研评价中的有效性。</span> </p> <p style="margin: 12px 0;"> [3] <strong>Costas R, Bordons M. (2007).</strong> <em>The h-index: Advantages, limitations and its relation with other bibliometric indicators.</em> <strong>[[Journal of Informetrics]]</strong>. <br> <span style="color: #475569;">[点评]:数据分析显示,H-index 与总被引次数有很强的相关性,但能提供关于“核心文献”数量的额外信息。</span> </p> </div> <div style="margin: 40px 0; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.9em;"> <div style="background-color: #eff6ff; color: #1e40af; padding: 8px 15px; font-weight: bold; text-align: center; border-bottom: 1px solid #dbeafe;"> 科研评价体系 · 知识图谱 </div> <table style="width: 100%; border-collapse: collapse; background-color: #ffffff;"> <tr style="border-bottom: 1px solid #f1f5f9;"> <td style="width: 85px; background-color: #f8fafc; color: #334155; font-weight: 600; padding: 10px 12px; text-align: right; vertical-align: middle;">个人指标</td> <td style="padding: 10px 15px; color: #334155;">[[g-index]] (强调高被引) • [[i10-index]] (谷歌专属) • [[m-index]] (时间校正)</td> </tr> <tr style="border-bottom: 1px solid #f1f5f9;"> <td style="width: 85px; background-color: #f8fafc; color: #334155; font-weight: 600; padding: 10px 12px; text-align: right; vertical-align: middle;">期刊指标</td> <td style="padding: 10px 15px; color: #334155;">[[Impact Factor]] (IF) • [[CiteScore]] • [[SNIP]] (学科标准化)</td> </tr> <tr> <td style="width: 85px; background-color: #f8fafc; color: #334155; font-weight: 600; padding: 10px 12px; text-align: right; vertical-align: middle;">数据平台</td> <td style="padding: 10px 15px; color: #334155;">[[Google Scholar]] (覆盖最广) • [[Web of Science]] (最严谨) • [[Scopus]]</td> </tr> </table> </div> </div>
返回至
H-index
。
导航
导航
症状百科
疾病百科
药品百科
中医百科
中药百科
人体穴位图
全国医院列表
功能菜单
最近更改
随机页面
Wiki工具
Wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志