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
- Host: GitHub
- URL: https://github.com/novartis/novartis.github.io
- Owner: Novartis
- Created: 2016-03-07T21:08:03.000Z (over 10 years ago)
- Default Branch: source
- Last Pushed: 2023-06-09T16:07:59.000Z (about 3 years ago)
- Last Synced: 2025-07-21T06:12:26.464Z (11 months ago)
- Language: HTML
- Homepage: https://opensource.nibr.com
- Size: 48.6 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.