GitRepo for Onterface (Ontology Enabled Data Interface) - a subgrant of BIG-MAP
see also: Onterface Plattform
- Simulation Framework: https://github.com/BattMoTeam/BattMo
- Simulation Server: https://github.com/OpenBattTools/BattMo-Server
- Semantic Dataspace: https://github.com/OpenSemanticLab
In a single-user-environment like jupyterlab, please set authorship per commit:
export GIT_AUTHOR_NAME="YourGitUserName" && export GIT_AUTHOR_EMAIL="YourGitAccountEmail" && export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" && export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" && git commit -m "my commit msg"
e.g.
git add README.md
export GIT_AUTHOR_NAME="SimonStier" && export GIT_AUTHOR_EMAIL="[email protected]" && export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" && export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" && git commit -m "add readme"
git push origin main
If there are more than one author, they can be listed as co-authors in the commit msg (press 'Enter' to enter a linebreak, 'Enter' after the final '"' will mark the end of the multiline commit msg):
"your commit msg
Co-authored-by: YourCoAuthor <[email protected]>"
e.g.
"add results from hackathon
Co-authored-by: jsimonclark <[email protected]>
Co-authored-by: eibar-flores <[email protected]>
Co-authored-by: atinary-dpacheco <[email protected]>
Co-authored-by: SimonStier <[email protected]>
Co-authored-by: LukasGold <[email protected]>
Co-authored-by: AndreasRaederISC <[email protected]>
Co-authored-by: MatPopp <[email protected]>"
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 957189. The project is part of BATTERY 2030+, the large-scale European research initiative for inventing the sustainable batteries of the future.