-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
25 lines (25 loc) · 1.38 KB
/
meta.json
File metadata and controls
25 lines (25 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"courseId": "metaanalysis",
"title": "Meta-analysis for Biologists",
"slogan": "+++A free Introductory Online Course+++",
"description": "Developed by Susanne Zajitschek (LJMU) and Felix Zajitschek, based on knowledge aquired working with our collaborators Shinichi Nakagawa and Malgorzata Lagisz (UNSW). Webdesign based on amazing stuff from Ines Montani (ines.io).",
"bio": "I am a Lecturer at Liverpool John Moores University",
"siteUrl": "https://objective-montalcini-91d66a.netlify.app/",
"twitter": "SusiZaj",
"fonts": "IBM+Plex+Mono:500|IBM+Plex+Sans:700|Lato:400,400i,700,700i",
"testTemplate": "success <- function(text) {\n cat(paste(\"\\033[32m\", text, \"\\033[0m\", sep = \"\"))\n}\n\n.solution <- \"${solutionEscaped}\"\n\n${solution}\n\n${test}\ntryCatch({\n test()\n}, error = function(e) {\n cat(paste(\"\\033[31m\", e[1], \"\\033[0m\", sep = \"\"))\n})",
"juniper": {
"repo": "SusZaj/metaanalysis",
"branch": "binder",
"lang": "r",
"kernelType": "ir",
"debug": false
},
"showProfileImage": true,
"footerLinks": [
{ "text": "Website", "url": "https://metaanalysis.zajitschek.net" },
{ "text": "Source", "url": "https://github.com/suszaj/metaanalysis" },
{ "text": "Webdesign based on", "url": "https://github.com/ines/course-starter-r" }
],
"theme": "#de7878"
}