-
Notifications
You must be signed in to change notification settings - Fork 69
/
meta.json
25 lines (25 loc) · 2.66 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": "gams-in-r-course",
"title": "Generalized Additive Models in R",
"slogan": "A Free Interactive Course",
"description": "<p>This is a free, open source course on fitting, visualizing, understanding, and predicting from Generalized Additive Models. It's made possible by a long and fruitful collaboration in teaching this material with <a href='http://converged.yt/'>David Miller</a>, <a href='https://www.fromthebottomoftheheap.net/'>Gavin L. Simpson</a>, <a href='https://ericpedersen3.wixsite.com/research'>Eric J. Pedersen</a>, by <a href='https://ines.io/'>Ines Montani</a> who designed the web framework, and by <a href='https://florencia.netlify.com/'>Florencia D'Andrea</a> who helped build the site.</p><p>Contributions and comments on how to improve the course are welcome! Please <a href='https://github.com/noamross/gams-in-r-course/issues'>file an issue</a> or feel free to submit a pull request if you find something that could be fixed or improved.</p>",
"bio": "<p>Hello! I'm Dr. Noam Ross. I'm a Disease Ecologist at <a href='https://www.ecohealthalliance.org/'>EcoHealth Alliance</a>, where I use GAMs, R and other tools to better understand complex relationships between animals, their diseases, and how infections can spread from animals to humans. I'm also part of <a href='http://ropensci.org'>rOpenSci</a>, an organization that helps make tools for open, reproducible science.</p><p><a rel='license' href='http://creativecommons.org/licenses/by/4.0'><img alt='Creative Commons License' src='https://i.creativecommons.org/l/by/4.0/88x31.png'/></a></p>",
"siteUrl": "https://noamross.github.io/gams-in-r-course",
"twitter": "noamross",
"fonts": "IBM+Plex+Mono:500|IBM+Plex+Sans:700|Lato:400,400i,700,700i",
"testTemplate": "options(error=traceback)\nlibrary(testwhat)\n.solution <- \"${solutionEscaped}\"\n\n.solutionfile <- \"${solutionFileEscaped}\"\n\n\nsetup_state(sol_code = .solutionfile, stu_code = .solution)\n\ntryCatch({\n ${test}\n cat(paste(\"\\033[32m\", tw$get()$success_msg, \"\\033[0m\", sep = \"\"))\n}, error = function(e) {\n cat(paste(\"\\033[31m\", e[1], \"\\033[0m\", sep = \"\"))\n})",
"juniper": {
"repo": "noamross/gams-in-r-course",
"branch": "master",
"lang": "r",
"kernelType": "ir",
"debug": false
},
"showProfileImage": true,
"footerLinks": [
{ "text": "Follow Me on Twitter", "url": "https://twitter.com/noamross" },
{ "text": "Source Code on GitHub", "url": "https://github.com/noamross/gams-in-r-course" },
{ "text": "Built with ♥ and Open Source", "url": "https://github.com/ines/course-starter-r" }
],
"theme": "#ec625D"
}