Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Oct 19, 2013
1 parent 2646127 commit fe5b4cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simulating virus evolution and epidemiology

![](figures/antigen.png)
## Introduction

Antigen implements an SIR epidemiological model where hosts in a population are infected with
viruses that have distinct antigenic phenotypes. Hosts make contacts trasmitting viruses and also
Expand All @@ -16,8 +16,12 @@ Additionally, population structure is implemented in terms of discrete demes. C
deme occur through standard mass action, while contacts between demes occur at some fraction of the
rate of within deme contact.

![](figures/antigen.png)

-------------------------------------------

## Running

I haven't made a makefile. The program can be compiled with:

javac *.java
Expand Down

0 comments on commit fe5b4cc

Please sign in to comment.