From ba274ca6ef1d190e376e13b02edad99c5fa2302c Mon Sep 17 00:00:00 2001
From: tangfqj <98503280+tangfqj@users.noreply.github.com>
Date: Sat, 17 Sep 2022 19:33:48 +0800
Subject: [PATCH 1/4] [TRANSLATION] Translate MITLA.md (#225)
* translate MITLA.md
* Translate MITLA.md
* Translate MITLA.md
* Translate MITLA.md
---
docs/数学基础/MITLA.en.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 docs/数学基础/MITLA.en.md
diff --git a/docs/数学基础/MITLA.en.md b/docs/数学基础/MITLA.en.md
new file mode 100644
index 00000000..cd9e8233
--- /dev/null
+++ b/docs/数学基础/MITLA.en.md
@@ -0,0 +1,21 @@
+# MIT18.06: Linear Algebra
+
+## Descriptions
+
+- Offered by: MIT
+- Prerequisites: English
+- Programming languages: None
+- Difficulty: 🌟🌟🌟
+- Class Hour: Varies from person to person
+
+Gilbert Strang, a great mathematician at MIT, still insists on teaching in his eighties. His classic text book [Introduction to Linear Algebra](https://math.mit.edu/~gs/linearalgebra/)has been adopted as an official textbook by Tsinghua University. After reading the PDF version, I felt deeply guilty and spent more than 200 yuan to purchase a genuine version in English as collection. The cover of this book is attached below. If you can fully understand the mathematical meaning of the cover picture, then your understanding of linear algebra will definitely reach a new height.
+
+
+
+In addition to the course materials, the famous Youtuber **3Blue1Brown**'s video series[The Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) are also great learning resourses.
+
+## Resources
+- Homepage:
+- Records: see homepage
+- Textbook: Introduction to Linear Algebra, Gilbert Strang
+- Assignments: see homepage
From 9a4853cb443ec997dff34ca982b85b83c4b30dba Mon Sep 17 00:00:00 2001
From: zhongyinmin
Date: Sat, 17 Sep 2022 19:47:11 +0800
Subject: [PATCH 2/4] [TEMPLATE] update template for English version
---
template.en.md | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/template.en.md b/template.en.md
index 4c0226ca..49594bd8 100644
--- a/template.en.md
+++ b/template.en.md
@@ -4,16 +4,26 @@
- Offered by:
- Prerequisites:
-- Programming lanuages:
-- Difficulty:
+- Programming Lanuages:
+- Difficulty: 🌟🌟🌟
- Class Hour:
-
+
-## Resources
+## Course Resources
-- Homepage:
-- Records:
-- Textbooks & Notes & Slides:
+- Course Website:
+- Recordings:
+- Textbooks:
- Assignments:
-- ...
\ No newline at end of file
+
+## Personal Resources
+
+All the resources and assignments used by @XXX in this course are maintained in [user/repo - GitHub](https://github.com/user/repo).
From e2b44e70bb370fd9c13708639c439ff41d7e7f4d Mon Sep 17 00:00:00 2001
From: zhongyinmin
Date: Sat, 17 Sep 2022 19:48:29 +0800
Subject: [PATCH 3/4] [EDIT] fix nits for MITLA.en.md
---
docs/数学基础/MITLA.en.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/数学基础/MITLA.en.md b/docs/数学基础/MITLA.en.md
index cd9e8233..2cd6c7df 100644
--- a/docs/数学基础/MITLA.en.md
+++ b/docs/数学基础/MITLA.en.md
@@ -6,16 +6,17 @@
- Prerequisites: English
- Programming languages: None
- Difficulty: 🌟🌟🌟
-- Class Hour: Varies from person to person
+- Class Hour: Varying from person to person
Gilbert Strang, a great mathematician at MIT, still insists on teaching in his eighties. His classic text book [Introduction to Linear Algebra](https://math.mit.edu/~gs/linearalgebra/)has been adopted as an official textbook by Tsinghua University. After reading the PDF version, I felt deeply guilty and spent more than 200 yuan to purchase a genuine version in English as collection. The cover of this book is attached below. If you can fully understand the mathematical meaning of the cover picture, then your understanding of linear algebra will definitely reach a new height.

-In addition to the course materials, the famous Youtuber **3Blue1Brown**'s video series[The Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) are also great learning resourses.
+In addition to the course materials, the famous Youtuber **3Blue1Brown**'s video series [The Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) are also great learning resourses.
## Resources
-- Homepage:
-- Records: see homepage
+
+- Course Website:
+- Recordings: refer to course website
- Textbook: Introduction to Linear Algebra, Gilbert Strang
-- Assignments: see homepage
+- Assignments: refer to course website
From 7b6d839b5219d60811e908162cfcae9f37ecf1e1 Mon Sep 17 00:00:00 2001
From: BarbarossaWang <40034814+BarbarossaWang@users.noreply.github.com>
Date: Sat, 17 Sep 2022 22:11:30 +0800
Subject: [PATCH 4/4] [TRANSLATION] Translate fullstackopen.md (#227)
* [TRANSLATION] Translate fullstackopen.md
* fix typo
---
docs/Web开发/fullstackopen.en.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 docs/Web开发/fullstackopen.en.md
diff --git a/docs/Web开发/fullstackopen.en.md b/docs/Web开发/fullstackopen.en.md
new file mode 100644
index 00000000..25366e1d
--- /dev/null
+++ b/docs/Web开发/fullstackopen.en.md
@@ -0,0 +1,19 @@
+# University of Helsinki: Full Stack open 2022
+
+## Descriptions
+
+- Offered by: University of Helsinki
+- Prerequisites: Good programming skills, basic knowledge of web programming and databases, and have mastery of the Git version management system.
+- Programming Languages: JavaScript/HTML/CSS/NoSQL/SQL
+- Difficulty: 🌟🌟
+- Class Hour: Varying according to the learner
+
+This course serves as an introduction to modern web application development with JavaScript. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js. The course also contains a section on GraphQL, a modern alternative to REST APIs.
+
+The course covers testing, configuration and environment management, and the use of MongoDB for storing the application’s data.
+
+## Resources
+- Course Website:
+- Assignments: refer to course website
+- Course group on Discord:
+- Course group on Telegram: