-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.json
25 lines (25 loc) · 1.6 KB
/
meta.json
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": "course-data-science",
"title": "Introduction to Data Science",
"slogan": "A free online course",
"description": "This course will presents an Introduction to Data Science with R",
"bio": "The material presented in this website was mainly developed by Stéphane Guerrier, Lionel Voirol and Yuming Zhang. Moreover, we thank Luca Insolia for his valuable contributions. Stéphane Guerrier is an Assistant Professor of Statistics and Data Science at the University of Geneva. Yuming Zhang and Lionel Voirol are PhD Candidates in Statistics at the University of Geneva. Luca Insolia is a postdoctoral researcher in Statistics at the University of Geneva.",
"siteUrl": "https://intro-to-ds.netlify.com/",
"twitter": "spacy_io",
"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": "SMAC-Group/course_intro_ds",
"branch": "binder",
"lang": "r",
"kernelType": "ir",
"debug": false
},
"showProfileImage": true,
"footerLinks": [
{ "text": "Website", "url": "https://data-analytics-lab.net/" },
{ "text": "Source", "url": "https://github.com/SMAC-Group/course_intro_ds" },
{ "text": "Built with ♥", "url": "https://github.com/ines/course-starter-r" }
],
"theme": "#de7878"
}