GithubHelp home page GithubHelp logo

dhimmel / scopus Goto Github PK

View Code? Open in Web Editor NEW
27.0 3.0 8.0 92.11 MB

User-friendly Scopus and Journal Metrics data

Jupyter Notebook 98.71% Shell 0.50% Python 0.79%
scopus journal-metrics publishing journals issn metrics science

scopus's Introduction

Tidying and mapping Scopus and Journal Metrics data

This repository creates user-friendly (tidy) TSVs of data from Scopus and Journal Metrics and converts data to NLM journal IDs for PubMed integration. Data pulled from Scopus include journal subject areas and open access status. Data pulled from Journal Metrics include journal three measures (CiteScore, SJR, SNIP) of journal prestige and a Scopus–ISSN mapping.

Execution is performed by running notebooks in the following order:

Scopus titles

The data directory contains the following tidy outputs:

Scopus mappings

The data directory contains the following tidy outputs:

Journal metrics

Source and version info

This repository is built from the following publicly-available inputs in download:

  • extlistJuly2021.xlsx: Scopus title list (from "Download Scopus Source List" at source)
  • CiteScore 2011-2020 new methodology - May 2021.xlsb: Journal Metrics
  • pubmed-journals.tsv: PubMed journal information (source via process-nlm-catalog.ipynb)
  • 20210912.ISSN-to-ISSN-L.txt.gz: The "ISSN-L matching table" is extracted and compressed from issnltables.zip which is available upon request from ISSN.

Environment

This repository uses conda to manage its environment as specified in environment.yml. Install the environment with:

conda env create --file=environment.yml

Then use conda activate scopus and conda deactivate to activate or deactivate the environment.

License

All original work in this repository is dedicated to the public domain under CC0 1.0 Universal. Note that this repository incorporates publicly available datasets that were not explicitly released with a public license. The authors of this repository claim no ownership of this content.

scopus's People

Contributors

dhimmel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

scopus's Issues

Compile journal homepage links for each Scopus source (journal)

The Scopus source download doesn't contain journal homepage links. According to a Twitter conversation, the best way is to use the Scopus API to lookup homepages for ISSNs. For example, PeerJ has a source-id of 21100239256 and an ISSN of 2167-8359. To get the homepage, we can do:

curl --silent \
  https://api.elsevier.com/content/serial/title/issn/2167-8359?httpAccept=application/json \
  | python -m json.tool

Which returns:

{
    "serial-metadata-response": {
        "entry": [
            {
                "@_fa": "true",
                "dc:publisher": "PeerJ",
                "dc:title": "PeerJ",
                "link": [
                    {
                        "@_fa": "true",
                        "@href": "https://www.scopus.com/source/sourceInfo.url?sourceId=21100239256",
                        "@ref": "scopus-source"
                    },
                    {
                        "@_fa": "true",
                        "@href": "http://PeerJ.com",
                        "@ref": "homepage"
                    }
                ],
                "message": "A full list of Scopus titles can be found on http://info.scopus.sciverse.com",
                "openArchiveArticle": null,
                "openaccess": "1",
                "openaccessArticle": true,
                "openaccessStartDate": null,
                "openaccessType": null,
                "prism:issn": "2167-8359",
                "prism:url": "https://api.elsevier.com/content/serial/title/issn/2167-8359"
            }
        ],
        "link": [
            {
                "@_fa": "true",
                "@href": "https://api.elsevier.com/content/serial/title/issn/2167-8359",
                "@ref": "self",
                "@type": "application/json"
            }
        ]
    }
}

Get ready for some API calls!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.