-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
59 lines (53 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Henrique Miranda</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<a href="https://github.com/henriquemiranda">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href="./">Henrique Miranda</a></h1>
<h3>Physics, Materials science... with python, C, Fortran and Javascript</h3>
<nav><ul>
<li><a href="./index.html">About Me</a></li>
<li><a href="./category/computers.html">Computers</a></li>
<li><a href="./category/materials-science.html">Materials science</a></li>
<li><a href="./category/others.html">Others</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Archives for Henrique Miranda</h1>
<dl>
<dt>Mon 06 April 2020</dt>
<dd><a href="./covid-19.html">COVID-19</a></dd>
<dt>Mon 06 April 2020</dt>
<dd><a href="./covid-19-pt.html">COVID-19 (PT)</a></dd>
<dt>Wed 19 April 2017</dt>
<dd><a href="./docker-containers.html">Docker containers</a></dd>
<dt>Thu 07 January 2016</dt>
<dd><a href="./exciton-visualization-website.html">Exciton visualization website</a></dd>
<dt>Wed 30 December 2015</dt>
<dd><a href="./phonon-visualization-website.html">Phonon visualization website</a></dd>
<dt>Sun 27 December 2015</dt>
<dd><a href="./yambo-py.html">yambo-py</a></dd>
<dt>Sat 05 December 2015</dt>
<dd><a href="./phononpy-siesta-interface.html">Phononpy siesta interface</a></dd>
</dl>
</section>
<section id="extras" class="body">
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>Theme based on <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a></p>
</footer><!-- /#contentinfo -->
</body>
</html>