ws22-ulg-python-git-docker
Lecture notes for ULG VU 971001 Software
Science Score: 67.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
Lecture notes for ULG VU 971001 Software
Basic Info
- Host: GitHub
- Owner: kandolfp
- Language: HTML
- Default Branch: main
- Size: 15.4 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
ULG Data Science - WS22 971001 Software - Introduction to python, git, and docker
Course material for a ~4+4 hours introduction to git (with CI/CD and gitlab), docker and a hint of python.
Citing this software
Development
We use Franklin.jl to generate the lecture material. To do so, simply activate the environment, use Franklin and run the local server:
activate .
using Franklin
serve()
or run julia start.jl for the main directory.
To update the material edit the md files in pages/. The main landing page can be found in index.md.
To add a new subpage, create a new md file and save it at the appropriate place within the subdirectory structure pages/. Additionally the file needs to be added to the navigation bar which can be achieved by updating _layout/pgwrap.html.
Have a look at the documentation of Franklin.jl for more information (use the search box to easily find what you are looking for). Additionally you may consult the demos page.
Publishing
After pushing the published website will automatically be built and deployed at kandolfp.github.io/ws22-ulg-python-git-docker (this might need a couple of minutes).
Owner
- Login: kandolfp
- Kind: user
- Repositories: 1
- Profile: https://github.com/kandolfp
Citation (CITATION.cff)
abstract: 'Course material for a ~4+4 hours introduction to git (with CI/CD and gitlab), docker and a hint of python.' authors: - family-names: Kandolf given-names: Peter orcid: 0000-0003-3601-0852 cff-version: 1.2.0 date-released: '2024-01-19' doi: 10.5281/zenodo.10532727 keywords: - git - docker - cicd - gitlab - containerisation license: - cc-by-nc-sa-4.0 title: ULG Data Science - WS22 971001 Software - Introduction to python, git, and docker version: V1.0
GitHub Events
Total
Last Year
Dependencies
- JamesIves/github-pages-deploy-action releases/v3 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- julia-actions/setup-julia v1 composite