Skip to content

Commit 0161979

Browse files
committed
🎨 add citation
1 parent 66ec680 commit 0161979

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

frontend/src/views/main/Main.vue

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
<v-layout column fill-height>
66
<v-list nav>
77
<v-subheader>Main menu</v-subheader>
8-
<v-list-item to="/main/dashboard">
8+
<v-list-item href="https://doi.org/10.1093/molbev/msac095" target="_blank">
99
<v-list-item-action>
10-
<v-icon>web</v-icon>
10+
<v-icon>mdi-school</v-icon>
1111
</v-list-item-action>
1212
<v-list-item-content>
13-
<v-list-item-title>Dashboard</v-list-item-title>
13+
<v-list-item-title>Paper</v-list-item-title>
1414
</v-list-item-content>
1515
</v-list-item>
1616
<v-list-item href="https://beastiary.wytamma.com" target="_blank">
1717
<v-list-item-action>
1818
<v-icon>mdi-file-document-multiple</v-icon>
1919
</v-list-item-action>
2020
<v-list-item-content>
21-
<v-list-item-title>Docs</v-list-item-title>
21+
<v-list-item-title>Documentation</v-list-item-title>
2222
</v-list-item-content>
2323
</v-list-item>
2424
<v-list-item href="https://github.com/Wytamma/beastiary" target="_blank">
@@ -33,6 +33,10 @@
3333
<v-divider></v-divider>
3434
<v-spacer></v-spacer>
3535
<img class="mr-6 ml-5" src="https://beastiary.wytamma.com/images/Beastiary.png" alt="">
36+
<!-- citation -->
37+
<code>
38+
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
39+
</code>
3640
<v-divider></v-divider>
3741
<v-list>
3842
<v-list-item @click="logout">

0 commit comments

Comments
 (0)