Ilya Kashnitsky, [email protected], @ikashnitsky
https://ikashnitsky.github.io/share/slides/2106-rostock-retreat.html
https://gist.github.com/ikashnitsky/69a0be97e50bb3fb26e6db96d1178c07
altmetric_attention_score,title,journal_collection_title,journal_iss_ns,authors_at_my_institution,departments,output_type,oa_status,oa_type,subjects_fo_r,affiliations_grid,funder,publication_date,doi,isbn,national_clinical_trial_id,uri,pub_med_id,pub_med_central_id,handle_net_i_ds,ads_bibcode,ar_xiv_id,re_p_ec_id,ssrn,urn,news_mentions,blog_mentions,policy_mentions,patent_mentions,twitter_mentions,peer_review_mentions,weibo_mentions,facebook_mentions,wikipedia_mentions,google_mentions,linked_in_mentions,reddit_mentions,pinterest_mentions,f1000_mentions,q_a_mentions,video_mentions,syllabi_mentions,number_of_mendeley_readers,number_of_dimensions_citations,details_page_url,badge_url | |
3832,Toxic Epidermal Necrolysis Post COVID-19 Vaccination - First Reported Case,Cureus,2168-8184,NA,NA,Article,TRUE,gold,11 Medical and Health Sciences; 1107 Immunology,Alfaisal University; Prince Mohammed bin Abdulaziz Hospital,NA,2021-08-16,10.7759/cureus.17215,NA,NA,NA,34540442,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,6391,0,0,1,1,0,0,0,0,0,0 |
#=============================================================================== | |
# 2022-01-19 -- twitter | |
# Musk stationary population estimate -- minimal US example | |
# Ilya Kashnitsky, [email protected], @ikashnitsky | |
#=============================================================================== | |
library(tidyverse) | |
library(magrittr) | |
library(hrbrthemes) |
#=============================================================================== | |
# 2022-01-17 -- twitter | |
# c19 IFR vs normal mortality | |
# Ilya Kashnitsky, [email protected], @ikashnitsky | |
#=============================================================================== | |
library(tidyverse) | |
library(magrittr) | |
library(hrbrthemes) | |
library(reticulate) |
#=============================================================================== | |
# 2022-01-11 -- twitter | |
# Altmetric top-100 https://altmetric.figshare.com/ndownloader/files/31569431 | |
# Ilya Kashnitsky, [email protected], @ikashnitsky | |
#=============================================================================== | |
library(tidyverse) | |
library(magrittr) | |
library(hrbrthemes) | |
library(ggdark) |
#=============================================================================== | |
# 2022-01-11 -- twitter | |
# final-touch Carl's map https://twitter.com/CSchmert/status/1480580094200619015 | |
# Ilya Kashnitsky, [email protected], @ikashnitsky | |
#=============================================================================== | |
library(tidyverse) | |
library(magrittr) | |
library(hrbrthemes) | |
library(geofacet) |
#=============================================================================== | |
# 2021-09-21 -- Moscow elections | |
# Clean data and visualize ternary compositions | |
# Ilya Kashnitsky, [email protected], @ikashnitsky | |
#=============================================================================== | |
library(tidyverse) | |
library(magrittr) | |
library(ggdark) | |
library(hrbrthemes) |
#=============================================================================== | |
# 2021-09-17 -- THE ranking | |
# Citations component of the ranking | |
# Ilya Kashnitsky, [email protected], @ikashnitsky | |
#=============================================================================== | |
library(tidyverse) | |
library(magrittr) | |
library(countrycode) | |
library(sf) |
#=============================================================================== | |
# 2021-06-23 -- Rosrock Retreat | |
# Dataviz challenge -- EURO 2020 data | |
# Ilya Kashnitsky, [email protected] | |
#=============================================================================== | |
# Dataset is a detailed team squads data from Transfermarkt | |
# https://www.transfermarkt.com/euro-2020/teilnehmer/pokalwettbewerb/EM20 | |
# For each country it looks like this | |
# https://www.transfermarkt.com/england/startseite/verein/3299 |
#=============================================================================== | |
# 2021-06-23 -- Rostock Retreat | |
# Replicate Fig A1a from https://doi.org/10.1073/pnas.2010588118 | |
# Ilya Kashnitsky, [email protected], @ikashnitsky | |
#=============================================================================== | |
# Zarulli V, Kashnitsky I, Vaupel JW. 2021. Death rates at specific life stages mold the sex gap in life expectancy. Proceedings of the National Academy of Sciences 118 DOI: 10.1073/pnas.2010588118 | |
library(tidyverse) |