Difference between revisions of "Software Projects"

From SCECpedia
Jump to navigationJump to search
 
(10 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
* https://realpython.com/documenting-python-code/
 
* https://realpython.com/documenting-python-code/
 
* https://divio.com/blog/documentation
 
* https://divio.com/blog/documentation
 +
* https://www.writethedocs.org/guide/
  
 
[[Image:Screen Shot 2020-04-06 at 2.55.46 PM.png|right|150px]]
 
[[Image:Screen Shot 2020-04-06 at 2.55.46 PM.png|right|150px]]
Line 20: Line 21:
 
* https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
 
* https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
 
* https://github.com/agu-ossi/2019-agu-oss
 
* https://github.com/agu-ossi/2019-agu-oss
 +
* https://joss.theoj.org/
  
 
== Open Source Software Licenses ==
 
== Open Source Software Licenses ==
Line 51: Line 53:
 
* http://schema.org/
 
* http://schema.org/
 
* https://www.slideshare.net/balaiyer/software-ecosystem-visualization-methodology
 
* https://www.slideshare.net/balaiyer/software-ecosystem-visualization-methodology
 +
* https://12factor.net/
  
 
== Continuous Testing Links ==
 
== Continuous Testing Links ==
Line 60: Line 63:
 
* https://www.usability.gov/how-to-and-tools/methods/system-usability-scale.html
 
* https://www.usability.gov/how-to-and-tools/methods/system-usability-scale.html
 
* https://github.com/danielskatz/sustaining-research-projects
 
* https://github.com/danielskatz/sustaining-research-projects
 +
* https://geodynamics.org/cig/dev/best-practices/
  
 
== Example Projects ==
 
== Example Projects ==
 
* https://wrench-project.org/
 
* https://wrench-project.org/
 
* https://yt-project.org
 
* https://yt-project.org
 +
 +
== Standard Practices ==
 +
SCEC is standardized software project practices:
 +
* Standard elements in git repo (readme.md, license.txt, authors etc)
 +
* Standard git repo organization to support open-source releases and automated testing
 +
* Connecting git project to run tests on commit
 +
* Process of contributing new releases to pypi, conda (conda-forge)
  
 
== Related Entries ==
 
== Related Entries ==
 
*[[CME_Project]]
 
*[[CME_Project]]
 +
*[[CSEP Working Group]]
 +
* Design codes and distribution as python modules, packages (and libraries if that term is used)
 +
* Potential build and deploy tools (ansible, others?)

Latest revision as of 22:07, 7 April 2020

Collection of links related to creating software distributions

Packaging Python Projects

Developing Effective Python Documentation

Screen Shot 2020-04-06 at 2.55.46 PM.png

Open Source Software Practices

Open Source Software Licenses

USGS Software and Data Acceptance Criteria

Developing a Community

Defining Interfaces

Data Management Systems

Continuous Testing Links

Software Release Practices

Example Projects

Standard Practices

SCEC is standardized software project practices:

  • Standard elements in git repo (readme.md, license.txt, authors etc)
  • Standard git repo organization to support open-source releases and automated testing
  • Connecting git project to run tests on commit
  • Process of contributing new releases to pypi, conda (conda-forge)

Related Entries

  • CME_Project
  • CSEP Working Group
  • Design codes and distribution as python modules, packages (and libraries if that term is used)
  • Potential build and deploy tools (ansible, others?)