alanderos91 / BioSimulator.jl

A stochastic simulation framework in Julia.
https://alanderos91.github.io/BioSimulator.jl/stable/
Other
47 stars 7 forks source link

citation instructions #10

Closed klkeys closed 5 years ago

klkeys commented 5 years ago

The landing page for the Git repo should have citation instructions.

The published manuscript is here.

Once the preprint is out, we can link to it too.

Also, we should have a BibTeX copy-paste box, something like

@article{Biosimulator,
    Author = {{Alfonso Landeros and Timothy Stutz and Kevin L. Keys and Alexander Alekseyenko and Janet S. Sinsheimer and Kenneth Lange and Mary E. Sehl}},
    Journal = {{Computer Methods and Programs in Biomedicine}},
    Pages = {23 -- 35},
    Title = {{BioSimulator.jl: Stochastic simulation in Julia}},
    Volume = {167},
    Year = {2018}
}
klkeys commented 5 years ago

In a similar vein, we should cite both DifferentialEquations.jl and JuMP (related to #9?)

DifferentialEquations.jl Rackauckas, C. and Nie, Q., 2017. DifferentialEquations.jl – A Performant and Feature-Rich Ecosystem for Solving Differential Equations in Julia. Journal of Open Research Software, 5(1), p.15. DOI: http://doi.org/10.5334/jors.151

JuMP (from git repo here)

@article{DunningHuchetteLubin2017,
author = {Iain Dunning and Joey Huchette and Miles Lubin},
title = {JuMP: A Modeling Language for Mathematical Optimization},
journal = {SIAM Review},
volume = {59},
number = {2},
pages = {295-320},
year = {2017},
doi = {10.1137/15M1020575},
}
klkeys commented 5 years ago

Preprint is live (link).

klkeys commented 5 years ago

Closed #12.