diff options
author | Frederick Muriuki Muriithi | 2024-07-25 09:48:19 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-25 09:48:19 -0500 |
commit | 26fe055553272e261447f414bd456621d74146b5 (patch) | |
tree | eecea9391da31c9d61fa494eb63a3ca5ff0296af /topics | |
parent | d598467f0fc0ce4cc6db39e0df0f037f18da63d3 (diff) | |
download | gn-gemtext-26fe055553272e261447f414bd456621d74146b5.tar.gz |
Fix formatting.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/authentication/architecture.gmi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/topics/authentication/architecture.gmi b/topics/authentication/architecture.gmi index 931f9cb..2200745 100644 --- a/topics/authentication/architecture.gmi +++ b/topics/authentication/architecture.gmi @@ -54,13 +54,14 @@ Users are granted privileges (see "Privileges" section) to act upon resources, t Examples of "types" of resources on the system: -- system: The system itself -- group: Collection of users considered a group -- genotype: A resource representing a genotype trait -- phenotype: A resource representing a phenotype trait -- mrna: A resource representing a collection of mRNA Assay traits -- inbredset-group: A resource representing an InbredSet group - +* system: The system itself +* group: Collection of users considered a group +* genotype: A resource representing a genotype trait +* phenotype: A resource representing a phenotype trait +* mrna: A resource representing a collection of mRNA Assay traits +* inbredset-group: A resource representing an InbredSet group + +---- * TODO: Figure out a better name/description for "InbredSet group" -- so far, I have "a classification/grouping of traits/datasets within a species". Another is to use the term "population". ## Users |