-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (35 loc) · 4.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!-- feed it through our cssmin filter to minify -->
<style>
body{font-family:sans-serif;margin:20px;font-size:small;width:90%;margin-right:auto;margin-left:auto;padding-top:15px}#profile_pic{float:right;margin:0 0 1em 1em}h1{line-height:1em;font-size:x-large;margin-bottom:.31em}h2{font-size:large;margin-bottom:1px}h3{font-size:small;margin-bottom:1px}a{text-decoration:none}a:hover{text-decoration:underline}a:visited{color:#00f}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.posts-area{width:100%;padding-top:10px}.posts-area:after{content:"";display:table;clear:both}.post{float:left;width:33.33%;padding-right:20px}.post .post-contents{background:#f7f7f7;border-radius:5px}.post .image a{display:block;overflow:hidden;height:214px}.post img{object-fit:cover;width:100%;height:100%}.post .text{height:200px;padding:20px}@media (max-width:680px){.post{width:100%}}body{font:13px/1.5 Verdana,Helvetica,Arial,sans-serif;width:80%}.img-with-caption{font-size:14px;text-align:center;margin:20 0;background-color:F1F1F1;padding:10px}#pullout{text-align:center}#intro{max-width:700px;display:inline-block;text-align:left}#post-content{max-width:800px}pre{background:#f4f4f4;border:1px solid #ddd;border-left:3px solid #f36d33;color:#666;page-break-inside:avoid;font-family:monospace;font-size:13px;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1em 1.5em;display:block;word-wrap:break-word}#profile_pic{float:right;margin:0 0 1em 1em}h1{line-height:1em;font-size:x-large;margin-bottom:.31em}h2{margin-bottom:1px;background-color:#eee;border:1px solid #999;display:block;padding:10px;width:max-content;font-size:20px;margin-right:40px;margin-bottom:5px}h3{font-size:14px;margin-bottom:1px;background-color:#eef;border:1px solid #999;display:block;padding:10px;width:max-content;margin-right:40px;margin-bottom:5px;text-align:left}h4{font-size:12px;margin-bottom:1px;border:1px solid #999;display:block;padding:10px;width:max-content;margin-left:20px;margin-right:40px;margin-bottom:5px;text-align:left}ol,ul{max-width:650px}a{text-decoration:none}a:hover{text-decoration:underline}a:visited{color:#00f}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.posts-area{width:100%;padding-top:10px}.posts-area:after{content:"";display:table;clear:both}.post{float:left;width:33.33%;padding:0 20px 20px 0}.contribute{width:100%;padding-top:10px}.boxsmaller{background-color:#eee;border:1px solid #999;display:block;padding:10px;width:max-content;font-size:16px;margin-left:10px;margin-right:40px;margin-bottom:5px;text-align:center}.post .post-contents{border-radius:10px;padding:20px 20px 10px 20px}.post .project-contents{background:#eee;border-radius:10px;padding:20px 20px 10px 20px}.post .podcast-contents{background:#e9967a;border-radius:10px;padding:20px 20px 10px 20px}.post .note-contents{background:#e6e6fa;border-radius:10px;padding:20px 20px 10px 20px}.post .pedagogy-contents{background:#90ee90;border-radius:10px;padding:20px 20px 10px 20px}.post .talk-contents{background:pink;border-radius:10px;padding:20px 20px 10px 20px}.post .inter-contents{background:#add8e6;border-radius:5px}.post .image a{display:block;overflow:hidden;height:214px}.post img{object-fit:cover;width:100%;height:100%}img{max-height:500px;max-width:100%}table{margin:30 auto 30 auto;padding:10px;width:80%;text-align:left;border:1px solid #000}td{padding:10px;text-align:left;font-size:12}.post .text{min-height:250px;padding:5px}.post .inter-text{height:250px}audio{width:100%;height:30px}@media (max-width:1100px){.post{width:100%}table{width:100%}}
</style>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="/img/edge_favicon.png" />
<title>PVOS</title>
</head>
<body>
<div id='pullout'>
<!--<img src="/img/edge_flower_medium.png">-->
<img src="/img/pvos.png">
<h1> Pioneer Valley Open Science </h1>
<p>Research tools; instrument designs; pedagogy; collaborations.</p>
<!--
</div>
# Projects
> ## [CO2 Monitoring & Ventilation](/co2)
>> We've been exploring the use of CO2 as a tracer gas when assessing and attempting to improve the effectiveness of indoor ventilation, with applications in COVID risk analysis / mitigation. [(Read more ...)](/co2)
>> Updates:
>> - **April 2021**: Second deployment at Artisan's Asylum underway. Live graph [here](http://bayou.pvos.org/data/mp3zediw3d83?limit=10000).
> ## [Tide & Flood Monitoring](/belfast/)
>> With Dave Sprague, David Thomas, and others in Belfast, Maine, we've been building DIY water level monitoring devices. [(Read more ...)](/belfast/)
-->
<!--
## R&D
### [CO2 Monitoring](/co2/)
### [Electrochemistry](https://gitlab.com/p-v-o-s/echem)
-->
</body>
</html>