-
Notifications
You must be signed in to change notification settings - Fork 0
/
phonon-visualisation-website.html
61 lines (52 loc) · 2.76 KB
/
phonon-visualisation-website.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Phonon visualisation website</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>Programming, Materials science... with python and C</h3>
<nav><ul>
<li><a href="/">About Me</a></li>
<li class="active"><a href="/category/materials-science.html">Materials science</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/phonon-visualisation-website.html" rel="bookmark"
title="Permalink to Phonon visualisation website">Phonon visualisation website</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-12-30T17:50:00+01:00">
Published: Wed 30 December 2015
</abbr>
</footer><!-- /.post-info --> <p>Today published online the phonon visualisation website.
This project aims to provide a simple way to visualize the lattice vibrations of different materials.</p>
<p>This is the continuation of the work of Raul Weber during an internship in the University of Luxembourg during 2 months under the supervisions of Ludger Wirtz and technical help from me. I decided to continue the project by optimising the implementation, cleaning up the design and replacing JSmol by a self made applet which I will call VibCrystal.</p>
<p>You can check it out in:<br />
<a href="http://henriquemiranda.github.io/phononwebsite/">http://henriquemiranda.github.io/phononwebsite/</a></p>
</div><!-- /.entry-content -->
</article>
</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>