Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Biggs committed Oct 14, 2016
1 parent 6f2c871 commit 0f6216d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
@@ -1,11 +1,28 @@
# Take me straight to a working online version so that I can test this out
An online web app has been built implimenting this method:

http://electrons.simonbiggs.net/

The source code for the online web app is found in two parts:

* Server -- https://github.com/SimonBiggs/electronfactor-server
* Client -- https://github.com/SimonBiggs/electroninserts-webapp

The most up to date python script file that impliments this method is found at:

https://github.com/SimonBiggs/electronfactor-server/blob/master/electroninserts.py


# Spline modelling electron insert factors using routine measurements

[![Build Status](https://travis-ci.org/SimonBiggs/electronfactors.svg?branch=master)](https://travis-ci.org/SimonBiggs/electronfactors)
[![Coverage Status](https://coveralls.io/repos/SimonBiggs/electronfactors/badge.svg?branch=master&service=github)](https://coveralls.io/github/SimonBiggs/electronfactors?branch=master)

## Note on future development

This repository will be left in its current state so that those wishing to replicate the findings of the paper can do so here and so that those who have decided to use this code base to set up their centre can also continue to do so. However I am currently putting work into simplifying the code base down to its bare essentials and making it as simple as possible (and no simpler) to set up. If you wish to use this repositories code feel free, and skip this section. However if you wish to benefit from any simplifications and usability improvements I make in the future please head on over to https://github.com/SimonBiggs/electroninserts_bundle/blob/master/README.md.
This repository will be left in its current state so that those wishing to replicate the findings of the paper can do so here. Bear in mind however that any future bug fixes or code development will be limited to the following python script file:

https://github.com/SimonBiggs/electronfactor-server/blob/master/electroninserts.py


## Description
Expand Down

0 comments on commit 0f6216d

Please sign in to comment.