All Projects → nasa → Open Source Catalog

nasa / Open Source Catalog

Contains the NASA open source software catalog for automatic deployment to code.nasa.gov

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Open Source Catalog

Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (+137.68%)
Mutual labels:  open-source, website
Openmdao
OpenMDAO repository.
Stars: ✭ 243 (+17.39%)
Mutual labels:  nasa, open-source
Espial
Espial is an open-source, web-based bookmarking server.
Stars: ✭ 388 (+87.44%)
Mutual labels:  open-source, website
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+13935.27%)
Mutual labels:  open-source, website
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-60.39%)
Mutual labels:  open-source, website
Awesome Jamstack
📔 Curated list of resources: books, videos, articles, speaker decks, tools about using the JAMstack (A modern web development architecture for creating fast, secure and dynamic websites)
Stars: ✭ 115 (-44.44%)
Mutual labels:  open-source, website
Getkap.co
Website for Kap
Stars: ✭ 111 (-46.38%)
Mutual labels:  open-source, website
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-17.39%)
Mutual labels:  open-source, website
Echomods
Open source ultrasound processing modules and building blocks
Stars: ✭ 200 (-3.38%)
Mutual labels:  open-source
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (-0.97%)
Mutual labels:  open-source
Blazorrepl
Write, compile, execute and share Blazor components entirely in the browser
Stars: ✭ 196 (-5.31%)
Mutual labels:  open-source
Nextcloud Spreed Signaling
Standalone signaling server for Nextcloud Talk.
Stars: ✭ 201 (-2.9%)
Mutual labels:  open-source
Funding
Let's get open source maintainers paid ✨
Stars: ✭ 205 (-0.97%)
Mutual labels:  open-source
Client theming
💻 Nextcloud themed desktop client - Moved over to https://github.com/nextcloud/desktop
Stars: ✭ 201 (-2.9%)
Mutual labels:  open-source
Code Samples
Just some code samples for MahApps and other experiments...
Stars: ✭ 205 (-0.97%)
Mutual labels:  open-source
Neutralinojs.github.io
Official web site of neutralino.js
Stars: ✭ 199 (-3.86%)
Mutual labels:  website
Startbootstrap Blog Post
A Bootstrap HTML template for blog posts - created by Start Bootstrap
Stars: ✭ 199 (-3.86%)
Mutual labels:  open-source
Todo App
Simple ReactJs todo app ✍
Stars: ✭ 206 (-0.48%)
Mutual labels:  website
Kap
An open-source screen recorder built with web technology
Stars: ✭ 14,488 (+6899.03%)
Mutual labels:  open-source
Choosealicense.com
A site to provide non-judgmental guidance on choosing a license for your open source project
Stars: ✭ 2,648 (+1179.23%)
Mutual labels:  open-source

Open-Source-Catalog

Build Status

About

This GitHub repository is maintained by the NASA OCIO Open Innovation Team and contains a catalog of publicly available NASA open source projects that are published on code.nasa.gov. The catalog is persisted as a JSON file catalog.json and contains an array of projects. As Code Sharing at NASA is a community effort, we encourage NASA developers to add a meta-record in to this catalog to publish their open source projects on code.nasa.gov.

Requirements

  • Open Source software project approved for open source release by your NASA Field Center SRA
  • Code Project hosted in a code repository (preferably GitHub.com) and visible to Internet Users
  • Meta record of your software project; instantiate required_fields_project_template.json

Add/Edit your project

OPTION 1

If you are behind the NASA firewall, we recommend you use the online form located here

OPTION 2

Create a project meta-record using the template from file required_fields_project_template.json:

  • Note that Category labels longer than 24 characters will be truncated.
{
    "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
}
  • Add your instantiated meta-record to the array in the catalog.json file via a pull request
  • Once the merge is complete, your project will be published on code.nasa.gov

Thanks

Special thanks goes out to Chris Mattmann (NASA JPL), Sean Kelly (NASA JPL) and Eric Whyne (DARPA) for their inspiration for this effort.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].