From 0c804df4bcdd09ce30fc95188e8ae3a21da464df Mon Sep 17 00:00:00 2001 From: extouchtriangle Date: Mon, 7 Oct 2024 15:16:43 +0000 Subject: [PATCH] Add Mathematical Reflections to puid script (#29) * add Mathematical Reflections to puid script * alphasort --------- Co-authored-by: Evan Chen --- puid.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/puid.py b/puid.py index b184b8d..20170f0 100644 --- a/puid.py +++ b/puid.py @@ -183,10 +183,11 @@ lookup["Kurschak"] = "KSK" lookup["Longlist"] = "LL" lookup["math.SE"] = "MSE" +lookup["Mathematical Reflections"] = "MR" lookup["MathOverflow"] = "OVFW" lookup["MathDash"] = "MD" -lookup["MP4G"] = "MP4G" lookup["Math Prize"] = "MPO" +lookup["MP4G"] = "MP4G" lookup["Napkin"] = "NAP" lookup["NIMO Winter"] = "NIMOW" lookup["PUMaC Finals"] = "PUF"