Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fossils
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Boman Romain
fossils
Commits
6e60f9f2
Commit
6e60f9f2
authored
2 years ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
add zenodo to the pipeline
parent
ce33b884
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7170
passed
2 years ago
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitattributes
+2
-0
2 additions, 0 deletions
.gitattributes
.gitlab-ci.yml
+18
-3
18 additions, 3 deletions
.gitlab-ci.yml
.zenodo.json
+38
-0
38 additions, 0 deletions
.zenodo.json
with
58 additions
and
3 deletions
.gitattributes
+
2
−
0
View file @
6e60f9f2
*_lfs.* filter=lfs diff=lfs merge=lfs -text
*.stl filter=lfs diff=lfs merge=lfs -text
*.wrp filter=lfs diff=lfs merge=lfs -text
.zenodo.json export-ignore
.gitlab-ci.yml export-ignore
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
18
−
3
View file @
6e60f9f2
stages
:
-
build
#
stages:
#
- build
build_and_test
:
image
:
registry.gitlab.com/rboman_docker/gmsh_python
stage
:
build
#
stage: build
script
:
-
cd cxxfem
-
mkdir build
-
cd build
-
cmake -DFEM_USE_MKL=OFF ..
-
make -j
4
send-snapshot
:
image
:
python:3.6
script
:
-
if [[ ! $CI_COMMIT_TAG =~ ^v?[0-9]+\.[0-9]+ ]]; then exit 0; fi
-
git clone https://gitlab.com/sbeniamine/gitlab2zenodo.git
-
cd gitlab2zenodo
-
python setup.py install
-
cd ..
-
rm -rf gitlab2zenodo
# - pip install gitlab2zenodo
-
git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
-
g2z-send -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
only
:
-
tags
This diff is collapsed.
Click to expand it.
.zenodo.json
0 → 100644
+
38
−
0
View file @
6e60f9f2
{
"title"
:
"A new, fast protocol to simulate biomechanical loading of bone"
,
"upload_type"
:
"software"
,
"description"
:
"Finite element solver (Fossils) and data related to the comparison with Stand7 and Metafor."
,
"creators"
:
[
{
"name"
:
"Chatar, Narimane"
,
"affiliation"
:
"University of Liege"
,
"orcid"
:
"0000-0003-0449-8574"
},
{
"name"
:
"Boman, Romain"
,
"affiliation"
:
"University of Liege"
,
"orcid"
:
"0000-0002-4883-0383"
},
{
"name"
:
"Gaudichon, Valentin"
,
"affiliation"
:
"Université de Poitiers-Montpellier"
},
{
"name"
:
"MacLaren, Jamie"
,
"affiliation"
:
"University of Liege"
,
"orcid"
:
"0000-0003-4177-227X"
},
{
"name"
:
"Fischer, Valentin"
,
"affiliation"
:
"University of Liege"
,
"orcid"
:
"0000-0002-8808-6747"
}
],
"keywords"
:
[
"Finite element analysis"
,
"simulation protocol"
,
"biomechanics"
,
"muscle-induced forces"
,
"new keyword"
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment