forked from explosion/spacy-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
22 lines (22 loc) · 1.56 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
{
"title": "Computational, Interactive and Visualized K-16 Mathematics",
"slogan": "",
"description": "Hi there! Thank you for spending time reading this. This is a personal project developed by Rongpeng Li, a PhD student at University of Southern California. The goal of this website is to develop a self-contained series of mathematics courses for kids (kindergarten) as well as undergraduate students (13-16th grades). ",
"bio": "I believe education plays a core role in a society. This project reflects my experience as a tutor at School on Wheels. Education can't be completely free for obvious economic reasons, but everything on this website IS free as its creator said so.",
"siteUrl": "https://festive-lamarr-6afff6.netlify.com/",
"twitter": "rongpengli",
"fonts": "IBM+Plex+Mono:500|IBM+Plex+Sans:700|Lato:400,400i,700,700i",
"testTemplate": "from wasabi import Printer\n__msg__ = Printer()\n__solution__ = \"\"\"${solution}\"\"\"\n\n${solution}\n\n${test}\n\ntry:\n test()\nexcept AssertionError as e:\n __msg__.fail(e)",
"pytestTemplate": "from wasabi import Printer\n__msg__ = Printer()\n__solution__ = \"\"\"${solution}\"\"\"\n\n${solution}\n\n${test}\ntest()",
"juniper": {
"repo": "rongpenl/k16math-course",
"branch": "master",
"kernelType": "python3",
"debug": true
},
"footerLinks": [
{ "text": "Developer's LinkedIn", "url": "https://www.linkedin.com/in/rongpengli" },
{ "text": "Follow me on Twitter", "url": "https://twitter.com/rongpengli" }
],
"theme": "#09a3d5"
}