diff --git a/.cspell/project.txt b/.cspell/project.txt index 046cd67..f3f2f06 100644 --- a/.cspell/project.txt +++ b/.cspell/project.txt @@ -1,6 +1,9 @@ callout +lhcb Mikhasenko Misha multline pdfs +ppik +pipipi semileptonic diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 3bd8a18..c68a0b9 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -1,4 +1,4 @@ -# cspell:ignore pkpi subdir +# cspell:ignore ppiK lhcb subdir execute: cache: true enabled: true @@ -35,9 +35,9 @@ website: contents: - section: Julia contents: - - julia/lc2pkpi.qmd - - julia/lb2pkg.qmd - - julia/X23pi_compass.qmd + - julia/lc2ppik-lhcb-2683025.qmd + - julia/lb2pkg-lhcb-2765817.qmd + - julia/x2pipipi-compass-1391643.qmd - section: Python contents: - - python/lc2pkpi.qmd + - python/lc2ppik-lhcb-2683025.qmd diff --git a/docs/index.md b/docs/index.md index 9a3a55d..0bc2c3a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -147,7 +147,7 @@ This section acts as a model integrity check, providing reference amplitudes for See the full example ```json -{{< include ../models/Lc2ppiK.json >}} +{{< include ../models/lc2ppik-lhcb-2683025.json >}} ``` diff --git a/docs/julia/lb2pkg.qmd b/docs/julia/lb2pkg-lhcb-2765817.qmd similarity index 98% rename from docs/julia/lb2pkg.qmd rename to docs/julia/lb2pkg-lhcb-2765817.qmd index c9b6bde..eae2da1 100644 --- a/docs/julia/lb2pkg.qmd +++ b/docs/julia/lb2pkg-lhcb-2765817.qmd @@ -53,7 +53,7 @@ end Model components are deserialized from a JSON file into computational objects within a workspace for further manipulation. First, functions representing lineshapes and form-factors are built. Following this, distributions are processed and added to the workspace. ```{julia} -input = open(joinpath(@__DIR__, "..", "..", "models", "Lb2pKg.json")) do io +input = open(joinpath(@__DIR__, "..", "..", "models", "lb2pkg-lhcb-2765817.json")) do io JSON.parse(io) end diff --git a/docs/julia/lc2pkpi.qmd b/docs/julia/lc2ppik-lhcb-2683025.qmd similarity index 98% rename from docs/julia/lc2pkpi.qmd rename to docs/julia/lc2ppik-lhcb-2683025.qmd index 492bf2e..c2804d1 100644 --- a/docs/julia/lc2pkpi.qmd +++ b/docs/julia/lc2ppik-lhcb-2683025.qmd @@ -62,7 +62,7 @@ end Model components are deserialized from a JSON file into computational objects within a workspace for further manipulation. First, functions representing lineshapes and form factors are built. Following this, distributions are processed and added to the workspace. ```{julia} -input = open(joinpath(@__DIR__, "..", "..", "models", "Lc2ppiK.json")) do io +input = open(joinpath(@__DIR__, "..", "..", "models", "lc2ppik-lhcb-2683025.json")) do io JSON.parse(io) end diff --git a/docs/julia/X23pi_compass.qmd b/docs/julia/x2pipipi-compass-1391643.qmd similarity index 98% rename from docs/julia/X23pi_compass.qmd rename to docs/julia/x2pipipi-compass-1391643.qmd index abed669..10c9da8 100644 --- a/docs/julia/X23pi_compass.qmd +++ b/docs/julia/x2pipipi-compass-1391643.qmd @@ -111,7 +111,7 @@ Model components are deserialized from a JSON file into computational objects wi #| code-fold: true #| code-summary: All `functions` and `distributution` are parsed here #| output: false -input = open(joinpath(@__DIR__, "..", "..", "models", "X23pi_compass.json")) do io +input = open(joinpath(@__DIR__, "..", "..", "models", "x2pipipi-compass-1391643.json")) do io JSON.parse(io) end diff --git a/docs/python/lc2pkpi.qmd b/docs/python/lc2ppik-lhcb-2683025.qmd similarity index 99% rename from docs/python/lc2pkpi.qmd rename to docs/python/lc2ppik-lhcb-2683025.qmd index e292f01..d3d8d0f 100644 --- a/docs/python/lc2pkpi.qmd +++ b/docs/python/lc2ppik-lhcb-2683025.qmd @@ -74,7 +74,7 @@ simplify_latex_rendering() ``` ```{python} -with open(THIS_DIR.parent.parent / "models" / "Lc2ppiK.json") as stream: +with open(THIS_DIR.parent.parent / "models" / "lc2ppik-lhcb-2683025.json") as stream: MODEL_DEFINITION = json.load(stream) ``` diff --git a/models/Lb2pKg.json b/models/lb2pkg-lhcb-2765817.json similarity index 100% rename from models/Lb2pKg.json rename to models/lb2pkg-lhcb-2765817.json diff --git a/models/Lc2ppiK.json b/models/lc2ppik-lhcb-2683025.json similarity index 100% rename from models/Lc2ppiK.json rename to models/lc2ppik-lhcb-2683025.json diff --git a/models/X23pi_compass.json b/models/x2pipipi-compass-1391643.json similarity index 100% rename from models/X23pi_compass.json rename to models/x2pipipi-compass-1391643.json