Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • mdm-lab/wiki
  • hvaysset/wiki
  • jsousa/wiki
  • tclabby/wiki
4 results
Show changes
Commits on Source (4)
......@@ -23,13 +23,13 @@ relevantAbstracts:
---
```
2. The following paragraphs
- Description
- Molecular mechanisms
- Example of genomic structure
- Distribution of the system among prokaryotes
- Structure
- Experimental validation
- References with the following syntax : `:ref{doi=my-doi}`.
- Description
- Molecular mechanisms
- Example of genomic structure
- Distribution of the system among prokaryotes
- Structure
- Experimental validation
- 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 :
......
......@@ -64,6 +64,9 @@ watch(facetDistribution, (facetDistri) => {
<template>
<v-card flat>
<v-card-text>
text here
</v-card-text>
<v-toolbar color="primary" density="compact">
<v-app-bar-nav-icon></v-app-bar-nav-icon>
<v-toolbar-title>Predicted Structures summary ({{ itemsLength }})
......@@ -75,6 +78,9 @@ watch(facetDistribution, (facetDistri) => {
</v-btn>
</JsonCSV>
</v-toolbar>
<v-card-text>
text here
</v-card-text>
<v-col>
<v-text-field v-model="search" prepend-inner-icon="mdi-magnify"
label="Search for defense systems predicted structures" hide-details class="mx-2"
......
......@@ -219,6 +219,11 @@ watch(hasToGenerateDownload, (val) => {
</JsonCSV>
</v-toolbar>
<!-- </template> -->
<v-card-text>
Tu peux mettre du texte ici
</v-card-text>
<v-col>
<v-text-field v-model="search" prepend-inner-icon="mdi-magnify" label="Search for defense systems" hide-details
class="mx-2 mb-1" clearable></v-text-field>
......