From 4c0698bb97ef9143249a377ba40fc2ec681210bf Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 22 May 2024 12:37:08 -0500 Subject: [PATCH 1/2] Update intro text --- index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 2156398..79c80b8 100644 --- a/index.md +++ b/index.md @@ -3,9 +3,10 @@ title: "X-CITE training materials" toc: false --- -X-CITE course is geared toward the community of scientists and -researchers using the [CHESS] synchrotron X-ray facility and similar -light sources. +X-CITE (CyberInfrastructure Training and Education for Synchrotron +X-Ray Science) develops training materials for the community of +scientists and researchers using the [CHESS] synchrotron X-ray +facility and similar light sources. This is the training overview: From 14be32485bd7ee877b8288bec4598079c5590f66 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 22 May 2024 12:38:27 -0500 Subject: [PATCH 2/2] Drop construction emojis on PE101 and PE102 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 79c80b8..dd863b5 100644 --- a/index.md +++ b/index.md @@ -13,8 +13,8 @@ This is the training overview: ## Theme 1: Programming Fundamentals - PE 100: [Python Programming and Jupyter notebooks][pe100] -- PE 101: [Using Python packages & libraries, Conda][pe101] 🚧 -- PE 102: [Numerical data analysis with Python][pe102] 🚧 +- PE 101: [Using Python packages & libraries, Conda][pe101] +- PE 102: [Numerical data analysis with Python][pe102] - PE 103: [Software version control][pe103-vcs], [testing][pe103-testing], and [debugging][pe103-debugging]