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="simon.stier@isc.fraunhofer.de" && 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 <YourCoAuthor@users.noreply.github.com>"
e.g.
"add results from hackathon
Co-authored-by: jsimonclark <jsimonclark@users.noreply.github.com>
Co-authored-by: eibar-flores <eibar-flores@users.noreply.github.com>
Co-authored-by: atinary-dpacheco <atinary-dpacheco@users.noreply.github.com>
Co-authored-by: SimonStier <SimonStier@users.noreply.github.com>
Co-authored-by: LukasGold <LukasGold@users.noreply.github.com>
Co-authored-by: AndreasRaederISC <AndreasRaederISC@users.noreply.github.com>
Co-authored-by: MatPopp <MatPopp@users.noreply.github.com>"
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.