Code Monkey home page Code Monkey logo

schnakenberg_sim's People

Contributors

elizabeth-hayman avatar jessebmurray avatar kcgallagher avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jessebmurray

schnakenberg_sim's Issues

Consistent file naming convention

Maybe we say that files which run analysis are prefaced with 'main' in the main directory, or stored as notebooks in the examples directory? All other files in the main directory define functions etc to solve the system? (Or should these be in a separate directory themselves?)

Let me know your thoughts so we can organise something consistent!

Stochastic 1D model

Can you guys code up the 1D model covered in the friday lecture? Ruth should have sent through some Fortran code to base this on. Please do this on a separate branch as well to avoid conflicts later!

README typo

Currently the readme has equations:

\frac{da}{dt} = a(t)^{2}b(t) - a(t) - n
\frac{db}{dt} = - a(t)^{2}b(t) - m">

where m and n are both negative.

It should really say:

\frac{da}{dt} = a(t)^{2}b(t) - a(t) + n
\frac{db}{dt} = - a(t)^{2}b(t) + m">

where m and n are both positive.

However my plus symbol won't render, so would really appreciate someone else having a go at making this change. Obviously leave it as it is if you can't get the plus to render, as otherwise the equation is definitely wrong!

Cellular Plotter

I feel the plotting for a 1D/2D lattice of different cells might be non-trivial to plot/visualise, and I know how much you love writing plotters (plus I won't have to write tests for this one)

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.