From 1888aa3da5b6b940639e960e356c0de405ad1992 Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Mon, 20 Nov 2023 15:57:31 -0500 Subject: [PATCH 1/2] Educators update --- _profiles/andres_rios_tascon.md | 16 ++++++++++++++++ _profiles/jason_veatch.md | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 _profiles/andres_rios_tascon.md diff --git a/_profiles/andres_rios_tascon.md b/_profiles/andres_rios_tascon.md new file mode 100644 index 000000000..1a59b6d1b --- /dev/null +++ b/_profiles/andres_rios_tascon.md @@ -0,0 +1,16 @@ +--- +title: "Andres Rios-Tascon" +country: US + +github: ariostas +homepage: https://ariostas.com +orcid: 0000-0003-3282-2634 +linkedin: andres-rios-tascon + +training_roles: [mentor] +training_years: [2023] + +layout: educator +--- + +I am a Research Software Engineer at Princeton University, working with the Institute for Research and Innovation in Software for High Energy Physics (IRIS-HEP). I focus on developing tools needed to tackle the challenges posed by the high volume and complexity of the data that will be collected at the High Luminosity Large Hadron Collider (HL-LHC) at CERN and other future HEP experiments. diff --git a/_profiles/jason_veatch.md b/_profiles/jason_veatch.md index de0d5ccbe..2f8c6dad7 100644 --- a/_profiles/jason_veatch.md +++ b/_profiles/jason_veatch.md @@ -15,8 +15,8 @@ linkedin: jason-veatch-6b9851b5 # your linkedin ID (not full url, i.e. the l email: jveatch@cern.ch # Training WG -training_roles: [] # subset of [instructor, mentor, facilitator, author], can stay empty ([]) -training_years: [] # in which years did you help out? (e.g. [2020, 2019]) +training_roles: [mentor] # subset of [instructor, mentor, facilitator, author], can stay empty ([]) +training_years: [2023] # in which years did you help out? (e.g. [2020, 2019]) # Don't modify the following setting layout: educator From 49704f8429a47b0812215ee89d186f0bd3afb6f6 Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Mon, 20 Nov 2023 16:00:45 -0500 Subject: [PATCH 2/2] Ignorelist andres' website --- .github/config/mdcheck.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/config/mdcheck.json b/.github/config/mdcheck.json index f1cf8dbfc..aa36673c2 100644 --- a/.github/config/mdcheck.json +++ b/.github/config/mdcheck.json @@ -8,6 +8,9 @@ }, { "pattern": "https://twitter.com/PyHEPConf" + }, + { + "pattern": "https://ariostas.com" } ], "replacementPatterns": [