surajitstat.github.io

Personal Website of Professor Surajit Ray

https://github.com/surajitstat/surajitstat.github.io

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Personal Website of Professor Surajit Ray

Basic Info
  • Host: GitHub
  • Owner: surajitstat
  • License: gpl-2.0
  • Language: TeX
  • Default Branch: main
  • Homepage: https://surajitray.org/
  • Size: 96.8 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
License Citation

Owner

  • Name: Surajit Ray
  • Login: surajitstat
  • Kind: user

Citation (citations/combine.r)

# Merging citations checking changes
library(semscholar)
aa=s2_authors("1901464")
sem.papers=aa$papers[[1]]
scopus<-read.csv("../_data/citations.csv")


merged<-merge(scopus, sem.papers, by.x='Title', by.y='title',all.x = TRUE) # this works!
scopus$SEMID[match(scopus$Title, sem.papers$title)] <- sem.papers$paper_id


write.csv(merged,"../_data/merged.csv",na ="")



s3_authors<-
function (s2_author_id = NULL, .progress = "none") 
{
  stopifnot(!is.null(s2_author_id), is.character(s2_author_id))
  if (any(s2_author_id %in% "")) {
    s2_author_id <- s2_author_id[s2_author_id != ""]
    warning("Removed empty characters from IDs vector")
  }
  tt_out <- plyr::llply(s2_author_id, s2_authors_, .progress = .progress)
  dplyr::bind_rows(tt_out)
}

GitHub Events

Total
Last Year

Dependencies

.github/workflows/jekyll.yml actions
  • actions/checkout v2 composite
Gemfile rubygems
  • jekyll-admin = 0.9.0 development
  • jekyll-feed >= 0 development
  • jekyll-scholar >= 0 development
  • jekyll >= 0
  • jekyll-scholar >= 0
  • rack >= 0
  • tzinfo ~> 1.2
  • tzinfo-data >= 0
  • webrick >= 0
Gemfile.lock rubygems
  • addressable 2.8.1
  • backports 3.23.0
  • bibtex-ruby 6.0.0
  • citeproc 1.0.10
  • citeproc-ruby 1.1.14
  • colorator 1.1.0
  • concurrent-ruby 1.1.10
  • csl 1.6.0
  • csl-styles 1.0.1.11
  • em-websocket 0.5.3
  • eventmachine 1.2.7
  • ffi 1.15.5
  • forwardable-extended 2.6.0
  • http_parser.rb 0.8.0
  • i18n 1.12.0
  • jekyll 4.2.2
  • jekyll-admin 0.9.0
  • jekyll-feed 0.17.0
  • jekyll-sass-converter 2.2.0
  • jekyll-scholar 7.1.1
  • jekyll-watch 2.2.1
  • kramdown 2.4.0
  • kramdown-parser-gfm 1.1.0
  • latex-decode 0.4.0
  • liquid 4.0.3
  • listen 3.7.1
  • mercenary 0.4.0
  • multi_json 1.15.0
  • namae 1.1.1
  • pathutil 0.16.2
  • public_suffix 5.0.0
  • rack 1.6.13
  • rack-protection 1.5.5
  • rack-test 2.0.2
  • rb-fsevent 0.11.2
  • rb-inotify 0.10.1
  • rexml 3.2.5
  • rouge 3.30.0
  • safe_yaml 1.0.5
  • sassc 2.4.0
  • sinatra 1.4.8
  • sinatra-contrib 1.4.7
  • terminal-table 2.0.0
  • thread_safe 0.3.6
  • tilt 2.0.11
  • tzinfo 1.2.10
  • tzinfo-data 1.2022.5
  • unicode-display_width 1.8.0
  • wdm 0.1.1
  • webrick 1.7.0