{"id":28134637,"url":"https://github.com/ad4gd/pilots-graphical-user-interfaces","last_synced_at":"2026-01-23T06:20:34.125Z","repository":{"id":290721211,"uuid":"975344845","full_name":"AD4GD/Pilots-Graphical-User-Interfaces","owner":"AD4GD","description":"This repository is reserved for both Pilot 1 and Pilot 2 GUIs","archived":false,"fork":false,"pushed_at":"2025-08-05T07:29:31.000Z","size":5789,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-05T09:21:54.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/AD4GD.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}},"created_at":"2025-04-30T06:59:39.000Z","updated_at":"2025-08-05T07:29:35.000Z","dependencies_parsed_at":"2025-08-05T09:06:41.663Z","dependency_job_id":"765bfa25-f16b-44a1-bb3e-c68ac4785eba","html_url":"https://github.com/AD4GD/Pilots-Graphical-User-Interfaces","commit_stats":null,"previous_names":["ad4gd/pilots-graphical-user-interfaces"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AD4GD/Pilots-Graphical-User-Interfaces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AD4GD%2FPilots-Graphical-User-Interfaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AD4GD%2FPilots-Graphical-User-Interfaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AD4GD%2FPilots-Graphical-User-Interfaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AD4GD%2FPilots-Graphical-User-Interfaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AD4GD","download_url":"https://codeload.github.com/AD4GD/Pilots-Graphical-User-Interfaces/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AD4GD%2FPilots-Graphical-User-Interfaces/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-05-14T14:16:42.686Z","updated_at":"2026-01-23T06:20:34.115Z","avatar_url":"https://github.com/AD4GD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AD4GD Graphical User Interface\n\n## About\n\nThe AD4GD (All Data for Green Deal) Graphical User Interface component contains two separated web-based applications: The Splashboard (Pilot 1) and the BioConnect Tool (Pilot 2). The Splashboard provides users with a flexible interface for data visualization of the lakes from Berlin. The BioConnect Tool offers a user-friendly interface for the BioConnect platform, which monitors the habitat connectivity for the Catalonia region in Spain.\n\nVisit our project [Splashboard](https://ad4gd.fit.fraunhofer.de/splashboard)  \nVisit our project [BioConnect Tool](https://ad4gd.fit.fraunhofer.de/bioconnect)\n\n\u003cp align=\"center\"\u003e\n  \u003cfigure\u003e\n    \u003cimg src=\"./pilot1.png\" alt=\"Splashboard Screenshot\" width=\"600\"/\u003e\n    \u003cfigcaption\u003e\u003cem\u003eFigure 1: The Splashboard\u003c/em\u003e\u003c/figcaption\u003e\n  \u003c/figure\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cfigure\u003e\n    \u003cimg src=\"./pilot2.png\" alt=\"BioConnect Tool Screenshot\" width=\"600\"/\u003e\n    \u003cfigcaption\u003e\u003cem\u003eFigure 2: The BioConnect Tool\u003c/em\u003e\u003c/figcaption\u003e\n  \u003c/figure\u003e\n\u003c/p\u003e\n\n## Getting Started\n\n### User Access\n\nTo use the application:\n\n1. Visit https://ad4gd.fit.fraunhofer.de\n2. Create an account or log in with existing credentials (You can just log in without email verification)\n3. Access the application you want to use (Splashboard or BioConnect Tool)\n\n### Development Setup\n\n#### Environment Setup\n\n1. Copy `.env.example` to `.env`\n2. Fill in your Parse Server credentials in `.env`:\n\n```env\nPARSE_PUBLIC_SERVER_URL=your_parse_server_url\nPARSE_APP_ID=your_app_id\nPARSE_MASTER_KEY=your_master_key\n```\n\n#### Prerequisites\n\nYou will need:\n\n- Node.js (^18)\n- npm (\u003e=7)\n- pnpm (^8)\n\nVerify your installation:\n\n```bash\nnode --version\nnpm --version\nnpm i -g pnpm\n```\n\n#### Installation\n\nInstall dependencies:\n\n```bash\npnpm i\n```\n\n#### Development Server\n\nStart the development server (port 8080):\n\n```bash\npnpm start\n```\n\n#### Production Build\n\nCreate a production build:\n\n```bash\npnpm run build\n```\n\nThe build output will be in the `./dist` folder. When deploying:\n\n- Copy the contents of `./dist` to your web server\n- Configure the server to redirect 404s to `index.html` for client-side routing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad4gd%2Fpilots-graphical-user-interfaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fad4gd%2Fpilots-graphical-user-interfaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad4gd%2Fpilots-graphical-user-interfaces/lists"}