Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos GO
vernal_server
Commits
b50ed110
Commit
b50ed110
authored
Sep 11, 2020
by
Carlos GO
Browse files
padding
parent
5d12f54e
Changes
3
Hide whitespace changes
Inline
Side-by-side
static/css/style.css
View file @
b50ed110
...
...
@@ -7,6 +7,7 @@ body{
display
:
table-cell
;
vertical-align
:
middle
;
font-family
:
monospace
;
padding-bottom
:
100px
;
}
p
{
color
:
#424344
;
...
...
@@ -16,10 +17,6 @@ p{
#svgMain
{
margin-left
:
auto
;
margin-right
:
auto
;
display
:
block
;
padding-top
:
50px
;
padding-bottom
:
50px
;
width
:
50%
;}
#frame
{
/*border:10px groove gold;*/
/*border-image:url('../frame.png');*/
}
#border
{
border-image-source
:
url(../frame.png)
;
...
...
@@ -27,6 +24,8 @@ p{
border-image-repeat
:
stretch
;
border-width
:
70px
;
border-style
:
solid
;
margin-top
:
100px
;
margin-bottom
:
80px
;
}
#query
{
...
...
templates/default.html
View file @
b50ed110
...
...
@@ -12,9 +12,9 @@
</a>
<p>
Welcome to the VERNAL motif gallery.
</p>
<p>
Welcome to the VERNAL motif gallery.
</p>
{%block body %}
{% endblock %}
...
...
templates/home.html
View file @
b50ed110
...
...
@@ -22,7 +22,19 @@ Select a motif gallery:
<li><a
href=
"{{ url_for('gallery', motif_type='motifs') }}"
>
General Motifs
</a>
: Nodes aggregated can span multiple chains.
</li>
</ul>
Cite
<br>
<b>
Cite
</b>
<br><br>
@article{oliver2020vernal,
<br>
title={VeRNAl: A Tool for Mining Fuzzy Network Motifs in RNA},
<br>
author={Oliver, Carlos and Mallet, Vincent and Philippopoulos, Pericles
<br>
and Hamilton, William L and Waldispuhl, Jerome},
<br>
journal={arXiv preprint arXiv:2009.00664},
<br>
year={2020}
<br>
}
<br><br>
<a
href=
"https://github.com/cgoliver/vernal"
><b>
Source Code
</b></a>
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment