{"id":21730737,"url":"https://github.com/digitalwarenkombinat/plantala","last_synced_at":"2025-10-07T12:31:14.125Z","repository":{"id":158934757,"uuid":"385230716","full_name":"digitalwarenkombinat/plantala","owner":"digitalwarenkombinat","description":"The web project Plantala was created during the Coding da Vinci Niedersachsen 2020 cultural hackathon and relaunched during a 3-months grant in 2020. It offers the opportunity to generate, print and color mandalas from beautiful vectorized plant elements from digitized botanical teaching posters and is completed by facts about the plants.","archived":false,"fork":false,"pushed_at":"2024-10-13T11:41:42.000Z","size":14754,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-26T04:17:18.545Z","etag":null,"topics":["codingdavinci","collection","culture","exploratory-visualization","hackathon","heritage","image","mandala","museum-collections","museum-digital","museum-experience","open-source","openglam","plants","prototype","react","single-page-app","webapp"],"latest_commit_sha":null,"homepage":"https://www.plantala.de","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/digitalwarenkombinat.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}},"created_at":"2021-07-12T11:54:34.000Z","updated_at":"2024-10-13T11:40:56.000Z","dependencies_parsed_at":"2023-05-31T22:47:01.814Z","dependency_job_id":"1bf6fa05-0eb3-49b6-bff0-b3771fe3c260","html_url":"https://github.com/digitalwarenkombinat/plantala","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalwarenkombinat%2Fplantala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalwarenkombinat%2Fplantala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalwarenkombinat%2Fplantala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalwarenkombinat%2Fplantala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalwarenkombinat","download_url":"https://codeload.github.com/digitalwarenkombinat/plantala/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235628178,"owners_count":19020540,"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","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":["codingdavinci","collection","culture","exploratory-visualization","hackathon","heritage","image","mandala","museum-collections","museum-digital","museum-experience","open-source","openglam","plants","prototype","react","single-page-app","webapp"],"created_at":"2024-11-26T04:17:23.468Z","updated_at":"2025-10-07T12:31:13.483Z","avatar_url":"https://github.com/digitalwarenkombinat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://digitalwarenkombinat.github.io/plantala/\"\u003e\n    \u003cimg alt=\"Logo of 'Plantala'\" src=\"public/icon-192.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n[![Screenshot of _Plantala_](plantala.png)](https://digitalwarenkombinat.github.io/plantala/)\n\n## About [_Plantala_](https://digitalwarenkombinat.github.io/plantala/)\n\nThe **Plantala** web application was created as a prototype as part of the Coding da Vinci Niedersachsen 2020 cultural hackathon and was renewed and further developed during a three-month grant. \n\nWith **Plantala** you can create your own mandalas from aesthetic plant parts, save them, print them out and color them. You can also learn something about the special characteristics of individual plants.\n\n**Plantala** allows to print the mandalas in combination with the information as a worksheet.\n\nThe images are based on plant elements from botanical teaching posters, which the Custody of the University of Göttingen has digitized and made available.\n\nAll black and white vector graphics and plantalas created are freely licensed and can be used in a variety of ways, e.g. for lessons, for environmental education offers or simply for private decoration.\n\n_**Plantala's** source code runs under an MIT license. Some of the digital copies of botanical teaching posters provided by the University of Göttingen were published under a CC BY-SA 4.0 license. The teaching charts that previously appeared in published works run under a Public Domain Mark 1.0 and are therefore in the public domain. This also applies to the colorful plant cuttings. All black and white plant vectors created specifically for the project run under a CC BY-SA 4.0 license._\n\n\n### MaaS (Media station as a Service)\n\nFurthermore within the project developed the idea of **Media station as a Service (MaaS)**, which allows easily to reuse the framework of the **Plantala** project to create new, simple Mandala generators and to use them as media station for example in museums, galleries or educational centers.\n\n## [Create your own media station!](./medienstationAsAService/README.md)\n\n## Feedback\n\nFeel free to send us feedback on [Twitter](https://twitter.com/digiwako) or [file an issue](https://github.com/digitalwarenkombinat/plantala/issues/new). Feature requests are always welcome.\n\n## Getting started\n\nRun the following command on your local environment:\n\n```\ngit clone --depth=1 https://github.com/digitalwarenkombinat/plantala.git\ncd plantala\nnpm install\n```\n\nYou can run the application in development mode with live reload:\n\n```\nnpm run dev\n```\n\nOpen http://localhost:3000 with your favorite browser to see the application.\n\n```\n.\n├── README.md            # README file\n├── next.config.js       # Next JS configuration\n├── public               # Public folder\n│   └── images           # Images used by the application\n├── components\n│   ├── ui               # Visual components\n│   └── utils            # Utility folder\n├── pages                # Next JS pages\n└── tsconfig.json        # TypeScript configuration\n```\n\nYou can see the results locally in production mode with:\n\n```\nnpm run build\nnpm run start\n```\n\nThe generated HTML and CSS files are minified (built-in feature from Next js).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalwarenkombinat%2Fplantala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalwarenkombinat%2Fplantala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalwarenkombinat%2Fplantala/lists"}