Skip to content

Commit

Permalink
Fix broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Oct 31, 2023
1 parent 381c1c9 commit b10a968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ task :test => :build do
:enforce_https => false,
:ignore_status_codes => [403,503],
:ignore_urls => [
"https://groups.google.com/forum/#!msg/sira-public/T17qkvbwNhA/J42QjxbHAAAJ"
"https://groups.google.com/forum/#!msg/sira-public/T17qkvbwNhA/J42QjxbHAAAJ",
"https://societyinforisk.org/page-18117#Benninghoff21"
]
}
begin
Expand Down
6 changes: 3 additions & 3 deletions resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Recommended reading and other resources for safety risk management.

* Bainbridge, L. (1983). IRONIES OF AUTOMATION. [IRONIES OF AUTOMATION](https://www.sciencedirect.com/science/article/pii/B9780080293486500269?via%3Dihub), [PDF](https://ckrybus.com/static/papers/Bainbridge_1983_Automatica.pdf) - a classic and accessible paper on the downside of automation that stands up even today
* Endsley, M. R. (1995). [Toward a Theory of Situation Awareness in Dynamic Systems](https://journals.sagepub.com/doi/10.1518/001872095779049543), [PDF](https://www.researchgate.net/profile/Mica_Endsley/publication/210198492_Endsley_MR_Toward_a_Theory_of_Situation_Awareness_in_Dynamic_Systems_Human_Factors_Journal_371_32-64/links/548f61bf0cf214269f263b08.pdf) - Endsley's main paper on [Situation Awareness](https://en.wikipedia.org/wiki/Situation_awareness), a theoretical construct that is useful in understanding decisions made by operators in emergency situations
* Helmreich, R. L., Klinect, J. R., & Wilhelm, J. A. (1999). Models of threat, error, and CRM in flight operations, [PDF](https://www.flightsafety.org/files/models_of_threat_error.pdf) - an excellent paper covering key aspects of modern aviation safety: Crew Resource Management, the Line Operations Safety Audit, and Threat and Error Management
* Helmreich, R. L., Klinect, J. R., & Wilhelm, J. A. (1999). Models of threat, error, and CRM in flight operations, [PDF](https://www.pacdeff.com/pdfs/models_of_threat_error.pdf) - an excellent paper covering key aspects of modern aviation safety: Crew Resource Management, the Line Operations Safety Audit, and Threat and Error Management
* Garvin, D. A., Edmondson, A. C., & Gino, F. (2008). Is yours a learning organization, [PDF](https://www.researchgate.net/profile/Amy_Edmondson/publication/5440662_Is_Yours_a_Learning_Organization/links/0fcfd5057191e297d0000000/Is-Yours-a-Learning-Organization.pdf) - a solid methodology for assessing the depth of learning within your organization, with links to self-assessments
* Aven, T., Renn, O., & Rosa, E. A. (2011). [On the ontological status of the concept of risk](https://www.sciencedirect.com/science/article/pii/S0925753511000981?via%3Dihub), [PDF](https://www.academia.edu/34623476/On_the_ontological_status_of_the_concept_of_risk) - Aven's career has been to establish safety as a science; this article strives to define what risk actually is
* Hollnagel, E., Wears, R. L., & Braithwaite, J. (2015). From Safety-I to Safety-II: a white paper, [PDF](https://www.england.nhs.uk/signuptosafety/wp-content/uploads/sites/16/2015/10/safety-1-safety-2-whte-papr.pdf) - an evolution of Hollnagel's concept of Resilience Engineering, making the case that safety should focus not just on accidents (when things go unexpectedly poorly), but the full range of outcomes
Expand Down Expand Up @@ -64,7 +64,7 @@ Three programs with graduates active in the IT Resilience Engineering community:

## Other curated lists

* [@dastergon](https://dastergon.gr)'s [Awesome Chaos Engineering](https://github.com/dastergon/awesome-chaos-engineering)
* [@dastergon](https://dastergon.gr)'s [Awesome Site Reliability Engineering](https://github.com/dastergon/awesome-sre)
* [@dastergon](https://github.com/dastergon)'s [Awesome Chaos Engineering](https://github.com/dastergon/awesome-chaos-engineering)
* [@dastergon](https://github.com/dastergon)'s [Awesome Site Reliability Engineering](https://github.com/dastergon/awesome-sre)
* [@lorin](http://lorinhochstein.org)'s [Resilience engineering papers](https://github.com/lorin/resilience-engineering)
* [@lorin](http://lorinhochstein.org)'s [Cognitive Systems Engineering](https://github.com/lorin/cognitive-systems-engineering)

0 comments on commit b10a968

Please sign in to comment.