welcome: please sign in

Revision 17 as of 2012-05-07 14:44:41

Clear message
location: ScholarHIndexCalculator

Scholar H-Index Calculator - Home page


About Scholar H-Index Calculator

Scholar H-Index Calculator (the Calculator from now on) is an addon for Firefox which enhances Google Scholar results pages by showing a number of bibliometric data computed using the data appearing on video as input.

Once installed, the Calculator works transparently when querying Google Scholar: as soon as you make a query, result pages are enriched with a number of useful data (e.g. the h-index computed on the basis of displayed data), and new functions are available.


The Team

Project Coordinator

Developers Team

You can contact us at shi_AT_mat.unical.it (replace _AT_ with a '@' to obtain our mail address).


Download


Documentation and examples

Author lists refinement

WORK IN PROGR This function allows to (semi)-automatically compute accurate normalized indices, overcoming the underestimate of 4 authors in case of multi-authored papers with 4+ co-authors. If Scholar Preferences are set to display Bibtex data URLs, the advanced interface displays a new control named Refine this author list per each paper. Given paper P, acting on its corresponding Refine this author list button will fill the P entry with its full list of authors, and displays the full name of the journal/conference of P (if data is available). Indices are automatically updated accordingly.

It is also available a button named Refine all bibliographic entries, which will automatically perform the abovementioned refinement per each displayed paper. Be warned that refining all papers at once is an experimental feature and might make Scholar detect you as an automated software, subsequently asking for a captcha.

Custom formula editing

As of Calculator 3.0, there is the possibility for users to add their own bibliometric formulas and display their outcome next to default indices. There are two types of custom formulas: Normalizations and Indices.

Normalizations

In the Calculator information box, each row shows bibliometric indices depending on a given Normalization. Each normalization weighs citations of each paper depending on a given criterion. Three are the default normalizations:

You can add your own normalization formulas by clicking on the button 'New normalization' on the bottom of the Information box. Two editable textfield will appear. Enter the normalization name in the leftmost field and your custom formulas in the rightmost. Click anywhere else when ready, and if your formula is correct, you should see a new row in which all the available indices are computed according to your new normalization notion. Enjoy!

<<anchor(customformulas)>>

Custom Normalization Formulas Language

You should be aware that normalization formulas are applied on per paper basis: your normalization formulas are intended to work in the context of a single paper. For a paper i a custom normalization formula f(i) returns a number of citations, depending on how f behaves. A normalization formula can access the following attributes of the paper i:

Allowed symbols:

Some further examples:

Custom formulas are visible only when the Advanced interface is enabled.

Indices

Indices correspond to columns in the Calculator information box. They correspond to a bibliometric index computed on the basis of a given set of papers. Besides the default indices you can add your own.

Custom index formulas Language

You should be aware that indices formulas are applied to a sorted list of papers (usually the list of entries displayed on video, sorted by the normalization at hand). For a sorted set of papers S a custom index formula f(S) returns an index value, depending on how f behaves. An index formula can access the attributes of all the papers of the corpus. Per each row in the information box, the corresponding normalization function is applied beforehand, and papers on video are preliminarily sorted according to their number of normalized citations: that is, f is computed repeatedly for each normalization available. The language available for custom index formulas is much richer than the normalization language. Constructs available are listed next.

In the following, assume a sorted list of papers S, and a normalization function n(i), for i denoting the i-th paper of S are given.

Special arrays:

x can be any allowed formula.

Special symbols:

Functions:

Aggregate functions are available: these come in two possible forms:

funcName(start,end,variable,expression)

or

funcName(start,end,variable,booleanExpression,expression)

Where start and end are expressions denoting respectively the numeric range which variable will sweep on; variable is an identifier of choice, which is allowed to appear in expression. A booleanExpression is in the form expr relOp expr where relOp can be one among <,>,>=,<=,==,!=.

Currently available aggregate functions are min, max, sum and prod. In order to exemplify how aggregates work, assume to have a set of 5 papers with respectively 10, 6, 4, 2 and 1 citations. Then

    min(1,N,i,citations[i]) = 1
    max(1,N,i,citations[i]) = 10
    sum(1,N,i,citations[i]) = 23

Boolean expressions can be used to select which papers should be filtered out in the aggregate function. For instance, the Google My Citations i10-index (the number of publications with at least 10 citations) is

   sum(1,N,i,citations[i] >= 10,1)

As in normalization formulas, allowed expression comprehend +, -, /, *, ^, (, ), with intuitive meaning.

Some examples:


Release Notes and history

May-Jun 2012. 3.0 Release with many new features:

Jan 13th, 2012. 2.3.5 Adapted to Google Scholar page layout changes. Other minor bug fixing. May 31th, 2011. 2.3 Improved layout. Added indices normalized per age. Apr 26th, 2011. 2.2 Authors names are now clickable and point to the corresponding query on Scholar. Feb 24th, 2011. 2.1 New advanced refinement button per paper. Other minor improvements and bug fixing. Oct 23th, 2010. 2.0 Introduction of the advanced fine-tuning interface. Minor bug fixing and accuracy improvement in border cases. Nov 26th, 2009. 1.4 and 1.4.1 Added radio buttons for selecting the query type on the fly. Improved author parsing. Nov 21th, 2009. 1.3.3 Added on hover tooltips. Nov 19th, 2009. 1.3.2 Improved appearance. Added link to the same query with 100 results if h-index and g-index fail to compute properly. Nov 17th, 2009. 1.3 Introduced normalized indices and support for CiteSeerX.

Oct 26th, 2009. 1.2.3 Introduced checks for overflow of h,g,e,deltah,deltag values. Oct 21th, 2009. 1.2.1 A minor fix on delta-H computation. Oct 20th, 2009. 1.2. Introduced delta-H and delta-G. Minor fixes. Oct 16th, 2009. 1.1.1. Fix bug on e-index computation. Oct 11th, 2009. 1.1. Fix bug related to Google Scholar not strictly respecting citation descending order. Fix some citation values evaluated as NaN.



Selected Publications