Compare commits
No commits in common. "main" and "deploy" have entirely different histories.
73 changed files with 2454 additions and 460 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
public/
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "public"]
|
|
||||||
path = public
|
|
||||||
url = https://github.com/thermokarst/akdillon.git
|
|
49
404.html
Normal file
49
404.html
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h2>Uh oh!</h2>
|
||||||
|
<h3>The requested page is not available</h3>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
37
README.md
37
README.md
|
@ -1,37 +0,0 @@
|
||||||
akdillon.net
|
|
||||||
============
|
|
||||||
|
|
||||||
Matthew Ryan Dillon <matthewrdillon@gmail.com>
|
|
||||||
|
|
||||||
Hugo source for akdillon.net.
|
|
||||||
|
|
||||||
To update:
|
|
||||||
----------
|
|
||||||
|
|
||||||
$ hugo
|
|
||||||
|
|
||||||
License:
|
|
||||||
--------
|
|
||||||
|
|
||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2016-2021 Danielle & Matthew Dillon
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
||||||
|
|
58
about/index.html
Normal file
58
about/index.html
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>About</h1>
|
||||||
|
|
||||||
|
<h3>The Dillons work and play in Flagstaff, Arizona</h3>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="column-16">
|
||||||
|
<img src="https://www.akdillon.net/img/dillons.jpg" title="M and D">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
57
audio/12d4fd/index.html
Normal file
57
audio/12d4fd/index.html
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/12d4fd/" title="12d4fd">12d4fd</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>smokey summer of 2004.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
57
audio/ahem/index.html
Normal file
57
audio/ahem/index.html
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/ahem/" title="ahem">ahem</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>2011, boise to anc, in-flight entertainment.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
57
audio/atrophy/index.html
Normal file
57
audio/atrophy/index.html
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/atrophy/" title="atrophy">atrophy</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>pardon the faux <a href="http://www.gnu.org">GNU</a>/metal. 2007.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
57
audio/d_unit/index.html
Normal file
57
audio/d_unit/index.html
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/d_unit/" title="d_unit">d_unit</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>circa fall 2008. this track reeks of garageband (im talking to you, dance kit).</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
59
audio/done/index.html
Normal file
59
audio/done/index.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/done/" title="done">done</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2011">
|
||||||
|
<li>rainy sunday.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
59
audio/goodbye/index.html
Normal file
59
audio/goodbye/index.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/goodbye/" title="this is how we say goodbye">this is how we say goodbye</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2011">
|
||||||
|
<li>part two…</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
58
audio/hadal_waltz/index.html
Normal file
58
audio/hadal_waltz/index.html
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/hadal_waltz/" title="Hadal Waltz (A Lifetime in Two Movements)">Hadal Waltz (A Lifetime in Two Movements)</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>The sound of hadals waltzing… ask Jeff Long.
|
||||||
|
My worst [snowshoeing] nightmare. 2010.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
59
audio/hello/index.html
Normal file
59
audio/hello/index.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/hello/" title="this is how we say hello">this is how we say hello</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2011">
|
||||||
|
<li>“artsy noise” is still just noise.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
58
audio/hurricanes/index.html
Normal file
58
audio/hurricanes/index.html
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/hurricanes/" title="hurricanes">hurricanes</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>4am in The Hat’s spare bedroom.
|
||||||
|
generally, we do these kinds of things bc of love. 2004.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
351
audio/index.html
Normal file
351
audio/index.html
Normal file
|
@ -0,0 +1,351 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/goodbye/" title="this is how we say goodbye">this is how we say goodbye</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2011">
|
||||||
|
<li>part two…</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="column-7 push-2">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/hello/" title="this is how we say hello">this is how we say hello</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2011">
|
||||||
|
<li>“artsy noise” is still just noise.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/ahem/" title="ahem">ahem</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>2011, boise to anc, in-flight entertainment.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="column-7 push-2">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/done/" title="done">done</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2011">
|
||||||
|
<li>rainy sunday.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/life/" title="Li(f)e">Li(f)e</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2006">
|
||||||
|
<li>rough cut.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="column-7 push-2">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/hadal_waltz/" title="Hadal Waltz (A Lifetime in Two Movements)">Hadal Waltz (A Lifetime in Two Movements)</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>The sound of hadals waltzing… ask Jeff Long.
|
||||||
|
My worst [snowshoeing] nightmare. 2010.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/wydtfm/" title="would.you.do.this.for.me?">would.you.do.this.for.me?</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2007">
|
||||||
|
<li>i keep planting this seedling, but it wont grow. maybe this season…</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="column-7 push-2">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/hurricanes/" title="hurricanes">hurricanes</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>4am in The Hat’s spare bedroom.
|
||||||
|
generally, we do these kinds of things bc of love. 2004.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/atrophy/" title="atrophy">atrophy</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>pardon the faux <a href="http://www.gnu.org">GNU</a>/metal. 2007.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="column-7 push-2">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/stance/" title="stance">stance</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>i wish i could say this was a gwar cover. 2006.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/12d4fd/" title="12d4fd">12d4fd</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>smokey summer of 2004.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="column-7 push-2">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/involuntary_organ_donation/" title="involuntary organ donation">involuntary organ donation</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2001">
|
||||||
|
<li>jeskola buzz and cep. making music in a closet with two computers.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/d_unit/" title="d_unit">d_unit</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>circa fall 2008. this track reeks of garageband (im talking to you, dance kit).</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="column-7 push-2">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/x3_x3/" title="x3_x3">x3_x3</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>circa 2008. not sure where this was heading.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-7">
|
||||||
|
|
||||||
|
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/untitled/" title="untitled">untitled</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>circa 2008. autumn. leaves falling. rotting wild cranberries.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
146
audio/index.xml
Normal file
146
audio/index.xml
Normal file
|
@ -0,0 +1,146 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Audios on AKDillon</title>
|
||||||
|
<link>https://www.akdillon.net/audio/</link>
|
||||||
|
<description>Recent content in Audios on AKDillon</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Sun, 21 Jun 2015 10:37:00 -0800</lastBuildDate><atom:link href="https://www.akdillon.net/audio/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>this is how we say goodbye</title>
|
||||||
|
<link>https://www.akdillon.net/audio/goodbye/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:37:00 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/goodbye/</guid>
|
||||||
|
<description>part two&hellip; </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>this is how we say hello</title>
|
||||||
|
<link>https://www.akdillon.net/audio/hello/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:34:51 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/hello/</guid>
|
||||||
|
<description>&ldquo;artsy noise&rdquo; is still just noise. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>ahem</title>
|
||||||
|
<link>https://www.akdillon.net/audio/ahem/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:32:47 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/ahem/</guid>
|
||||||
|
<description>2011, boise to anc, in-flight entertainment.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>done</title>
|
||||||
|
<link>https://www.akdillon.net/audio/done/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:31:46 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/done/</guid>
|
||||||
|
<description>rainy sunday. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Li(f)e</title>
|
||||||
|
<link>https://www.akdillon.net/audio/life/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:30:52 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/life/</guid>
|
||||||
|
<description>rough cut. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Hadal Waltz (A Lifetime in Two Movements)</title>
|
||||||
|
<link>https://www.akdillon.net/audio/hadal_waltz/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:29:34 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/hadal_waltz/</guid>
|
||||||
|
<description>The sound of hadals waltzing&hellip; ask Jeff Long. My worst [snowshoeing] nightmare. 2010.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>would.you.do.this.for.me?</title>
|
||||||
|
<link>https://www.akdillon.net/audio/wydtfm/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:28:06 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/wydtfm/</guid>
|
||||||
|
<description>i keep planting this seedling, but it wont grow. maybe this season&hellip; </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>hurricanes</title>
|
||||||
|
<link>https://www.akdillon.net/audio/hurricanes/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:25:01 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/hurricanes/</guid>
|
||||||
|
<description>4am in The Hat&rsquo;s spare bedroom. generally, we do these kinds of things bc of love. 2004.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>atrophy</title>
|
||||||
|
<link>https://www.akdillon.net/audio/atrophy/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:23:31 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/atrophy/</guid>
|
||||||
|
<description>pardon the faux GNU/metal. 2007.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>stance</title>
|
||||||
|
<link>https://www.akdillon.net/audio/stance/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:22:28 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/stance/</guid>
|
||||||
|
<description>i wish i could say this was a gwar cover. 2006.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>12d4fd</title>
|
||||||
|
<link>https://www.akdillon.net/audio/12d4fd/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:21:33 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/12d4fd/</guid>
|
||||||
|
<description>smokey summer of 2004.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>involuntary organ donation</title>
|
||||||
|
<link>https://www.akdillon.net/audio/involuntary_organ_donation/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:19:32 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/involuntary_organ_donation/</guid>
|
||||||
|
<description>jeskola buzz and cep. making music in a closet with two computers. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>d_unit</title>
|
||||||
|
<link>https://www.akdillon.net/audio/d_unit/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:18:07 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/d_unit/</guid>
|
||||||
|
<description>circa fall 2008. this track reeks of garageband (im talking to you, dance kit).</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>x3_x3</title>
|
||||||
|
<link>https://www.akdillon.net/audio/x3_x3/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:16:24 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/x3_x3/</guid>
|
||||||
|
<description>circa 2008. not sure where this was heading.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>untitled</title>
|
||||||
|
<link>https://www.akdillon.net/audio/untitled/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:14:53 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/untitled/</guid>
|
||||||
|
<description>circa 2008. autumn. leaves falling. rotting wild cranberries.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
59
audio/involuntary_organ_donation/index.html
Normal file
59
audio/involuntary_organ_donation/index.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/involuntary_organ_donation/" title="involuntary organ donation">involuntary organ donation</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2001">
|
||||||
|
<li>jeskola buzz and cep. making music in a closet with two computers.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
59
audio/life/index.html
Normal file
59
audio/life/index.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/life/" title="Li(f)e">Li(f)e</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2006">
|
||||||
|
<li>rough cut.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
57
audio/stance/index.html
Normal file
57
audio/stance/index.html
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/stance/" title="stance">stance</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>i wish i could say this was a gwar cover. 2006.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
57
audio/untitled/index.html
Normal file
57
audio/untitled/index.html
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/untitled/" title="untitled">untitled</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>circa 2008. autumn. leaves falling. rotting wild cranberries.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
59
audio/wydtfm/index.html
Normal file
59
audio/wydtfm/index.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/wydtfm/" title="would.you.do.this.for.me?">would.you.do.this.for.me?</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<ol start="2007">
|
||||||
|
<li>i keep planting this seedling, but it wont grow. maybe this season…</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
57
audio/x3_x3/index.html
Normal file
57
audio/x3_x3/index.html
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Audio</h1>
|
||||||
|
<h4><a href="https://www.akdillon.net/audio/x3_x3/" title="x3_x3">x3_x3</a></h4>
|
||||||
|
<a href="https://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" target="_blank">Download</a>
|
||||||
|
<br>
|
||||||
|
<audio src="https://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" controls>
|
||||||
|
Your browser does not support the <code>audio</code> element.
|
||||||
|
</audio>
|
||||||
|
<p>circa 2008. not sure where this was heading.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
10
categories/index.xml
Normal file
10
categories/index.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Categories on AKDillon</title>
|
||||||
|
<link>https://www.akdillon.net/categories/</link>
|
||||||
|
<description>Recent content in Categories on AKDillon</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language><atom:link href="https://www.akdillon.net/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
25
config.toml
25
config.toml
|
@ -1,25 +0,0 @@
|
||||||
baseurl = "https://www.akdillon.net"
|
|
||||||
languageCode = "en-us"
|
|
||||||
title = "AKDillon"
|
|
||||||
canonifyurls = true
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Misc"
|
|
||||||
weight = -20
|
|
||||||
identifier = "misc"
|
|
||||||
url = "/misc/"
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "About"
|
|
||||||
weight = -10
|
|
||||||
identifier = "about"
|
|
||||||
url = "/about/"
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Contact"
|
|
||||||
weight = 0
|
|
||||||
identifier = "contact"
|
|
||||||
url = "/contact/"
|
|
||||||
|
|
||||||
[params]
|
|
||||||
copyrightyear = "2021"
|
|
51
contact/index.html
Normal file
51
contact/index.html
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>Contact</h1>
|
||||||
|
<p>matthew [at] akdillon [dot] net</p>
|
||||||
|
<p>danielle [at] akdillon [dot] net</p>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-25T14:46:35-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "About"
|
|
||||||
aliases = [
|
|
||||||
"/pages/about.html",
|
|
||||||
]
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
<h3>The Dillons work and play in Flagstaff, Arizona</h3>
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="column-16">
|
|
||||||
<img src="/img/dillons.jpg" title="M and D">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:21:33-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "12d4fd"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3"
|
|
||||||
weight = -40
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
smokey summer of 2004.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:32:47-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "ahem"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3"
|
|
||||||
weight = -120
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
2011, boise to anc, in-flight entertainment.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:23:31-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "atrophy"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3"
|
|
||||||
weight = -60
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
pardon the faux [GNU](http://www.gnu.org)/metal. 2007.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:18:07-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "d_unit"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3"
|
|
||||||
weight = -20
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
circa fall 2008. this track reeks of garageband (im talking to you, dance kit).
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:31:46-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "done"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3"
|
|
||||||
weight = -110
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
2011. rainy sunday.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:37:00-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "this is how we say goodbye"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3"
|
|
||||||
weight = -140
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
2011. part two...
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:29:34-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "Hadal Waltz (A Lifetime in Two Movements)"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3"
|
|
||||||
weight = -90
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
The sound of hadals waltzing... ask Jeff Long.
|
|
||||||
My worst [snowshoeing] nightmare. 2010.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:34:51-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "this is how we say hello"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3"
|
|
||||||
weight = -130
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
2011. "artsy noise" is still just noise.
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:25:01-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "hurricanes"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3"
|
|
||||||
weight = -70
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
4am in The Hat's spare bedroom.
|
|
||||||
generally, we do these kinds of things bc of love. 2004.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:19:32-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "involuntary organ donation"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3"
|
|
||||||
weight = -30
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
2001. jeskola buzz and cep. making music in a closet with two computers.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:30:52-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "Li(f)e"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/Li(f)e.mp3"
|
|
||||||
weight = -100
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
2006. rough cut.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:22:28-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "stance"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3"
|
|
||||||
weight = -50
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
i wish i could say this was a gwar cover. 2006.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:14:53-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "untitled"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3"
|
|
||||||
weight = 0
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
circa 2008. autumn. leaves falling. rotting wild cranberries.
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:28:06-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "would.you.do.this.for.me?"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3"
|
|
||||||
weight = -80
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
2007. i keep planting this seedling, but it wont grow. maybe this season...
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T10:16:24-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "x3_x3"
|
|
||||||
songurl = "https://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3"
|
|
||||||
weight = -10
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
circa 2008. not sure where this was heading.
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-20T16:45:12-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "Contact"
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
matthew [at] akdillon [dot] net
|
|
||||||
|
|
||||||
danielle [at] akdillon [dot] net
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-25T15:12:58-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "Misc"
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
[MRD CE Thesis]({{< relref "/mrd_ce_thesis" >}})
|
|
||||||
|
|
||||||
[Audio]({{< relref "/audio" >}})
|
|
|
@ -1,36 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T12:19:11-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "MRD Civil Engineering Thesis Info"
|
|
||||||
aliases = [
|
|
||||||
"/pages/mrd-ce-ms/index.html"
|
|
||||||
]
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
### Abstract
|
|
||||||
|
|
||||||
> Frost heave is typically associated with the formation of segregation ice in
|
|
||||||
> fine-grained soil. Coarse-grained soil is generally considered to be non-frost
|
|
||||||
> susceptible. Field observations and laboratory experiments show that
|
|
||||||
> coarse-grained soil can be extremely ice-rich in specific conditions. Previous
|
|
||||||
> studies have shown that oscillation of the frozen-unfrozen boundary can lead to
|
|
||||||
> the formation of ice by a mechanism different from the segregation ice
|
|
||||||
> mechanism. Conditions related to the formation of ice in coarse-grained soil
|
|
||||||
> were investigated using modern laboratory techniques. Fourteen tests were
|
|
||||||
> conducted on five soil types. The thickness of soil subjected to freeze-thaw
|
|
||||||
> cycles was varied and controlled by the magnitude and duration of applied soil
|
|
||||||
> temperatures. The thickness of the ice formed increased when the sample
|
|
||||||
> drainage was limited or prevented during cooling. Under specific conditions,
|
|
||||||
> the formation of a discrete ice layer was observed in coarse-grained soils.
|
|
||||||
> Seven samples were scanned with the μCT scanner at the completion of the
|
|
||||||
> warming and cooling tests. The sub-samples scanned were analyzed in 2D
|
|
||||||
> cross-sections, and characterized as 3D reconstructions. Frost heave induced
|
|
||||||
> by the formation of ice was observed in both fine- and coarse-grained soils,
|
|
||||||
> including soils that were found to be traditionally non-frost susceptible.
|
|
||||||
|
|
||||||
### [Download](https://storage.googleapis.com/thermokarst-misc/ce_thesis/MRDillonCEThesisManuscript.pdf)
|
|
||||||
|
|
||||||
PDF format manuscript, 166 pages. Science Commons, 2012.
|
|
||||||
|
|
||||||
### [Appendix Material]({{< relref "mrd_ce_thesis/movies" >}})
|
|
|
@ -1,38 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2015-06-21T15:04:57-08:00"
|
|
||||||
draft = false
|
|
||||||
title = "MRD CE Thesis Movies (From Manuscript Appendices)"
|
|
||||||
aliases = [
|
|
||||||
"pages/mrd-ce-ms/movies.html",
|
|
||||||
]
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
Timelapse movies and uCT renderings (manuscript supplementary info). There are
|
|
||||||
quite a few videos stashed here, so please be patient while loading.
|
|
||||||
|
|
||||||
## μCT Videos
|
|
||||||
|
|
||||||
{{< youtube HV63_92urWk JSI08 >}}
|
|
||||||
{{< youtube BmypybeP7hM JSI01 >}}
|
|
||||||
{{< youtube SNI_J0zYCX0 JCL01 >}}
|
|
||||||
{{< youtube CAPUQ4hL6Ok JSI02 >}}
|
|
||||||
{{< youtube v6pYcHV6o-0 JSA01 >}}
|
|
||||||
{{< youtube ZBHLHz24SXI CSA01 >}}
|
|
||||||
{{< youtube mHBEZrdPlxY JGR01 >}}
|
|
||||||
|
|
||||||
## Timelapse Videos
|
|
||||||
|
|
||||||
{{< youtube 1mamENNeSzI JSI08 >}}
|
|
||||||
{{< youtube r2Pc2pekUmk JSI01 >}}
|
|
||||||
{{< youtube 0p9XRHMrFQU JCL02 >}}
|
|
||||||
{{< youtube _w2XbFSB1aw JCL01 >}}
|
|
||||||
{{< youtube CYu3xkSnQ-w JSI02 >}}
|
|
||||||
{{< youtube 8tDehh3F5YI JSI03 >}}
|
|
||||||
{{< youtube E4I0T64XKTM JSI04 >}}
|
|
||||||
{{< youtube A4ucIUZChKk JSI05 >}}
|
|
||||||
{{< youtube 5xziRP6Ejo0 JSA02 >}}
|
|
||||||
{{< youtube u7IE6PIQGOI JSA01 >}}
|
|
||||||
{{< youtube eqpKGd0XVJk JSA04 >}}
|
|
||||||
{{< youtube nl-Yy4cbhe4 JGR01 >}}
|
|
||||||
|
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
53
index.html
Normal file
53
index.html
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content="Hugo 0.79.0" />
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="column-16">
|
||||||
|
<img src="https://www.akdillon.net/img/main.jpg" alt="alaska">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
194
index.xml
Normal file
194
index.xml
Normal file
|
@ -0,0 +1,194 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>AKDillon</title>
|
||||||
|
<link>https://www.akdillon.net/</link>
|
||||||
|
<description>Recent content on AKDillon</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Sun, 21 Jun 2015 15:04:57 -0800</lastBuildDate><atom:link href="https://www.akdillon.net/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>this is how we say goodbye</title>
|
||||||
|
<link>https://www.akdillon.net/audio/goodbye/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:37:00 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/goodbye/</guid>
|
||||||
|
<description>part two&hellip; </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>this is how we say hello</title>
|
||||||
|
<link>https://www.akdillon.net/audio/hello/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:34:51 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/hello/</guid>
|
||||||
|
<description>&ldquo;artsy noise&rdquo; is still just noise. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>ahem</title>
|
||||||
|
<link>https://www.akdillon.net/audio/ahem/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:32:47 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/ahem/</guid>
|
||||||
|
<description>2011, boise to anc, in-flight entertainment.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>done</title>
|
||||||
|
<link>https://www.akdillon.net/audio/done/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:31:46 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/done/</guid>
|
||||||
|
<description>rainy sunday. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Li(f)e</title>
|
||||||
|
<link>https://www.akdillon.net/audio/life/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:30:52 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/life/</guid>
|
||||||
|
<description>rough cut. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Hadal Waltz (A Lifetime in Two Movements)</title>
|
||||||
|
<link>https://www.akdillon.net/audio/hadal_waltz/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:29:34 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/hadal_waltz/</guid>
|
||||||
|
<description>The sound of hadals waltzing&hellip; ask Jeff Long. My worst [snowshoeing] nightmare. 2010.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>would.you.do.this.for.me?</title>
|
||||||
|
<link>https://www.akdillon.net/audio/wydtfm/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:28:06 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/wydtfm/</guid>
|
||||||
|
<description>i keep planting this seedling, but it wont grow. maybe this season&hellip; </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>hurricanes</title>
|
||||||
|
<link>https://www.akdillon.net/audio/hurricanes/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:25:01 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/hurricanes/</guid>
|
||||||
|
<description>4am in The Hat&rsquo;s spare bedroom. generally, we do these kinds of things bc of love. 2004.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>atrophy</title>
|
||||||
|
<link>https://www.akdillon.net/audio/atrophy/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:23:31 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/atrophy/</guid>
|
||||||
|
<description>pardon the faux GNU/metal. 2007.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>stance</title>
|
||||||
|
<link>https://www.akdillon.net/audio/stance/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:22:28 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/stance/</guid>
|
||||||
|
<description>i wish i could say this was a gwar cover. 2006.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>12d4fd</title>
|
||||||
|
<link>https://www.akdillon.net/audio/12d4fd/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:21:33 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/12d4fd/</guid>
|
||||||
|
<description>smokey summer of 2004.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>involuntary organ donation</title>
|
||||||
|
<link>https://www.akdillon.net/audio/involuntary_organ_donation/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:19:32 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/involuntary_organ_donation/</guid>
|
||||||
|
<description>jeskola buzz and cep. making music in a closet with two computers. </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>d_unit</title>
|
||||||
|
<link>https://www.akdillon.net/audio/d_unit/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:18:07 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/d_unit/</guid>
|
||||||
|
<description>circa fall 2008. this track reeks of garageband (im talking to you, dance kit).</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>x3_x3</title>
|
||||||
|
<link>https://www.akdillon.net/audio/x3_x3/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:16:24 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/x3_x3/</guid>
|
||||||
|
<description>circa 2008. not sure where this was heading.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Misc</title>
|
||||||
|
<link>https://www.akdillon.net/misc/</link>
|
||||||
|
<pubDate>Thu, 25 Jun 2015 15:12:58 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/misc/</guid>
|
||||||
|
<description>MRD CE Thesis
|
||||||
|
Audio</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>About</title>
|
||||||
|
<link>https://www.akdillon.net/about/</link>
|
||||||
|
<pubDate>Thu, 25 Jun 2015 14:46:35 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/about/</guid>
|
||||||
|
<description> The Dillons work and play in Flagstaff, Arizona </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>MRD CE Thesis Movies (From Manuscript Appendices)</title>
|
||||||
|
<link>https://www.akdillon.net/mrd_ce_thesis/movies/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 15:04:57 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/mrd_ce_thesis/movies/</guid>
|
||||||
|
<description>Timelapse movies and uCT renderings (manuscript supplementary info). There are quite a few videos stashed here, so please be patient while loading.
|
||||||
|
μCT Videos JSI08 JSI01 JCL01 JSI02 JSA01 CSA01 JGR01 Timelapse Videos JSI08 JSI01 JCL02 JCL01 JSI02 JSI03 JSI04 JSI05 JSA02 JSA01 JSA04 JGR01 </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>MRD Civil Engineering Thesis Info</title>
|
||||||
|
<link>https://www.akdillon.net/mrd_ce_thesis/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 12:19:11 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/mrd_ce_thesis/</guid>
|
||||||
|
<description>Abstract Frost heave is typically associated with the formation of segregation ice in fine-grained soil. Coarse-grained soil is generally considered to be non-frost susceptible. Field observations and laboratory experiments show that coarse-grained soil can be extremely ice-rich in specific conditions. Previous studies have shown that oscillation of the frozen-unfrozen boundary can lead to the formation of ice by a mechanism different from the segregation ice mechanism. Conditions related to the formation of ice in coarse-grained soil were investigated using modern laboratory techniques.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>untitled</title>
|
||||||
|
<link>https://www.akdillon.net/audio/untitled/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 10:14:53 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/audio/untitled/</guid>
|
||||||
|
<description>circa 2008. autumn. leaves falling. rotting wild cranberries.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Contact</title>
|
||||||
|
<link>https://www.akdillon.net/contact/</link>
|
||||||
|
<pubDate>Sat, 20 Jun 2015 16:45:12 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/contact/</guid>
|
||||||
|
<description>matthew [at] akdillon [dot] net
|
||||||
|
danielle [at] akdillon [dot] net</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
|
@ -1,10 +0,0 @@
|
||||||
{{ partial "head.html" . }}
|
|
||||||
{{ partial "header.html" . }}
|
|
||||||
|
|
||||||
<main class="siteContent container">
|
|
||||||
<h2>Uh oh!</h2>
|
|
||||||
<h3>The requested page is not available</h3>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "foot.html" . }}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{{ partial "head.html" . }}
|
|
||||||
{{ partial "header.html" . }}
|
|
||||||
|
|
||||||
<main class="siteContent container">
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
{{ .Content }}
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "foot.html" . }}
|
|
|
@ -1,7 +0,0 @@
|
||||||
<h4><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h4>
|
|
||||||
<a href="{{ .Params.songurl }}" target="_blank">Download</a>
|
|
||||||
<br>
|
|
||||||
<audio src="{{ .Params.songurl }}" controls>
|
|
||||||
Your browser does not support the <code>audio</code> element.
|
|
||||||
</audio>
|
|
||||||
{{ .Content }}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{{ partial "head.html" . }}
|
|
||||||
{{ partial "header.html" . }}
|
|
||||||
|
|
||||||
<main class="siteContent container">
|
|
||||||
<h1>MRD Audio</h1>
|
|
||||||
{{ .Render "li" }}
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "foot.html" . }}
|
|
|
@ -1,13 +0,0 @@
|
||||||
{{ partial "head.html" . }}
|
|
||||||
{{ partial "header.html" . }}
|
|
||||||
|
|
||||||
<main class="siteContent container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="column-16">
|
|
||||||
<img src="{{ .Site.BaseURL }}/img/main.jpg" alt="alaska">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "foot.html" . }}
|
|
|
@ -1,2 +0,0 @@
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<footer class="siteFooter container">
|
|
||||||
<p>Copyright © {{ .Site.Params.copyrightyear }} Danielle & Matthew Dillon</p>
|
|
||||||
</footer>
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="HandheldFriendly" content="True">
|
|
||||||
<meta name="MobileOptimized" content="320">
|
|
||||||
|
|
||||||
<title>{{ .Site.Title }}</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/concise.min.css" />
|
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/starter.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
<header class="siteHeader container clearfix">
|
|
||||||
<h1 class="logo"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
|
|
||||||
|
|
||||||
<nav class="nav">
|
|
||||||
<ul>
|
|
||||||
{{ range .Site.Menus.main }}
|
|
||||||
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
|
||||||
{{ end }}
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
{{ partial "head.html" . }}
|
|
||||||
{{ partial "header.html" . }}
|
|
||||||
|
|
||||||
<main class="siteContent container">
|
|
||||||
<h1>MRD Audio</h1>
|
|
||||||
{{ range $index, $element := .Data.Pages }}
|
|
||||||
{{ if eq (mod $index 2) 0 }}
|
|
||||||
<div class="row gutter">
|
|
||||||
<div class="column-7">
|
|
||||||
{{ else }}
|
|
||||||
<div class="column-7 push-2">
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ .Render "li" }}
|
|
||||||
|
|
||||||
{{ if eq (mod $index 2) 0 }}
|
|
||||||
</div>
|
|
||||||
{{ else }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
{{ if eq (mod (len .Data.Pages) 2) 1 }}
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "foot.html" . }}
|
|
|
@ -1,16 +0,0 @@
|
||||||
<div class="row gutter">
|
|
||||||
<div class="column-2">
|
|
||||||
<h3>{{ index .Params 1 }}</h3>
|
|
||||||
</div>
|
|
||||||
<div class="embed video-player column-14">
|
|
||||||
<iframe
|
|
||||||
class="youtube-player"
|
|
||||||
type="text/html"
|
|
||||||
width="640"
|
|
||||||
height="385"
|
|
||||||
src="https://www.youtube.com/embed/{{ index .Params 0 }}"
|
|
||||||
allowfullscreen
|
|
||||||
frameborder="0">
|
|
||||||
</iframe>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
51
misc/index.html
Normal file
51
misc/index.html
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>Misc</h1>
|
||||||
|
<p><a href="https://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></p>
|
||||||
|
<p><a href="https://www.akdillon.net/audio/">Audio</a></p>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
73
mrd_ce_thesis/index.html
Normal file
73
mrd_ce_thesis/index.html
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD Civil Engineering Thesis Info</h1>
|
||||||
|
<h3 id="abstract">Abstract</h3>
|
||||||
|
<blockquote>
|
||||||
|
<p>Frost heave is typically associated with the formation of segregation ice in
|
||||||
|
fine-grained soil. Coarse-grained soil is generally considered to be non-frost
|
||||||
|
susceptible. Field observations and laboratory experiments show that
|
||||||
|
coarse-grained soil can be extremely ice-rich in specific conditions. Previous
|
||||||
|
studies have shown that oscillation of the frozen-unfrozen boundary can lead to
|
||||||
|
the formation of ice by a mechanism different from the segregation ice
|
||||||
|
mechanism. Conditions related to the formation of ice in coarse-grained soil
|
||||||
|
were investigated using modern laboratory techniques. Fourteen tests were
|
||||||
|
conducted on five soil types. The thickness of soil subjected to freeze-thaw
|
||||||
|
cycles was varied and controlled by the magnitude and duration of applied soil
|
||||||
|
temperatures. The thickness of the ice formed increased when the sample
|
||||||
|
drainage was limited or prevented during cooling. Under specific conditions,
|
||||||
|
the formation of a discrete ice layer was observed in coarse-grained soils.
|
||||||
|
Seven samples were scanned with the μCT scanner at the completion of the
|
||||||
|
warming and cooling tests. The sub-samples scanned were analyzed in 2D
|
||||||
|
cross-sections, and characterized as 3D reconstructions. Frost heave induced
|
||||||
|
by the formation of ice was observed in both fine- and coarse-grained soils,
|
||||||
|
including soils that were found to be traditionally non-frost susceptible.</p>
|
||||||
|
</blockquote>
|
||||||
|
<h3 id="downloadhttpsstoragegoogleapiscomthermokarst-miscce_thesismrdilloncethesismanuscriptpdf"><a href="https://storage.googleapis.com/thermokarst-misc/ce_thesis/MRDillonCEThesisManuscript.pdf">Download</a></h3>
|
||||||
|
<p>PDF format manuscript, 166 pages. Science Commons, 2012.</p>
|
||||||
|
<h3 id="appendix-materialhahahugoshortcode-s0-hbhb"><a href="https://www.akdillon.net/mrd_ce_thesis/movies/">Appendix Material</a></h3>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
30
mrd_ce_thesis/index.xml
Normal file
30
mrd_ce_thesis/index.xml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>AKDillon</title>
|
||||||
|
<link>https://www.akdillon.net/mrd_ce_thesis/</link>
|
||||||
|
<description>Recent content on AKDillon</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Sun, 21 Jun 2015 15:04:57 -0800</lastBuildDate><atom:link href="https://www.akdillon.net/mrd_ce_thesis/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>MRD CE Thesis Movies (From Manuscript Appendices)</title>
|
||||||
|
<link>https://www.akdillon.net/mrd_ce_thesis/movies/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 15:04:57 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/mrd_ce_thesis/movies/</guid>
|
||||||
|
<description>Timelapse movies and uCT renderings (manuscript supplementary info). There are quite a few videos stashed here, so please be patient while loading.
|
||||||
|
μCT Videos JSI08 JSI01 JCL01 JSI02 JSA01 CSA01 JGR01 Timelapse Videos JSI08 JSI01 JCL02 JCL01 JSI02 JSI03 JSI04 JSI05 JSA02 JSA01 JSA04 JGR01 </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>MRD Civil Engineering Thesis Info</title>
|
||||||
|
<link>https://www.akdillon.net/mrd_ce_thesis/</link>
|
||||||
|
<pubDate>Sun, 21 Jun 2015 12:19:11 -0800</pubDate>
|
||||||
|
|
||||||
|
<guid>https://www.akdillon.net/mrd_ce_thesis/</guid>
|
||||||
|
<description>Abstract Frost heave is typically associated with the formation of segregation ice in fine-grained soil. Coarse-grained soil is generally considered to be non-frost susceptible. Field observations and laboratory experiments show that coarse-grained soil can be extremely ice-rich in specific conditions. Previous studies have shown that oscillation of the frozen-unfrozen boundary can lead to the formation of ice by a mechanism different from the segregation ice mechanism. Conditions related to the formation of ice in coarse-grained soil were investigated using modern laboratory techniques.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
376
mrd_ce_thesis/movies/index.html
Normal file
376
mrd_ce_thesis/movies/index.html
Normal file
|
@ -0,0 +1,376 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
|
||||||
|
<title>AKDillon</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/concise.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="https://www.akdillon.net/css/starter.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<header class="siteHeader container clearfix">
|
||||||
|
<h1 class="logo"><a href="https://www.akdillon.net">AKDillon</a></h1>
|
||||||
|
|
||||||
|
<nav class="nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/misc/">Misc</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/about/">About</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://www.akdillon.net/contact/">Contact</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="siteContent container">
|
||||||
|
<h1>MRD CE Thesis Movies (From Manuscript Appendices)</h1>
|
||||||
|
<p>Timelapse movies and uCT renderings (manuscript supplementary info). There are
|
||||||
|
quite a few videos stashed here, so please be patient while loading.</p>
|
||||||
|
<h2 id="μct-videos">μCT Videos</h2>
|
||||||
|
<p><div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI08</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/HV63_92urWk"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/BmypybeP7hM"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JCL01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/SNI_J0zYCX0"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI02</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/CAPUQ4hL6Ok"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSA01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/v6pYcHV6o-0"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>CSA01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/ZBHLHz24SXI"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JGR01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/mHBEZrdPlxY"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<h2 id="timelapse-videos">Timelapse Videos</h2>
|
||||||
|
<p><div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI08</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/1mamENNeSzI"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/r2Pc2pekUmk"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JCL02</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/0p9XRHMrFQU"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JCL01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/_w2XbFSB1aw"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI02</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/CYu3xkSnQ-w"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI03</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/8tDehh3F5YI"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI04</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/E4I0T64XKTM"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSI05</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/A4ucIUZChKk"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSA02</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/5xziRP6Ejo0"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSA01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/u7IE6PIQGOI"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JSA04</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/eqpKGd0XVJk"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>JGR01</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="https://www.youtube.com/embed/nl-Yy4cbhe4"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="siteFooter container">
|
||||||
|
<p>Copyright © 2021 Danielle & Matthew Dillon</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
1
mrd_ce_thesis/pages/mrd-ce-ms/movies.html
Normal file
1
mrd_ce_thesis/pages/mrd-ce-ms/movies.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE html><html><head><title>https://www.akdillon.net/mrd_ce_thesis/movies/</title><link rel="canonical" href="https://www.akdillon.net/mrd_ce_thesis/movies/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.akdillon.net/mrd_ce_thesis/movies/" /></head></html>
|
1
pages/about.html
Normal file
1
pages/about.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE html><html><head><title>https://www.akdillon.net/about/</title><link rel="canonical" href="https://www.akdillon.net/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.akdillon.net/about/" /></head></html>
|
1
pages/mrd-ce-ms/index.html
Normal file
1
pages/mrd-ce-ms/index.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE html><html><head><title>https://www.akdillon.net/mrd_ce_thesis/</title><link rel="canonical" href="https://www.akdillon.net/mrd_ce_thesis/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.akdillon.net/mrd_ce_thesis/" /></head></html>
|
129
sitemap.xml
Normal file
129
sitemap.xml
Normal file
|
@ -0,0 +1,129 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/goodbye/</loc>
|
||||||
|
<lastmod>2015-06-21T10:37:00-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/hello/</loc>
|
||||||
|
<lastmod>2015-06-21T10:34:51-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/ahem/</loc>
|
||||||
|
<lastmod>2015-06-21T10:32:47-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/done/</loc>
|
||||||
|
<lastmod>2015-06-21T10:31:46-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/life/</loc>
|
||||||
|
<lastmod>2015-06-21T10:30:52-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/hadal_waltz/</loc>
|
||||||
|
<lastmod>2015-06-21T10:29:34-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/wydtfm/</loc>
|
||||||
|
<lastmod>2015-06-21T10:28:06-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/hurricanes/</loc>
|
||||||
|
<lastmod>2015-06-21T10:25:01-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/atrophy/</loc>
|
||||||
|
<lastmod>2015-06-21T10:23:31-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/stance/</loc>
|
||||||
|
<lastmod>2015-06-21T10:22:28-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/12d4fd/</loc>
|
||||||
|
<lastmod>2015-06-21T10:21:33-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/involuntary_organ_donation/</loc>
|
||||||
|
<lastmod>2015-06-21T10:19:32-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/d_unit/</loc>
|
||||||
|
<lastmod>2015-06-21T10:18:07-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/x3_x3/</loc>
|
||||||
|
<lastmod>2015-06-21T10:16:24-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/misc/</loc>
|
||||||
|
<lastmod>2015-06-25T15:12:58-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/about/</loc>
|
||||||
|
<lastmod>2015-06-25T14:46:35-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/mrd_ce_thesis/</loc>
|
||||||
|
<lastmod>2015-06-21T15:04:57-08:00</lastmod>
|
||||||
|
<priority>0</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/</loc>
|
||||||
|
<lastmod>2015-06-21T15:04:57-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/mrd_ce_thesis/movies/</loc>
|
||||||
|
<lastmod>2015-06-21T15:04:57-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/mrd_ce_thesis/</loc>
|
||||||
|
<lastmod>2015-06-21T12:19:11-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/</loc>
|
||||||
|
<lastmod>2015-06-21T10:37:00-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/audio/untitled/</loc>
|
||||||
|
<lastmod>2015-06-21T10:14:53-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/contact/</loc>
|
||||||
|
<lastmod>2015-06-20T16:45:12-08:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/categories/</loc>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://www.akdillon.net/tags/</loc>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
</urlset>
|
10
tags/index.xml
Normal file
10
tags/index.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Tags on AKDillon</title>
|
||||||
|
<link>https://www.akdillon.net/tags/</link>
|
||||||
|
<description>Recent content in Tags on AKDillon</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language><atom:link href="https://www.akdillon.net/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
Loading…
Add table
Reference in a new issue