Skip to content
Brian Wandell edited this page Apr 16, 2016 · 9 revisions

Scitran

The Project on Scientific Transparency (PoST) contributed the scientific transparency data management software. The software works with a MongoDB database, and it comprises a collection of tools to interact with the database (scitran/core), and an AngularJS front end to manage, view, search, annotate, and generally interact with the data.

The scitran code continues to be developed by Flywheel Exchange and the PoST team (Wandell lab). Through a cooperative agreement, these teams are extending the scitran functions. The Stanford PoST team has transitioned its work from developing the scitran software to creating application programs to run with the platform. These programs are being developed to support reproducible methods in neuroscience research.

In addition, the Stanford Center for Reproducible Research led by Poldrack has engaged members of the Wandell lab to make adjustments to the scitran code to support their project needs. Flywheel also offers support for installation and maintenance of these sophisticated tools; such support is beyond the scope of the Wandell lab.

Scitran client

Of particular interest to users, the scitran client repository implements a command line interface to allow users to interact with the scitran database from their own computers. Specifically, the Wandell lab at Stanford has added features to enable users to perform the following functions

  • obtain authorization to read/write from a Flywheel database
  • search the database for files
  • download the files for processing
  • put the results into the database
  • put a description of the analysis into the database.

These functions can be run from anywhere on the Internet. In this way, a user can process data stored in a scitran database using their own computational resources. The results and precise specification of the analysis can then be placed in the database.

The Wandell lab gratefully acknowledge the Simons Foundation and particularly the Simons Foundation Autism Research Initiative for their support of the [Project on Scientific Transparency] (http://post.stanford.edu). The code in this repository and the api functionality are being developed by Michael Perry, Renzo Frigato, Gunnar Schaefer, and Brian Wandell.

Clone this wiki locally