prog2_zoo
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (2.5%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: rcbaron
- License: mit
- Language: Java
- Default Branch: main
- Size: 197 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
- Releases: 0
Created 8 months ago
· Last pushed 8 months ago
Metadata Files
Readme
License
Citation
Codeowners
README.md
title: "Student Support Code for 'Zoo' Task (Generics)"
About
This represents the student support code for the Zoo task.
License
This work by Carsten Gips and contributors is licensed under MIT.
Owner
- Login: rcbaron
- Kind: user
- Repositories: 1
- Profile: https://github.com/rcbaron
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Student Support Code for 'Zoo' Task
message: >-
If you use this lecture material, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Carsten
family-names: Gips
email: cagix@hsbi.de
affiliation: HSBI
orcid: 'https://orcid.org/0000-0002-4230-9060'
repository-code: >-
https://github.com/Programmiermethoden-CampusMinden/prog2_ybel_zoo
abstract: This represents the student support code for the Zoo task.
keywords:
- java
- git
- testing
- clean code
- oer
license: MIT
GitHub Events
Total
- Delete event: 3
- Issue comment event: 4
- Push event: 2
- Pull request event: 13
- Create event: 11
Last Year
- Delete event: 3
- Issue comment event: 4
- Push event: 2
- Pull request event: 13
- Create event: 11
Dependencies
.github/workflows/github_ci.yml
actions
- actions/checkout v4 composite
- actions/setup-java v4 composite
build.gradle
maven
- org.junit.jupiter:junit-jupiter 5.12.2 testImplementation
- org.mockito:mockito-core 5.13.0 testImplementation
- org.junit.platform:junit-platform-launcher 1.12.2 testRuntimeOnly