# Meeting Note 8/24 圖欲呈現 ###### tags: `meeting note` ## Result 欲呈現 ### 只文字說明 ### line chart | $x$ | $y$ | legend | | ------- | ------------------------------ | ---------- | | rollout | infect/mortality/YLL | vacc strat | | rollout | infect/mortality/YLL $\ge 60$ only | vacc strat | | day | infect/mortality/YLL | vacc strat | - dose/infect 折線圖 - 各 vacc strat - $\ge 60$ only - dose/mortality - dose/YLL ### Bar Chart | $x$ | $y$ | legend | | -------- | -------- | -------- | | strategy | infect/mortality/YLL | Taipei/高雄 | | infect/mortality/YLL | value | vacc strat | - strategy - 台北 - 高雄 - random - age-teen - age-old - no vacc - e.g.<br>![](https://i.imgur.com/0ljNMhM.png) ![](https://i.imgur.com/BF0shLV.png) ### 那種圖 / skip | $x$ | $y$ | color | | -------- | -------- | -------- | | age | vacc strat | infect/mortality/YLL | e.g. ![](https://ndownloader.figstatic.com/files/33954157/preview/33954157/preview.jpg) ### 台灣圖 (choropleth) - video - 各census tract的infection rate/mortality ## `res_i.csv` 內容 - day - each tract - each age - new add V - new add E - new add D ## 壓縮後的 output - avg - std - min - max - Q1 / Q3 ## Simulation ### init. infector: Taipei - different rollout different strategy - Taipei - Kaohsiung - age - teen - young adult - adult - elder - greedy (infection prob) - random - No vaccine - Greedy comparison - all greedy strats & regular vaccination strats. - rollout `50000` - vacc start date `40` - simulation - [x] adult_50k.conf - [x] basic - [x] omi (session: omi) - [x] greedy_infection_bias_1000_50k.conf - [x] basic - [x] omi (session: omi) - [x] greedy_infection_prob_50k.conf - [x] random_50k.conf - [x] young_adult_50k.conf (session: non_greedy) - [x] elder_50k.conf - [x] basic - [x] omi (session: omi) - [x] greedy_infection_bias_100_50k.conf - [x] greedy_yll_50k.conf - [x] taipei_50k.conf (session: non_greedy) - [x] greedy_death_prob_50k.conf - [x] basic - [x] omi (session: omi) - [x] greedy_infection_bias_10_50k.conf - [x] basic (session: 2530376.greedy_10) - [x] omi (session: 2694394.greedy_10_omi) - [x] kaohsiung_50k.conf (session: non_greedy) - [x] teenager_50k.conf (session: non_greedy) ### init. infector: Kaohsiung - different rollout different strategy - Kaohsiung - age - teen - elder - random - no vaccine ## TODO - 郭 - `compress.py` - `sim.sh` - 廖 - 等result, 寫畫圖python