Code Monkey home page Code Monkey logo

scimago_journal_sorting's Introduction

SCImago Journal Sorting

This repo provides a .Rmd script, which uses SCImago Journal data to create costum journal libraries as static .html outputs, related to the original SCImago statistics.

About SCImago Journal Rank

"SCImago Journal Rank (SJR indicator) is a measure of scientific influence of scholarly journals that accounts for both the number of citations received by a journal and the importance or prestige of the journals where such citations come from. A journal's SJR is a numeric value indicating the average number of weighted citations received during a selected year per document published in that journal during the previous three years. Higher SJR values are meant to indicate greater journal prestige." (https://en.wikipedia.org/wiki/SCImago_Journal_Rank)

The data used in this overview is from https://www.scimagojr.com/journalrank.php

Journal data

ATM The 2018 data is used and the table provided in this script is the download from SCImago with two changes in two chinese names deleting " to make the .csv readable. Here is the mail to SCImago describing the error:

Dear scimagolab team, while working with this csv table https://www.scimagojr.com/journalrank.php?out=xls I came across that the count of rows does not match the count of 31971 entries which are provided in your overview. I was able to narrow down the whole thing and maybe you can adapt the changes in your data provided under the link above: The situation atm: Csv table Field sep = ; Strings provided as “string” Therefore, when a wrong “ is set somewhere, a following ; will be interpreted as string and line endings also (probably), ending up with as many lines as one entry until the next wrong “ appears. Testing with R:

download.file("https://www.scimagojr.com/journalrank.php?out=xls", destfile = "./srjdata.csv")
dat <- read.csv("./srjdata.csv", sep = ";")

The ccode above loads a dataframe with 26665 entries but it should be 31971… In line 14771, of the csv table this entry exists ;"Chuan bo li xue" bian ji bu"; the “ in the middle of the name is clearly the first point where things go wrong…exactly until line 20462 where again a similar pattern appears: ;"Wei sheng yan jiu" bian ji bu"; again a “ in the middle of a string. After deleting those two “ , the import with R works. I am not sure if this is something because of encoding, mine is UTF-8 for the table. Maybe you can check if there is another possibility to use the “ sign in the names as they disrupt the table you are providing for some applications. Would be nice to hear if you changed it, since I use the download option in a script to get your up to date table, for choosing and sorting journals. Best regards and I like your platform :) Thorsten Höser

scimago_journal_sorting's People

Contributors

thho avatar

Watchers

 avatar  avatar

Forkers

delphieritas

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.