pyastroapi.api.metrics¶
Module Contents¶
Functions¶
|
Provides basic, year-by-year metrics on a per-bibcode basis. |
|
Provides basic, year-by-year metrics on for a single bibcode |
|
Publication and usage stats (all papers, and just refereed papers) |
|
citation stats |
|
indicators, like the h-index, g-index, m-index, etc |
|
Publication, citation, reads and downloads histograms |
|
time series for a set of indicators |
- pyastroapi.api.metrics.detail(token: str, bibcode: List[str]) Dict¶
Provides basic, year-by-year metrics on a per-bibcode basis.
https://ui.adsabs.harvard.edu/help/api/api-docs.html#tag–metrics
- Parameters:
token (str) – ADSABS token
bibcode (t.List[str]) – List of bibcodes
- Returns:
Metric data
- Return type:
dict
- pyastroapi.api.metrics.metrics(token: str, bibcode: str) Dict¶
Provides basic, year-by-year metrics on for a single bibcode
https://ui.adsabs.harvard.edu/help/api/api-docs.html#tag–metrics :param token: ADSABS token :type token: str :param bibcode: Single bibcode :type bibcode: str
- Returns:
Metric data
- Return type:
dict
- pyastroapi.api.metrics.basic(token: str, bibcode: List[str]) Dict¶
Publication and usage stats (all papers, and just refereed papers)
- Parameters:
token (str) – ADSABS token
bibcode (t.List[str]) – List of bibcodes
- Returns:
Metric data
- Return type:
dict
- pyastroapi.api.metrics.citations(token: str, bibcode: List[str]) Dict¶
citation stats
- Parameters:
token (str) – ADSABS token
bibcode (t.List[str]) – List of bibcodes
- Returns:
Metric data
- Return type:
dict
- pyastroapi.api.metrics.indicators(token: str, bibcode: List[str]) Dict¶
indicators, like the h-index, g-index, m-index, etc
- Parameters:
token (str) – ADSABS token
bibcode (t.List[str]) – List of bibcodes
- Returns:
Metric data
- Return type:
dict
- pyastroapi.api.metrics.histograms(token: str, bibcode: List[str]) Dict¶
Publication, citation, reads and downloads histograms
- Parameters:
token (str) – ADSABS token
bibcode (t.List[str]) – List of bibcodes
- Returns:
Metric data
- Return type:
dict
- pyastroapi.api.metrics.timeseries(token: str, bibcode: List[str]) Dict¶
time series for a set of indicators
- Parameters:
token (str) – ADSABS token
bibcode (t.List[str]) – List of bibcodes
- Returns:
Metric data
- Return type:
dict