Scott Chamberlain
Journals are more or less all online
We can listen to these conversations
plot_density(outdf, source = c("counter_pdf", "counter_html"), color = c("#DBAC6A",
"#A06D34"), plot_type = "histogram")
plot_density(outdf, source = c("crossref_citations", "pubmed_citations", "scopus_citations"),
color = c("#EFA5A5", "#CFD470", "#B2C9E4"), plot_type = "histogram")
plot_density(outdf, source = c("twitter_total", "mendeley_total", "facebook_total"),
color = c("#EFA5A5", "#CFD470", "#B2C9E4"), plot_type = "histogram")
Quickly accumulating altmetrics can help filter articles after publication
7 of 10 most popular articles in 2012 as measured by altmetrics from Altmetric.com were open access - none were form Science/Nature - majority of chatter about them from non-scientists - wouldn't have been apparent from citations
[1]: Ross Mounce 2013, BAIST
library(alm)
alm(doi="10.1371/journal.pone.0029797")
Slot "summary":
views shares bookmarks citations
1 29229 237 51 7
Slot "data":
.id pdf html shares groups comments likes citations total
1 bloglines NA NA NA NA NA NA 0 0
2 citeulike NA NA 1 NA NA NA NA 1
3 connotea NA NA NA NA NA NA 0 0
4 crossref NA NA NA NA NA NA 7 7
5 nature NA NA NA NA NA NA 4 4
...