This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gpxpy | |
import matplotlib.pyplot as plt | |
import datetime | |
from geopy import distance | |
from math import sqrt, floor | |
import numpy as np | |
import pandas as pd | |
import haversine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(\d+\.?\d*)\s?°C | |
\SI{$1}{\celsius} | |
([\d.]+)-([\d.]+)\s?nm | |
\SIrange{$1}{$2}{\\nano\metre} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function figExport(w,h,name) | |
formatFig(w,h) | |
print(gcf, '-dpdf', [pwd '/figures/' name '.pdf']); | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uniform vec4 Layer1; | |
uniform vec4 Layer2; | |
uniform float Input1; | |
uniform float Input2; | |
uniform sampler2D TEX0; | |
uniform sampler2D TEX1; | |
void main() |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="refresh" content="0; url=http://atdr.uk"> | |
</head> | |
<body> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<figure id="attachment" class="wp-attachment"> | |
<div class="credits-container wp-image"> | |
<img class="wp-image" /> | |
<div class="credits-overlay" /> | |
</div> | |
<figcaption class="wp-caption-text" /> | |
</figure> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="attachment" class="wp-attachment"> | |
<div class="credits-container wp-image"> | |
<img class="wp-image" /> | |
<div class="credits-overlay" /> | |
</div> | |
<p class="wp-caption-text" /> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.featherlight-content .caption { | |
font-size: 1em; | |
font-weight: 300; | |
font-family: "PT Serif",serif; | |
} |