forked from opensciencegrid/topology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-project.yaml
27 lines (24 loc) · 1.1 KB
/
template-project.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Name is the short name of the project. It must match the file name
Name: <NAME>
# Description is a human-readable description of what the project is about
Description: <TEXT>
# Department is the department of the project, e.g. "Physics"
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: <ORG>
# PIName is the prinicipal investigator for the project
PIName: <FIRSTNAME> <LASTNAME>
# If you have an up-to-date local git clone, fill ID with the output from `bin/next_project_id`
# Otherwise, leave it blank and we will fill in the appropriate value for you.
ID: <ID>
Sponsor:
### Uncomment the CampusGrid block if the project was sponsored by a campus grid e.g. OSG Connect
# 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
# VirtualOrganization:
##### Name is the name of the VO that sponsored the project
# Name: <VO>