https://github.com/fairdataihub/posters-science-docs
Documentation for the Posters.science platform.
https://github.com/fairdataihub/posters-science-docs
documentation fair-data poster vitepress
Last synced: 12 days ago
JSON representation
Documentation for the Posters.science platform.
- Host: GitHub
- URL: https://github.com/fairdataihub/posters-science-docs
- Owner: fairdataihub
- License: mit
- Created: 2026-05-04T23:51:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-07T00:05:40.000Z (about 1 month ago)
- Last Synced: 2026-05-07T01:18:38.618Z (about 1 month ago)
- Topics: documentation, fair-data, poster, vitepress
- Language: Python
- Homepage: https://docs.posters.science
- Size: 5.27 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Posters.science
A free, open-source platform for sharing, discovering, and citing scientific posters.
Website
·
Developer Docs
·
Report Bug
·
Request Feature
---
## About
Posters.science is a platform for researchers to upload, share, and discover scientific conference posters. When a poster is uploaded, the platform automatically extracts structured metadata such as titles, authors, affiliations, sections, and figure captions. This makes posters findable, citable, and machine-readable.
The platform is built around [FAIR principles](https://www.go-fair.org/fair-principles/) (Findable, Accessible, Interoperable, Reusable) and integrates with [Zenodo](https://zenodo.org/) so that posters can be deposited with a DOI for long-term archival and citation.
Posters.science is developed by the [FAIR Data Innovations Hub](https://fairdataihub.org/) at the [California Medical Innovations Institute (CalMI2)](https://calmi2.org/).
## Getting Started
**Prerequisites:** Mise to handle the node and pnpm installation.
```bash
mise trust # only needed the first time to trust this repository
mise install
pnpm install
pnpm dev
```
The site will be available at `http://localhost:3000`.
## Scripts
| Command | Description |
| ------------------- | ------------------------ |
| `pnpm dev` | Start local dev server |
| `pnpm docs:build` | Build for production |
| `pnpm docs:preview` | Preview production build |
## License
This work is licensed under the [MIT License](LICENSE).