You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48-20Lines changed: 48 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,40 @@
1
1
<divalign="center">
2
2
3
-
<h1>posters.science Documentation</h1>
3
+
<imgsrc="https://cdn.posters.science/logos/poster-fairy.png"alt="Posters.science logo"title="This image was generated by AI"width="200"height="auto" />
4
+
5
+
<br />
6
+
7
+
<h1>Posters.science</h1>
8
+
9
+
<p>
10
+
A free, open-source platform for sharing, discovering, and citing scientific posters.
@@ -17,32 +44,33 @@ Documentation for posters.science.
17
44
18
45
## About
19
46
20
-
This repository contains the documentation for posters.science.
47
+
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.
21
48
22
-
## Developer Instructions
49
+
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.
23
50
24
-
### Prerequisites
51
+
Posters.science is developed by the [FAIR Data Innovations Hub](https://fairdataihub.org/) at the [California Medical Innovations Institute (CalMI2)](https://calmi2.org/).
25
52
26
-
This project uses `yarn` as the package manager.
53
+
## Getting Started
27
54
28
-
```bash
29
-
npm install -g yarn
30
-
```
31
-
32
-
### Run Locally
55
+
**Prerequisites:** Mise to handle the node and pnpm installation.
0 commit comments