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

edit gitlab

parent 9eca9656
No related branches found
No related tags found
No related merge requests found
Pipeline #110506 passed with stages
in 2 minutes and 33 seconds
<template> <template>
<v-row> <v-row>
<v-col> <v-col>
<v-btn prepend-icon="mdi-github" variant="text" size="small" :href="path" target="_blank">Edit on github</v-btn> <v-btn prepend-icon="mdi-gitlab" variant="text" size="small" :href="path" target="_blank">Edit on gitlab</v-btn>
</v-col> </v-col>
</v-row> </v-row>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { ref } from "vue"; import { ref } from "vue";
const { page } = useContent(); const { page } = useContent();
// const owner = ref("mdm-lab"); const owner = ref("mdm-lab");
const owner = ref("rplanel"); const repo = ref("wiki");
// const repo = ref("wiki"); const branch = ref("main");
const repo = ref("defense-finder-wiki-test");
// const branch = ref("main");
const branch = ref("dev");
// const baseUrl = ref(new URL("https://gitlab.pasteur.fr")); const baseUrl = ref(new URL("https://gitlab.pasteur.fr"));
const baseUrl = ref(new URL("https://github.com"))
// https://github.com/rplanel/defense-finder-wiki-test/edit/dev/content/1.introduction/0.index.md // https://github.com/rplanel/defense-finder-wiki-test/edit/dev/content/1.introduction/0.index.md
const path = ref( const path = ref(
new URL( new URL(
`/${owner.value}/${repo.value}/edit/${branch.value}/content/${page.value._file}`, `/${owner.value}/${repo.value}/-/edit/${branch.value}/content/${page.value._file}`,
baseUrl.value baseUrl.value
).href ).href
); );
......
...@@ -8,7 +8,7 @@ const props = defineProps<{ ...@@ -8,7 +8,7 @@ const props = defineProps<{
</script> </script>
<template> <template>
<template v-for="navItem in props.navigation"> <template v-for="navItem in props.navigation" :key="navItem?.title">
<v-list-group v-if="navItem?.children" :value="navItem.title"> <v-list-group v-if="navItem?.children" :value="navItem.title">
<template v-slot:activator="{ props }"> <template v-slot:activator="{ props }">
<v-list-item v-bind="props" :title="navItem.title" color="primary" exact nav></v-list-item> <v-list-item v-bind="props" :title="navItem.title" color="primary" exact nav></v-list-item>
......
<script setup lang="ts"> <script setup lang="ts">
const props = defineProps<{ const props = defineProps<{
doi: string; doi: string;
divider: boolean
}>(); }>();
const { article } = useFetchArticle(props.doi) const { article } = useFetchArticle(props.doi)
...@@ -39,5 +40,5 @@ console.log(article) ...@@ -39,5 +40,5 @@ console.log(article)
</v-expand-transition> </v-expand-transition>
</v-card> </v-card>
</v-list-item> </v-list-item>
<v-divider inset></v-divider> <v-divider v-if="props.divider" inset></v-divider>
</template> </template>
\ No newline at end of file
...@@ -18,8 +18,8 @@ const headers = ref([{ ...@@ -18,8 +18,8 @@ const headers = ref([{
<v-toolbar> <v-toolbar>
<v-toolbar-title>Defense Systems</v-toolbar-title> <v-toolbar-title>Defense Systems</v-toolbar-title>
<v-text-field v-model="search" density="compact" variant="underlined" append-inner-icon="mdi-magnify" label="Search" <v-text-field v-model="search" density="compact" variant="underlined" append-inner-icon="mdi-magnify"
single-line hide-details class="mx-2"></v-text-field> label="Search" single-line hide-details class="mx-2"></v-text-field>
</v-toolbar> </v-toolbar>
<v-data-table :items-per-page="itemsPerParge" v-model:sort-by="sortBy" :headers="headers" :items="props.systems" <v-data-table :items-per-page="itemsPerParge" v-model:sort-by="sortBy" :headers="headers" :items="props.systems"
:search="search"> :search="search">
...@@ -28,7 +28,7 @@ const headers = ref([{ ...@@ -28,7 +28,7 @@ const headers = ref([{
item.columns.system }}</v-chip> item.columns.system }}</v-chip>
</template> </template>
<template #[`item.dois`]="{ item }"> <template #[`item.dois`]="{ item }">
<ReferencesList :items="item.columns.dois"></ReferencesList> <ArticleDoiList :items="item.columns.dois" :divider="false" />
</template> </template>
</v-data-table> </v-data-table>
</v-card> </v-card>
......
...@@ -47,7 +47,7 @@ Makarova KS, Wolf YI, Snir S, Koonin EV. Defense islands in bacterial and archae ...@@ -47,7 +47,7 @@ Makarova KS, Wolf YI, Snir S, Koonin EV. Defense islands in bacterial and archae
Tal N, Sorek R. SnapShot: Bacterial immunity. Cell. 2022 Feb 3;185(3):578-578.e1. doi: 10.1016/j.cell.2021.12.029. PMID: 35120666. Tal N, Sorek R. SnapShot: Bacterial immunity. Cell. 2022 Feb 3;185(3):578-578.e1. doi: 10.1016/j.cell.2021.12.029. PMID: 35120666.
::references-list ::article-doi-list
--- ---
items: items:
- 10.1126/science.1138140 - 10.1126/science.1138140
...@@ -58,44 +58,4 @@ items: ...@@ -58,44 +58,4 @@ items:
- 10.1038/s41586-019-1894-8 - 10.1038/s41586-019-1894-8
- 10.1128/jb.64.4.557-569.1952 - 10.1128/jb.64.4.557-569.1952
--- ---
<<<<<<< HEAD
:: ::
=======
#title
DefenseFinder Wiki
#description
A comprehensive effort to map microbial defense systems against their viruses
::
::card-grid
#title
What's included
#root
:ellipsis
#default
::card
#title
Nuxt Architecture.
#description
Harness the full power of Nuxt and the Nuxt ecosystem.
::
::card
#title
Vue Components.
#description
Use built-in components (or your own!) inside your content.
::
::card
#title
Write Markdown.
#description
Enjoy the ease and simplicity of Markdown and discover MDC syntax.
::
::
>>>>>>> main
...@@ -35,7 +35,7 @@ systems: ...@@ -35,7 +35,7 @@ systems:
## References ## References
::references-list ::article-doi-list
--- ---
items: items:
- 10.1101/2021.09.02.458658 - 10.1101/2021.09.02.458658
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment