# Outline ###### tags: `others` [ToC] ## Specifaction ### Data * Demographics * [x] Number of people in each cities(towns) * [x] Family structure * [x] Contact matrix * [x] Age distribution in cities(towns) * [x] worker flow * Vaccine * [ ] age-dependent efficacy * COVID-19 * [ ] $R_0$ in Taiwan * [ ] age-dependent mortality * [ ] Incubation period * [ ] Infectious period * [ ] age-dependent relative susceptibility to infection * [ ] natural immunity ### Methods * language * [ ] python * [ ] julia * [ ] R * [ ] js * epidemic model * states * susceptible * vaccinated * exposed * infected * removed * dead * build graph * nessecary parameter * node attr. * state+counter * location 1 * location 2 * group list * age * simulation * * vaccination algorithm * ? * statistics and visualization * networkX ### Coding * simulation * statistics and visualization ### Presentation * poster * frontend and backend for demo --- ## Work Distribution * [name= 廖廷恩] : Data, Methods * [name= 沈家駿] : Coding * [name= 郭庭佑] : Methods, Coding * [name= 廖晊程] : Coding --- ## Epidemic model ```graphviz digraph Emodel { node [shape=box] S, F, R, E, I, D S -> R S -> F S -> E F -> E E -> I I -> R I -> D I -> F {rank = "same"; S; F} {rank = "same"; R; D} rankdir = "LR" } ``` ## Timetable - 11/10~11/17 - data - format - json - xml - ?? - coding detail - check networkX - abstract function - parameter - return - assign coding jobs - vaccine strategies - statistics detail - Infectious probability - 11/17~11/24 - coding - tba - 11/24~12/01 - coding - 12/01~12/08 - coding - review - Report - Poster - 12/08~12/15 - coding - review - Report - Poster - 12/15~12/22 - coding - review - Report - Poster - 12/22~12/29 - Prepare presentation - **12/27: Poster submission deadline** - 12/30~01/05 - **12/31: PPT & Report submission deadline** - **01/05: Project Contest**
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up