Skip to content

Commit b4ace56

Browse files
authored
Rename notebooks (#55)
- move notebooks not dependinh on JuliaMPBSolver to draftnotebooks - try more descriptive names
1 parent d1f0ada commit b4ace56

11 files changed

Lines changed: 13 additions & 11 deletions

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ You can then open one of the notebooks or execute one of the scripts.
4141
├── LICENSE
4242
├── results # Subdirectory with calculation results
4343
├── notebooks
44-
│   ├── demo-notebook.jl # Notebook template
45-
│ ├── ICMPB.jl # Ion conserving MPB draft with different solver variants
46-
│ ├── ICMPB-provide-csv.jl # Ion conserving MPB solution with csv output of concentration
47-
│ ├── pluto-equilibrium.jl # MPB solver comparing pressure poisson with incompressibility
48-
│   ├── pluto-simplecell-bsk.jl # MPB demo (WIP) with Bazant-Storey-Kornyshev model
49-
│   └── pluto-simplecell.jl # Poisson-Boltzmann/Bikermann demo
44+
│   └── ... # Various notebooks working with JuliaMPBSolver
45+
├── draftnotebooks
46+
│   └── ... # Various notebooks working without JuliaMPBSolver
5047
├── src
5148
│   └── PoissonBoltzmannIPAM2025.jl # Module with shared code for project
5249
├── packages
@@ -57,9 +54,14 @@ You can then open one of the notebooks or execute one of the scripts.
5754
├── Project.toml # Julia dependency description
5855
├── README.md
5956
└── scripts
60-
   └── demo-script.jl # Script template
57+
   └── ... # Various scripts
6158
```
6259

60+
## Naming nomenclature for notebooks etc:
61+
- MPB: modified Poisson-Boltzmann
62+
- IC... : ion conserving ...
63+
- ...P : ... with pressure equation
64+
6365
## Workflow hints
6466
For workflow hints, see
6567
- https://modernjuliaworkflows.org/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.20.19
2+
# v0.20.21
33

44
using Markdown
55
using InteractiveUtils
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.20.20
2+
# v0.20.21
33

44
using Markdown
55
using InteractiveUtils
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.20.19
2+
# v0.20.21
33

44
using Markdown
55
using InteractiveUtils

0 commit comments

Comments
 (0)