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 (8.8%) to scientific vocabulary
Repository
Text Repository
Basic Info
- Host: GitHub
- Owner: knaw-huc
- License: apache-2.0
- Language: Java
- Default Branch: master
- Size: 2.79 MB
Statistics
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 113
- Releases: 8
Metadata Files
README.md
Text Repository
Backend repository to store and index corpora with metadata and versions.
Documentation can be found at readthedocs.
License
Copyright 2019-2022 Koninklijke Nederlandse Akademie van Wetenschappen
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Owner
- Name: KNAW Humanities Cluster
- Login: knaw-huc
- Kind: organization
- Location: Netherlands
- Website: https://huc.knaw.nl/
- Repositories: 61
- Profile: https://github.com/knaw-huc
Connecting people, research, data and collections. - IISG/Huygens Institute/Meertens Institute
CodeMeta (codemeta.json)
{
"@context": [
"https://raw.githubusercontent.com/codemeta/codemeta/2.0/codemeta.jsonld",
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
"https://w3id.org/software-types"
],
"@id": "https://github.com/knaw-huc/textrepo",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/knaw-huc/textrepo",
"dateCreated": "2019-08-07T17:26:01Z+0200",
"dateModified": "2022-03-15T14:51:17Z+0100",
"description": "Text Repository",
"developmentStatus": "https://www.repostatus.org/#active",
"downloadUrl": "https://github.com/knaw-huc/textrepo/archive/refs/tags/v1.19.0.zip",
"identifier": "textrepo",
"issueTracker": "https://github.com/knaw-huc/textrepo/issues",
"license": "http://spdx.org/licenses/Apache-2.0",
"name": "textrepo",
"producer": {
"@id": "/org/knaw-humanities-cluster",
"name": "KNAW Humanities Cluster",
"url": "https://huc.knaw.nl/"
},
"releaseNotes": "https://github.com/knaw-huc/textrepo/releases/tag/v1.19.0",
"softwareHelp": {
"@id": "http://textrepo.readthedocs.io/en/latest/",
"@type": "WebSite",
"name": "Text Repository Text Repository documentation",
"url": "http://textrepo.readthedocs.io/en/latest/"
},
"version": "v1.19.0"
}
GitHub Events
Total
- Watch event: 1
- Push event: 37
- Pull request event: 43
- Fork event: 2
- Create event: 36
Last Year
- Watch event: 1
- Push event: 37
- Pull request event: 43
- Fork event: 2
- Create event: 36
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 32
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 32
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- hayco (76)
- dependabot[bot] (7)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- com.fasterxml.jackson.core:jackson-databind 2.12.6.1
- commons-io:commons-io 2.8.0
- io.dropwizard:dropwizard-core 2.0.21
- io.dropwizard:dropwizard-testing 2.0.21
- org.apache.commons:commons-lang3 3.12.0
- org.apache.commons:commons-text 1.9
- org.assertj:assertj-core 3.19.0
- org.concordion:concordion-embed-extension 1.2.0
- org.elasticsearch.client:elasticsearch-rest-high-level-client 7.12.0
- org.glassfish.jersey.core:jersey-client 2.33
- org.glassfish.jersey.inject:jersey-hk2 2.33
- org.glassfish.jersey.media:jersey-media-multipart 2.33
- org.postgresql:postgresql 42.3.3
- com.jayway.jsonpath:json-path 2.5.0 test
- org.concordion:concordion 3.1.3 test
- org.mockito:mockito-core 3.0.0 test
- io.dropwizard:dropwizard-dependencies 2.0.21 import
- com.jayway.jsonpath:json-path 2.5.0
- commons-io:commons-io 2.8.0
- io.dropwizard:dropwizard-client 2.0.21
- io.dropwizard:dropwizard-core
- io.dropwizard:dropwizard-forms 2.0.21
- org.apache.commons:commons-lang3 3.12.0
- org.apache.tika:tika-core 1.26
- org.apache.tika:tika-parsers 1.26
- org.assertj:assertj-core 3.19.0
- com.sun.xml.bind:jaxb-impl 2.3.2 test
- io.dropwizard:dropwizard-testing test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory test
- org.junit.jupiter:junit-jupiter 5.6.0 test
- org.mock-server:mockserver-client-java 5.4.1 test
- org.mock-server:mockserver-netty 5.4.1 test
- org.mockito:mockito-core 3.0.0 test
- io.dropwizard:dropwizard-dependencies 2.0.21 import
- com.jayway.jsonpath:json-path 2.5.0
- commons-io:commons-io 2.8.0
- io.dropwizard:dropwizard-client 2.0.21
- io.dropwizard:dropwizard-core
- io.dropwizard:dropwizard-forms 2.0.21
- org.apache.commons:commons-lang3 3.12.0
- org.assertj:assertj-core 3.19.0
- com.sun.xml.bind:jaxb-impl 2.3.2 test
- io.dropwizard:dropwizard-testing test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory test
- org.junit.jupiter:junit-jupiter 5.6.0 test
- org.mock-server:mockserver-client-java 5.4.1 test
- org.mock-server:mockserver-netty 5.4.1 test
- org.mockito:mockito-core 3.0.0 test
- io.dropwizard:dropwizard-dependencies 2.0.21 import
- com.jayway.jsonpath:json-path 2.5.0
- commons-io:commons-io 2.8.0
- io.dropwizard:dropwizard-client 2.0.21
- io.dropwizard:dropwizard-core
- io.dropwizard:dropwizard-forms 2.0.21
- org.apache.commons:commons-lang3 3.12.0
- org.apache.tika:tika-core 1.26
- org.apache.tika:tika-parsers 1.26
- org.assertj:assertj-core 3.19.0
- com.sun.xml.bind:jaxb-impl 2.3.2 test
- io.dropwizard:dropwizard-testing test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory test
- org.junit.jupiter:junit-jupiter 5.6.0 test
- org.mock-server:mockserver-client-java 5.4.1 test
- org.mock-server:mockserver-netty 5.4.1 test
- org.mockito:mockito-core 3.0.0 test
- io.dropwizard:dropwizard-dependencies 2.0.21 import
- com.smoketurner:dropwizard-swagger 2.0.0-1
- commons-io:commons-io 2.8.0
- io.dropwizard:dropwizard-client 2.0.21
- io.dropwizard:dropwizard-core
- io.dropwizard:dropwizard-forms 2.0.21
- io.dropwizard:dropwizard-jdbi3 2.0.21
- org.apache.commons:commons-lang3 3.12.0
- org.assertj:assertj-core 3.19.0
- org.elasticsearch.client:elasticsearch-rest-high-level-client 7.12.0
- org.flywaydb:flyway-core 7.10.0
- org.jdbi:jdbi3-postgres
- org.postgresql:postgresql 42.3.3
- xerces:xercesImpl 2.12.2
- xom:xom 1.3.7
- com.jayway.jsonpath:json-path 2.5.0 test
- com.sun.xml.bind:jaxb-impl 2.3.2 test
- io.dropwizard:dropwizard-testing test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 test
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory test
- org.junit.jupiter:junit-jupiter 5.6.0 test
- org.mock-server:mockserver-client-java 5.4.1 test
- org.mock-server:mockserver-netty 5.4.1 test
- org.mockito:mockito-core 3.0.0 test
- org.mockito:mockito-inline 3.0.0 test
- actions/checkout v2 composite
- alpine 3.12 build
- knawhuc/textrepo-builder latest build
- docker.elastic.co/elasticsearch/elasticsearch 7.6.0 build
- adoptopenjdk/openjdk16 alpine build
- knawhuc/textrepo-builder latest build
- adoptopenjdk/openjdk16 alpine build
- knawhuc/textrepo-builder latest build
- adoptopenjdk/openjdk16 alpine build
- knawhuc/textrepo-builder latest build
- python 3.8 build
- knawhuc/textrepo-about ${DOCKER_TAG}
- knawhuc/textrepo-app ${DOCKER_TAG}
- knawhuc/textrepo-autocomplete-indexer ${DOCKER_TAG}
- knawhuc/textrepo-concordion ${DOCKER_TAG}
- knawhuc/textrepo-elasticsearch ${DOCKER_TAG}
- knawhuc/textrepo-file-indexer ${DOCKER_TAG}
- knawhuc/textrepo-full-text-indexer ${DOCKER_TAG}
- knawhuc/textrepo-nginx ${DOCKER_TAG}
- postgres 11-alpine
- knawhuc/textrepo-app ${DOCKER_TAG}
- knawhuc/textrepo-elasticsearch ${DOCKER_TAG}
- knawhuc/textrepo-file-indexer ${DOCKER_TAG}
- postgres 11-alpine
- knawhuc/textrepo-about ${DOCKER_TAG}
- knawhuc/textrepo-app ${DOCKER_TAG}
- knawhuc/textrepo-autocomplete-indexer ${DOCKER_TAG}
- knawhuc/textrepo-concordion ${DOCKER_TAG}
- knawhuc/textrepo-elasticsearch ${DOCKER_TAG}
- knawhuc/textrepo-file-indexer ${DOCKER_TAG}
- knawhuc/textrepo-full-text-indexer ${DOCKER_TAG}
- knawhuc/textrepo-nginx ${DOCKER_TAG}
- postgres 11-alpine
- knawhuc/textrepo-about ${DOCKER_TAG}
- knawhuc/textrepo-app ${DOCKER_TAG}
- knawhuc/textrepo-autocomplete-indexer ${DOCKER_TAG}
- knawhuc/textrepo-elasticsearch ${DOCKER_TAG}
- knawhuc/textrepo-file-indexer ${DOCKER_TAG}
- knawhuc/textrepo-full-text-indexer ${DOCKER_TAG}
- knawhuc/textrepo-nginx ${DOCKER_TAG}
- postgres 11-alpine
- nginx 1.17 build
- adoptopenjdk/openjdk16 alpine build
- knawhuc/textrepo-builder latest build