Git Product home page Git Product logo

examples's Introduction

examples

This repo contains examples of uor-use cases and demos.

Structure

Each use-case is represented by a directory under repo root and should contain the structure of the ./use-case-directory-TEMPLATE/ example below. Not all items must be present in all example use-cases.

~/use-case-directory-TEMPLATE$ tree
.
├── dataset-config.yaml
├── demo-content
│   ├── index.html
│   ├── site.css
│   └── site.js
├── README.md
├── schema
│   ├── schema.json
│   └── uro.bin
└── utils
    ├── script1.sh
    └── script2.sh

Item descriptions:

dataset-config.yaml - The publishing configuration of the example collection.

demo-content(dir) - The content used in the demo

README.md - This should contain a hyperlink to the video demo, a detailed description of the example use case, a description of each resource within the use-case directory tree, and instructions on how to run the demo.

schema(dir) - The attribute schema and application logic of the collection type

utils(dir) - Any resources used in preparation and execution of the demo.

Contributions

To propose a use-case

Please propose use-cases via PR by using the ./use-case-directory-TEMPLATE directory as a template. Fill out the use-case directory's README.md with as much information and description as possible.

To submit demos

Please submit demos of use-cases by PR by adhering to the use-case-directory-TEMPLATE structures. Please update the README.md of the use-case and remove any unused artifacts from the template.

examples's People

Contributors

afflom avatar sfxworks 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.