Questions, discussions #18
Replies: 83 comments 67 replies
-
Hi, what data do we need to get to add a country to the tool? I'm thinking of Brazil, but this is a general question. |
Beta Was this translation helpful? Give feedback.
-
@rfonseca We are currently trying to make data pipeline more convenient for external contributors. The work is done on branch This include:
More info is coming, but you may take a look on the mentioned branch at:
Basically, the python scripts in I created an issue for contributor's guide: Related: |
Beta Was this translation helpful? Give feedback.
-
Hello. I was attempting to explore your application but am having trouble starting it. I followed the installation steps as outlined in the readme. When I run 'yarn dev', I get an error in the console that says 'error Command "dev:nowatch;" not found. Did you mean "dev:nowatch"?' I'm running Windows 10 and installed yarn version 1.22.4 using the downloadable .msi file from the yarn site. Yarn is showing as installed, and typing 'yarn --version' in bash reveals the correct version number. The Windows path variable matches the installation folder. Not sure if this is an issue on my end with the yarn installation itself, or if something is missing in the code. Any tips appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi @kmid5280 , All of us currently running Linux and there are few Unix-isms still in the config. I created issue to support Windows: #38 Meanwhile you may want to take a look at the chain starting from We would appreciate if you could help! Also, I heard using WSL should make things easier for Windows devs now. We also have a docker-compose -f docker/docker-compose.dev.yml up --build That should run Let me know if any of this helped. |
Beta Was this translation helpful? Give feedback.
-
@ivan-aksamentov Thanks for the response. I have Docker installed already, so I attempted this method using the above command. It gave me the error 'error An unexpected error occurred: "EIO: i/o error, scandir '/code/node_modules/node-sass/node_modules/glob-parent'". I thought the same thing you did re: the exec string in the dev.json file, in that it may be a syntax problem. Any suggestions on how to rewrite it? Perhaps there is a way to separate out the 'yarn install' and 'yarn dev:nowatch' sections without using the && operator. |
Beta Was this translation helpful? Give feedback.
-
@kmid5280 Without docker, for the time being you can try to run:
Alternatively, try to run all these commands in |
Beta Was this translation helpful? Give feedback.
-
@ivan-aksamentov Running 'cross-env NODE_ENV=development BABEL_ENV=development babel-node node_modules/.bin/webpack-dev-server --config config/webpack/webpack.client.babel.ts' produces the error ''babel-node' is not recognized as an internal or external command, operable program or batch file.' Adding the babel-node package via 'yarn add babel-node' doesn't change the error. Running 'yarn dev:nowatch' produces the error 'node_modules.bin\webpack-dev-server:2 If I delete the node_modules and .cache folders (I don't have a .build folder) and then run docker-compose -f docker/docker-compose.dev.yml up --build, then it hangs at the message 'Attaching to covid19_scenarios-dev-web' before timing out. |
Beta Was this translation helpful? Give feedback.
-
Hi @ivan-aksamentov, can you provide a couple of samples of Unix-isms that Windows cannot digest as mentioned in #38 ? Regards. |
Beta Was this translation helpful? Give feedback.
-
@alfredorevilla I think it may be these semicolons in the nodemon's covid19_scenarios/config/nodemon/dev.json Line 32 in 00a3b2f Maybe there's something else. But I cannot investigate this right now. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
@ribrault This is possible. there is a column |
Beta Was this translation helpful? Give feedback.
-
Indeed. Thanks. I was using a web browser (Safari) where editing of this table was not supported. Adding a warning when parameter editing is not supported by the browser would be helpful. On the simulations: it looks like confining the population at risk (e.g. > 60 yo) while partly releasing confinement of the rest of the population allows to avoid ICU overflow and to importantly reduce the total number of deaths… do you know whether this strategy has been considered in practice and do you have any opinion on that ? Also, please tell me which channel is most appropriate to discuss that, if not here… |
Beta Was this translation helpful? Give feedback.
-
My computed reproductive number is 2.5 for the Philippines with temperatures around 28 degree celsius. I don't this will share the seasonality of other diseases. The default seasonality I suggest should be zero. |
Beta Was this translation helpful? Give feedback.
-
@ribault, I had very similar thoughts and it's great to have this simulation tool available to play with! I'm quite unhappy about the prospect of living / working with the restrictions in place for many months to come and desperately look for an exit strategy. (Of course, in the current situation, we must at first get the outbreak under control before anything else.) |
Beta Was this translation helpful? Give feedback.
-
Apologies for opening a ticket, just discovered this thread. I'm trying to find granular data on confirmed cases, but haven't been successful to do so until now. Could you please share how you are getting the numbers from BAG? |
Beta Was this translation helpful? Give feedback.
-
One more question - do the length of stay assumptions of 3 days hospitalized and 14 days in the ICU come from a particular paper? The 3 days hospitalized seems particularly optimistic compared to other models. Thanks |
Beta Was this translation helpful? Give feedback.
-
I have 3 simple questions.
Using Scenario USA-Texas as an example, the model starts 18 Feb 2020, 2 weeks prior to the first reported case on 03 Mar 2020, with an initial number of cases of 18. If I change the sim to start on 03 Mar with 1 case, the actual values, the result is completely different. I conclude from this that the 'initial number of cases` is actually the initial number of infections in the whole population. any guidance is much appreciated |
Beta Was this translation helpful? Give feedback.
-
Sorry these are approximate for various reasons (e.g. mitigations are not
accounted for during the fitting procedure). And it is important to
emphasize as I misspoke earlier that its 20 _cumulative_ infections. All
details of our fitting algorithms can be found within data/scripts/model.py.
…On Mon, Apr 13, 2020 at 3:55 PM cbird808 ***@***.***> wrote:
got it, thank you for the quick response!
So we've loaded our scenario and case data into a fork of your repo, which
I presume means that the values for these parameters that populate the web
page are generated from your algorithm. Reading from the graph:
-
The starting date chosen is ~9 days prior to 20 infectious and ~4
weeks prior to 20 cumulative cases.
-
For USA-Texas, it starts ~7 days before 20 infectious ~3 weeks prior
to 20 cumulative cases.
-
For Australia, it starts ~10 days priot to 20 infectious and ~3 weeks
prior to 20 cumulative cases
this doesn't exactly match up, so I presume the values you gave above are
approximate?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHAVMGZOMGZZII6R4QCD323RMOJ5HANCNFSM4LVMO6HQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I saw that the mitigation tool was recently updated to specify exact dates of interventions. We ran our estimates again, to arrive at nearly unchanged numbers for total deaths, peak critical, and peak severe. However, total severe doubled. The % Severe and % Critical also doubled. The basic assumptions are the same. What happened? |
Beta Was this translation helpful? Give feedback.
-
Plot produced by Can anybody confirm if I have this right?
Any guidance, however small, on how you dial in the params in |
Beta Was this translation helpful? Give feedback.
-
Seasonal Forcing let's say Ro=2 and Seasonal forcing = 0.1 Will the peak Ro be 2.2 and the trough be 1.8? or would it be 2.1 and 1.9 respectively? |
Beta Was this translation helpful? Give feedback.
-
Hi all, thanks for everyone's contribution to this - it's been invaluable to for us building more localised models. I just wanted to confirm and double check one thing: Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello, this is probably a silly question. I have an R shiny dashboard that I run with IHME and CHIME on the county level for the U.S.. All credit is paid to the original research and references are included. With IHME I'm able to download the data every morning and with CHIME, we just programmed the model into our dashboard. Has anyone discussed adapting the Neher Lab models into R at this point or is there a convenient way to do so? Our current dashboard is below. https://covid19dash.shinyapps.io/covid19/ Thank you, |
Beta Was this translation helpful? Give feedback.
-
Hi, Fantastic tool, thanks for sharing it! Is there an API or a way to export the results of simulations for a set of countries/parameter estimates for research purposes? Many thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Thanks again for all your work on this. I'm having some issues modifying the latest version of the code for our specific regions (as a side, I've successfully done this with a version 0). I make some changes to a number of files (listed below), specifying them for regions we are interested in. However, it fails to compile (I've reproduced the model locally via a VM and run it off my localhost). The files I'm making changes to are the following: state.ts; case_counts.json; country_age_distribution.json; severityData.json; scenarios.json; country_codes.csv; intitialCondition.tsv; fit_parameters.json; populationData.tsv; download_age_dists.py Is there anything I am missing? Sorry it is a bit of a vague question but just wanted to check if there isn't something obvious that I am missing. Thanks so much! |
Beta Was this translation helpful? Give feedback.
-
Too slow decline of infectious, ICU, Severly after 100% intervention? I'm trying to simulate the effect of a 100% shutdown intervention, i.e. in a specific local hotspot. An Intervention of 100% should immediately stop new infections. The simulation model does this, but has some strange effects in the timeline, which I do not understand:
In Podcast(38) Chr.Drosten says, that 4 weeks are the time from infection to death. Question: What did I miss? (Hope this is the correct stream, I had this question before in #641 ) |
Beta Was this translation helpful? Give feedback.
-
fyi, we made a "wrapper" that allows c19scenarios to be run with parameters in the form of distributions. It generates |
Beta Was this translation helpful? Give feedback.
-
Hello, I am part of a team of three Washington University in St. Louis - Calvin Mitchell, Nathan Springman, and myself - that are looking to help contribute to the covid19_scenarios open-source project this summer. We hope to be of some help to your efforts in perfecting this project. Is there any pressing issue or documentation that you would want us to work on first? Sincerely, Rohan Rai |
Beta Was this translation helpful? Give feedback.
-
Hello Richard,
We are more experienced with front-end development, but we are willing to learn about modeling as well.
Thank you,
Rohan Rai
…________________________________
From: Richard Neher <[email protected]>
Sent: Thursday, June 25, 2020 2:57 AM
To: neherlab/covid19_scenarios <[email protected]>
Cc: Rai, Rohan <[email protected]>; Comment <[email protected]>
Subject: Re: [neherlab/covid19_scenarios] Questions, discussions (#18)
Hi Rohan,
thanks for reaching out. Yes, there are still a few issues that could use help! Is your expertise more on the front-end side or more on the modeling side? I think we could find stuff on both ends but it would be good to coordinate to maximize the impact of your contributions.
best,
richard
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#18 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKI6K4CYR63MBMUID33LSADRYL7NRANCNFSM4LVMO6HQ>.
|
Beta Was this translation helpful? Give feedback.
-
Hello Richard,
Would it be possible to schedule a meeting about how you want the data implemented for issue #744?
Here is a link to it: #744.
My group and I were thinking about using an Amazon S3 bucket to store the data, but we wanted to coordinate with you guys since you'll be the ones in charge of the S3 bucket and managing it, so we need to discuss about how to set up the bucket and the access privileges for it.
Thank you,
Rohan Rai
…________________________________
From: cbird808 <[email protected]>
Sent: Tuesday, June 30, 2020 1:36 PM
To: neherlab/covid19_scenarios <[email protected]>
Cc: Rai, Rohan <[email protected]>; Comment <[email protected]>
Subject: Re: [neherlab/covid19_scenarios] Questions, discussions (#18)
thank you, gentlemen. We'll take a look at cli.ts and see how it compares with our c19s_client.py and get back in touch
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#18 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKI6K4F5NR64EDY4C72CJM3RZIWDJANCNFSM4LVMO6HQ>.
|
Beta Was this translation helpful? Give feedback.
-
COVID-19 scenarios
Questions, discussions
How to navigate
or to suggest an enhancement
(algorithm, theory, development)
Post a message below If you are not sure which category your question or discussion belongs to or if you want to:
In all cases, the text of the message can be styled with Markdown
We welcome contributions in any form, as well as suggestions and constructive criticism. We'd be happy to hear about your use-cases and workflow. Don't hesitate!
Beta Was this translation helpful? Give feedback.
All reactions