prog2_ybel_zoo

Student Support Code for 'Zoo' Task

https://github.com/programmiermethoden-campusminden/prog2_ybel_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 (3.1%) to scientific vocabulary

Keywords

clean-code git java oer open-educational-resources testing
Last synced: 4 months ago · JSON representation ·

Repository

Student Support Code for 'Zoo' Task

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
clean-code git java oer open-educational-resources testing
Created almost 2 years ago · Last pushed 11 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

  • Name: Programmiermethoden @ Campus Minden
  • Login: Programmiermethoden-CampusMinden
  • Kind: organization

Vorlesungen "Programmiermethoden" und "Programmieren 2" (HSBI)

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
  • Watch event: 1
  • Delete event: 8
  • Issue comment event: 6
  • Push event: 2
  • Pull request review event: 6
  • Pull request event: 16
  • Fork event: 4
  • Create event: 8
Last Year
  • Watch event: 1
  • Delete event: 8
  • Issue comment event: 6
  • Push event: 2
  • Pull request review event: 6
  • Pull request event: 16
  • Fork event: 4
  • Create event: 8

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.2
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 8
Past Year
  • Issues: 0
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: about 6 hours
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.2
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 8
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (15)
  • AmarSmo (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (5) java (4) github_actions (1)

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.10.2 testImplementation
  • org.mockito:mockito-core 5.11.0 testImplementation
  • org.junit.platform:junit-platform-launcher 1.10.2 testRuntimeOnly