168 lines
5.0 KiB
HTML
168 lines
5.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>
|
|
WX4RLX - NWS Charleston WV SKYWARN</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="WX4RLX SKYWARN">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
<style>
|
|
body {background-color:#ffffff;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
|
|
h1{font-family:Arial, sans-serif;color:#000000;background-color:#ffffff;}
|
|
p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
|
|
.table_component {
|
|
overflow: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.table_component table {
|
|
border: 1px solid #000000;
|
|
height: 100%;
|
|
width: 100%;
|
|
table-layout: auto;
|
|
border-collapse: collapse;
|
|
border-spacing: 1px;
|
|
text-align: left;
|
|
}
|
|
|
|
.table_component caption {
|
|
caption-side: top;
|
|
text-align: left;
|
|
}
|
|
|
|
.table_component th {
|
|
border: 1px solid #000000;
|
|
background-color: #eceff1;
|
|
color: #000000;
|
|
padding: 5px;
|
|
}
|
|
|
|
.table_component td {
|
|
border: 1px solid #000000;
|
|
padding: 5px;
|
|
}
|
|
|
|
.table_component tr:nth-child(even) td {
|
|
background-color: #ababab;
|
|
color: #000000;
|
|
}
|
|
|
|
.table_component tr:nth-child(odd) td {
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
}
|
|
|
|
.current {
|
|
font-size: 20px;
|
|
border: 3px black;
|
|
border-style: solid;
|
|
background: black;
|
|
color: yellow;
|
|
}
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
|
<meta content="utf-8" http-equiv="encoding">
|
|
|
|
</head>
|
|
|
|
|
|
<script>
|
|
|
|
function ham() {
|
|
$.getJSON('ham.php', function(data){
|
|
|
|
var t = "";
|
|
var current = "";
|
|
for (var j=0;j<24;j++) {
|
|
tr = "<tr>"
|
|
hour = j.toString().padStart(2,"0") + "-" + (j+1).toString().padStart(2,"0") + "Z";
|
|
var band = "";
|
|
var freq = "";
|
|
for (var i=0;i<data.length;i++) {
|
|
if (j==data[i]["hour"]) {
|
|
band += data[i]["band"];
|
|
band += "<br>";
|
|
if (data[i]["freq"] != null) {
|
|
freq += data[i]["freq"];
|
|
freq += "<br>";
|
|
}}}
|
|
|
|
tr += "<td>";
|
|
tr += hour;
|
|
tr += "</td>";
|
|
tr += "<td>";
|
|
if (band == "") {
|
|
band = "No plan yet!";
|
|
}
|
|
tr += band;
|
|
tr += "</td>";
|
|
tr += "<td>";
|
|
tr += freq;
|
|
tr += "</td>";
|
|
tr += "</tr>"
|
|
t += tr
|
|
}
|
|
|
|
for (var i=0;i<data.length;i++) {
|
|
if (data[i]["hour"] == 25) {
|
|
current += data[i]["band"] + " / " + data[i]["freq"];
|
|
current += "<br>";
|
|
}}
|
|
|
|
|
|
console.log(t)
|
|
document.getElementById("current").innerHTML = "Currently Operating: " + current;
|
|
document.getElementById("#datatable").innerHTML += t;
|
|
});
|
|
}
|
|
ham();
|
|
|
|
</script>
|
|
|
|
|
|
<body>
|
|
<h1>NWS Charleston WV SKYWARN Recognition Day (SRD) 2024</h1>
|
|
<p>SKYWARN Recognition Day 2024 will run from 00Z 7 December until 00Z 8 December</p>
|
|
<p>For SKYWARN recognition day 2024 we will be using the office callsign WX4RLX and operating from The National Weather Service office in South Charleston at the West Virginia Regional Technology Park.</p>
|
|
<p>If you plan to participate in SRD please, please register on the national registration page <a href="https://www.weather.gov/crh/skywarnrecognition" target="_blank">here!</a></p>
|
|
<p>If you are interested in coming to our office to participate, email <a href="mailto:John.Peck@noaa.gov">John.Peck@noaa.gov</a> for more information. You can get an idea of what time slots need more coverage by looking at the operator schedule at the bottom of this page </p>
|
|
<p>We are located in the West Virginia Regional Tech Park, 1754 Hendrickson Dr South Charleston WV</p>
|
|
<img src="wx4rlx.jpg">
|
|
<p class="current" id="current">None</p>
|
|
|
|
<p>The black banner above will have info on our current operations<br>
|
|
The table below is a rough idea of where we might be operating, but certainly not concrete.<br>
|
|
If you are scheduled to operate at the office and would like something specific in this schedule please email <a href="mailto:John.Peck@noaa.gov">John.Peck@noaa.gov</a> <br>
|
|
It may not be updated once are operating, especially after WX6C goes home at 10 AM</p>
|
|
<div class="table_component" role="region" tabindex="0">
|
|
<table id="#datatable">
|
|
<caption><b>Tentative Operating Schedule</b></caption>
|
|
<thead>
|
|
<tr>
|
|
<th>Time</th>
|
|
<th>Bands / Modes</th>
|
|
<th>Frequencies / Comments</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
|
|
<h1>Other ways to contact us:</h1>
|
|
<p>Winlink: WX4RLX / <a href="mailto:wx4rlx@winlink.org">wx4rlx@winlink.org</a></p>
|
|
<p>X: <a href="https://x.com/nwscharlestonwv" target="_blank">https://x.com/nwscharlestonwv</a></p>
|
|
<p>Facebook: <a href="https://facebook.com/nwscharlestonwv" target="_blank">https://facebook.com/nwscharlestonwv</a></p>
|
|
<p><b>Operator Schedule (if you would like to be added to this schedule contact: <a href="mailto:John.Peck@noaa.gov">John.Peck@noaa.gov</a>)</b></p>
|
|
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTbueFNfIPMpZ1JM3U8UEgBiF_-WTDW-5_zjRaDaoea6H-kh1GwnhparbkjoFwwpXQYYmPB5Qu2_FpJ/pubhtml?gid=297489095&single=true&widget=true&headers=false" width="900" height="800"></iframe>
|
|
<p><b>Repeaters we can access from the office:</b></p>
|
|
<img src='repeaters.png'>
|
|
<p>Our logs will be uploaded to LoTW and QRZ within 7 days of event conclusion</p>
|
|
</body>
|
|
|
|
|
|
</html>
|