Improving Federal Hiring Processes, Foreign Election Influence and Natural Disaster Protections

4 min read

Disaster Resiliency Planning Act (S 3510) – Introduced by Sen. Gary Peters (D-MI) on Jan. 13,this Act details guidelines for federal agencies to incorporate natural disaster resilience with regard to real property asset management and investment decisions. The bill passed in the Senate on June 22, in the House on Nov. 14 and is awaiting signature by President Biden.

Disclosing Foreign Influence in Lobbying Act (S 4254) – This Act is designed to combat attempts of foreign adversaries, such as Russia and China, from trying to influence U.S. political elections. Specifically, the bill closes a loophole used to conceal lobbying efforts frequently used by the Chinese Communist Party (CCP).The bill was introduced by Sen. Chuck Grassley (R-IA) on May 18 and passed in the Senate on Sept. 29. It is currently under consideration in the House.

Chance to Compete Act of 2022 (HR 6967) – This legislation was introduced by Rep. Jody Hice (R-GA) on Jan. 25, 2021. The bipartisan bill attempts to improve the federal civil service hiring process by waiving education degree requirements. The focus would shift to an evaluation of skills, aptitude and experience. Furthermore, the bill would enable agencies to share applicant assessments and permit interviewing by subject matter experts. The bill passed in the House on Sept. 29 and is now being reviewed in the Senate.

A bill to allow for alternatives to animal testing for purposes of drug and biological product applications (S 5002) – This bipartisan bill was introduced by Sen. Rand Paul (R-KY) on Sept. 29, 2021, and was passed in the Senate on the same day. The legislation requires that certain alternatives be utilized in animal testing in order to receive an exemption from an investigation of the safety and effectiveness of a drug. Alternatives may include cell-based assays and computer models. The Act also waives the requirement of using animal studies to get a license for a biological product that is interchangeable with another biological product. The bill’s fate currently lies in the House.

Fairness for 9/11 Families Act (HR 8987) – Introduced by Rep. Jerry Nadler (D-NY) on Sept. 26, this bipartisan bill authorizes funding for catch-up payments from the United States Victims of State Sponsored Terrorism Fund. The Act passed in the House on Sept. 30 and is currently being considered in the Senate.

Stop Tip-Overs of Unstable, Risky Dressers on Youth Act (STURDY) Act (S3232) – This legislation directs the Consumer Product Safety Commission to revise the safety standards for freestanding dressers, bureaus and chests of drawers. The new manufacturing standards would require testing related to tip-overs for all products sold in the U.S. market. The bill was introduced by Sen. Robert Casey (D-PA) on Nov.18, 2021. It was passed in the Senate on Sept. 29 and is presently under consideration in the House.

Prevent All Soring Tactics (PAST) Act of 2021 (HR 5441) – Introduced on Sept. 30, 2021, by Rep. Steven Cohen (D-TN), this bill addresses soring horses. Soring is the practice of making adjustments to horses’ limbs in order to produce a higher gait for showing at horse shows, exhibitions, sales and auctions. These alterations can cause pain, distress, inflammation or lameness. Specifically, the bill seeks to expand soring regulation and enforcement by establishing a new system for soring inspections and increasing penalties for violations. The bill passed in the House on Nov. 14 and currently lies with the Senate.

Speak Out Act (S 4524) – Introduced on July 13 by Sen. Kristen Gillibrand (D-NY), this Act would waive enforcement of nondisclosure agreements (NDS) involving sexual assault or harassment disputes. The legislation would allow any survivor to share his or her story regardless of a previously signed NDA. The bill passed in the Senate on Sept. 29 and is in the House for consideration.


Disclaimer 

These articles are intended to provide general resources for the tax and accounting needs of small businesses and individuals. Service2Client LLC is the author, but is not engaged in rendering specific legal, accounting, financial or professional advice. Service2Client LLC makes no representation that the recommendations of Service2Client LLC will achieve any result. The NSAD has not reviewed any of the Service2Client LLC content. Readers are encouraged to contact a professional regarding the topics in these articles. The images linked to these articles are protected by copyright and should not be copied for any reason.

"; return; } var url = block.dataset.restUrl + "?post_id=" + encodeURIComponent(block.dataset.postId) + "&keyword=" + encodeURIComponent(keyword); output.innerHTML = "
Searching…
"; submit.disabled = true; output.setAttribute("aria-busy", "true"); fetch(url, { headers: { "X-WP-Nonce": block.dataset.nonce } }) .then(function(r){ return r.json().then(function(data){ return { status: r.status, data: data }; }); }) .then(function(resp){ if (resp.status === 200 && resp.data && resp.data.success) { dpSimilarRender(output, keyword, resp.data); } else if (resp.status === 403) { output.innerHTML = "
Session expired. Please refresh the page and try again.
"; } else if (resp.status === 429) { output.innerHTML = "
Too many searches. Please try again in a few minutes.
" + dpSimilarCta(output, -1); } else { output.innerHTML = "
Search failed. Please try again.
" + dpSimilarCta(output, -1); } }) .catch(function(){ output.innerHTML = "
Could not reach the server. Please check your connection.
" + dpSimilarCta(output, -1); }) .then(function(){ submit.disabled = false; output.removeAttribute("aria-busy"); }); } function dpAskGrokSend(block) { var input = block.querySelector(".dp-ask-grok-input"); var result = block.querySelector(".dp-ask-grok-result"); var send = block.querySelector(".dp-ask-grok-send"); var form = block.querySelector(".dp-ask-grok-form"); var button = block.querySelector(".dp-ask-grok-button"); var intro = block.querySelector(".dp-ask-grok-intro"); var question = (input.value || "").trim(); if (question.length Please ask a question of at least 10 characters."; return; } if (question.length > 500) { result.innerHTML = "
Question is too long. Please keep it under 500 characters.
"; return; } result.innerHTML = "
Asking Grok\u2026 (this can take 10-20 seconds)
"; send.disabled = true; result.setAttribute("aria-busy", "true"); fetch(block.dataset.restUrlAskGrok, { method: "POST", headers: { "Content-Type": "application/json", "X-WP-Nonce": block.dataset.nonce }, body: JSON.stringify({ post_id: parseInt(block.dataset.postId, 10), question: question }) }) .then(function(r){ return r.json().then(function(data){ return { status: r.status, data: data }; }); }) .then(function(resp){ if (resp.status === 429) { if (form) form.style.display = "none"; if (intro) intro.style.display = ""; if (button) { button.style.display = ""; button.disabled = true; button.setAttribute("title", "Daily limit reached. Try again tomorrow."); button.textContent = "Daily limit reached"; } var rateMsg = (resp.data && resp.data.message) ? resp.data.message : "You\u2019ve reached today\u2019s question limit. Please try again tomorrow."; result.innerHTML = "
" + dpSimilarEscape(rateMsg) + "
"; return; } if (resp.status === 403) { result.innerHTML = "
Session expired. Please refresh the page and try again.
"; return; } if (resp.status === 200 && resp.data && resp.data.success) { var safeAnswer = dpSimilarEscape(resp.data.answer || ""); var safeDisclaimer = dpSimilarEscape(resp.data.disclaimer || ""); var answerHtml = "
"; answerHtml += "

" + safeAnswer + "

"; answerHtml += "

\u26a0\ufe0f " + safeDisclaimer + "

"; answerHtml += "
"; result.innerHTML = answerHtml; if (form) form.style.display = "none"; if (intro) intro.style.display = ""; if (button) { button.style.display = ""; button.disabled = true; button.setAttribute("title", "Daily limit reached. Try again tomorrow."); button.textContent = "Daily limit reached"; } return; } if (resp.status === 200 && resp.data && !resp.data.success) { var msg = dpSimilarEscape(resp.data.message || "Could not process your question right now."); result.innerHTML = "
" + msg + "
"; return; } result.innerHTML = "
Could not process your question right now. Please try again later.
"; }) .catch(function(){ result.innerHTML = "
Could not reach the server. Please check your connection and try again.
"; }) .then(function(){ if (send) send.disabled = false; result.removeAttribute("aria-busy"); }); } function dpSimilarRender(output, keyword, data) { var html = ""; if (data.count === 0) { html += "
No matches found for “" + dpSimilarEscape(keyword) + "”.
"; } else { html += "

Articles matching “" + dpSimilarEscape(keyword) + "”

"; html += "
    "; data.results.forEach(function(r){ html += "
  • "; html += "" + r.title + ""; html += "" + r.date + ""; html += "
  • "; }); html += "
"; } html += dpSimilarCta(output, data.count); output.innerHTML = html; } function dpSimilarCta(output, count) { var block = output.closest(".dp-similar-block"); var contactUrl = block ? block.dataset.contactUrl : ""; if (!contactUrl) { return ""; } var ctaText; if (count === -1) { ctaText = "While you wait, here are some other ways to get help:"; } else if (count === 0) { ctaText = "Couldn\u2019t find what you needed? Speak with a professional for personalized help."; } else { ctaText = "Need more help with this topic? Speak with a professional."; } var html = "
"; html += "

" + ctaText + "

"; html += "Talk to a Professional"; html += "
"; var isFullApi = block && block.dataset.isFullApi === "1"; html += "

Or ask our AI assistant a quick question about this topic.

"; html += ""; html += "
"; html += ""; html += ""; html += ""; html += ""; html += "
"; html += "
"; html += "
"; html += "
"; return html; } function dpSimilarEscape(s) { var div = document.createElement("div"); div.textContent = s; return div.innerHTML; }})();

Coronado-Fortune & Associates, LLC

Improving Federal Hiring Processes, Foreign Election Influence and Natural Disaster Protections

December 1, 2022  ·  Blog, Congress at Work, Uncategorized

4 min read

Disaster Resiliency Planning Act (S 3510) – Introduced by Sen. Gary Peters (D-MI) on Jan. 13,this Act details guidelines for federal agencies to incorporate natural disaster resilience with regard to real property asset management and investment decisions. The bill passed in the Senate on June 22, in the House on Nov. 14 and is awaiting signature by President Biden.

Disclosing Foreign Influence in Lobbying Act (S 4254) – This Act is designed to combat attempts of foreign adversaries, such as Russia and China, from trying to influence U.S. political elections. Specifically, the bill closes a loophole used to conceal lobbying efforts frequently used by the Chinese Communist Party (CCP).The bill was introduced by Sen. Chuck Grassley (R-IA) on May 18 and passed in the Senate on Sept. 29. It is currently under consideration in the House.

Chance to Compete Act of 2022 (HR 6967) – This legislation was introduced by Rep. Jody Hice (R-GA) on Jan. 25, 2021. The bipartisan bill attempts to improve the federal civil service hiring process by waiving education degree requirements. The focus would shift to an evaluation of skills, aptitude and experience. Furthermore, the bill would enable agencies to share applicant assessments and permit interviewing by subject matter experts. The bill passed in the House on Sept. 29 and is now being reviewed in the Senate.

A bill to allow for alternatives to animal testing for purposes of drug and biological product applications (S 5002) – This bipartisan bill was introduced by Sen. Rand Paul (R-KY) on Sept. 29, 2021, and was passed in the Senate on the same day. The legislation requires that certain alternatives be utilized in animal testing in order to receive an exemption from an investigation of the safety and effectiveness of a drug. Alternatives may include cell-based assays and computer models. The Act also waives the requirement of using animal studies to get a license for a biological product that is interchangeable with another biological product. The bill’s fate currently lies in the House.

Fairness for 9/11 Families Act (HR 8987) – Introduced by Rep. Jerry Nadler (D-NY) on Sept. 26, this bipartisan bill authorizes funding for catch-up payments from the United States Victims of State Sponsored Terrorism Fund. The Act passed in the House on Sept. 30 and is currently being considered in the Senate.

Stop Tip-Overs of Unstable, Risky Dressers on Youth Act (STURDY) Act (S3232) – This legislation directs the Consumer Product Safety Commission to revise the safety standards for freestanding dressers, bureaus and chests of drawers. The new manufacturing standards would require testing related to tip-overs for all products sold in the U.S. market. The bill was introduced by Sen. Robert Casey (D-PA) on Nov.18, 2021. It was passed in the Senate on Sept. 29 and is presently under consideration in the House.

Prevent All Soring Tactics (PAST) Act of 2021 (HR 5441) – Introduced on Sept. 30, 2021, by Rep. Steven Cohen (D-TN), this bill addresses soring horses. Soring is the practice of making adjustments to horses’ limbs in order to produce a higher gait for showing at horse shows, exhibitions, sales and auctions. These alterations can cause pain, distress, inflammation or lameness. Specifically, the bill seeks to expand soring regulation and enforcement by establishing a new system for soring inspections and increasing penalties for violations. The bill passed in the House on Nov. 14 and currently lies with the Senate.

Speak Out Act (S 4524) – Introduced on July 13 by Sen. Kristen Gillibrand (D-NY), this Act would waive enforcement of nondisclosure agreements (NDS) involving sexual assault or harassment disputes. The legislation would allow any survivor to share his or her story regardless of a previously signed NDA. The bill passed in the Senate on Sept. 29 and is in the House for consideration.


Disclaimer 

These articles are intended to provide general resources for the tax and accounting needs of small businesses and individuals. Service2Client LLC is the author, but is not engaged in rendering specific legal, accounting, financial or professional advice. Service2Client LLC makes no representation that the recommendations of Service2Client LLC will achieve any result. The NSAD has not reviewed any of the Service2Client LLC content. Readers are encouraged to contact a professional regarding the topics in these articles. The images linked to these articles are protected by copyright and should not be copied for any reason.


Disclaimer 

These articles are intended to provide general resources for the tax and accounting needs of small businesses and individuals. Service2Client LLC is the author, but is not engaged in rendering specific legal, accounting, financial or professional advice. Service2Client LLC makes no representation that the recommendations of Service2Client LLC will achieve any result. The NSAD has not reviewed any of the Service2Client LLC content. Readers are encouraged to contact a professional regarding the topics in these articles. The images linked to these articles are protected by copyright and should not be copied for any reason.

Service2Client

Share
Published by
Service2Client