-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
89 lines (77 loc) · 3.88 KB
/
archives.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Archives | Computational Approaches to Biological Problems
</title>
<link rel="canonical" href="./archives.html">
<link rel="stylesheet" href="./theme/css/bootstrap.min.css">
<link rel="stylesheet" href="./theme/css/fontawesome.min.css">
<link rel="stylesheet" href="./theme/css/pygments/default.min.css">
<link rel="stylesheet" href="./theme/css/theme.css">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="./">
<img class="img-fluid rounded" src=./images/LucasBoatwrightHeadShot-161x215.jpeg alt="Computational Approaches to Biological Problems">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="./">Computational Approaches to Biological Problems</a></h1>
<p class="text-muted">and other biological inklings</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="./index.html">Home</a></li>
<li class="list-inline-item"><a href="./archives.html">posts</a></li>
<li class="list-inline-item"><a href="https://github.com/jlboat">GitHub</a></li>
<li class="list-inline-item"><a href="https://scholar.google.com/citations?hl=en&user=q5G2bJEAAAAJ&view_op=list_works&gmla=AJsN-F4gfKvkjBIT6Nv8Xy97IIUHuhFi9jF8x5ntZveyPGo_xO2ws-_5NjCw-_9z9CD2mWJnlbL1DeMd-0l-IUNYPsQ1NR4wu8s_l6YjZYlsb9mTQ1d8TX8">Pubs</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="./pages/about-me.html">About me</a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> Archives
</h1>
<hr>
<dl class="row">
<dt class="col-sm-4">Thu 10 October 2019</dt>
<dd class="col-sm-8"><a href="./how-to-edit-gwas-and-genomic-prediction-file-formats.html">How-to: Edit GWAS and Genomic Prediction File Formats</a></dd>
<dt class="col-sm-4">Tue 13 November 2018</dt>
<dd class="col-sm-8"><a href="./how-to-process-a-fastq-file-in-parallel.html">How-to: Process a FASTQ file in parallel</a></dd>
<dt class="col-sm-4">Tue 13 November 2018</dt>
<dd class="col-sm-8"><a href="./how-to-use-bioinformatics-libraries-in-jshell.html">How-to: Use Bioinformatics Libraries in JShell</a></dd>
<dt class="col-sm-4">Fri 19 October 2018</dt>
<dd class="col-sm-8"><a href="./how-to-containerize-an-application-with-singularity.html">How-to: Containerize an application with Singularity</a></dd>
<dt class="col-sm-4">Fri 28 September 2018</dt>
<dd class="col-sm-8"><a href="./how-to-set-up-a-bioinformatics-environment.html">How-to: Set up a Bioinformatics Environment</a></dd>
<dt class="col-sm-4">Tue 28 August 2018</dt>
<dd class="col-sm-8"><a href="./how-to-learn-bioinformatics.html">How-to: Learn Bioinformatics</a></dd>
<dt class="col-sm-4">Mon 27 August 2018</dt>
<dd class="col-sm-8"><a href="./how-to-make-a-site-with-pelican.html">How-to: Make a Site with Pelican</a></dd>
</dl>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="./authors.html">Authors</a></li>
<li class="list-inline-item"><a href="./archives.html">Archives</a></li>
<li class="list-inline-item"><a href="./categories.html">Categories</a></li>
<li class="list-inline-item"><a href="./tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">✨</a>
</p>
</div> </div>
</footer>
</body>
</html>