Skip to content

Commit a86954c

Browse files
committed
First Init.
0 parents  commit a86954c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+20591
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata

CDSM20.Rproj

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CDSM Slides
2+
3+
Materials for the Causal Data Science Meeting 2020 presentation [Causality in data science education](https://causalscience.org/)
4+
5+
Based on the paper [Lübke, K., Gehrke, M., Horst, J. & Szepannek, G. (2020). Why We Should Teach Causal Inference: Examples in Linear Regression with Simulated Data, Journal of Statistics Education.](https://doi.org/10.1080/10691898.2020.1752859)
6+
7+
---
8+
9+
Slides Template by [Sebastian Sauer](https://github.com/sebastiansauer): [https://github.com/sebastiansauer/xafom](https://github.com/sebastiansauer/xafom)
10+
11+
## Licence
12+
13+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
14+
15+
##

footer-header.css

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
div.my-header {
2+
background-color: #00998A;
3+
position: absolute;
4+
top: 88px;
5+
left: 15px;
6+
height: 1px;
7+
width: 87%;
8+
text-align: left;
9+
}
10+
11+
12+
13+
div.my-footer {
14+
background-color: #FFFFFF;
15+
position: absolute;
16+
bottom: 0px;
17+
left: 20px;
18+
height: 030px;
19+
width: 95%;
20+
}
21+
div.my-footer span {
22+
font-size: 10pt;
23+
color: #5E6974;
24+
position: absolute;
25+
left: 1px;
26+
bottom: 10px;
27+
}
28+
div.footer-line {
29+
background-color: #00998A;
30+
position: absolute;
31+
bottom: 35px;
32+
left: 20px;
33+
height: 1px;
34+
width: 95%;
35+
}

img/NPBT-FOM-background.png

381 KB
Loading

img/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Image sources
2+
3+
## img/logo.jpg
4+
* From https://de.wikipedia.org/wiki/FOM_%E2%80%93_Hochschule_f%C3%BCr_Oekonomie_und_Management#/media/Datei:Hochschule_f%C3%BCr_Oekonomie_&_Management_2012_logo.svg
5+
* By FOM.de
6+
* No changes made
7+
* Copyright protected
8+
9+
10+
## img/NPBT-FOM-background.png
11+
* From https://fom.de (...)
12+
* By FOM.de
13+
* No changes made
14+
* Copyright protected
15+
16+

img/gero.jpg

24.1 KB
Loading

img/joerg.png

31.8 KB
Loading

img/karsten.png

21.8 KB
Loading

img/logo.jpg

249 KB
Loading

img/matthias.jpeg

22.4 KB
Loading

insert-logo.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<style>
2+
.logo {
3+
background-image: url(img/logo.jpg);
4+
background-size: contain;
5+
background-repeat: no-repeat;
6+
position: absolute;
7+
top: 1em;
8+
right: 1em;
9+
width: 70px;
10+
height: 70px;
11+
z-index: 0;
12+
}
13+
</style>
14+
15+
<script>
16+
document
17+
.querySelectorAll(
18+
'.remark-slide-content' +
19+
':not(.title-slide)' +
20+
':not(.inverse)' +
21+
// add additional classes to exclude here, e.g.
22+
// ':not(.inverse)' +
23+
':not(.hide-logo)'
24+
)
25+
.forEach(el => {
26+
el.innerHTML += '<div class="logo"></div>';
27+
});
28+
</script>

libs/academicons-1.8.6/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# What is Academicons?
2+
3+
Academicons is a specialist icon font for academics. It contains icons for websites and organisations related to academia that are often missing from mainstream font packages. It can be used by itself, but its primary purpose is to be used as a supplementary package alongside a larger icon set. Go [here](http://jpswalsh.github.io/academicons) to view the full icon set along with instructions for their use.
4+
5+
# Requesting new icons
6+
7+
New icons can be requested by creating an issue [here](https://github.com/jpswalsh/academicons/issues). Before submitting a request, please check that the following conditions are satisfied:
8+
9+
* The organisation in question is already using a logo/icon of appropriate dimensions (roughly 1 × 1). If that doesn't exist, then there's really not much that can be done, and the request will have to be ignored until such time that a logo/icon can be provided.
10+
11+
* An icon of appropriate resolution can be provided or linked to. Ideally, the provided file will be a vector file (*e.g.* SVG, EPS, AI) or a PDF with the vector file embedded. These files are all very easy to work with, and result in the most faithful reproductions of the icon. Altenatively, high resolution raster images (*e.g.* JPEG, PNG, GIF) can work, but only if the resolution is high enough that the underlying shapes can be reproduced. Icons made from raster images take much longer to prepare, and require hand drawing each component and figuring out the exact typeface used for any letters. This process can be rather tedious, and I will only do this if there is significant demand for the icon. Favicon files can be useful in conjunction with larger logos that have non-ideal aspect ratios—where they can indicate which part of the logo to strip down to—but they are pretty much useless by themselves. The only time I have made an icon from a favicon was for arXiv, and that was only because: (i) It was heavily requested, and (ii) I was able to get feedback on the new icon from Paul Ginsparg, who made the original icon. You can still submit the request, but it will likely be ignored until someone else comes along and provides the file we need.
12+
13+
* The icon can be reduced to monochrome. This is one of the basic requirements of a versatile icon, but it is often overlooked when icons are made by people who are not professional designers. Academia is full of unprofessional designers, and it is sometimes the case that a logo relies entirely on the use of different colours. In certain cases we can be creative (see the dblp logo), but more often than not it will be impossible to create a monochrome version of the icon. Again, feel free to make the request, but it will probably be ignored if an alternate logo cannot be found.
14+
15+
# License
16+
17+
- The Academicons font is licensed under the SIL OFL 1.1:
18+
- [http://scripts.sil.org/OFL](http://scripts.sil.org/OFL)
19+
- Academicons CSS, LESS, and SASS files are licensed under the MIT License:
20+
- [http://opensource.org/licenses/mit-license.html](http://opensource.org/licenses/mit-license.html)
21+
- The Academicons documentation is licensed under the CC BY 3.0 License:
22+
- [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/)
23+
24+
# Author
25+
26+
- GitHub: [https://github.com/jpswalsh](https://github.com/jpswalsh)
27+
- Web: [http://jpswalsh.com](http://jpswalsh.com)

libs/academicons-1.8.6/bower.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "academicons",
3+
"description": "Academicons",
4+
"homepage": "https://jpswalsh.github.io/academicons/",
5+
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
6+
"main": ["css/academicons.css"],
7+
"ignore": ["**/.*"]
8+
}

0 commit comments

Comments
 (0)