-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.json
25 lines (25 loc) · 1.45 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-analytics",
"title": "Introduction to Data Analytics",
"slogan": "A free online course",
"description": "This course will presents an Introduction to Data Analytics with R",
"bio": "The material presented in this website was mainly developed by Stéphane Guerrier, Lionel Voirol and Yuming Zhang. Moreover, we thank Francesco Gervasio, Yiannis Galdadas, Julien Boccard, Dominique-Laurent Couturier, Luca Insolia, Wenfei Chu and Jun Wu for their valuable contributions.",
"siteUrl": "https://intro-to-analytics.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_data_analytics",
"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_data_analytics" },
{ "text": "Built with ♥", "url": "https://github.com/ines/course-starter-r" }
],
"theme": "#de7878"
}