Difference between revisions of "Software Testing References"
From SCECpedia
Jump to navigationJump to search(9 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
*[https://www.infoworld.com/article/3536488/8-signs-youre-doing-python-right.html Doing Python Right] | *[https://www.infoworld.com/article/3536488/8-signs-youre-doing-python-right.html Doing Python Right] | ||
*[https://github.com/geodynamics/best_practices Geodynamics Software Best Practices] | *[https://github.com/geodynamics/best_practices Geodynamics Software Best Practices] | ||
+ | *[https://hackernoon.com/restful-api-design-step-by-step-guide-2f2c9f9fcdbf RESTful Design] | ||
+ | *[https://guides.github.com/activities/citable-code/ Citable Code] | ||
== Workflows == | == Workflows == | ||
*[https://steel.isi.edu/Projects/DEW/ Distributed Workflows] | *[https://steel.isi.edu/Projects/DEW/ Distributed Workflows] | ||
*[https://sciencegateways.org/ Science Gateways] | *[https://sciencegateways.org/ Science Gateways] | ||
+ | *[https://openondemand.org/ OnDemand Computing] | ||
+ | *[https://github.com/grailbio/reflow Reflow] | ||
+ | *[https://github.com/snakemake-workflows/docs Snakemake] | ||
== Reproducible Research == | == Reproducible Research == | ||
*[https://ropensci.github.io/reproducibility-guide/sections/introduction/ Reproducible Research] | *[https://ropensci.github.io/reproducibility-guide/sections/introduction/ Reproducible Research] | ||
*[https://royalsocietypublishing.org/doi/10.1098/rsta.2020.0069 Reproducible Results] | *[https://royalsocietypublishing.org/doi/10.1098/rsta.2020.0069 Reproducible Results] | ||
+ | *[https://ropensci.org/ rSci Reproducible Research Site] | ||
+ | *[https://www.pyopensci.org/ PyOpenSci Reproducible Research Site] | ||
+ | *[https://rescience.github.io/ ReScience C Replicated Science Site] | ||
+ | *[https://reproducibility.org/wiki/Main_Page Madagascar Reproducible Site] | ||
== Forecasting Research == | == Forecasting Research == | ||
*[https://eos.org/features/better-subseasonal-to-seasonal-forecasts-for-water-management?mkt_tok=OTg3LUlHVC01NzIAAAF-BaXi3yNrGkf1p_p0Ic7AlIF5hxQ2sLyqU_k7Gl2QKV0nk-w4OWUqdiVznny5VnWSMINIMgaYNBM25r3Flm7ziPgj4x_yHb52rRiEohk Water Forecasting] | *[https://eos.org/features/better-subseasonal-to-seasonal-forecasts-for-water-management?mkt_tok=OTg3LUlHVC01NzIAAAF-BaXi3yNrGkf1p_p0Ic7AlIF5hxQ2sLyqU_k7Gl2QKV0nk-w4OWUqdiVznny5VnWSMINIMgaYNBM25r3Flm7ziPgj4x_yHb52rRiEohk Water Forecasting] | ||
+ | |||
+ | == Git Features == | ||
+ | *[https://github.com/features Github Capabilities] | ||
+ | *[https://medium.com/swlh/using-git-how-to-add-a-repo-to-track-an-existing-project-a05093f76396 Add Existing Project to Github] | ||
+ | |||
+ | == IP Issues == | ||
+ | *[https://data.research.cornell.edu/content/intellectual-property Data Versus Database] | ||
+ | *[https://www.freecodecamp.org/news/how-open-source-licenses-work-and-how-to-add-them-to-your-projects-34310c3cf94/ Open Source License] | ||
== Related Entries == | == Related Entries == | ||
− | *[[ | + | *[[CME Project]] |
Latest revision as of 03:53, 1 September 2022
Contents
Software Testing and Best Practices
- Seven Kinds of Software Testing
- Open Source Software Best Practices
- Software Best Practices
- Doing Python Right
- Geodynamics Software Best Practices
- RESTful Design
- Citable Code
Workflows
Reproducible Research
- Reproducible Research
- Reproducible Results
- rSci Reproducible Research Site
- PyOpenSci Reproducible Research Site
- ReScience C Replicated Science Site
- Madagascar Reproducible Site