Skip to content

Commit

Permalink
🎨 add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Mar 2, 2024
1 parent 66ec680 commit 0161979
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions frontend/src/views/main/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<v-layout column fill-height>
<v-list nav>
<v-subheader>Main menu</v-subheader>
<v-list-item to="/main/dashboard">
<v-list-item href="https://doi.org/10.1093/molbev/msac095" target="_blank">
<v-list-item-action>
<v-icon>web</v-icon>
<v-icon>mdi-school</v-icon>
</v-list-item-action>
<v-list-item-content>
<v-list-item-title>Dashboard</v-list-item-title>
<v-list-item-title>Paper</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item href="https://beastiary.wytamma.com" target="_blank">
<v-list-item-action>
<v-icon>mdi-file-document-multiple</v-icon>
</v-list-item-action>
<v-list-item-content>
<v-list-item-title>Docs</v-list-item-title>
<v-list-item-title>Documentation</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item href="https://github.com/Wytamma/beastiary" target="_blank">
Expand All @@ -33,6 +33,10 @@
<v-divider></v-divider>
<v-spacer></v-spacer>
<img class="mr-6 ml-5" src="https://beastiary.wytamma.com/images/Beastiary.png" alt="">
<!-- citation -->
<code>
Wytamma Wirth, Sebastian Duchene, Real-Time and Remote MCMC Trace Inspection with Beastiary, Molecular Biology and Evolution, Volume 39, Issue 5, May 2022, msac095, https://doi.org/10.1093/molbev/msac095
</code>
<v-divider></v-divider>
<v-list>
<v-list-item @click="logout">
Expand Down

0 comments on commit 0161979

Please sign in to comment.