Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default class App extends Vue {
link: "https://pypi.org/project/megago"
}, {
icon: "mdi-newspaper-variant-outline",
link: ""
link: "https://doi.org/10.1021/acs.jproteome.0c00926"
}];
}
</script>
Expand Down
3 changes: 3 additions & 0 deletions web/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
best to take a look and resolve the issue as soon as possible. Make sure to check that a similar issue
has not been reported before.
</p>
<p class="text-body-1">
If you decide to use this tool, please cite <a href="https://doi.org/10.1021/acs.jproteome.0c00926">Verschaffelt P, Van Den Bossche T, et al.</a>.
</p>
<div class="d-flex justify-center align-center">
<v-btn x-large color="primary" to="/analysis">
<v-icon x-large class="mr-2">mdi-play-circle</v-icon>
Expand Down