Skip to content

Commit

Permalink
make forms simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth authored Jul 11, 2024
1 parent d305215 commit 612465c
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions bih-cluster/docs/admin/getting-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.]
```
Expand All @@ -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"
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 612465c

Please sign in to comment.