gitcodev

Curriculum for a short course on Git for version control and Collaborative Development

https://github.com/4turesearchdata-carpentries/gitcodev

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary

Keywords

collaborative-development course curriculum
Last synced: 6 months ago · JSON representation ·

Repository

Curriculum for a short course on Git for version control and Collaborative Development

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 5
  • Open Issues: 7
  • Releases: 1
Topics
collaborative-development course curriculum
Created almost 2 years ago · Last pushed 7 months ago
Metadata Files
Readme Contributing License Citation

README.md

GitCoDev

A curriculum for a short course on Version Control and Collaborative Development for Research Software.

Installation

We use JupyterBook for documenting this course.

  1. Install dependencies

bash pip install -r requirements.txt

  1. Build the book

bash jupyter book build gitcodev/

Contributing

Please read the contributing guidelines to know how you could contribute to this project.

Citation

This course has been designed, developed and delivered by Manuel Garcia Alvarez and Giordano Lipari. Please cite these materials as follows:

Garcia Alvarez, M., & Lipari, G. Version Control and Collaborative Development for Research Software. https://github.com/manuGil/GitCoDev

License

Creative Commons License

Copyright

© 2023 Manuel G. Garcia & Giordano Lipari, Delft, The Netherlands.

Owner

  • Name: 4TU.ResearchData - Training
  • Login: 4TUResearchData-Carpentries
  • Kind: organization

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: >-
  Version Control and Collaborative Development for Research
  Software
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Manuel
    family-names: Garcia Alvarez
    email: m.g.garciaalvarez@tudelft.nl
    affiliation: Technische Universiteit Delft
    orcid: 'https://orcid.org/0000-0003-1579-9989'
  - given-names: Giordano
    family-names: Lipari
    affiliation: Waterveweging
repository-code: 'https://github.com/manuGil/GitCoDev'
url: 'https://manugil.github.io/GitCoDev'
abstract: >-
  Version control is an essential tool in software
  development. It enables the tracking of changes in the
  code source and the management of multiple versions. Git
  is a version control system that allows asynchronous
  development and is currently the most popular version
  control system. Collaborative development is a software
  development approach that can help researchers organise
  their software projects, foster collaboration among their
  peers and create a community around open-source research
  software. Researchers involved or expecting to be involved
  in developing research software can benefit greatly from
  mastering the basics of collaborative development.
keywords:
  - version control
  - collaborative development
  - research software
  - git
  - curriculum
license: CC-BY-4.0

GitHub Events

Total
  • Issues event: 17
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 4
  • Push event: 11
  • Pull request review comment event: 5
  • Pull request review event: 11
  • Pull request event: 24
  • Fork event: 2
  • Create event: 2
Last Year
  • Issues event: 17
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 4
  • Push event: 11
  • Pull request review comment event: 5
  • Pull request review event: 11
  • Pull request event: 24
  • Fork event: 2
  • Create event: 2

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 130
  • Total Committers: 3
  • Avg Commits per committer: 43.333
  • Development Distribution Score (DDS): 0.015
Past Year
  • Commits: 130
  • Committers: 3
  • Avg Commits per committer: 43.333
  • Development Distribution Score (DDS): 0.015
Top Committers
Name Email Commits
Manuel Garcia g****2@g****m 128
Halford Dace 6****d 1
Elviss Dvinskis e****s@t****o 1
Committer Domains (Top 20 + Academic)
tuta.io: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 13
  • Total pull requests: 29
  • Average time to close issues: 3 months
  • Average time to close pull requests: 14 days
  • Total issue authors: 1
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.34
  • Merged pull requests: 23
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 12
  • Pull requests: 25
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 17 days
  • Issue authors: 1
  • Pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • manuGil (11)
Pull Request Authors
  • manuGil (19)
  • halfordd (4)
  • carlosug (2)
  • edvinskis (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
enhancement (13) documentation (8) bug (3)

Dependencies

gitcodev/requirements.txt pypi
  • jupyter-book * development
  • matplotlib * development
  • numpy * development
.github/workflows/deploy.yml actions
  • actions/checkout v4 composite
  • actions/deploy-pages v2 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v2 composite