Git Product home page Git Product logo

aiidalab-registry's Introduction

AiiDA lab Application Registry

This repository contains the source code of the official App registry for the AiiDA lab.

Adding your app

  1. Add a metadata.json file to your app repository. Example:

        {
            "title": "AiiDA Tutorials",
            "description": "Learn how to use AiiDA using jupyter notebooks on the AiiDA lab.",
            "version": "0.1-alpha",
            "authors": "A. Person, B. Smart",
            "logo": "folder/logo.png",
            "state": "development",
            "documentation_url": "https://aiidalab-exmpl.readthedocs.io",
            "external_url": "http://www.aiida.net"
        }

    Note: The fields title and description are mandatory.

    Note: If you used the AiiDA lab App cookie cutter to create your app, you should already have metadata.json in your repository and need only update it.

  2. Fork this repository.

  3. Make a pull request that adds your app to the apps.json file. Example:

        "aiida-tutorials": {
            "git_url": "https://github.com/aiidateam/aiida_demos.git",
            "meta_url": "https://raw.githubusercontent.com/aiidateam/aiida_demos/master/metadata.json",
            "categories": ["tutorials"]
        }

Your app will show up in the AiiDA lab App Store once your pull request is merged.

Valid keys for metadata.json

title

The title will be displayed in the list of apps in the application manager.

description

The description will be displayed on the detail page of your app.

version

The version will be displayed on the detail page of your app. This is also used by the AiiDA lab App Store.

authors

Comma-separated list of authors.

logo

Relative path to a logo (png or jpg) within your repository.

state

One of

  • registered: lowest level - app may not yet be in a working state. Use this to secure a specific name.
  • development: app is under active development, expect the occasional bug.
  • stable: app can be used in production.

documentation_url

The link to the online documentation of the app (e.g. on Read The Docs).

external_url

General homepage for your app.

Valid keys for your app in apps.json

git_url

Mandatory. Link to the source code repository.

meta_url

Mandatory. Link to the location of your app's metadata.json file.

categories

Optional. List of valid categories.

You can see the most recent list of categories in categories.json, including a description of each category.

Acknowledgements

This work is supported by the MARVEL National Centre for Competency in Research funded by the Swiss National Science Foundation, as well as by the MaX European Centre of Excellence funded by the Horizon 2020 EINFRA-5 program, Grant No. 676598.

MARVEL MaX

aiidalab-registry's People

Contributors

yakutovicha avatar ltalirz avatar oschuett avatar casperwa avatar giovannipizzi avatar eimrek avatar edditler avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.