Skip to content

Commit

Permalink
izMiR software page edited. Links added.
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemerdogann committed Jun 7, 2016
1 parent 264b459 commit 73200c9
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 30 deletions.
6 changes: 6 additions & 0 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,11 @@ router.get('/software/ACI/', function(req, res, next) {
});
});

router.get('/software/izmir/', function(req, res, next) {
res.status(200).render('izmir', {
title: "izMiR",
active: "software"
});
});

module.exports = router;
66 changes: 37 additions & 29 deletions views/izmir.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<link rel="stylesheet" href="/css/main.css"></link>
<style>
h4 {
text-align: center;
font-weight: bolder;
font-size: 1.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
text-align: center;
font-weight: bolder;
font-size: 1.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
</style>
</head>
<body>
Expand All @@ -24,11 +24,17 @@
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron" style="min-height: 800px;">




<div class="row">
<div class="row"><div class="col-md-12">
<h1>izMiR <i>ab initio</i> MicroRNA Analysis</h1>
</div></div>
<div class="row"><div class="col-md-6">
<div class="col-md-12">
<h1>izMiR <i>ab initio</i> MicroRNA Analysis</h1>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>izMiR</h3>
<p>izMiR is a data analysis workflow that can be used for the
detection of pre-miRNAs. Here we provide a comprehensive
Expand All @@ -39,32 +45,34 @@ <h3>izMiR</h3>
any settings.</p>
</div><div class="col-md-6" style='vertical-align: middle;'>
<img src="../img/izmir.png" height="100" alt="izMiR Logo"/>
</div></div>
<div class="row"><div class="col-md-12">
&nbsp;
</div></div>
<div class="row"><div class="col-md-6">
</div>
</div>

<div class="row">
<div class="col-md-12">
<h3>Datasets</h3>
<p>

<a href='/files/izmir/data/positive.csv'>Positive</a><br/>
<a href='/files/izmir/data/negative.csv'>Negative</a><br/>
</p>
</div><div class="col-md-6">
&nbsp;
</div></div>
<div class="row"><div class="col-md-12">
&nbsp;
</div></div>
<div class="row"><div class="col-md-6">
</div>
</div>

<div class="row">
<div class="col-md-12">
<h3>Workflows</h3>
<p>
<a href='../files/izmirprotocol.pdf'>Download our how to protocol</a><br/>
<a href='../files/izmirprediction.zip'>Download the training workflow</a><br/>
<a href='../files/izmirtraining.zip'>Download the prediction workflow</a><br/>
<a href='/files/izmir/izmirprotocol.pdf'>Download our how to protocol</a><br/>
<a href='/files/izmir/izmirtraining.zip'>Download the training workflow</a><br/>
<a href='/files/izmir/izmirprediction.zip'>Download the prediction workflow</a><br/>
<a href='/files/izmir/model.zip'>Download the model</a><br/>
</p>
</div><div class="col-md-6">
&nbsp;
</div></div>
</div>
</div>




</div>
</div> <!-- /container -->

Expand Down
2 changes: 1 addition & 1 deletion views/software.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h4 class="title">izMiR: Beyond the state-of-the-art in pre-miRNA Detection</h4>
<!-- Link to publications -->
</p>
<p>
<i><a href="izmir">izMiR Details</a></i>
<i><a href="/software/izmir">izMiR Details</a></i>
</p>
</div>
</div>
Expand Down

0 comments on commit 73200c9

Please sign in to comment.