-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
17 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 |
---|---|---|
|
@@ -33,28 +33,26 @@ Leaders of independent research groups (PIs) can apply for a new cluster work gr | |
Example values are given in curly braces. | ||
|
||
``` | ||
# Group "ag-doe" | ||
# Group "ag-{doe}" | ||
Group leader/PI: {John Doe} | ||
Delegate [optional]: {Max Mustermann} | ||
Purpose of cluster usage [short]: {RNA-seq analysis in colorectal cancer} | ||
Required resources: | ||
- Tier 1 storage: {1 TB} | ||
- Tier 2 storage: {0 TB} | ||
- CPU hours per year: {approx. 1000} | ||
- GPU hours per year: {none} | ||
# Users | ||
## User 1 | ||
- first name: John | ||
- last name: Doe | ||
- affiliation: Charité, Department of Oncology | ||
- institute email: [email protected] | ||
- first name: {John} | ||
- last name: {Doe} | ||
- affiliation: {Charité, Department of Oncology} | ||
- institute email: {[email protected]} | ||
- user has account with | ||
- [ ] BIH | ||
- [x] Charite | ||
- [ ] MDC | ||
- BIH/Charité/MDC user name: doej | ||
- BIH/Charité/MDC user name: {doej} | ||
[etc.] | ||
``` | ||
|
@@ -63,16 +61,16 @@ Required resources: | |
Example values are given in curly braces. | ||
|
||
``` | ||
# New user of AG Doe | ||
- first name: Mia | ||
- last name: Smith | ||
- affiliation: Charité, Department of Oncology | ||
- institute email: [email protected] | ||
# New user of AG {Doe} | ||
- first name: {Mia} | ||
- last name: {Smith} | ||
- affiliation: {Charité, Department of Oncology} | ||
- institute email: {[email protected]} | ||
- user has account with | ||
- [ ] BIH | ||
- [x] Charite | ||
- [ ] MDC | ||
- BIH/Charité/MDC user name: smithm | ||
- BIH/Charité/MDC user name: {smithm} | ||
``` | ||
|
||
!!! note "Notes" | ||
|
@@ -105,16 +103,14 @@ Project creation can be initiated by group leaders and group delegates as follow | |
Example values are given in curly braces. | ||
|
||
``` | ||
# Project "doe-dbgap-rna" | ||
# Project "{doe-dbgap-rna}" | ||
Project owner: {John Doe}, {doej_c} | ||
Delegate [optional]: {Max Mustermann}, {musterm_c} | ||
Purpose of cluster usage [short]: {RNA-seq data from dbGAP} | ||
Required resources: | ||
- Tier 1 storage: {0 TB} | ||
- Tier 2 storage: {1 TB} | ||
- CPU hours per year: {approx. 1000} | ||
- GPU hours per year: {none} | ||
Additional members (cluster user names): | ||
- {sorgls_c} | ||
|