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

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.

Awesome Lists containing this project

README

          

Posters.science logo


Posters.science


A free, open-source platform for sharing, discovering, and citing scientific posters.




contributors


stars


open issues


license


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).