Coder Social home page Coder Social logo

poo's Introduction

a template electronic lab notebook

with a little help from jupyter

overview

[what project is this repo for?]

structure

by default, we divide this repository into several subdirectories which you're likely to find useful.

.
├── experiments/
│   └── YYYYMMDD_experiment_name/
│       ├── notebook.ipynb
│       └── data/
│           └── results.csv
├── data/
│   └── master.csv
├── code/
│   └── script.py
├── protocols/
│   └── sample_prep.md
├── tests/
│   └── testing.py
├── README.md
└── LICENSE
  • experiments is home to notebooks describing daily progress on experiments, alongside any (smallish) raw data they've generated. musings, rants, observations, logs, and hypotheses all live here.
  • data is for bigger datasets, especially any that have been transformed, concatenated, or are otherwise widely used.
  • code hosts custom modules, scripts, and pipelines created for this project.
  • protocols contains template files describing oft-repeated experimental procedures for easy reference.
  • tests is for the unit tests that you will definitely, um, get around to writing someday.
  • every high-level directory ought to have descriptive README.
  • an appropriate LICENSE should be chosen to protect your work as needed.

instructions

  1. click 'use this template'
  2. add a title and description
  3. adjust licensing as needed
  4. go do transparent, reproducible science!

acknowledgements

all this is heavily inspired by (and forked from!) Griffin Chure's template for reproducible research. you can make your own ASCII filetrees at tree.nathanfriend.io.

poo's People

Contributors

kfaizi avatar

Watchers

 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.