https://github.com/sdsc-ordes/modos-poster
Poster presentation of modos
https://github.com/sdsc-ordes/modos-poster
omics poster presentation
Last synced: 5 months ago
JSON representation
Poster presentation of modos
- Host: GitHub
- URL: https://github.com/sdsc-ordes/modos-poster
- Owner: sdsc-ordes
- License: cc-by-4.0
- Created: 2024-07-04T21:33:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T13:24:37.000Z (5 months ago)
- Last Synced: 2026-01-24T05:33:47.259Z (5 months ago)
- Topics: omics, poster, presentation
- Language: Typst
- Homepage:
- Size: 2.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modos-poster
[](https://zenodo.org/doi/10.5281/zenodo.13312849)
Poster presentation of modos (multi-omics digital object system).
> [!TIP]
> The compiled PDF is available from the [release page](https://github.com/sdsc-ordes/modos-poster/releases).
## Setup
>[!NOTE]
> You will need `just` to run the instructions below ([installation](https://github.com/casey/just?tab=readme-ov-file#packages)), and and [nix](https://nixos.org/) or [docker](https://www.docker.com/) to use the provided development shell.
A nix shell with all dependencies is provided for reproducibility. It can be used in two ways:
With nix:
```shell
just develop-nix
```
Or with docker:
```shell
just develop-docker
```
## Usage
The presentation uses [typst](https://typst.app) with the [postercise](https://typst.app/universe/package/postercise/) package.
To compile the poster PDF, run `just build-poster`.
You may also `just watch-poster` to continuously rebuild the poster on source changes.
## Acknowledgement
The template is derived from [postercise](https://github.com/dangh3014/postercise).