Slide 1

Slide 1 text

OPEN SCIENCE fostering NEXT GEN . . . . . . . with . . . . . . .

Slide 2

Slide 2 text

@_inundata

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

MOST OF THESE DATA ARE NOT EASILY ACCESSIBLE

Slide 7

Slide 7 text

The data life cycle

Slide 8

Slide 8 text

IT LEADS TO THIS

Slide 9

Slide 9 text

A RESEARCH PAPER THE NARRATIVE THE DATA THE CODE

Slide 10

Slide 10 text

THE NARRATIVE THE DATA THE CODE A RESEARCH PAPER

Slide 11

Slide 11 text

Scientists don’t share code or data few incentives

Slide 12

Slide 12 text

But incentive structures are slowly changing

Slide 13

Slide 13 text

Instructions for preparation of the Biographical Sketch have been revised to rename the "Publications" section to "Products" and amend terminology and instructions accordingly. This change makes clear that products may include, but are not limited to, publications, data sets, software, patents, and copyrights. Funders:

Slide 14

Slide 14 text

community:

Slide 15

Slide 15 text

community:

Slide 16

Slide 16 text

Programmatic workflows increase reproducibility

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

glm(y ~ -1 + a + c + z + a:z, data = mydata, maxit = 30) This is reproducible, repeatable and can serve as a analytic workflow

Slide 19

Slide 19 text

INCORPORATE OPEN SCIENCE INTO existing workflows

Slide 20

Slide 20 text

R + open science

Slide 21

Slide 21 text

Why R? 5,000 + Packages Widely used by environmental scientists

Slide 22

Slide 22 text

Our mission is to develop tools (mostly around R) to access scientific data repositories, full-text of articles, and science metrics.

Slide 23

Slide 23 text

ACQUIRE DATA { 50+ CURRENT OFFERINGS packages ADD METADATA DEPOSIT DATA

Slide 24

Slide 24 text

Search over 100K articles rplos

Slide 25

Slide 25 text

Retrieve data underlying papers in 200+ journals rdryad

Slide 26

Slide 26 text

Validate results from papers treebase

Slide 27

Slide 27 text

Past and future climate projections rWBclimate

Slide 28

Slide 28 text

Map biodiversity data spocc Danaus plexippus

Slide 29

Slide 29 text

Model species distributions

Slide 30

Slide 30 text

Deposit data into permanent archives library(figshare) fs_auth() id <- fs_create() fs_upload(id, r_object) rfigshare

Slide 31

Slide 31 text

A RESEARCH PAPER THE NARRATIVE THE DATA THE CODE

Slide 32

Slide 32 text

CODE/ DATA Acquisition Analysis Documentation Deposition

Slide 33

Slide 33 text

DATA SHOULD BE machine readable

Slide 34

Slide 34 text

AUTOMATE BORING TASKS paint drying adding metadata

Slide 35

Slide 35 text

dryaddat <- download_url("10255/dryad.1759") ! dat <- dryad_getfile(dryaddat) ! eml_write(dat = dat, meta, title = "Landings Data", description = description, creator = "Karthik Ram ", file = "landings.xml") ! ! eml_publish("landings.xml", description = description, categories = "Ecology", tags = "fisheries", destination = "figshare", visibility = "public")

Slide 36

Slide 36 text

A RESEARCH PAPER THE NARRATIVE THE DATA THE CODE

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

ropensci.org @ropensci