Skip to content

Commit

Permalink
Getting ready for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenet committed Jan 19, 2024
1 parent 31e1e17 commit 2e36436
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### ###
################################################################################

FROM registry.gitlab.inria.fr/mgenet/micro-macro-poro-paper-demos:latest
FROM registry.gitlab.inria.fr/apeyraut/gravity-modeling-paper-demos:latest

# Copy repo into the image, cf. https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html. MG20230531: OMG this copies from the "build context", cf. https://stackoverflow.com/questions/73156067/where-does-the-copy-command-in-docker-copy-from; here it seems to be the repo itself.
ARG NB_USER=jovyan
Expand Down
3 changes: 1 addition & 2 deletions .repo2docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ dependencies:
- meshio==5.3

# mechanics stuff
- dolfin_mech==2023.12.8
- micro_poro_structure_generator==2023.12.8
- dolfin_mech==2024.01.19
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cff-version: 1.2.0
authors:
- family-names: Manoochehrtayebi
given-names: Mahdi
orcid: https://orcid.org/0009-0004-1111-8570
- family-names: Peyraut
given-names: Alice
orcid: https://orcid.org/0009-0000-9445-8060
- family-names: Genet
given-names: Martin
orcid: https://orcid.org/0000-0003-2204-201X
title: "Micro-macro-poro paper demos"
url: https://github.com/ManoochTayebi/micro-macro-poro-paper-demos
title: "Gravity modeling paper demos"
url: https://github.com/alicepeyraut/gravity-modeling-paper-demos
doi:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Welcome to [Peyraut & Genet, Submitted]'s demos!

Interactive demos can be found at https://gitlab.inria.fr/apeyraut/gravity-modeling-paper-demos.
Interactive demos can be found at https://apeyraut.gitlabpages.inria.fr/gravity-modeling-paper-demos.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Welcome to [Peyraut & Genet, Submitted]'s demos!
author: Alice Peyraut & Martin Genet
logo: logo.png
copyright: "2023"
copyright: "2024"
only_build_toc_files: true

######################################################### Execution settings ###
Expand Down Expand Up @@ -40,7 +40,7 @@ latex:
############################################################# Launch settings ###

repository:
url: https://gitlab.inria.fr/apeyraut/gravity-modeling-papers-demo # AP20230108: Need to transfer to Github!
url: https://github.com/alicepeyraut/gravity-modeling-paper-demos
path_to_book: .
branch: master

Expand Down
7 changes: 2 additions & 5 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
format: jb-book
root: index
chapters:
- file: demos/Fig5
- file: demos/Fig6
- file: demos/Fig7
- file: demos/Fig3
- file: demos/Fig4
- file: demos/Fig8
- file: demos/Fig9
- file: demos/Fig10
- file: demos/Fig11
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Welcome to [Manoochehrtayebi, Bel-Brunon & Genet, Submitted]'s demos!
# Welcome to [Peyraut & Genet, Submitted]'s demos!

Demos can be browsed statically but also interactively—to start a session and run the code just click on the rocket icon at the top of a tutorial page and then click on the Binder icon.

0 comments on commit 2e36436

Please sign in to comment.