-
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.
Added processing to apply project credits, determine institution name…
… for each PI, and exporting HU and BU invoices
- Loading branch information
Showing
3 changed files
with
231 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"northeastern.edu" : "Northeastern University", | ||
"bu.edu" : "Boston University", | ||
"bentley.edu" : "Bentley", | ||
"uri.edu" : "University of Rhode Island", | ||
"redhat.com" : "Red Hat", | ||
"childrens.harvard.edu" : "Boston Childrens Hospital", | ||
"mclean.harvard.edu" : "McLean Hospital", | ||
"meei.harvard.edu" : "Massachusetts Eye & Ear", | ||
"dfci.harvard.edu" : "Dana-Farber Cancer Institute", | ||
"bwh.harvard.edu" : "Brigham and Women's Hospital", | ||
"bidmc.harvard.edu" : "Beth Israel Deaconess Medical Center", | ||
"harvard.edu" : "Harvard University", | ||
"wpi.edu" : "Worcester Polytechnic Institute", | ||
"mit.edu" : "Massachusetts Institute of Technology", | ||
"umass.edu" : "University of Massachusetts Amherst", | ||
"uml.edu" : "University of Massachusetts Lowell", | ||
"codeforboston.org" : "Code For Boston", | ||
"mmsh" : "Harvard University", | ||
"gstuart" : "University of Massachusetts Amherst", | ||
"rudolph" : "Boston Childrens Hospital", | ||
"robbaron" : "Boston University", | ||
"kmdalton" : "Harvard University", | ||
"mzink" : "University of Massachusetts Amherst", | ||
"yale.edu" : "Yale University", | ||
"francesco.pontiggia" : "Harvard University" | ||
} |
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