Open Source Catalog
v1.0.0
該GITHUB存儲庫由NASA OCIO Open Innovation團隊維護,並包含由Code.nasa.gov上發布的公開可用的NASA開源項目的目錄。該目錄被持續為JSON文件catalog.json並包含一系列項目。由於NASA的代碼共享是社區的努力,因此我們鼓勵NASA開發人員在該目錄中添加元記錄,以在Code.nasa.gov上發布其開源項目。
required_fields_project_template.json 如果您在NASA防火牆後面,我們建議您在此處使用在線表格
我們建議選項1。
使用File quilt_fields_project_template.json的模板創建一個項目元記錄:
{
"NASA Center": "Ames Research Center",
"Contributors": [
"jasonduley"
],
"Software": "My Software Project",
"External Link": "https://github.com/nasa/my-software-project/wiki",
"Public Code Repo": "https://github.com/nasa/my-software-project",
"Description": "This is a description of the software project.",
"License": [
"NASA Open Source"
],
"Categories": [
"Framework",
"Toolkit",
"Web"
],
"Update_Date": "2014-09-23",
"Labor_Hours": 24
}
特別感謝Chris Mattmann(NASA JPL),Sean Kelly(NASA JPL)和Eric Whyne(DARPA)為這項努力提供了靈感。