https://github.com/acdh-oeaw/distanbol

Distanbol generates a human-readable rendering of the Stanbol enrich-output

https://github.com/acdh-oeaw/distanbol

Science Score: 36.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
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary

Keywords

stanbol visualization

Keywords from Contributors

interactive projection archival sequences observability autograding hacking shellcodes modular network-simulation
Last synced: 10 months ago · JSON representation

Repository

Distanbol generates a human-readable rendering of the Stanbol enrich-output

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: Java
  • Default Branch: master
  • Size: 2.42 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
stanbol visualization
Created almost 8 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

Distanbol

https://distanbol.acdh.oeaw.ac.at

Distanbol generates a human-readable rendering of the Stanbol enrich-output.

Distanbol accepts two parameters as query parameters:

URL: The URL to the Stanbol output Json file.

Confidence(Optional): The minimum confidence threshold determined by Stanbol. The results will have a confidence of greater than this number. The default value is 0.7.

You can either: - Put your Stanbol json output URL as a query:

https://distanbol.acdh.oeaw.ac.at?URL={URL of your Stanbol output in json}&confidence={minimum confidence threshold} - Or use the form on the homepage.

Examples with default Confidence(0.7):

Examples with confidence as parameter(same example, different confidence):

Licensing

All Distanbol code unless otherwise noted is licensed under the terms of the MIT License.

Owner

  • Name: Austrian Centre for Digital Humanities & Cultural Heritage
  • Login: acdh-oeaw
  • Kind: organization
  • Email: acdh@oeaw.ac.at
  • Location: Vienna, Austria

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 58
  • Total Committers: 5
  • Avg Commits per committer: 11.6
  • Development Distribution Score (DDS): 0.224
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Can c****l@g****m 45
Pancic D****c@o****t 6
dependabot[bot] 4****] 4
Asil Çetin 2****n 2
Omar Siam s****r@g****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 17
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 months
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.59
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 16
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (11)
  • coy123 (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (11)

Dependencies

pom.xml maven
  • com.fasterxml.jackson.core:jackson-databind 2.10.0
  • commons-validator:commons-validator 1.6
  • javax.activation:activation 1.1.1
  • javax.servlet:servlet-api 2.5
  • javax.xml.bind:jaxb-api 2.3.1
  • org.apache.logging.log4j:log4j-core 2.13.0
  • org.glassfish.jersey.connectors:jersey-apache-connector 2.27
  • org.glassfish.jersey.containers:jersey-container-servlet 2.27
  • org.glassfish.jersey.core:jersey-common 2.27
  • org.glassfish.jersey.inject:jersey-hk2 2.27
  • org.glassfish.jersey.media:jersey-media-multipart 2.27
  • org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 2.27
  • org.jsoup:jsoup 1.11.3
  • junit:junit 4.12 test
.github/workflows/starter.yaml actions