Skip to content

Commit

Permalink
Some tweaks to the project template file to make it easier to use
Browse files Browse the repository at this point in the history
- Use a real organization name as the example (instead of a short name)
- Add common cases to the Sponsor block
  • Loading branch information
matyasselmeci committed Oct 8, 2021
1 parent fb40e41 commit f1c5f20
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions template-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,30 @@ Description: >-
Department: <DEPT>
# FieldOfScience is a more specific description, e.g. "High Energy Physics"
FieldOfScience: <FOS>
# Organization is the organization where the project is hosted, e.g. "UCSD"
# Organization is the organization where the project is hosted, e.g. "University of California, San Diego"
Organization: <ORG>
# PIName is the prinicipal investigator for the project
PIName: <FIRSTNAME> <LASTNAME>

Sponsor:
### Uncomment the CampusGrid block if the project was sponsored by a campus grid e.g. OSG Connect
### If this is an OSG Connect project, uncomment this CampusGrid block
# CampusGrid:
# Name: OSG Connect

### Or if this is an XSEDE project, uncomment this CampusGrid block
# CampusGrid:
# Name: OSG-XSEDE

### Or if this project is sponsored by some other campus grid, uncomment this
### CampusGrid block and replace <NAME> with the name of the campus grid;
### look at the list in projects/_CAMPUS_GRIDS.yaml for the specific spelling
# CampusGrid:
##### Name is the specific campus grid that sponsored the project
# Name: <NAME>

### Uncomment the VirtualOrganization block if the project was sponsored by a VO
### Or if this project is sponsored by a VO, uncomment this VirtualOrganization block
### and replace <VO> with the name of the virtual organization; this must match
### one of the file names in the virtual-organizations/ directory (minus the .yaml extension)
# VirtualOrganization:
##### Name is the name of the VO that sponsored the project
# Name: <VO>


Expand Down

0 comments on commit f1c5f20

Please sign in to comment.