Bibliometrics

版本 1.2.0.0 (91.4 KB) 作者: Giuseppe Cardillo
Compute practically all bibliometric indices actually known.
704.0 次下载
更新时间 2024/5/18

Actually, every researcher come to terms with his/her bibliometric
performance. There are many software to compute these indices, like
Publish or Perish or Google Scholar. Anyway, these softwares require an
additional work like to identify the proper papers to exclude papers by
authors with the same name and surname. More over, Google Scholar is not
efficient to list all the authors of a papers (it cuts the list), so some
metrics are inaccurate.
So I decided to set-up this algorithm to compute these metrics without web
data-mining.
Syntax: bibliometrics(C,Y,A)

Inputs:
C - an array with the number of Citations of published papers
(mandatory). These data can be obtained using several databases
as ISI, Researcher ID, Google Scholar, Scopus, Citeseeker,...
Y - an array with the Years of publication of the papers
(optional). Everybody know when an own paper was published...
A - an array with the number of Authors of published papers.
Everybody know the number of co-authors of an own paper...
Outputs (if all vectors were given):
- Descriptive statistics:
° Total number of papers
° Total number of citations
° Min, Max, Mode, Median and Mean citations per papers (with 95% confidence intervals)
° Variation Coefficient (normal and adjusted)
° Gini's Coefficient
° Years of activity, first and last year of publication
° Min, Max, Mode, Median and Mean papers per year (with 95% confidence intervals)
° Mean number of citations per year
° Min, Max, Mode, Median and Mean Authors per paper (with 95% confidence intervals)
° Citations per author
- Bibliometrics indices
° Citations indices
* Hirsch's h-index with a and m parameters, delta-h
* Egghe's g-index, delta-g
* Jin's A-index
* Kosmulski's h2-index
* Zhang's e-index
* Sidiropoulos'es normalized h-Index
° Years weighted indices
* Sidiropoulos'es Contemporary h-Index (hc-index)
* Jin's Age weighted citation rate (AWCR) and AR-index
* Harzing's Age weighted citation rate (AWCR) and AR-index
° Authors weighted indices
* Batista's Individual h-index (hI-index)
* Harzing's Individual h-index (hI,norm-index)
* Schreiber's Multi-authored h-index (hm-index)
° Years and Authors weighted indices
* Jin's Age weighted citation rate (AWCR) and AR-index
* Harzing's Age weighted citation rate (AWCR) and AR-index

Several plots

Example:
C=[12 8 1 0 5 3 0 0];
Y=[2004 2007 2008 2008 2008 2009 2009 2010];
A=[8 9 10 7 11 11 7 5];
bibliometrics(C,Y,A)

Created by Giuseppe Cardillo
giuseppe.cardillo-edta@poste.it

To cite this file, this would be an appropriate format:
Cardillo G. (2010) Bibliometrics: the art of citations indices
http://www.mathworks.com/matlabcentral/fileexchange/28161

引用格式

Giuseppe Cardillo (2024). Bibliometrics (https://github.com/dnafinder/bibliometrics), GitHub. 检索时间: .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Guidance, Navigation, and Control (GNC) 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.2.0.0

input parser

1.1.0.0

I have changed the help section and added the Gini's coefficient, Lorenz Plot and Variation Coefficient for citations per papers

1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库