Border Patrol Foundation

The Border Patrol Foundation is a non-profit organization that provides assistance to the families of U.S. Border Patrol. BPF says that it provides financial assistance to the families of the U.S. Border Patrol for on and off-duty deaths, injuries, illnesses, family medical emergencies and special circumstances.[1]

The Border Patrol Foundation
Organization
IndustryNon-Profit
Founded2009
Headquarters
United States
Area served
Global
Websitehttps://borderpatrolfoundation.org

History

On July 23, 2009, the Border Patrol Foundation was incorporated as a 501(c)(3) non profit organization, in Arizona. That evening, USBP Agent Robert Rosas was killed just north of the Mexico border near Campo, California, and his family was the first to receive assistance from the foundation.[2]

BPF donates $10,000 to the surviving family whenever there is a death in the line of duty.[3] It also provides funds for families to attend National Police Week in Washington DC as well as its own annual recognition dinner.[3] The Foundation is funded by a number of companies whose products are used by the Border Patrol.[3] It has also seen a surge in donations since President Trump took office, allowing it to provide college scholarships for surviving children.[4]

In November 2018, the president of the BPF, Ronald Colburn, defended the use of pepper spray, a less-than-lethal weapon, on migrants seeking to cross the Southern border, saying the pepper spray was "natural. You could actually put it on your nachos and eat it.".[5][6]

The BPF holds an annual fundraising dinner in Washington DC. In 2018, the dinner was moved to Trump International Hotel which "raised some eyebrows.[7] The BPF insisted the move was purely practical.[7][8] Acting Homeland Security Secretary Kevin McAleenan spoke at the 2019 dinner, the night before he resigned.[9] In September 2019, it was reported that a private party for BPF deputy chief Scott Luck's retirement would be held at President Trump's golf resort in Virginia.[10][11]

gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
gollark: The python thesaurus-izer may need some parallelization to be effective.
gollark: We could use this; it seems a cool idea.

References

  1. "Archived copy". Archived from the original on 2016-03-08. Retrieved 2016-03-07.CS1 maint: archived copy as title (link)
  2. "Archived copy". Archived from the original on 2016-03-08. Retrieved 2016-03-07.CS1 maint: archived copy as title (link)
  3. Giaritelli, Anna (February 4, 2019). "Border Patrol Foundation sending $10K to family of agent killed over the weekend". Washington Examiner. Retrieved November 23, 2019.
  4. Giaritelli, Anna (September 1, 2018). "Donations to Border Patrol Foundation surge under Trump". Washington Examiner. Retrieved November 23, 2019.
  5. "A Fox News guest suggested that the tear gas being used on migrants at the border was so 'natural' you could 'put it on your nachos'". Business Insider. Retrieved 2018-11-27.
  6. Daugherty, Owen (2018-11-26). "Former Border Patrol deputy chief defends using pepper spray: You could 'put it on your nachos and eat it'". TheHill. Retrieved 2018-11-27.
  7. Schlanger, Zöe; Rohrlich, Justin (July 20, 2019). "Border Patrol Foundation moved its 2018 fundraiser to Trump's hotel". Quartz. Retrieved November 23, 2019.
  8. Giaritelli, Anna (July 27, 2018). "Border Patrol Foundation to hold event at Trump Hotel in DC". Washington Examiner. Retrieved November 23, 2019.
  9. Arciga, Julia; Swan, Betsy (October 11, 2019). "Acting Homeland Security Secretary Kevin McAleenan Resigns". Daily Beast. Retrieved November 23, 2019.
  10. Rohrlich, Justin (September 14, 2019). "A Border Patrol gala retirement party will be held at a Trump golf resort". Quartz. Retrieved November 23, 2019.
  11. Kwong, Jessica (September 13, 2019). "Border Patrol Deputy Chief Will Celebrate His Retirement at Donald Trump's Golf Resort: Report". Newsweek. Retrieved November 23, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.