-
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.
Merge pull request #96 from QuanMPhm/94/limit_credits
Allow limiting New-PI credit to partner institutions
- Loading branch information
Showing
8 changed files
with
171 additions
and
46 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,67 @@ | ||
- display_name: Northeastern University | ||
domains: | ||
- northeastern.edu | ||
- display_name: Boston University | ||
domains: | ||
- bu.edu | ||
- 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 | ||
- 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 | ||
- 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 | ||
- 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: | ||
- photrek.io | ||
- display_name: Positron Networks | ||
domains: | ||
- positronnetworks.com | ||
- display_name: Next Generation Justice | ||
domains: | ||
- nextgenjustice.llc |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
git+https://github.com/CCI-MOC/nerc-rates@74eb4a7#egg=nerc_rates | ||
pandas | ||
pyarrow | ||
boto3 |