Skip to content

Commit

Permalink
update tutorial descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
avanlinden committed Jul 16, 2024
1 parent f5dc791 commit 4afc1d1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.menu a {
text-decoration: none;
font-size: 1.5em;
color: #007bff;
color: #6200ff;
}
.menu a:hover {
text-decoration: underline;
Expand All @@ -35,11 +35,14 @@
</head>
<body>
<div class="container">
<h1>Welcome to the Tutorials</h1>
<h1>Intro to Working with Data in the AD Knowledge Portal:</h1>
<ul class="menu">
<li><a href="5XFAD_data_R_tutorial.html">5XFAD Data R Tutorial</a></li>
<li><a href="5XFADdata_python_tutorial.html">5XFAD Data Python Tutorial</a></li>
<li><a href="Workshop2_DESeq.html">Workshop 2 DESeq</a></li>
<li><a href="5XFAD_data_R_tutorial.html">R Tutorial</a></li>
<li><a href="5XFADdata_python_tutorial.html">Python Tutorial</a></li>
</ul>
<h1>Intro to Differential Gene Expression with AD Knowledge Portal Data (R only)</h1>
<ul class="menu"></ul>
<li><a href="Workshop2_DESeq.html">DESeq Workshop</a></li>
</ul>
</div>
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
Expand Down

0 comments on commit 4afc1d1

Please sign in to comment.