{"id":46995795,"url":"https://github.com/clarin-eric/curation-dashboard","last_synced_at":"2026-03-11T15:12:52.719Z","repository":{"id":40687096,"uuid":"48489093","full_name":"clarin-eric/curation-dashboard","owner":"clarin-eric","description":"java library for CLARIN's CMDI curation","archived":false,"fork":false,"pushed_at":"2026-03-04T18:30:25.000Z","size":93825,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-03-04T23:14:59.471Z","etag":null,"topics":["cmdi","metadata-curation"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clarin-eric.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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":"2015-12-23T12:21:28.000Z","updated_at":"2025-12-15T17:57:16.000Z","dependencies_parsed_at":"2023-11-28T22:24:53.340Z","dependency_job_id":"9f4b6c38-a8ca-4962-8569-609a177b7ce3","html_url":"https://github.com/clarin-eric/curation-dashboard","commit_stats":null,"previous_names":[],"tags_count":135,"template":false,"template_full_name":null,"purl":"pkg:github/clarin-eric/curation-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fcuration-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fcuration-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fcuration-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fcuration-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarin-eric","download_url":"https://codeload.github.com/clarin-eric/curation-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fcuration-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30385342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cmdi","metadata-curation"],"created_at":"2026-03-11T15:12:52.055Z","updated_at":"2026-03-11T15:12:52.715Z","avatar_url":"https://github.com/clarin-eric.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clarin Curation Dashboard\n## Introduction\nCuration Dashboard is a service originally developed by the technical team of the [ACDH](https://www.oeaw.ac.at/acdh) hosted and maintained by\n[CLARIN ERIC](https://www.clarin.eu/). Its goal is to support CMD metadata authors and curators to improve quality of metadata for language resources. More information:\n\n* [CMD -Component Metadata](https://www.clarin.eu/content/component-metadata) - the CLARIN metadata framework.\n* [Code on Github](https://github.com/clarin-eric/curation-dashboard)\n* [CLARIN-PLUS deliverable D2.1](https://office.clarin.eu/v/CE-2016-0742-CLARINPLUS-D2_1.pdf) - specification document for the Curation Dashboard from 2016, formulated in the context of [CLARIN-PLUS](https://www.clarin.eu/content/factsheet-clarin-plus) project.\n\nThe goal of this project is to implement software component for curation and quality assessment which can be integrated in the CLARINs VLO workflow. Project is initialized by Metadata Curation Task Force. Specification for the Curation Dashboard is based on the Metadata Quality Assessment Service proposal. Curation Dashboard validates and normalizes single MD records, repositories and profiles, to assess their quality and to produce reports with different information for different actors in VLO workflow. For implementation this project will use some of the existing CLARIN components. \n\n## Modularized project structure\n```mermaid\nerDiagram\n    curation-web ||--o{ curation-api:uses\n    curation-app ||--o{ curation-api:uses\n    curation-app ||--o{ curation-chart:uses\n    curation-api ||--o{ curation-cr:uses\n    curation-cr ||--o{ curation-ccr:uses\n```\n\n### curation-web\nThe curation-web module is the web application known the end-user as [»curation dashboard«](https://curation.clarin.eu/).\nAside from the fact that it allows the user to upload single profiles or CMD instances for immediate analysis and the download of\nlink checking results in different formats, curation-web is only a dump application to serve static reports which\nhave been generated by the curation-api module.\n\n### curation-app\nThe curation-app module is a stand-alone application which uses the curation-api to generate profile reports, CMD collection\nreports and link checker reports and stores these reports as XML and HTML in the file system. These are the static files\nlater on served by curation-web.\n\n### curation-chart\nThe curation-chart modules bundles classes to create charts by the means of the [jfreechart API](https://www.jfree.org/jfreechart/). \nCurrently it is only used to create stacked area charts to visualize the link checking results of the last year. \n\n### curation-api\nThe curation API is the central unit to process schema (profiles), CMD instances and whole collections of CMD instances.\nAs a result of the processing it generates static reports on the quality of profiles and CMD instances. Further on it\nextracts web links from the CMD files, writes the to a database which is used for permanent link checking and enriches\nthe reports by the latest link checking statistics.\n\n### curation-cr\nThe CR service is managing instances of ProfileCacheEntry. A ProfileCacheEntry is a Java object, which contains all\nxpaths to elements and attributes of implementations of a specific schema (profile), on other words the CMD files\nbased on the schema.\nAn addition to this the ProfileCacheEntry contains an instance of Schema, which is the Java representation of an XML schema.\n\n### curation-ccr\nThe CCR service is managing instances of CCRConcept. A CRRConcept is a Java object which contains information on URI,\npreferred label and status of a specific concept.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarin-eric%2Fcuration-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarin-eric%2Fcuration-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarin-eric%2Fcuration-dashboard/lists"}