Kevin Briggs

Sergeant Kevin Briggs (also known as the Guardian of the Golden Gate Bridge[1][2]) is a California Highway Patrol officer noted for his work in suicide intervention, having dissuaded more than two hundred people from jumping off of the Golden Gate Bridge into San Francisco Bay. Recently, Briggs announced his retirement from the California Highway Patrol to focus his efforts on suicide prevention.

Biography

Briggs originally applied to the California Highway Patrol for employment when his friend applied and he wanted to see what it was about. In 1994 he began patrolling the Golden Gate Bridge, estimating that he had dissuaded roughly two per month from committing suicide. Two people did jump after his intercession.[3]

In 2003, Briggs described a typical conversation starting by asking how the person is doing, then asking their plans for the following day. He would ask "are you here to hurt yourself?"[4] If they did not have plans for the next day, he'd try to make plans with them, inviting them to come back to the bridge if their plan did not work out at the end of the day.[5]

In May 2013, the American Foundation for Suicide Prevention recognized the California Highway Patrol with a public service award in suicide prevention. Briggs accepted the award on behalf of the California Highway Patrol.[4][6] In November 2013, NBC News chronicled Briggs and reported on his impending retirement. After his retirement from the California Highway Patrol, he plans on focusing his work on suicide prevention.[7] He is also a veteran of the United States Army.[8]

gollark: I'm amazed it works at all.
gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
gollark: Yes, that's possible, except you can put in someone else's.
gollark: Isn't just *asking* what scroll an egg is from prone to misuse?

See also

References

  1. "Guardian of the Golden Gate Bridge". Yahoo.com. 2013. Retrieved November 11, 2013.
  2. Adams, Sam (October 4, 2013). "Cop hailed as "Guardian of the Golden Gate Bridge" after stopping more than 200 people jumping". Daily Mirror. Retrieved November 11, 2013.
  3. Free, Cathy (October 3, 2013). "Sgt. Kevin Briggs Stops Suicides on San Francisco's Golden Gate Bridge". People Magazine. Retrieved November 11, 2013.
  4. Broudy, Oliver (2013). "The Lifeguard". Men's Health. Archived from the original on April 15, 2017. Retrieved November 11, 2013.
  5. Friend, Tad (October 13, 2013). "Jumpers: The fatal grandeur of the Golden Gate Bridge". The New Yorker. Retrieved November 11, 2013.
  6. "Kevin Briggs, Golden Gate Bridge CHP Officer, Honored for Suicide Prevention Work". Huffington Post. May 8, 2013. Retrieved October 20, 2014.
  7. "Suicide risk factors and resources for finding help". NBC News. November 7, 2013. Retrieved November 11, 2013.
  8. "Officer is reunited with suicidal man". Daily Mail. May 12, 2013. Retrieved September 11, 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.