Nullius in verba
An article about [computational] science in a scientific publication is not the scholarship itself, it is merely advertising of the scholarship. The actual scholarship is the complete set of instructions [and data] which generated the figures.
- David Donoho (Stanford University)
Experimentation, theory and computing
Experimentation, theory, computing, data-intensive
Source: Michener, 2006 Ecoinformatics.
Data and computer code should be made available at an early stageArticle
Enable access to scientific data repositories, full-text of articles, and science metrics and also facilitate a culture shift in the scientific community.
ropensci.org/packages
Data
Treebase
Fishbase
GBIF
Dryad |
Journals
PLOS
Springer
Mendeley
textmine
pensoft
|
Data Viz
rMaps
plot.ly |
Data Publication figshare
git2r
rdat
DataONE
rAltmetric
EML
|
rplos
library(rplos) plot_throughtime(list("reproducible science"), 500)
rdryad
library(rdryad) dryaddat <- download_url("10255/dryad.1759") # Get a file given the URL file <- dryad_getfile(dryaddat) dim(file)
## [1] 131 30
library(rfisheries) species <- of_species_codes() # Returns 11k species of commericially important fish who <- c("TUX", "COD", "VET", "NPA") species_data <- plyr::ldply(who,function(x) of_landings(species = x))
rWBclimate
library(rWBclimate) eu_basin <- create_map_df(Eur_basin) eu_basin_dat <- get_ensemble_temp(Eur_basin, "annualanom", 2080, 2100)
library(AntWeb) acd <- aw_data(genus = "acanthognathus") aw_map(acd)
plotly
plotly
Altmetrics: Alternative to using only citations, NOT Alternative to citations
(rfigshare)
R
and obtain a data citation.library(rfigshare) id <- fs_create("Fisheries dataset", "A dataset containing catch for 4 important commerical fish species","dataset") fs_upload(id, "dat.csv")
/
#