内容简介:This post is intended to be the hub for Wolfram resources related to novel coronavirus COVID-19 ( a.k.a. 2019-nCoV ) from Wuhan, China. The larger aim is to provide a forum for disseminating ways in which Wolfram technologies and coding can be utilized to
Short URL to share this post: https://wolfr.am/coronavirus
This post is intended to be the hub for Wolfram resources related to novel coronavirus COVID-19 ( a.k.a. 2019-nCoV ) from Wuhan, China. The larger aim is to provide a forum for disseminating ways in which Wolfram technologies and coding can be utilized to shed light on the virus and epidemic. Possibilities include using the Wolfram Language for data-mining, modeling, analysis, visualizations, and so forth. Among other things, we encourage comments and feedback on these resources. Please note that this is intended for technical analysis and discussion supported by computation. Aspects outside this scope and better suited for different forums should be avoided. Thank you for your contribution!
https://wolfr.am/COVID19Dashboard
Data Sources
We have published and are continuously updating the following Wolfram Data Repository entries:
Genetic Sequences for the SARS-CoV-2 Coronavirus
https://datarepository.wolframcloud.com/resources/Genetic-Sequences-for-the-SARS-CoV-2-Coronavirus
Epidemic Data for Novel Coronavirus COVID-19
Patient Medical Data for Novel Coronavirus COVID-19
Computational Articles:
We encourage you to share your computational explorations relevant to coronavirus on Wolfram Community as stand-alone articles and then comment with their URL links on this discussion thread. We will summarize these articles in the following list:
Genome analysis and the SARS-nCoV-2by Daniel Lichtblau
https://community.wolfram.com/groups/-/m/t/1874816
Modeling the spatial spread of infection diseases in the USby Diego Zviovich
https://community.wolfram.com/groups/-/m/t/1889072
A walk-through of the SARS-CoV-2 nucleotide Wolfram resourceby John Cassel
https://community.wolfram.com/groups/-/m/t/1887456
COVID19 in Iran: under-diagnosis issueby Mads Bahrami
https://community.wolfram.com/groups/-/m/t/1891140
Geometrical analysis of genome for COVID-19 vs SARS-like virusesby Mads Bahrami
https://community.wolfram.com/groups/-/m/t/1878824
Chaos Game For Clustering of Novel Coronavirus COVID-19by Mads Bahrami
https://community.wolfram.com/groups/-/m/t/1875994
Updated: coronavirus logistic growth model: Chinaby Robert Rimmer
https://community.wolfram.com/groups/-/m/t/1890271
Coronavirus logistic growth model: Chinaby Robert Rimmer
https://community.wolfram.com/groups/-/m/t/1887435
Coronavirus logistic growth model: Italy and South Koreaby Robert Rimmer
https://community.wolfram.com/groups/-/m/t/1887823
Coronavirus logistic growth model: South Koreaby Robert Rimmer
https://community.wolfram.com/groups/-/m/t/1894561
Mapping Novel Coronavirus COVID-19 Outbreakby Jofre Espigule-Pons
https://community.wolfram.com/groups/-/m/t/1868945
Visualizing Sequence Alignments from the COVID-19by Jessica Shi
https://community.wolfram.com/groups/-/m/t/1875352
Video Recordings
- Brian Wood - COVID-19 Dashboard Visualizations
- John Cassel - Behind the Genetic Sequences for Novel Coronavirus SARS-CoV-2
- Keiko Hirayama - Patient Data Exploration for the Novel Coronavirus COVID-19
- Keiko Hirayama - Epidemic Data Exploration for the Novel Coronavirus COVID-19
- Rory Foulger - Coronavirus Data Exploration - Wolfram Livecoding with Students
Other useful resources:
- Arnoud Buzing GitHub repository and Notebook Gallery for coronavirus
- Modeling a Pandemic like Ebola with the Wolfram Language
- Epidemics at Wolfram Demonstrations
- IGSIRProcess - IGraph Epidemic models
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
测试驱动开发的艺术
Lasse Koskela / 李贝 / 人民邮电出版社 / 20101023 / 59.00元
在传统的软件开发中,开发人员对于代码是否正确心中无底,一切依赖于后期的测试环节。极限编程反其道而行之,主张采用测试驱动开发(TDD)的方法,即通过测试定义所要开发的功能的接口,然后实现功能的开发过程。TDD通过不断地测试推动代码的开发,既简化了代码,又保证了软件质量。 本书采用“手把手”的教学方式,通过大量实例来解释TDD,还专门用几章的篇幅来讲解如何为难于测试的技术编写单元测试。全书内容循......一起来看看 《测试驱动开发的艺术》 这本书的介绍吧!