forked from SMAC-Group/course_data_analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
23 lines (23 loc) · 1.15 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
{
"courseId": "course-intro-statistics",
"title": "Introduction à la Statistique",
"slogan": "Introduction à la Statistique",
"description": "Introduction à la Statistique",
"bio": "Le contenu présenté sur ce site a été principalement développé par Stéphane Guerrier, Mucyo Karemera, Samuel Orso, Olivier Pasche et Lionel Voirol.",
"siteUrl": "https://intro-to-statistics.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_statistics",
"branch": "binder",
"lang": "r",
"kernelType": "ir",
"debug": false
},
"showProfileImage": true,
"footerLinks": [
{ "text": "Source", "url": "https://github.com/SMAC-Group/course_intro_statistics" }
],
"theme": "#de7878"
}