Skip to content
Snippets Groups Projects
Commit ba811933 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Fix indent

parent 7a41225f
No related branches found
No related tags found
No related merge requests found
Pipeline #115173 passed
...@@ -2,53 +2,52 @@ ...@@ -2,53 +2,52 @@
This is a guide to help you review an article of the wiki. Please check that all the following criteria are met to consider that a page is complete and correct. This is a guide to help you review an article of the wiki. Please check that all the following criteria are met to consider that a page is complete and correct.
- [ ] The article is correctly structured. - [ ] The article is correctly structured. It should contain :
It should contain : 1. Header with the following fields (please pay attention to block indentation)
1. Header with the following fields (please pay attention to block indentation)
```yaml ```yaml
--- ---
title: title:
tableColumns: tableColumns:
article: article:
doi: doi:
abstract: abstract:
Sensor: Sensor:
Activator: Activator:
Effector: Effector:
PFAM: PFAM:
contributors: contributors:
- Firstname Lastname - Firstname Lastname
relevantAbstracts:
- doi: my-doi
--- ---
``` ```
2. The following paragraphs
2. The following paragraphs - Description
- Description - Molecular mechanisms
- Molecular mechanisms - Example of genomic structure
- Example of genomic structure - Distribution of the system among prokaryotes
- Distribution of the system among prokaryotes - Structure
- Structure - Experimental validation
- Experimental validation - References with the following syntax : `:ref{doi=my-doi}`
- References with the following syntax : `:ref{doi=my-doi}` - [ ] The header contains all the required information. The information provided in the header is required to display the list of defense systems.
- The mandatory fields are :
- [ ] The header contains all the required information. The information provided in the header is required to display the list of defense systems. - `title:`
- The mandatory fields are : - `article`
- `title:` - `doi`
- `article` - `abstract`
- `doi` - `PFAM`
- `abstract` - Optional fields are :
- `PFAM` - `Sensor`
- Optional fields are : - `Activator`
- `Sensor` - `Effector`.
- `Activator` - [ ] Main title is correct. For a defense system, it should simply be the name of the system.
- `Effector`. - [ ] All the information is provided, correct and understandable. Rule of thumb : As a newcommer in the field, does the page provide the essential information in a clear way regarding the system ?
- [ ] Main title is correct. For a defense system, it should simply be the name of the system. - [ ] Short description of the system
- [ ] All the information is provided, correct and understandable. Rule of thumb : As a newcommer in the field, does the page provide the essential information in a clear way regarding the system ? - [ ] Composition of the system
- [ ] Short description of the system - [ ] Mechanism of action if it is known
- [ ] Composition of the system - [ ] References to the literature to further explore the defense system
- [ ] Mechanism of action if it is known - [ ] Links with the database are working.
- [ ] References to the literature to further explore the defense system - [ ] Distribution of the system among prokaryotes
- [ ] Links with the database are working. - [ ] Structure display
- [ ] Distribution of the system among prokaryotes - [ ] At least one relevant abstract is provided.
- [ ] Structure display \ No newline at end of file
- [ ] At least one relevant abstract is provided.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment