An open API service indexing awesome lists of open source software.

https://github.com/novartis/novartis.github.io

Public gallery of NIBR Open Source projects
https://github.com/novartis/novartis.github.io

Last synced: 4 months ago
JSON representation

Public gallery of NIBR Open Source projects

Awesome Lists containing this project

README

          

# Novartis.github.io

> Source repo for the [NIBR Open Source](https://opensource.nibr.com) website.

## Adding a project to the gallery

Submit an issue to this repo to get started.

## Maintainers

Adding a project:

- New `project-name.md` goes in the `projects` directory.
- Supporting files — images, JavaScript — go in the `static/projects` directory.
- Images in Markdown files must be referenced by their full path (`/projects/my-project/my-image.jpg`).
- Links must be absolute, not relative (e.g. you should use `https://github.com/Novartis/peax` instead of `/Novartis/peax`).
- Supporting files should be kept to a minimum. Demos are suitable for the gallery site. Extensive documentation should be hosted on the `gh-pages` branch of the associated repository instead.