Skip to content

Commit

Permalink
Create _CAMPUS_GRIDS.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Jul 5, 2019
1 parent 59dfbcd commit 75bcae8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/_CAMPUS_GRIDS.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
UCSD: 4
HCC: 5
SSERCA: 6
GLOW: 7
VT: 8
ISI: 9
CSIU: 10
UChicago Connect: 11
FermiGrid: 12
OSG-XSEDE: 13
OSG Connect: 14
Duke: 15
ATLAS Connect: 16
UMich: 17
CMS Connect: 18
SPT Connect: 19
SubMIT: 20
2 changes: 2 additions & 0 deletions src/webapp/project_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def get_projects(indir="../projects", strict=False):
for file in os.listdir(indir):
if not file.endswith(".yaml"):
continue
elif file.endswith("_CAMPUS_GRIDS.yaml"):
continue
project = OrderedDict.fromkeys(["ID", "Name", "Description", "PIName", "Organization", "Department",
"FieldOfScience", "Sponsor"])
try:
Expand Down

0 comments on commit 75bcae8

Please sign in to comment.