-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
introduction.html
92 lines (80 loc) · 3.62 KB
/
introduction.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
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blueschisting</title>
<link rel="icon" type="image/png" href="/images/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/images/favicon/favicon-16x16.png" sizes="16x16" />
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700' rel='stylesheet' type='text/css' />
<link href='//fonts.googleapis.com/css?family=Merriweather:300' rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Source+Code+Pro:200,400,700' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="/theme/css/icons.css"/>
<link rel="stylesheet" type="text/css" href="/theme/css/styles.css"/>
<meta charset="utf-8" />
</head>
<body id="index">
<!-- header -->
<header class="siteheader">
<!-- site image -->
<div class= "siteimage">
<a class="nodec" href=/images/escape_of_the_core.png>
<img width="200" height="200" src=/images/escape_of_the_core.png>
</a>
</div>
<div class = "sitebanner">
<h1><a class="sitetitle nodec" href="/index.html">Blueschisting</a></h1>
<h3 class ="sitesubtitle">Thoughts on planetary science, fluid dynamics, transit, and scientific computing</h3>
<!-- nav -->
<nav class="menu">
<ul>
<!-- menu items-->
<li><a class="nodec" href="/pages/about.html">Ian Rose</a></li>
<li><a class="nodec" href="/blog_index.html">blog</a></li>
<!--pages-->
<!-- services icons -->
<li><a class="nodec icon-github" href="http://github.com/ian-r-rose"></a></li>
<li><a class="nodec icon-twitter" href="http://twitter.com/IanRRose"></a></li>
</ul>
</nav>
</div> <!-- sitebanner -->
</header>
<!-- content -->
<div id="main">
<div id="content">
<section class="content">
<h3 class="posttitle">
<a class="nodec" href="/introduction.html" rel="bookmark" title="Permalink to Introduction">
Introduction
</a>
</h3>
<div class="postinfo">
<p class="published" title="2015-08-21T00:00:00-07:00">
Fri 21 August 2015
</p>
</div><!-- .postinfo -->
<div class="article">
<p>Welcome to the inaugural post of this blog, where I plan to write about anything that strikes me as interesting.
For the most part these things will be related to geology, geophysics, or scientific computing.
At the moment I am titling the site "Blueschisting," with which I am not necessarily in love, but I could
not think of something better when setting things up. At the very least it does not appear to be taken.</p>
<p>Overall it is my hope that this blog will accomplish these three things, in no particular order:</p>
<ul>
<li>Get me to write more often and with less friction.</li>
<li>Provide a place to record various ideas, derivations, and perspectives so that I can refer to them later.</li>
<li>Maybe even be of some interest to some third party (though this may not ever be the case. If somebody is reading: hello!).</li>
</ul>
<p>To start, I plan to write a series of posts on one of my favorite results in mathematical physics:
the Buckingham Pi theorem.</p>
</div><!-- .content -->
</section>
</div>
</div>
<!-- footer -->
<footer>
<p>
Copyright © Ian Rose.
Generated by <a href= "http://docs.getpelican.com/">Pelican</a> with
<a href="http://github.com/ian-r-rose/pelican-blueschisting">blueschisting</a> theme.
</p>
</footer>
</body>
</html>