{"id":31112082,"url":"https://github.com/fairdataihub/posters-science-dev-docs","last_synced_at":"2025-09-17T08:54:45.117Z","repository":{"id":314531478,"uuid":"1055872145","full_name":"fairdataihub/posters-science-dev-docs","owner":"fairdataihub","description":"Developer documentation for the Posters.science platform","archived":false,"fork":false,"pushed_at":"2025-09-13T01:34:39.000Z","size":68,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-13T03:23:38.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dev.posters.science","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fairdataihub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T00:26:53.000Z","updated_at":"2025-09-13T01:37:09.000Z","dependencies_parsed_at":"2025-09-13T03:33:53.824Z","dependency_job_id":null,"html_url":"https://github.com/fairdataihub/posters-science-dev-docs","commit_stats":null,"previous_names":["fairdataihub/posters-science-dev-docs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fairdataihub/posters-science-dev-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fposters-science-dev-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fposters-science-dev-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fposters-science-dev-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fposters-science-dev-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fairdataihub","download_url":"https://codeload.github.com/fairdataihub/posters-science-dev-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fposters-science-dev-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275563849,"owners_count":25487542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-17T08:54:41.922Z","updated_at":"2025-09-17T08:54:45.112Z","avatar_url":"https://github.com/fairdataihub.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Posters.science Developer Documentation\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![VitePress](https://img.shields.io/badge/VitePress-blue.svg)](https://vitepress.dev/)\n\nDeveloper documentation for the Posters.science platform - a free, open-source solution for creating, sharing, and discovering scientific posters.\n\n## About Posters.science\n\nPosters.science is developed by the [FAIR Data Innovations Hub](https://fairdataihub.org/) to provide a comprehensive platform for scientific poster management. The platform focuses on:\n\n- **FAIR Compliance**: Ensuring findability, accessibility, interoperability, and reusability\n- **Open Source**: Free and accessible to the scientific community\n- **AI-Ready**: Structured metadata for enhanced discovery\n- **Repository Integration**: Works with established repositories like Zenodo and Figshare\n\n## Documentation Structure\n\nThis documentation covers:\n\n- 🏗️ **[Architecture](./architecture/)** - System design and technology stack\n- 📤 **[Submission Portal](./submission/)** - Poster upload and processing workflow\n- 🔍 **[Discovery Engine](./discovery/)** - Search capabilities and LLM integration\n- 📊 **[Monitoring \u0026 Analytics](./monitoring/)** - Observability and performance tracking\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 22.18.0 (managed via Volta)\n- Yarn 1.22.22\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/fairdataihub/posters-science-dev-docs.git\ncd posters-science-dev-docs\n\n# Install dependencies\nyarn install\n```\n\n### Development\n\n```bash\n# Start development server\nyarn dev\n\n# Or with custom port\nyarn docs:dev --port 3000\n```\n\nThe documentation will be available at `http://localhost:3000` or your custom port if you specified one.\n\n### Building\n\n```bash\n# Build for production\nyarn docs:build\n\n# Preview production build\nyarn docs:preview\n```\n\n## Technology Stack\n\n- **[VitePress](https://vitepress.dev/)** - Static site generator\n- **[Mermaid](https://mermaid.js.org/)** - Diagram generation\n- **[Vue 3](https://vuejs.org/)** - Frontend framework\n- **[Prettier](https://prettier.io/)** - Code formatting\n\n## Contributing\n\nWe welcome contributions! Please see our [main repository](https://github.com/fairdataihub/posters-science) for contribution guidelines.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Links\n\n- **Platform**: [https://posters.science](https://posters.science)\n- **Main Repository**: [https://github.com/fairdataihub/posters-science](https://github.com/fairdataihub/posters-science)\n- **Issues**: [https://github.com/fairdataihub/posters-science-dev-docs/issues](https://github.com/fairdataihub/posters-science-dev-docs/issues)\n- **FAIR Data Innovations Hub**: [https://fairdataihub.org/](https://fairdataihub.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairdataihub%2Fposters-science-dev-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairdataihub%2Fposters-science-dev-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairdataihub%2Fposters-science-dev-docs/lists"}