Giter Club home page Giter Club logo

scicure's Introduction

A Toolbox for Curating Scientific Knowledge Extracted from Scientific Publications

Tool development for the Curate Science website

Very BETA version - Fred Hasselman

All the functions that are required are available in scicuRe_source.R, a package will follow soon. Use the code below to source it directly from GitHub (the source function was found here). It requires you to install and load the RCurl package

source_https <- function(url, ...) {
  # load the package 
  require(RCurl)

  # parse and evaluate each .R script
  sapply(c(url, ...), function(u) {
    eval(parse(text = getURL(u, followlocation = TRUE, cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl"))), envir = .GlobalEnv)
  })
}

# Source the scicuRe_source.R toolbox!
source_https("https://raw.github.com/FredHasselman/SC-stats/master/scicuRe_source.R")

SEARCH STRATEGY

  • Need stats labelled for each experiment in a multi-experiment study
  • Need measures of effect size
  • Need aggregate stats, i.e. based on post-hoc power and more
  • Need information to decide if proper analysis was used on stats (statcheck provides some interesting tests!)

Therefore:

  • Search is implemented to be driven by the hierarchical structure of an empirical report
  • Structure is: Header (e.g., Experiment 1) -> Section (e.g., Results) -> [Table 1. ->] STAT OF INTEREST <- Page number [<- Appendix]
  • Extract as much information as possible!

The statcheck package bij M. Nuijten is available here
Download, unzip and install, e.g. by running:

install.packages("~/Downloads/statcheck-master/", repos = NULL, type="source")

The authors of statcheck note:

The pdftotext program (http://www.foolabs.com/xpdf/download.html) is used to convert PDF files to plain text files. This must be installed and PATH variables must be properly set so that this program can be used from command line.

For the code in this package to execute correctly pdftotxt and pdfinfo need to be available on your system as well.
Check it now:

if(all(file.exists(Sys.which("pdftotext")))) print("YES!") else print("NO!")

scicure's People

Contributors

fredhasselman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.