Skip to content

Commit 5e46668

Browse files
John SpergerJohn Sperger
John Sperger
authored and
John Sperger
committed
Add talk
1 parent 824253f commit 5e46668

File tree

4 files changed

+42
-1
lines changed

4 files changed

+42
-1
lines changed

.DS_Store

2 KB
Binary file not shown.

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
baseurl = "https://jsperger.github.io/"
2-
title = "Academic Theme"
2+
title = "John Sperger"
33
copyright = "© 2016 John Sperger"
44
languageCode = "en-us"
55
theme = "academic"
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
+++
2+
date = "2016-07-13T17:32:11-04:00"
3+
external_link = ""
4+
image = ""
5+
math = false
6+
summary = ""
7+
tags = []
8+
title = "MTurk Talk 7 14 16"
9+
10+
+++
11+
<!DOCTYPE html>
12+
<html>
13+
<head>
14+
<title>Title</title>
15+
<meta charset="utf-8">
16+
<style>
17+
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
18+
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
19+
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
20+
21+
body { font-family: 'Droid Serif'; }
22+
h1, h2, h3 {
23+
font-family: 'Yanone Kaffeesatz';
24+
font-weight: normal;
25+
}
26+
.image-50 img { width: 50%;}
27+
.image-75 img { width: 75%;}
28+
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
29+
</style>
30+
</head>
31+
<body>
32+
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
33+
</script>
34+
<script>
35+
var slideshow = remark.create({
36+
sourceUrl: 'https://raw.githubusercontent.com/jsperger/MTurkForResearchers/master/MTurk%20Training%20Presentation.md'
37+
});
38+
</script>
39+
</body>
40+
</html>
41+

static/img/portrait.jpg

1.42 MB
Loading

0 commit comments

Comments
 (0)