Start adding projects exactly as named in Harvest
This commit is contained in:
parent
466a121005
commit
3ed6413b25
1 changed files with 4 additions and 2 deletions
|
@ -114,9 +114,10 @@ replacement_project_names = {
|
|||
"Find It Cambridge": ["Find It", "FIC", "Cambridge"],
|
||||
"NICHQ Support: FL CMS LAN": ["FL CMS LAN", "flcmslan"],
|
||||
"The Propaganda Site": ["TPS", "Propaganda Site", "The Propganda Site", "Murat & Clay"],
|
||||
"MASS Design Group": ["MASS"],
|
||||
"MASS Continuous Improvement": ["MASS Design Group", "MASS", "MASS Design"],
|
||||
"Teachers with GUTS": ["TWIG", "GUTS"],
|
||||
"NICHQ Support": ["NICHQ", "NICHQ support", "nichq"],
|
||||
"NICHQ Data Upgrade": ["NICHQ Data"],
|
||||
"NICHQ Support": ["NICHQ", "NICHQ support"],
|
||||
"Network engagement": ["Network Engagement", "network engagement", "Network engagment", "Social media", "Network building", "Agaric network engagement"],
|
||||
"Agaric internal": ["Agaric", "Internal"],
|
||||
"Agaric contrib": ["Contributing", "Contrib", "Agaric contributions"],
|
||||
|
@ -125,6 +126,7 @@ replacement_project_names = {
|
|||
"Drutopia": ["Drutopia improvements"],
|
||||
"Personal / external": ["Personal/external", "Personal", "External"],
|
||||
"Near North camp": ["Near North Camp", "Near North defense", "Encampment support", "Camp support", "NN camp defense", "NN camp", "NN defense", "Near North camp defense"],
|
||||
"SCDTDP Collaboratory Data Site System Security": ["SCDTDP", "NICHQ SCDTDP", "NICHQ security"],
|
||||
}
|
||||
for preferred, alternatives in replacement_project_names.items():
|
||||
# We compare all alternatives to lower case versions, and add the
|
||||
|
|
Loading…
Reference in a new issue