From 5c0ef8ac98c4a5b9773cfb29ec41ad88426859b3 Mon Sep 17 00:00:00 2001 From: Mariana Vivas Date: Mon, 4 Nov 2024 18:57:57 +0100 Subject: [PATCH] linking notebooks --- docs/english/python/01_intro.md | 1 + docs/english/python/02_histograms.md | 5 ++++- docs/spanish/python/01_intro.md | 3 ++- docs/spanish/python/02_histograms.md | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/english/python/01_intro.md b/docs/english/python/01_intro.md index 9f2a3be..95bd5ba 100644 --- a/docs/english/python/01_intro.md +++ b/docs/english/python/01_intro.md @@ -455,3 +455,4 @@ In using Python, you are a part of a large global community. This means that th Good luck analysing ATLAS Open Data! We hope that this introduction to coding in Python will serve you well. +If you want to continue learning how Python is used in experimental particle physics, we recommend checking out the "Introduction to Histogramming" tab on this page. diff --git a/docs/english/python/02_histograms.md b/docs/english/python/02_histograms.md index ebe5e71..bb20e3e 100644 --- a/docs/english/python/02_histograms.md +++ b/docs/english/python/02_histograms.md @@ -539,4 +539,7 @@ plt.### --- -**Congratulations!** You've worked with actual ATLAS data like a real particle physicist! \ No newline at end of file +**Congratulations!** You've worked with actual ATLAS data like a real particle physicist! + +If you want to continue learning how to use Python to analyse the public data from ATLAS, you can check out the [notebooks in the ATLAS Open Data website](https://opendata.atlas.cern/docs/category/analysis-notebooks). + diff --git a/docs/spanish/python/01_intro.md b/docs/spanish/python/01_intro.md index 34860e1..c4fc3c2 100644 --- a/docs/spanish/python/01_intro.md +++ b/docs/spanish/python/01_intro.md @@ -453,5 +453,6 @@ En todas estas características, fuimos breves para poder pasar rápidamente a t Al usar Python, eres parte de una gran comunidad global. Esto significa que el internet está lleno de consejos sobre cómo escribir bien el código Python. Si describes tu problema a un motor de búsqueda, la mayoría de las veces obtendrá una solución de inmediato. ¡Aprovecha lo que otros Pythonistas saben sobre Python! > [!END] -¡Buena suerte analizando los datos abiertos de ATLAS! Esperamos que esta introducción a la programación en Python le resulte útil. +¡Buena suerte analizando los datos abiertos de ATLAS! Esperamos que esta introducción a la programación en Python le resulte útil. +Si quieres continuar aprendiendo como se usa Python en física experimental de partículas,te recomendamos revisar el tab de "Introducción a la histogramación" en esta misma página. \ No newline at end of file diff --git a/docs/spanish/python/02_histograms.md b/docs/spanish/python/02_histograms.md index 14a2e4a..d74e1ec 100644 --- a/docs/spanish/python/02_histograms.md +++ b/docs/spanish/python/02_histograms.md @@ -538,3 +538,5 @@ plt.### --- **¡Felicitaciones!** Has trabajado con datos reales de ATLAS como un verdadero físico de partículas. + +Si quieres seguir aprendiendo a usar Python para analizar datos públicos de ATLAS, puedes consultar los [notebooks en el sitio web de ATLAS Open Data](https://opendata.atlas.cern/docs/category/analysis-notebooks). \ No newline at end of file