Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lextuga007/presentations
Presentations slides: https://lextuga007.github.io/Presentations
https://github.com/lextuga007/presentations
Last synced: 9 days ago
JSON representation
Presentations slides: https://lextuga007.github.io/Presentations
- Host: GitHub
- URL: https://github.com/lextuga007/presentations
- Owner: Lextuga007
- License: cc0-1.0
- Created: 2019-11-12T14:17:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T10:22:46.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:27:28.300Z (about 1 month ago)
- Language: HTML
- Homepage: https://philosopher-analyst.netlify.app/talk/
- Size: 38.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.html
- License: LICENSE
Awesome Lists containing this project
README
README.utf8
h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
code{white-space: pre;}
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}.tabset-dropdown > .nav-tabs > li.active {
display: block;
}.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}.tabset-dropdown > .nav-tabs > li {
display: none;
}Presentations
Mortality surveillance
East Midlands AphA (Association of Professional Healthcare Analysts) branch meeting 1st November 2019.
I used this presentation to cover the steps I took (and mistakes I made) in creating one table from many sources in SQL for mortality surveillance within a large NHS secondary care provider trust.
Mortality analysis using R
I presented this particular presentation at:
- East Midlands AphA (Association of Professional Healthcare Analysts) branch meeting 1st November 2019
- R-Ladies London 30th July 2019
- NHS-R Community Conference 4-5th November 2019 lightning talk NHS-R Community
I used this presentation to show how I had used R to create a mortality surveillance report. It is related to the Mortality surveillance slides in that this was the analysis part of the surveillance.
This presentation includes a dygraph chart which I’ve also written about how to create for the NHS-R Community:
Lightning Talk Women In Tech
Lightning talk (5 mins): Equality in NHS Analysis, December 2019
I presented at Women In Tech in Nottingham to show some of the numbers (visually) around the male/female ratio of attendees to the courses and meetups I’ve helped to arrange in Nottingham.
It was also a way of showing how 20% is more meaningful when related to a real situation.
The presentation was built in R Markdown and used the viridis package for accessible and contrasting colours, and the waffle package to represent numbers/people.
Meetup
The presentation was a brief introduction to the qicharts2 package and I used Crimea war numbers as collected by Florence Nightingale.
Conference 2020Lightning talk (10 mins): Why do I need to learn R when I can use SQL? on Monday 9th November 2020.
Slides incorporated the NHS and Nottinghamshire Healthcare NHS Foundation Trust fonts, colours and backgrounds courtesy of the workshop by Silvia Canelón.
Midlands Analyst Huddle
Festive Christmas presentation 17 December 2020: slides with snow, Christmas jokes and Christmas facts (from ONS and the Met office).
Presentation on AphA and NHS-R (not given on the day):
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});$(document).ready(function () {
window.buildTabsets("TOC");
});$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();