Skip to content

Commit

Permalink
Add SOFTWARE_DICT to constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwexler authored Dec 20, 2024
1 parent 2c712c1 commit 428aab4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wbhiutils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
}
}
SITE_LIST = ["ucsb", "uci", "ucb", "ucsd", "ucsf"]
SOFTWARE_DICT = {
"ucsb": "syngo MR E11",
"uci": "syngo MR E11",
"ucb": "syngo MR XA30",
"ucsd": "syngo MR E11",
"ucsf": "syngo MR E11",
"ucr": "syngo MR XA30"
}
EMAIL_DICT = {
"admin": [
"[email protected]",
Expand Down

0 comments on commit 428aab4

Please sign in to comment.