Skip to content

Commit dac946a

Browse files
authored
Add slides for R/Basel [no ci] (#148)
* Add basel slides * Correct typos * Say more in the last slide * Trim slides * Finalize the slides
1 parent cfc0d25 commit dac946a

File tree

14 files changed

+3874
-0
lines changed

14 files changed

+3874
-0
lines changed

paper/basel2023_rang/_extensions/gesiscss/fakegesis/LICENSE

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title: Fake GESIS Presentation Template
2+
author: Chung-hong Chan
3+
version: 0.0.1
4+
quarto-required: ">=1.2.231"
5+
contributes:
6+
formats:
7+
revealjs:
8+
slide-number: c
9+
highlight-style: github
10+
theme: fakegesis.scss
11+
footer: "[www.gesis.org](http://www.gesis.org)"
12+
logo: gesis.png
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
/*-- scss:defaults --*/
2+
3+
// fonts
4+
$font-family-sans-serif: 'Helvetica' !default;
5+
6+
// colors
7+
$body-bg: #ffffff !default;
8+
$body-color: #000000 !default;
9+
$link-color: #58748f !default;
10+
11+
$code-block-bg: #ffffdc !default;
12+
$code-block-border-color: $body-color !default;
13+
14+
$code-bg: #c6d1dc !default;
15+
$code-color: $link-color !default;
16+
$code-block-bg-alpha: -.1 !default;
17+
18+
$presentation-heading-color: $link-color !default;
19+
20+
/*-- scss:rules --*/
21+
22+
.picture {
23+
border-style: solid;
24+
border-width: 3pt;
25+
border-color: $body-color;
26+
border-radius: 50%;
27+
padding: 5pt;
28+
height: 50%;
29+
width: auto;
30+
}
31+
32+
#title-slide {
33+
text-align: left;
34+
35+
.institute,
36+
.quarto-title-affiliation {
37+
// font-style: italic;
38+
font-size: 60%;
39+
}
40+
41+
.author,
42+
.quarto-title-author-name {
43+
color: $body-color;
44+
}
45+
46+
.quarto-title-authors {
47+
display: flex;
48+
justify-content: left;
49+
50+
.quarto-title-author {
51+
padding-left: 0em;
52+
padding-right: 0em;
53+
width: 100%;
54+
}
55+
}
56+
57+
p.author::before,
58+
div.quarto-title-author::before {
59+
content: "";
60+
display: block;
61+
border: none;
62+
background-color: $body-color;
63+
color: $body-color;
64+
height: 3px;
65+
margin-bottom: 1em;
66+
}
67+
68+
p, a {
69+
color: $link-color;
70+
}
71+
}
72+
73+
.footer {
74+
bottom: 10px !important;
75+
// color: #58748f !important;
76+
}
77+
78+
.reveal .progress {
79+
top: 0 !important;
80+
height: 2% !important;
81+
}
82+
83+
.slide-logo {
84+
display: block !important;
85+
position: fixed !important;
86+
top: 2% !important;
87+
left: 1.5% !important;
88+
max-height: 10% !important;
89+
height: 3.5% !important;
90+
width: auto !important;
91+
color: $body-color !important;
92+
}
93+
94+
.slide-menu-button {
95+
left: 10px !important;
96+
bottom: 10px !important;
97+
}
98+
99+
.slide-number,
100+
.reveal.has-logo .slide-number {
101+
bottom: 10px !important;
102+
right: 10px !important;
103+
top: unset !important;
104+
color: $body-color !important;
105+
}
106+
107+
.cell-output {
108+
border: 1px solid $body-color;
109+
border-radius: 4px;
110+
}
111+
112+
.center-x {
113+
text-align: center;
114+
background-color: $code-bg;
115+
// color: #58748f ;
116+
}
117+
118+
.center-xy {
119+
margin: 0;
120+
position: absolute;
121+
top: 50%;
122+
left: 50%;
123+
-ms-transform: translateY(-50%), translateX(-50%);
124+
transform: translateY(-50%), translateX(-50%);
125+
}
Loading

paper/basel2023_rang/base1.png

113 KB
Loading

paper/basel2023_rang/base2.png

93.2 KB
Loading

paper/basel2023_rang/bowie.jpg

45.2 KB
Loading

paper/basel2023_rang/comps.png

183 KB
Loading

paper/basel2023_rang/dplyr.RDS

1.5 KB
Binary file not shown.

paper/basel2023_rang/dplyr.png

43.6 KB
Loading

0 commit comments

Comments
 (0)