Ivan Aksamentov

Results 214 comments of Ivan Aksamentov

Hi @Priyaraj17, This is an open-ended question. It probably only makes sense to work on it if you have expertise in epidemiology and have studied effects of vaccination on population...

Hi Sacha @sachadray, Thanks for the question! TLDR: Contributions welcome! :) C19S is a purely client-side application, all compute is happening in your browser. No servers involved (other than AWS...

@sachadray I cannot reproduce that. To remove the possibility or my environment influencing the results, I made a clean Docker container with the latest LTS version of Node.js (14.15.1), ran...

Hello! After discussion with @rneher I put it to milestone 1.2: https://github.com/neherlab/covid19_scenarios/milestone/3 and mark as important. What help is needed on the engineering side to make this happen? cc @nnoll

@Vanuan Thanks for your ideas. Yes, we planned to process JHU data for mitigation interventions, which has detailed information for different countries. After initial prototype with hardcoded data, we could...

@johnfelipe Hello! There are 2 ways of doing this: 1. You could edit the object in the i18n resource JSON file directly by providing English keys and corresponding Spanish values:...

@johnfelipe I added you to GitLocalize. I cannot see your attached image. Please submit it by replying on GitHub (not via email). In order to start translating use this direct...

#689 adds some very basic CLI. Some immediate improvements would be: - [ ] create a `cli/` directory - [ ] implement a proper CLI arguments parser (with a library....

@Joluma Hi Joël, I haven't started yet. But the e2e testing is probably one of the most valuable things to contribute. It may be tricky, because many parts of the...

Some more thoughts on unit and integration tests: - The goal is to bring confidence that refactors and new features don't break the results. - Most importantly, care should be...