Skip to content

Commit

Permalink
Formatting correction and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Jan 13, 2022
1 parent 4e89c56 commit e6120b3
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 116 deletions.
199 changes: 104 additions & 95 deletions web/apps/index.html
Original file line number Diff line number Diff line change
@@ -1,122 +1,131 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />

<title>NBIS Rshiny Apps</title>
<meta name="description" content="Rshiny server supported by National
Bioinformatics Infrastructure Sweden
">

<link rel="canonical" href="http://rshiny.nbis.se/">
<link rel="alternate" type="application/rss+xml" title="NBIS - National Bioinformatics Infrastructure Sweden" href="https://nbis.se/feed.xml">
<link rel="alternate" type="application/rss+xml" title="NBIS - National Bioinformatics Infrastructure Sweden"
href="https://nbis.se/feed.xml">
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">

<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>

<link href="/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- Custom Fonts -->
<link
href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link
href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>

<link href="/css/main.css" type="text/css" rel="stylesheet" media="screen,projection" />

</head>

<body>
<body>

<div class="section" style="margin-bottom:80px" >
<div class="section" style="margin-bottom:80px">
<div class="container" style="margin-bottom:24px">
<p class="black-text text-lighten-4">
<font size=6>
List of Rshiny Apps
</font>
</p>
<ul>
<li><a href="/shiny-server-apps/shiny-apps-scrnaseq/igraph_3D/">igraph_3D</a>
(3D igraph from tsne with variable genes)
</li>
<li><a href="/shiny-server-apps/MetaMEx">MetaMEx</a>
(Transcriptomics meta-analysis of skeletal muscle response to
exercise)
<a href="https://github.com/NicoPillon/MetaMEx">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/pophelperShiny/inst/app">pophelperShiny</a>
(Analyse and visualise admixture proportions)
<a href="https://github.com/royfrancis/pophelperShiny">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/shiny-nametagger">nametagger</a>
(Print labels for clip-on nametags)
<a href="https://github.com/royfrancis/shiny-nametagger">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/rshiny-support-5065">Support 5065</a>
(Single Cell RNA seq visualizing)
<a href="https://github.com/NBISweden/rshiny-support-5065">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/rshiny-support-4884">Support 4884</a>
(Single Cell RNA seq visualizing)
<a href="https://github.com/NBISweden/support-4884">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/shiny-certificate">Shiny-Certificate</a>
(NBIS Course certificate)
<a href="https://github.com/royfrancis/shiny-certificate">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/shiny-doorsign">Door Sign</a>
(Name signage for offices)
<a href="https://github.com/royfrancis/shiny-doorsign">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/shiny-rnaseq-power">RNA-Seq power</a>
(Power analysis for RNA-Seq experiments)
<a href="https://github.com/royfrancis/shiny-rnaseq-power">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/o_andersson">LTS project
o_andersson</a>
(scRNA-seq data in o_andersson_1709)
<a
href="https://bitbucket.org/scilifelab-lts/o_andersson_1709/src/master/source/anna_shiny">Bitbucket repo</a>
</li>
<li><a href="/shiny-server-apps/nhp_shiny">Support 5582</a>
(Single Cell RNA sequencing visualization)
<a href="https://github.com/alexander-7/nhp_shiny">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/natural-nations">Natural Nations</a>
(CitizenScience Project)
<a href="https://github.com/NBISweden/natural-nations">GitHub repo</a>
</li>
<li><a href="/shiny-server-apps/rshiny-support-5860">Support 5860</a>
(Single Cell RNA seq visualizing)
<a href="https://github.com/NBISweden/support-5860">GitHub repo</a>
</li>
</ul>
<p class="black-text text-lighten-4">
<font size=6>
List of Rshiny Apps
</font>
</p>
<ul>
<li>
<a href="/shiny-server-apps/shiny-apps-scrnaseq/igraph_3D/">igraph_3D</a>
(3D igraph from tsne with variable genes)
</li>
<li>
<a href="/shiny-server-apps/MetaMEx">MetaMEx</a>
(Transcriptomics meta-analysis of skeletal muscle response to exercise)
<a href="https://github.com/NicoPillon/MetaMEx">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/pophelperShiny/inst/app">pophelperShiny</a>
(Analyse and visualise admixture proportions)
<a href="https://github.com/royfrancis/pophelperShiny">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/shiny-nametagger">nametagger</a>
(Print labels for clip-on nametags)
<a href="https://github.com/royfrancis/shiny-nametagger">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/rshiny-support-5065">Support 5065</a>
(Single Cell RNA seq visualizing)
<a href="https://github.com/NBISweden/rshiny-support-5065">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/rshiny-support-4884">Support 4884</a>
(Single Cell RNA seq visualizing)
<a href="https://github.com/NBISweden/support-4884">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/shiny-certificate">Shiny-Certificate</a>
(NBIS Course certificate)
<a href="https://github.com/royfrancis/shiny-certificate">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/shiny-doorsign">Door Sign</a>
(Name signage for offices)
<a href="https://github.com/royfrancis/shiny-doorsign">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/shiny-rnaseq-power">RNA-Seq power</a>
(Power analysis for RNA-Seq experiments)
<a href="https://github.com/royfrancis/shiny-rnaseq-power">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/o_andersson">LTS project o_andersson</a>
(scRNA-seq data in o_andersson_1709)
<a href="https://bitbucket.org/scilifelab-lts/o_andersson_1709/src/master/source/anna_shiny">Bitbucket repo</a>
</li>
<li>
<a href="/shiny-server-apps/nhp_shiny">Support 5582</a>
(Single Cell RNA sequencing visualization)
<a href="https://github.com/alexander-7/nhp_shiny">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/natural-nations">Natural Nations</a>
(CitizenScience Project)
<a href="https://github.com/NBISweden/natural-nations">GitHub repo</a>
</li>
<li>
<a href="/shiny-server-apps/rshiny-support-5860">Support 5860</a>
(Single Cell RNA seq visualizing)
<a href="https://github.com/NBISweden/support-5860">GitHub repo</a>
</li>
</ul>
</div>



<footer class="page-footer topborder">
<div id="funding" class="row" style="margin-bottom:0px">
<div class="center-block">
<p style="text-align:center;background-color:white">
<a href="http://www.scilifelab.se"><img alt="Scilifelab" src="/assets/img/logos/scilifelab.jpg" style="height:40px;padding:5px 0px 5px 0px" ></a>
<a href="https://nbis.se"><img alt="NBIS" src="/assets/img/logos/nbislogo-blue.svg" style="height:40px;padding:5px 0px 5px 0px" ></a>
</p>
</div>
<footer class="page-footer topborder">
<div id="funding" class="row" style="margin-bottom:0px">
<div class="center-block">
<p style="text-align:center;background-color:white">
<a href="http://www.scilifelab.se"><img alt="Scilifelab" src="/assets/img/logos/scilifelab.jpg"
style="height:40px;padding:5px 0px 5px 0px"></a>
<a href="https://nbis.se"><img alt="NBIS" src="/assets/img/logos/nbislogo-blue.svg"
style="height:40px;padding:5px 0px 5px 0px"></a>
</p>
</div>

</div>

</footer>

<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<script src="assets/js/init.js"></script>

<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<script src="assets/js/init.js"></script>



</body>

</html>
</body>
</html>
42 changes: 21 additions & 21 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />

<title>Rshiny server for NBIS</title>
<meta name="description" content="Rshiny server supported by National
Bioinformatics Infrastructure Sweden
">

<link rel="canonical" href="http://rshiny.nbis.se/">
<link rel="alternate" type="application/rss+xml" title="NBIS - National Bioinformatics Infrastructure Sweden" href="https://nbis.se/feed.xml">
<link rel="alternate" type="application/rss+xml" title="NBIS - National Bioinformatics Infrastructure Sweden"
href="https://nbis.se/feed.xml">
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">

<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>

<link href="/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- Custom Fonts -->
<link
href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link
href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>

<link href="/css/main.css" type="text/css" rel="stylesheet" media="screen,projection" />

</head>

<body>
<body>


<!-- <div id="index-banner" class="parallax-container
bottomborder">-->
<!-- <div id="index-banner" class="parallax-container bottomborder"> -->

<!-- define dropdowns first --!>
<!-- define dropdowns first -->
<ul id="ddapp" class="dropdown-content">
<li><a href="/shiny-server-apps/shiny-apps-scrnaseq/igraph_3D/">igraph_3D</a></li>
<li><a href="/shiny-server-apps/MetaMEx">MetaMEx</a></li>
Expand Down Expand Up @@ -68,9 +72,8 @@
<div class="container" style="margin-bottom:24px">
<p class="black-text text-lighten-4">
<font size=6>
Rshiny server for <a href="https://nbis.se">NBIS</a> (National Bioinformatics Infrastructure
Sweden)
</font>
Rshiny server for <a href="https://nbis.se">NBIS</a> (National Bioinformatics Infrastructure Sweden)
</font>
</p>
</div>

Expand All @@ -94,15 +97,12 @@
</div>
</footer>

<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<script src="assets/js/init.js"></script>

</body>


</body>

</html>
</html>

0 comments on commit e6120b3

Please sign in to comment.