-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.json
25 lines (25 loc) · 1.86 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-gmwm",
"title": "Inference for large-scale time series with application to sensor fusion",
"slogan": "An online course",
"description": "This course will presents an Introduction to Inertial Sensor Stochastic Calibration",
"bio": "Stéphane Guerrier received the M.Sc. and B.Sc. degrees in environmental engineering from the Swiss Federal Institute of Technology Lausanne, Lausanne, Switzerland, and the Ph.D. degree in statistics from the University of Geneva, Geneva, Switzerland, in 2013. He was an Assistant Professor with the Department of Statistics, Pennsylvania State University, State College, PA, USA, and the Department of Statistics, University of Illinois at Urbana-Champaign, Champaign, IL, USA. Since January 2019, he has been an Assistant Professor of Statistics and Data Science with the University of Geneva. His research interests include computational statistics, signal processing, and data analytics.",
"siteUrl": "https://gmwm.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_gmwm",
"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_gmwm" },
{ "text": "Built with ♥", "url": "https://github.com/ines/course-starter-r" }
],
"theme": "#de7878"
}