-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured institute_map.json into a YAML list
As prerequisite to adding metadata about our list of institutions, such as whether MGHPCC has a partnership with them, and to make the file more human-friendly, `institute.json` has been converted to a YAML and formatted as a list. Each element of the YAML list must be a dict with 2 attributes: - `display_name`: The name of the institute, as will appear on invoices - `domains`: A list containing domains for that institute Additional metadata can be freely added to each institute dict as our billing needs change. There is also some small cleanup. Namely, some functions in `process_report.py` that have been moved to `util.py` were not removed during refactoring.
- Loading branch information
Showing
6 changed files
with
107 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
- display_name: Northeastern University | ||
domains: | ||
- northeastern.edu | ||
- display_name: Boston University | ||
domains: | ||
- bu.edu | ||
- robbaron | ||
- display_name: Bentley | ||
domains: | ||
- bentley.edu | ||
- display_name: University of Rhode Island | ||
domains: | ||
- uri.edu | ||
- display_name: Red Hat | ||
domains: | ||
- redhat.com | ||
- display_name: Boston Childrens Hospital | ||
domains: | ||
- childrens.harvard.edu | ||
- rudolph | ||
- display_name: McLean Hospital | ||
domains: | ||
- mclean.harvard.edu | ||
- display_name: Massachusetts Eye & Ear | ||
domains: | ||
- meei.harvard.edu | ||
- display_name: Dana-Farber Cancer Institute | ||
domains: | ||
- dfci.harvard.edu | ||
- display_name: Brigham and Women's Hospital | ||
domains: | ||
- bwh.harvard.edu | ||
- display_name: Beth Israel Deaconess Medical Center | ||
domains: | ||
- bidmc.harvard.edu | ||
- display_name: Harvard University | ||
domains: | ||
- harvard.edu | ||
- mmsh | ||
- kmdalton | ||
- francesco.pontiggia | ||
- chemistry.harvard.edu | ||
- display_name: Worcester Polytechnic Institute | ||
domains: | ||
- wpi.edu | ||
- display_name: Massachusetts Institute of Technology | ||
domains: | ||
- mit.edu | ||
- display_name: University of Massachusetts Amherst | ||
domains: | ||
- umass.edu | ||
- gstuart | ||
- mzink | ||
- display_name: University of Massachusetts Lowell | ||
domains: | ||
- uml.edu | ||
- display_name: Code For Boston | ||
domains: | ||
- codeforboston.org | ||
- display_name: Yale University | ||
domains: | ||
- yale.edu | ||
- display_name: Dartmouth College | ||
domains: | ||
- dartmouth.edu | ||
- display_name: Photrek | ||
domains: | ||
- [email protected] | ||
- display_name: Positron Networks | ||
domains: | ||
- [email protected] | ||
- display_name: Next Generation Justice | ||
domains: | ||
- [email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters