Baselight

Journal Ranking Dataset

A dataset of journal ranking based on Scimago, Web of Science, and Scopus.

@kaggle.xabirhasan_journal_ranking_dataset

Journal Ranking Data
@kaggle.xabirhasan_journal_ranking_dataset.journal_ranking_data

  • 1.2 MB
  • 18013 rows
  • 56 columns
rank

Rank

title

Title

oa

OA

country

Country

sjr_index

SJR-index

citescore

CiteScore

h_index

H-index

best_quartile

Best Quartile

best_categories

Best Categories

best_subject_area

Best Subject Area

best_subject_rank

Best Subject Rank

total_docs

Total Docs.

total_docs_3y

Total Docs. 3y

total_refs

Total Refs.

total_cites_3y

Total Cites 3y

citable_docs_3y

Citable Docs. 3y

cites_doc_2y

Cites/Doc. 2y

refs_doc

Refs./Doc.

publisher

Publisher

core_collection

Core Collection

coverage

Coverage

active

Active

in_press

In-Press

iso_language_code

ISO Language Code

asjc_codes

ASJC Codes

life_sciences

Life Sciences

social_sciences

Social Sciences

physical_sciences

Physical Sciences

health_sciences

Health Sciences

n_1000_general

1000 General

n_1100_agricultural_and_biological_sciences

1100 Agricultural And Biological Sciences

n_1200_arts_and_humanities

1200 Arts And Humanities

n_1300_biochemistry_genetics_and_molecular_biology

1300 Biochemistry, Genetics And Molecular Biology

n_1400_business_management_and_accounting

1400 Business, Management And Accounting

n_1500_chemical_engineering

1500 Chemical Engineering

n_1600_chemistry

1600 Chemistry

n_1700_computer_science

1700 Computer Science

n_1800_decision_sciences

1800 Decision Sciences

n_1900_earth_and_planetary_sciences

1900 Earth And Planetary Sciences

n_2000_economics_econometrics_and_finance

2000 Economics, Econometrics And Finance

n_2100_energy

2100 Energy

n_2200_engineering

2200 Engineering

n_2300_environmental_science

2300 Environmental Science

n_2400_immunology_and_microbiology

2400 Immunology And Microbiology

n_2500_materials_science

2500 Materials Science

n_2600_mathematics

2600 Mathematics

n_2700_medicine

2700 Medicine

n_2800_neuroscience

2800 Neuroscience

n_2900_nursing

2900 Nursing

n_3000_pharmacology_toxicology_and_pharmaceutics

3000 Pharmacology, Toxicology And Pharmaceutics

n_3100_physics_and_astronomy

3100 Physics And Astronomy

n_3200_psychology

3200 Psychology

n_3300_social_sciences

3300 Social Sciences

n_3400_veterinary

3400 Veterinary

n_3500_dentistry

3500 Dentistry

n_3600_health_professions

3600 Health Professions

1Ca-A Cancer Journal for CliniciansUnited States86.091642.9198Q1['Hematology', 'Oncology']Medicine14411842683031885299.9997WileyScience Citation Index Expanded1950TrueTrueENG['2730', ' 2720']11
2Quarterly Journal of EconomicsUnited Kingdom36.7325.1292Q1['Economics and Econometrics']Economics, Econometrics and Finance1361222398214112214.8366.61Oxford Univ Press IncSocial Sciences Citation Index1886TrueFalseENG['2002']11
3Nature Reviews Molecular Cell BiologyUnited Kingdom34.201164.4485Q1['Cell Biology', 'Molecular Biology']Biochemistry, Genetics and Molecular Biology1121328108041333115635.4789.29Nature PortfolioScience Citation Index Expanded2000TrueTrueENG['1307', ' 1312']11
4CellUnited States26.494102856Q1['Biochemistry, Genetics and Molecular Biology (miscellaneous)']Biochemistry, Genetics and Molecular Biology242016372760967791144043.865.74Cell PressScience Citation Index Expanded1974TrueTrueENG['1300']11
5New England Journal of MedicineUnited States26.015134.41130Q1['Medicine (miscellaneous)']Medicine21410456114396133956185433.9310.21Massachusetts Medical SocScience Citation Index Expanded1945TrueFalseENG['2700']11
6Nature MedicineUnited Kingdom24.687107.5605Q1['Biochemistry, Genetics and Molecular Biology (miscellaneous)']Biochemistry, Genetics and Molecular Biology35221245152564105866434.6729.23Nature PortfolioScience Citation Index Expanded1995TrueTrueENG['1300', ' 2700']1111
7MMWR Recommendations and ReportstrueUnited States23.96224.8151Q1['Health, Toxicology and Mutagenesis']Environmental Science1103138940346913325.289.13Centers Disease Control & PreventionScience Citation Index Expanded1990TrueFalseENG['3605', ' 2307', ' 2700', ' 3306', ' 2713']1111111
8Nature BiotechnologyUnited Kingdom22.78171.9491Q1['Bioengineering']Chemical Engineering14231038108522044142616.3525.65Nature PortfolioScience Citation Index Expanded1989TrueTrueENG['2204', ' 1313', ' 2402', ' 1502', ' 1305']111111
9Nature Reviews MaterialsUnited Kingdom21.927103.2156Q1['Energy (miscellaneous)']Energy1122294110321185416840.8290.43Nature PortfolioScience Citation Index Expanded2016TrueFalseENG['2505', ' 2508', ' 2101', ' 2502', ' 2504']111
10American Economic ReviewUnited States21.83318.2337Q1['Economics and Econometrics']Economics, Econometrics and Finance271355423741083549.7859.68Amer Economic AssocSocial Sciences Citation Index1978TrueFalseENG['2002']11

CREATE TABLE journal_ranking_data (
  "rank" BIGINT,
  "title" VARCHAR,
  "oa" BOOLEAN,
  "country" VARCHAR,
  "sjr_index" DOUBLE,
  "citescore" DOUBLE,
  "h_index" BIGINT,
  "best_quartile" VARCHAR,
  "best_categories" VARCHAR,
  "best_subject_area" VARCHAR,
  "best_subject_rank" BIGINT,
  "total_docs" BIGINT,
  "total_docs_3y" BIGINT,
  "total_refs" BIGINT,
  "total_cites_3y" BIGINT,
  "citable_docs_3y" BIGINT,
  "cites_doc_2y" DOUBLE,
  "refs_doc" DOUBLE,
  "publisher" VARCHAR,
  "core_collection" VARCHAR,
  "coverage" VARCHAR,
  "active" VARCHAR,
  "in_press" VARCHAR,
  "iso_language_code" VARCHAR,
  "asjc_codes" VARCHAR,
  "life_sciences" BIGINT,
  "social_sciences" BIGINT,
  "physical_sciences" BIGINT,
  "health_sciences" BIGINT,
  "n_1000_general" BIGINT,
  "n_1100_agricultural_and_biological_sciences" BIGINT,
  "n_1200_arts_and_humanities" BIGINT,
  "n_1300_biochemistry_genetics_and_molecular_biology" BIGINT,
  "n_1400_business_management_and_accounting" BIGINT,
  "n_1500_chemical_engineering" BIGINT,
  "n_1600_chemistry" BIGINT,
  "n_1700_computer_science" BIGINT,
  "n_1800_decision_sciences" BIGINT,
  "n_1900_earth_and_planetary_sciences" BIGINT,
  "n_2000_economics_econometrics_and_finance" BIGINT,
  "n_2100_energy" BIGINT,
  "n_2200_engineering" BIGINT,
  "n_2300_environmental_science" BIGINT,
  "n_2400_immunology_and_microbiology" BIGINT,
  "n_2500_materials_science" BIGINT,
  "n_2600_mathematics" BIGINT,
  "n_2700_medicine" BIGINT,
  "n_2800_neuroscience" BIGINT,
  "n_2900_nursing" BIGINT,
  "n_3000_pharmacology_toxicology_and_pharmaceutics" BIGINT,
  "n_3100_physics_and_astronomy" BIGINT,
  "n_3200_psychology" BIGINT,
  "n_3300_social_sciences" BIGINT,
  "n_3400_veterinary" BIGINT,
  "n_3500_dentistry" BIGINT,
  "n_3600_health_professions" BIGINT
);

Share link

Anyone who has the link will be able to view this.