gitcodev
Curriculum for a short course on Git for version control and Collaborative Development
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
Repository
Curriculum for a short course on Git for version control and Collaborative Development
Basic Info
- Host: GitHub
- Owner: 4TUResearchData-Carpentries
- License: other
- Language: CSS
- Default Branch: main
- Homepage: https://4turesearchdata-carpentries.github.io/GitCoDev/
- Size: 2.55 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 7
- Releases: 1
Topics
Metadata Files
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.
- Install dependencies
bash
pip install -r requirements.txt
- 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
Copyright
© 2023 Manuel G. Garcia & Giordano Lipari, Delft, The Netherlands.
Owner
- Name: 4TU.ResearchData - Training
- Login: 4TUResearchData-Carpentries
- Kind: organization
- Repositories: 48
- Profile: https://github.com/4TUResearchData-Carpentries
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
Top Committers
| Name | 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)
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
Pull Request Labels
Dependencies
- jupyter-book * development
- matplotlib * development
- numpy * development
- actions/checkout v4 composite
- actions/deploy-pages v2 composite
- actions/setup-python v5 composite
- actions/upload-pages-artifact v2 composite
