diff --git a/README.md b/README.md index 0dbd386..78d557e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Geant4.jl-tutorial Materials for the Geant4.jl Tutorial. -Read the rendered Jupyter book: https://juliahep.github.io/JuliaHEP-2023/ +Read the rendered Jupyter book: https://peremato.github.io/Geant4.jl-tutorial/intro.html Follow the tutorial with Binder: -[![Binder](https://binderhub.ssl-hep.org/badge_logo.svg)](https://binderhub.ssl-hep.org/v2/gh/JuliaHEP/JuliaHEP-2023/HEAD?labpath=julia-intro%2Fdocs%2Fjulia-intro-intro.ipynb) +[![Binder](https://binderhub.ssl-hep.org/badge_logo.svg)](https://binderhub.ssl-hep.org/v2/gh/peremato/Geant4.jl-tutorial/HEAD?labpath=tutorial%2Fdocs%2Fgeant4-jl-intro.ipynb) - - - When not taken from other sources (with its own Copyright and License), this material is: diff --git a/tutorial/docs/_toc.yml b/tutorial/docs/_toc.yml index 47e6488..ffb0425 100644 --- a/tutorial/docs/_toc.yml +++ b/tutorial/docs/_toc.yml @@ -8,10 +8,10 @@ parts: chapters: - file: geant4-jl-intro - file: geant4-jl-geometry -- caption: Building simulation applications +- caption: Building Simulation Applications chapters: - file: geant4-jl-applications -- caption: Complete examples +- caption: Complete Examples chapters: - file: examples/HBC30 \ No newline at end of file diff --git a/tutorial/docs/intro.md b/tutorial/docs/intro.md index 813198b..4dcf52f 100644 --- a/tutorial/docs/intro.md +++ b/tutorial/docs/intro.md @@ -4,14 +4,8 @@ This is a short introductory tutorial for the [Geant4.jl](https://github.com/Jul This tutorial is supported by the [HSF JuliaHEP](https://hepsoftwarefoundation.org/workinggroups/juliahep.html) team and currently it is maintained by [Pere Mato](https://github.com/peremato). -This material is part of the [HSF Software Training Centre](https://hepsoftwarefoundation.org/training/curriculum.html), a series of training modules that serves HEP newcomers in learning the software skills they need as the enter the field and promotes best practice in writing software. -

-HEP Software Foundation Logo... -

- - -## Introduction +## Geant4.jl: Particle transport in Julia ```{tableofcontents}