Skip to content

Commit

Permalink
fixed csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharm committed Sep 23, 2019
1 parent cd43cce commit 6495583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ascl_list1.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
elif mode == 1:
f1 = open(args.codedir + '/' + args.code)
d1 = json.load(f1)
output_str = "Ordinal,Hash,Status,Software,Description,Public Code Repo,External Link,Contributors"
print( output_str )
r = d1["releases"]
for i in range(len(r)):

Expand Down
1 change: 1 addition & 0 deletions code_data.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Ordinal,Hash,Status,Software,Description,Public Code Repo,External Link,Contributors
0,964fcd4f47bcafe91274ca74b97b0f7e,0,"CODE-A Software Framework For Control and Observation In Distributed Environments","CODE is a framework for the control and observation of resources, services, and applications. The technology supports the secure and scalable transmission of observed information to other programs, and it enables the secure execution of actions on remote computer systems. ","https://www.nas.nasa.gov/Resources/Software/Open-Source/code.html","None","[email protected]"
1,64951fe2efa8695baab37aca4b68f01f,0,"Mission Simulation Toolkit (MST)","MST offers a simulation framework to support research in autonomy for remote exploration. The system allows developers to test models in a high-fidelity simulation and then evaluate system performance against a set of integrated, standardized simulations.","https://ti.arc.nasa.gov/opensource/projects/mission-simulation-toolkit/","None","[email protected]"
2,cfe3560646e4787782145931037eeb53,0,"Livingstone 2 (System for Automated Diagnosis and Discrete Control of Complex Systems) and Skunkworks (Suite of Supporting Development and Runtime Tools)","Livingstone 2 is a reusable artificial intelligence (AI) software system designed to assist spacecraft, life support systems, chemical plants, or other complex systems in operating robustly with minimal human supervision, even in the face of hardware failures or unexpected events. The technology diagnoses the current state of a spacecraft or other system and recommends commands or repair actions that will allow the system to continue operations. A re-engineered version of the Livingstone diagnosis system that was flight-tested onboard the Deep Space One spacecraft in 1999, Livingstone 2 contains significant enhancements to robustness, performance, and usability. Skunkworks is a suite of software tools that support the rapid deployment of model-based representations of complex systems for Livingstone2 via a visual model builder/tester and two graphical user interface tools that provide status information during testing.","https://ti.arc.nasa.gov/opensource/projects/livingstone2/","None","[email protected]"
Expand Down

0 comments on commit 6495583

Please sign in to comment.