Skip to content
Permalink
Browse files
Merge pull request #751 from girder/viime-path
  • Loading branch information
jeffbaumes committed Mar 17, 2023
2 parents 1cb73a9 + 8de3737 commit a70836f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
@@ -12,7 +12,7 @@ export default defineComponent({
// Chrome 1 - 71
// @ts-ignore
const isChrome = !!window.chrome && (!!window.chrome.webstore || !!window.chrome.runtime);
const isChrome = !!window.chrome;
// Blink engine detection
const isBlink = (isChrome || isOpera) && !!window.CSS;
@@ -51,6 +51,20 @@ export default {
</script>
<template lang="pug">
v-app.viime-landing
div(style="position:absolute;top:70px;left:20px;z-index:100")
v-card.mx-auto
v-card-text
div(style="display:flex;justify-content:center")
div(style="max-width:700px")
p(style="font-size:30px") See the new module Viime-Path
div(style="font-size:20px")
| Viime-Path: An Interactive Metabolic Pathway Generation Tool for Metabolomics Data Analysis
br
| Jeff Baumes, Thomas M. O'Connell
br
| doi:&nbsp;
a(href="https://doi.org/10.1101/2023.03.07.531550") https://doi.org/10.1101/2023.03.07.531550

browser-support-banner
v-toolbar.main-toolbar.darken-4.py-2(dark, dense, color="transparent", flat)
v-toolbar-title(style="height: 100%; padding: 10px 0;")

0 comments on commit a70836f

Please sign in to comment.