https://github.com/clarin-eric/curation-dashboard

java library for CLARIN's CMDI curation

https://github.com/clarin-eric/curation-dashboard

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary

Keywords

cmdi metadata-curation
Last synced: 9 months ago · JSON representation

Repository

java library for CLARIN's CMDI curation

Basic Info
  • Host: GitHub
  • Owner: clarin-eric
  • License: gpl-3.0
  • Language: Java
  • Default Branch: main
  • Size: 89.4 MB
Statistics
  • Stars: 4
  • Watchers: 8
  • Forks: 0
  • Open Issues: 2
  • Releases: 78
Topics
cmdi metadata-curation
Created over 10 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License

README.md

Clarin Curation Dashboard

Introduction

Curation Dashboard is a service originally developed by the technical team of the ACDH-CH hosted and maintained by CLARIN-ERIC. Its goal is to support CMD metadata authors and curators to improve quality of metadata for language resources. More information:

The 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.

Modularized project structure

mermaid erDiagram curation-web ||--o{ curation-api:uses curation-app ||--o{ curation-api:uses curation-app ||--o{ curation-chart:uses curation-api ||--o{ curation-cr:uses curation-cr ||--o{ curation-ccr:uses

curation-web

The curation-web module is the web application known the end-user as »curation dashboard«. Aside from the fact that it allows the user to upload single profiles or CMD instances for immediate analysis and the download of link checking results in different formats, curation-web is only a dump application to serve static reports which have been generated by the curation-api module.

curation-app

The curation-app module is a stand-alone application which uses the curation-api to generate profile reports, CMD collection reports and link checker reports and stores these reports as XML and HTML in the file system. These are the static files later on served by curation-web.

curation-chart

The curation-chart modules bundles classes to create charts by the means of the jfreechart API. Currently it is only used to create stacked area charts to visualize the link checking results of the last year.

curation-api

The curation API is the central unit to process schema (profiles), CMD instances and whole collections of CMD instances. As a result of the processing it generates static reports on the quality of profiles and CMD instances. Further on it extracts web links from the CMD files, writes the to a database which is used for permanent link checking and enriches the reports by the latest link checking statistics.

curation-cr

The CR service is managing instances of ProfileCacheEntry. A ProfileCacheEntry is a Java object, which contains all xpaths to elements and attributes of implementations of a specific schema (profile), on other words the CMD files based on the schema. An addition to this the ProfileCacheEntry contains an instance of Schema, which is the Java representation of an XML schema.

curation-ccr

The CCR service is managing instances of CCRConcept. A CRRConcept is a Java object which contains information on URI, preferred label and status of a specific concept.

Owner

  • Name: CLARIN ERIC
  • Login: clarin-eric
  • Kind: organization
  • Email: trac@clarin.eu
  • Location: Utrecht, The Netherlands

CLARIN central source code hub

GitHub Events

Total
  • Create event: 28
  • Release event: 24
  • Issues event: 47
  • Delete event: 15
  • Issue comment event: 45
  • Push event: 89
Last Year
  • Create event: 28
  • Release event: 24
  • Issues event: 47
  • Delete event: 15
  • Issue comment event: 45
  • Push event: 89

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 15
  • Total pull requests: 1
  • Average time to close issues: 4 months
  • Average time to close pull requests: 23 days
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 1.6
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 12
  • Pull requests: 1
  • Average time to close issues: 5 days
  • Average time to close pull requests: 23 days
  • Issue authors: 3
  • Pull request authors: 1
  • Average comments per issue: 1.5
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wowasa (57)
  • twagoo (6)
  • TomazErjavec (2)
  • coy123 (1)
  • vronk (1)
Pull Request Authors
  • wowasa (6)
Top Labels
Issue Labels
enhancement (17) bug (9)
Pull Request Labels
enhancement (1) bug (1)

Dependencies

curation-api/pom.xml maven
  • com.google.code.gson:gson
  • com.sun.xml.bind:jaxb-impl 2.4.0-b180830.0438
  • com.ximpleware:vtd-xml 2.13.4
  • commons-io:commons-io [2.7,)
  • commons-validator:commons-validator 1.7
  • eu.clarin.cmdi:curation-cr ${revision}
  • eu.clarin.cmdi:vlo-importer 4.11.2
  • eu.clarin:linkchecker-persistence ${linkchecker-persistence.version}
  • javax.xml.bind:jaxb-api
  • net.sf.saxon:Saxon-HE 10.3
  • org.apache.commons:commons-lang3
  • org.apache.httpcomponents:httpclient
  • org.glassfish.jaxb:jaxb-core 2.3.0.1
  • org.glassfish.jaxb:jaxb-runtime
  • org.springframework.boot:spring-boot-configuration-processor
  • org.springframework.boot:spring-boot-starter-data-jpa
  • com.h2database:h2 test
curation-app/pom.xml maven
  • eu.clarin.cmdi:curation-api 6.0.0-SNAPSHOT compile
  • org.mariadb.jdbc:mariadb-java-client
  • org.projectlombok:lombok
  • org.springframework.boot:spring-boot-configuration-processor
  • org.springframework.boot:spring-boot-starter-data-jpa
  • com.h2database:h2 test
  • org.springframework.boot:spring-boot-starter-test test
curation-ccr/pom.xml maven
  • com.google.code.gson:gson
  • commons-io:commons-io 2.11.0
  • org.apache.commons:commons-lang3
  • org.springframework.boot:spring-boot-configuration-processor
  • org.springframework.boot:spring-boot-starter-cache
curation-cr/pom.xml maven
  • com.ximpleware:vtd-xml 2.13.4
  • commons-io:commons-io 2.11.0
  • eu.clarin.cmdi:curation-ccr ${revision}
  • eu.clarin.cmdi:curation-pph ${revision}
  • org.apache.commons:commons-lang3
  • org.glassfish.jaxb:jaxb-runtime
  • org.springframework.boot:spring-boot-configuration-processor
  • org.springframework.boot:spring-boot-starter-cache
curation-pph/pom.xml maven
  • org.springframework.boot:spring-boot-configuration-processor
  • org.springframework.boot:spring-boot-starter-cache
curation-web/pom.xml maven
  • eu.clarin.cmdi:curation-core ${revision} compile
  • javax.servlet:javax.servlet-api 4.0.1 provided
  • org.apache.logging.log4j:log4j-slf4j-impl 2.17.2
  • org.commonmark:commonmark 0.18.2
  • org.commonmark:commonmark-ext-gfm-tables 0.18.2
  • org.glassfish.jersey.containers:jersey-container-servlet 2.34
  • org.glassfish.jersey.core:jersey-client 2.34
  • org.glassfish.jersey.core:jersey-common 2.34
  • org.glassfish.jersey.core:jersey-server 2.34
  • org.glassfish.jersey.inject:jersey-hk2 2.34
  • org.glassfish.jersey.media:jersey-media-multipart 2.34
  • org.jsoup:jsoup 1.14.2
  • junit:junit 4.13.1 test
pom.xml maven
  • org.projectlombok:lombok 1.18.24 provided
  • org.junit.jupiter:junit-jupiter-api 5.7.2 test
  • org.junit.jupiter:junit-jupiter-engine 5.7.2 test