diff --git a/ascl_list1.py b/ascl_list1.py index 1237ff3..c1b325a 100755 --- a/ascl_list1.py +++ b/ascl_list1.py @@ -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)): diff --git a/code_data.csv b/code_data.csv index d43ca50..76da016 100644 --- a/code_data.csv +++ b/code_data.csv @@ -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","arc-sra-team@mail.nasa.gov" 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","arc-sra-team@mail.nasa.gov" 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","arc-sra-team@mail.nasa.gov"