update memu and few more improvement
This commit is contained in:
@@ -25,78 +25,9 @@ enableGitInfo = false
|
|||||||
# whether to use emoji code
|
# whether to use emoji code
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------------
|
|
||||||
# Menu Configuration
|
|
||||||
# See: https://fixit.lruihao.cn/documentation/basics/#menu-configuration
|
|
||||||
# -------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
defaultContentLanguageInSubdir = true
|
defaultContentLanguageInSubdir = true
|
||||||
|
|
||||||
[languages]
|
|
||||||
[languages.en]
|
|
||||||
weight = 10
|
|
||||||
disabled = false
|
|
||||||
contentDir = "content/en"
|
|
||||||
languageCode = "en"
|
|
||||||
languageName = "English"
|
|
||||||
hasCJKLanguage = false
|
|
||||||
copyright = "This work is licensed under CC BY-NC-SA-4.0."
|
|
||||||
[languages.zh-CN]
|
|
||||||
weight = 20
|
|
||||||
disabled = false
|
|
||||||
contentDir = "content/zh-cn"
|
|
||||||
languageCode = "zh-CN"
|
|
||||||
languageName = "简体中文"
|
|
||||||
hasCJKLanguage = true
|
|
||||||
copyright = "本站内容采用 CC BY-NC-SA 4.0 国际许可协议。"
|
|
||||||
|
|
||||||
[menu]
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "archives"
|
|
||||||
parent = ""
|
|
||||||
# you can add extra information before the name (HTML format is supported), such as icons
|
|
||||||
pre = ""
|
|
||||||
# you can add extra information after the name (HTML format is supported), such as icons
|
|
||||||
post = ""
|
|
||||||
name = "Archives"
|
|
||||||
url = "/archives/"
|
|
||||||
# title will be shown when you hover on this menu link
|
|
||||||
title = ""
|
|
||||||
weight = 1
|
|
||||||
# FixIt 0.2.14 | NEW add user-defined content to menu items
|
|
||||||
[menu.main.params]
|
|
||||||
# add css class to a specific menu item
|
|
||||||
class = ""
|
|
||||||
# whether set as a draft menu item whose function is similar to a draft post/page
|
|
||||||
draft = false
|
|
||||||
# FixIt 0.2.16 | NEW add fontawesome icon to a specific menu item
|
|
||||||
icon = "fa-solid fa-archive"
|
|
||||||
# FixIt 0.2.16 | NEW set menu item type, optional values: ["mobile", "desktop"]
|
|
||||||
type = ""
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "categories"
|
|
||||||
parent = ""
|
|
||||||
pre = ""
|
|
||||||
post = ""
|
|
||||||
name = "Categories"
|
|
||||||
url = "/categories/"
|
|
||||||
title = ""
|
|
||||||
weight = 2
|
|
||||||
[menu.main.params]
|
|
||||||
icon = "fa-solid fa-folder-tree"
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "tags"
|
|
||||||
parent = ""
|
|
||||||
pre = ""
|
|
||||||
post = ""
|
|
||||||
name = "Tags"
|
|
||||||
url = "/tags/"
|
|
||||||
title = ""
|
|
||||||
weight = 3
|
|
||||||
[menu.main.params]
|
|
||||||
icon = "fa-solid fa-tags"
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------
|
||||||
# Related content Configuration
|
# Related content Configuration
|
||||||
# See: https://gohugo.io/content-management/related/
|
# See: https://gohugo.io/content-management/related/
|
||||||
@@ -450,9 +381,9 @@ defaultContentLanguageInSubdir = true
|
|||||||
license = '<a rel="license external nofollow noopener noreferrer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
license = '<a rel="license external nofollow noopener noreferrer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
||||||
# FixIt 0.3.0 | NEW whether to show Hugo and theme info
|
# FixIt 0.3.0 | NEW whether to show Hugo and theme info
|
||||||
[params.footer.powered]
|
[params.footer.powered]
|
||||||
enable = false
|
enable = true
|
||||||
hugoLogo = true
|
hugoLogo = false
|
||||||
themeLogo = true
|
themeLogo = false
|
||||||
# FixIt 0.2.17 | CHANGED Site creation time
|
# FixIt 0.2.17 | CHANGED Site creation time
|
||||||
[params.footer.siteTime]
|
[params.footer.siteTime]
|
||||||
enable = false
|
enable = false
|
||||||
@@ -544,7 +475,7 @@ defaultContentLanguageInSubdir = true
|
|||||||
Twitter = ""
|
Twitter = ""
|
||||||
Instagram = ""
|
Instagram = ""
|
||||||
Facebook = ""
|
Facebook = ""
|
||||||
Telegram = ""
|
Telegram = "ossOpration"
|
||||||
Medium = ""
|
Medium = ""
|
||||||
Gitlab = ""
|
Gitlab = ""
|
||||||
Youtubelegacy = ""
|
Youtubelegacy = ""
|
||||||
16
config/_default/languages.toml
Normal file
16
config/_default/languages.toml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[en]
|
||||||
|
weight = 10
|
||||||
|
disabled = false
|
||||||
|
contentDir = "content/en"
|
||||||
|
languageCode = "en"
|
||||||
|
languageName = "English"
|
||||||
|
hasCJKLanguage = false
|
||||||
|
copyright = "This work is licensed under CC BY-NC-SA-4.0."
|
||||||
|
[zh-CN]
|
||||||
|
weight = 20
|
||||||
|
disabled = false
|
||||||
|
contentDir = "content/zh-cn"
|
||||||
|
languageCode = "zh-CN"
|
||||||
|
languageName = "简体中文"
|
||||||
|
hasCJKLanguage = true
|
||||||
|
copyright = "本站内容采用 CC BY-NC-SA 4.0 国际许可协议。"
|
||||||
81
config/_default/menus.en.toml
Normal file
81
config/_default/menus.en.toml
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
# -------------------------------------------------------------------------------------
|
||||||
|
# Menu Configuration
|
||||||
|
# See: https://fixit.lruihao.cn/documentation/basics/#menu-configuration
|
||||||
|
# -------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
identifier = "archives"
|
||||||
|
parent = ""
|
||||||
|
# you can add extra information before the name (HTML format is supported), such as icons
|
||||||
|
pre = ""
|
||||||
|
# you can add extra information after the name (HTML format is supported), such as icons
|
||||||
|
post = ""
|
||||||
|
name = "Archives"
|
||||||
|
url = "/archives/"
|
||||||
|
# title will be shown when you hover on this menu link
|
||||||
|
title = ""
|
||||||
|
weight = 1
|
||||||
|
# FixIt 0.2.14 | NEW add user-defined content to menu items
|
||||||
|
[main.params]
|
||||||
|
# add css class to a specific menu item
|
||||||
|
class = ""
|
||||||
|
# whether set as a draft menu item whose function is similar to a draft post/page
|
||||||
|
draft = false
|
||||||
|
# FixIt 0.2.16 | NEW add fontawesome icon to a specific menu item
|
||||||
|
icon = "fa-solid fa-archive"
|
||||||
|
# FixIt 0.2.16 | NEW set menu item type, optional values: ["mobile", "desktop"]
|
||||||
|
type = ""
|
||||||
|
[[main]]
|
||||||
|
identifier = "categories"
|
||||||
|
parent = "archives"
|
||||||
|
pre = ""
|
||||||
|
post = ""
|
||||||
|
name = "Categories"
|
||||||
|
url = "/categories/"
|
||||||
|
title = ""
|
||||||
|
weight = 2
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-folder-tree"
|
||||||
|
[[main]]
|
||||||
|
identifier = "collections"
|
||||||
|
parent = "archives"
|
||||||
|
name = "Collections"
|
||||||
|
url = "collections/"
|
||||||
|
weight = 3
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-layer-group"
|
||||||
|
[[main]]
|
||||||
|
identifier = "tags"
|
||||||
|
parent = "archives"
|
||||||
|
pre = ""
|
||||||
|
post = ""
|
||||||
|
name = "Tags"
|
||||||
|
url = "/tags/"
|
||||||
|
title = ""
|
||||||
|
weight = 4
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-tags"
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
|
url = "about/"
|
||||||
|
weight = 20
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-circle-info"
|
||||||
|
[[main]]
|
||||||
|
identifier = "friends"
|
||||||
|
parent = "about"
|
||||||
|
name = "Friends"
|
||||||
|
url = "/friends/"
|
||||||
|
weight = 5
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-link"
|
||||||
|
[[main]]
|
||||||
|
identifier = "resume"
|
||||||
|
parent = "about"
|
||||||
|
name = "My Resume"
|
||||||
|
url = "/resume/"
|
||||||
|
weight = 5
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-newspaper"
|
||||||
81
config/_default/menus.zh-cn.toml
Normal file
81
config/_default/menus.zh-cn.toml
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
# -------------------------------------------------------------------------------------
|
||||||
|
# Menu Configuration
|
||||||
|
# See: https://fixit.lruihao.cn/documentation/basics/#menu-configuration
|
||||||
|
# -------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
identifier = "archives"
|
||||||
|
parent = ""
|
||||||
|
# you can add extra information before the name (HTML format is supported), such as icons
|
||||||
|
pre = ""
|
||||||
|
# you can add extra information after the name (HTML format is supported), such as icons
|
||||||
|
post = ""
|
||||||
|
name = "归档"
|
||||||
|
url = "/archives/"
|
||||||
|
# title will be shown when you hover on this menu link
|
||||||
|
title = ""
|
||||||
|
weight = 1
|
||||||
|
# FixIt 0.2.14 | NEW add user-defined content to menu items
|
||||||
|
[main.params]
|
||||||
|
# add css class to a specific menu item
|
||||||
|
class = ""
|
||||||
|
# whether set as a draft menu item whose function is similar to a draft post/page
|
||||||
|
draft = false
|
||||||
|
# FixIt 0.2.16 | NEW add fontawesome icon to a specific menu item
|
||||||
|
icon = "fa-solid fa-archive"
|
||||||
|
# FixIt 0.2.16 | NEW set menu item type, optional values: ["mobile", "desktop"]
|
||||||
|
type = ""
|
||||||
|
[[main]]
|
||||||
|
identifier = "categories"
|
||||||
|
parent = "archives"
|
||||||
|
pre = ""
|
||||||
|
post = ""
|
||||||
|
name = "分类"
|
||||||
|
url = "/categories/"
|
||||||
|
title = ""
|
||||||
|
weight = 2
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-folder-tree"
|
||||||
|
[[main]]
|
||||||
|
identifier = "collections"
|
||||||
|
parent = "archives"
|
||||||
|
name = "合集"
|
||||||
|
url = "collections/"
|
||||||
|
weight = 3
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-layer-group"
|
||||||
|
[[main]]
|
||||||
|
identifier = "tags"
|
||||||
|
parent = "archives"
|
||||||
|
pre = ""
|
||||||
|
post = ""
|
||||||
|
name = "标签"
|
||||||
|
url = "/tags/"
|
||||||
|
title = ""
|
||||||
|
weight = 4
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-tags"
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "关于"
|
||||||
|
url = "about/"
|
||||||
|
weight = 20
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-circle-info"
|
||||||
|
[[main]]
|
||||||
|
identifier = "friends"
|
||||||
|
parent = "about"
|
||||||
|
name = "友链"
|
||||||
|
url = "/friends/"
|
||||||
|
weight = 5
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-link"
|
||||||
|
[[main]]
|
||||||
|
identifier = "resume"
|
||||||
|
parent = "about"
|
||||||
|
name = "我的简历"
|
||||||
|
url = "/resume/"
|
||||||
|
weight = 5
|
||||||
|
[main.params]
|
||||||
|
icon = "fa-solid fa-newspaper"
|
||||||
34
content/en/friends/index.md
Normal file
34
content/en/friends/index.md
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
title: Friends
|
||||||
|
subtitle:
|
||||||
|
layout: friends
|
||||||
|
date: 2024-03-12T17:16:13-04:00
|
||||||
|
description: "James's friends"
|
||||||
|
keywords: ["friends"]
|
||||||
|
comment: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- When you set data `friends.yml` in `yourProject/data/` directory, it will be automatically loaded here. -->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- You can define additional content below for this page. -->
|
||||||
|
|
||||||
|
## Base info
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- nickname: James
|
||||||
|
avatar: https://www.jamesflare.com/site-logo.avif
|
||||||
|
url: https://jamesflare.com/
|
||||||
|
description: FlareBlog
|
||||||
|
```
|
||||||
|
|
||||||
|
## Friendly Reminder
|
||||||
|
|
||||||
|
{{< admonition info "Notice" true >}}
|
||||||
|
|
||||||
|
1. If you want to exchange link, please leave a comment in the above format.
|
||||||
|
2. Website failure, stop maintenance and improper content may be unlinked!
|
||||||
|
3. Those websites that do not respect other people's labor achievements, reprint without source, or malicious acts, please do not come to exchange.
|
||||||
|
|
||||||
|
{{< /admonition >}}
|
||||||
BIN
content/en/friends/knowscount-logo.webp
Normal file
BIN
content/en/friends/knowscount-logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -21,7 +21,6 @@ tags:
|
|||||||
- Python
|
- Python
|
||||||
- Programming
|
- Programming
|
||||||
categories:
|
categories:
|
||||||
- CSCI
|
|
||||||
- Programming
|
- Programming
|
||||||
collections:
|
collections:
|
||||||
- CSCI 1100
|
- CSCI 1100
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ tags:
|
|||||||
- Python
|
- Python
|
||||||
- Programming
|
- Programming
|
||||||
categories:
|
categories:
|
||||||
- CSCI
|
|
||||||
- Programming
|
- Programming
|
||||||
collections:
|
collections:
|
||||||
- CSCI 1100
|
- CSCI 1100
|
||||||
|
|||||||
BIN
content/en/posts/for-wenya-yang/welcome-univ/RS-1960.pdf
Normal file
BIN
content/en/posts/for-wenya-yang/welcome-univ/RS-1960.pdf
Normal file
Binary file not shown.
2501
content/en/posts/for-wenya-yang/welcome-univ/for杨文雅.ai
Normal file
2501
content/en/posts/for-wenya-yang/welcome-univ/for杨文雅.ai
Normal file
File diff suppressed because it is too large
Load Diff
1094
content/en/posts/for-wenya-yang/welcome-univ/for杨文雅.svg
Normal file
1094
content/en/posts/for-wenya-yang/welcome-univ/for杨文雅.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 197 KiB |
126
content/en/posts/for-wenya-yang/welcome-univ/index.md
Normal file
126
content/en/posts/for-wenya-yang/welcome-univ/index.md
Normal file
@@ -0,0 +1,126 @@
|
|||||||
|
---
|
||||||
|
title: "For Yang Wenya - Wishing You Academic Success"
|
||||||
|
subtitle:
|
||||||
|
date: 2023-01-13T19:45:45+08:00
|
||||||
|
lastmod: 2024-03-10T01:36:05-05:00
|
||||||
|
slug: cards-wen-welcome-university
|
||||||
|
draft: false
|
||||||
|
author:
|
||||||
|
name: James
|
||||||
|
link: https://www.jamesflare.com
|
||||||
|
email:
|
||||||
|
avatar: /site-logo.avif
|
||||||
|
description: "A greeting card for Yang Wenya, congratulations on your university admission! I'm delighted to have known you. This page is a modern digital card, which you will likely access via a QR code scan. Unlike plain text, this is rich text, or as I like to jokingly call it, 'fat text'."
|
||||||
|
keywords:
|
||||||
|
license: ""
|
||||||
|
comment: true
|
||||||
|
weight: 0
|
||||||
|
|
||||||
|
tags:
|
||||||
|
- Cards
|
||||||
|
- Mathematics
|
||||||
|
- Epistemology
|
||||||
|
categories:
|
||||||
|
- Cards
|
||||||
|
|
||||||
|
hiddenFromHomePage: false
|
||||||
|
hiddenFromSearch: false
|
||||||
|
|
||||||
|
summary: "A greeting card for Yang Wenya, congratulations on your university admission! I'm delighted to have known you. This page is a modern digital card, which you will likely access via a QR code scan. Unlike plain text, this is rich text, or as I like to jokingly call it, 'fat text'."
|
||||||
|
resources:
|
||||||
|
- name: featured-image
|
||||||
|
src: featured-image.jpg
|
||||||
|
- name: featured-image-preview
|
||||||
|
src: featured-image-preview.jpg
|
||||||
|
|
||||||
|
toc:
|
||||||
|
enable: true
|
||||||
|
math:
|
||||||
|
enable: false
|
||||||
|
lightgallery: true
|
||||||
|
seo:
|
||||||
|
images: []
|
||||||
|
|
||||||
|
repost:
|
||||||
|
enable: true
|
||||||
|
url: ""
|
||||||
|
|
||||||
|
# See details front matter: https://fixit.lruihao.cn/theme-documentation-content/#front-matter
|
||||||
|
---
|
||||||
|
|
||||||
|
> **Change Log**
|
||||||
|
>
|
||||||
|
> - 2024/3/10
|
||||||
|
> - Refined main text grammar
|
||||||
|
> - Optimized and backed up bilibili videos
|
||||||
|
> - Corrected QR code URL
|
||||||
|
> - Embedded resource files into Adobe Illustrator project
|
||||||
|
> - Optimized card layout
|
||||||
|
|
||||||
|
## Card
|
||||||
|
|
||||||
|
{{< image src="for杨文雅.svg" caption="Greeting Card" width="600px" >}}
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
|
||||||
|
This page is a modern digital greeting card, which you will most likely access by scanning the QR code.
|
||||||
|
|
||||||
|
Unlike plain text, this is rich text, or as I personally prefer to jokingly call it, "fat text".
|
||||||
|
|
||||||
|
## Before the Story
|
||||||
|
|
||||||
|
I believe I've known you for a very long time, an unprecedentedly long time, so much so that I've forgotten when we first met. I can at least be certain it was before the fourth grade. I truly didn't expect that in the blink of an eye, it would be time for you to head off to university. The high EQ way of putting it is "time flies", while the low EQ version is "not knowing where the time has gone, waking up to find the world has changed".
|
||||||
|
|
||||||
|
Unfortunately, my academic journey has been fragmented across two cities and numerous schools. It's trendy these days for graduates to share the locations of the schools they attended from childhood to adulthood. A typical case might involve three or four locations, but I'm afraid I'd have to come up with seven. I remember a teacher once saying that she really admired those who transferred schools. At the time, I thought, "What's the big deal? Just this?" Later, I understood what she meant - when you transfer and leave, it essentially means saying goodbye to your friends, and it takes courage to start new relationships from scratch, especially for someone like me who doesn't live in the same city.
|
||||||
|
|
||||||
|
Every time I left, there was always a group of people expressing their reluctance to see me go, both teachers and students. I didn't pay much attention at the time, and I wasn't particularly satisfied with those schools anyway (otherwise, why would I leave?). Looking back now, there is indeed a tinge of sadness. However, to be fair, I am logically certain that I have no regrets, and that's how it should be. As for why I became emotional, that's just the nature of the human brain. When we reminisce about the past, we tend to selectively enhance the good parts and fade out the unhappy memories.
|
||||||
|
|
||||||
|
For instance, I later attended the graduation ceremony of my junior high school at that time. After all, we were once classmates, so it was appropriate for me to go back and show support after transferring. To be honest, I felt very happy and a bit excited before going. However, when I actually entered the classroom, it felt somewhat different from what I had imagined. That day, more than 50 people had left a mess all over the floor, with oil, Coke, water, and colored fragments of fireworks all mixed together and stuck on the ground. As a result, they all ran off, leaving me and a few unlucky souls to crawl on the floor and clean for over 3 hours until five o'clock in the afternoon. It was simply merciless.
|
||||||
|
|
||||||
|
Extended content: [How high-speed rail destroys the "sense of formality" of going home [Know something].mp4](https://minio-lv-a.jamesflare.com/public/bilibili/%E9%AB%98%E9%93%81%E6%98%AF%E6%80%8E%E6%A0%B7%E7%A0%B4%E5%9D%8F%E5%9B%9E%E5%AE%B6%E2%80%9C%E5%BD%A2%E5%BC%8F%E6%84%9F%E2%80%9D%E7%9A%84%EF%BC%9F%E3%80%90%E6%87%82%E7%82%B9%E5%84%BF%E5%95%A5%E3%80%91.mp4)
|
||||||
|
|
||||||
|
{{< bilibili id=BV1mZ4y1D7G2 >}}
|
||||||
|
|
||||||
|
While writing this post, I got a bit emotional thinking about how few classmates I've kept in touch with for more than 3 years (I can count one for now), how happy I was playing with you, Miss Yang, before, and then not knowing when we'll meet again or what we'll do when we meet.
|
||||||
|
|
||||||
|
### Embarking on Your Mathematical Journey
|
||||||
|
|
||||||
|
You've chosen mathematics as your major, so it won't be long before you start exploring the underlying logic of contemporary life. The classic example is the QR code I mentioned at the beginning, based on a paper less than five pages long from sixty years ago that has become one of the countless cornerstones of modern life today.
|
||||||
|
|
||||||
|
If you're interested, you can take a look. The paper is titled "POLYNOMIAL CODES OVER CERTAIN FINITE FIELDS". The file is as follows:
|
||||||
|
|
||||||
|
{{< link href="RS-1960.pdf" content="RS-1960.pdf" title="Download RS-1960.pdf" download="RS-1960.pdf" card=true >}}
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
The following is some extended content (main text). Have you ever pondered what mathematics truly is? I mean, what is the essence of mathematics?
|
||||||
|
|
||||||
|
According to the limited knowledge of Theory of Knowledge (ToK) that I've learned, mathematics is quite special. It differs from other disciplines, such as physics and chemistry, not in terms of content but in terms of epistemology (which can be considered from the aspects of **completeness**, **self-consistency**, and **decidability**). Mathematics is a precise language.
|
||||||
|
|
||||||
|
1. Completeness:
|
||||||
|
- Mathematics is a complete system; any mathematical proposition can be proven or disproven within its axiomatic framework.
|
||||||
|
- Physics, chemistry, and other disciplines rely on experiments and observations, and their theoretical systems may have unknown factors and limitations.
|
||||||
|
|
||||||
|
2. Self-consistency:
|
||||||
|
- Mathematics is built upon axiomatic foundations, and the entire system is self-consistent, free from internal contradictions.
|
||||||
|
- Theories in physics, chemistry, and other disciplines may be revised or overturned with new experimental results, indicating relatively weaker self-consistency.
|
||||||
|
|
||||||
|
3. Decidability:
|
||||||
|
- In mathematics, a proposition is either true or false, with no ambiguity or uncertainty (excluding undecidable propositions).
|
||||||
|
- Theories and conclusions in physics, chemistry, and other disciplines may have some degree of uncertainty and need to be described using probability and statistical methods.
|
||||||
|
|
||||||
|
I recommend a few thought-provoking videos that I've watched but don't fully comprehend. Nevertheless, they all present intriguing content that challenges the common notions mentioned above. The first one is titled "[Mathematics is not complete; mathematics has a fatal flaw.mp4](https://minio-lv-a.jamesflare.com/public/bilibili/%E6%95%B0%E5%AD%A6%E5%B9%B6%E4%B8%8D%E5%AE%8C%E5%A4%87%EF%BC%8C%E6%95%B0%E5%AD%A6%E6%9C%89%E4%B8%80%E4%B8%AA%E8%87%B4%E5%91%BD%E7%BC%BA%E9%99%B7.mp4)".
|
||||||
|
|
||||||
|
{{< bilibili id=BV1464y1k7Ya p=2 >}}
|
||||||
|
|
||||||
|
The second one is called "[Mathematical duel, the origin of imaginary numbers.mp4](https://minio-lv-a.jamesflare.com/public/bilibili/%E6%95%B0%E5%AD%A6%E5%86%B3%E6%96%97%EF%BC%8C%E8%99%9A%E6%95%B0%E7%9A%84%E6%9D%A5%E6%BA%90.mp4)".
|
||||||
|
|
||||||
|
{{< bilibili id=BV11h411x7z5 p=2 >}}
|
||||||
|
|
||||||
|
## Sources
|
||||||
|
|
||||||
|
Lastly, considering that this is the nth website I've built (having created several), if you're interested, it's best to save this page offline. Otherwise, if it disappears one day, it'll be quite a prank. Use `Ctrl + P` or `Command + P` to print the webpage as a PDF, or right-click the webpage and save it.
|
||||||
|
|
||||||
|
Here's the Adobe Illustrator project source file:
|
||||||
|
|
||||||
|
{{< link href="for杨文雅.ai" content="for杨文雅.ai" title="Download for杨文雅.ai" download="for杨文雅.ai" card=true >}}
|
||||||
124
content/en/resume/index.md
Normal file
124
content/en/resume/index.md
Normal file
@@ -0,0 +1,124 @@
|
|||||||
|
---
|
||||||
|
title: Resume - Jinshan Zhou
|
||||||
|
subtitle:
|
||||||
|
date: 2024-03-12T17:40:26-04:00
|
||||||
|
slug: resume
|
||||||
|
description:
|
||||||
|
keywords:
|
||||||
|
draft: true
|
||||||
|
comment: false
|
||||||
|
|
||||||
|
math: false
|
||||||
|
lightgallery: false
|
||||||
|
---
|
||||||
|
|
||||||
|
## Basic Information
|
||||||
|
|
||||||
|
Address: Troy, NY, 12180, USA
|
||||||
|
|
||||||
|
Phone: +1 518-212-0109
|
||||||
|
|
||||||
|
Email: jamesflare1212@gmail.com
|
||||||
|
|
||||||
|
LinkedIn:
|
||||||
|
|
||||||
|
GitHub: [JamesFlare1212](https://github.com/JamesFlare1212)
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Hi, I'm Jinshan Zhou, a senior student majoring in Electrical Engineering at Rensselaer Polytechnic Institute. I am passionate about electrical engineering and have a strong interest in power systems and renewable energy. I am proficient in Python and LaTeX, and I am also familiar with Git repository management. I am currently seeking a full-time position in the power systems field.
|
||||||
|
|
||||||
|
## Work Experience
|
||||||
|
|
||||||
|
### [Job Title] at [Company Name]
|
||||||
|
|
||||||
|
[Start Date] - [End Date] | [Location]
|
||||||
|
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
|
||||||
|
### [Job Title] at [Company Name]
|
||||||
|
|
||||||
|
[Start Date] - [End Date] | [Location]
|
||||||
|
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
|
||||||
|
## Education
|
||||||
|
|
||||||
|
### RPI - BS in Electrical Engineering
|
||||||
|
|
||||||
|
> Bachelor of Science, Electrical Engineering at Rensselaer Polytechnic Institute
|
||||||
|
>
|
||||||
|
> 2024/8 - 2027/8 | Troy, NY
|
||||||
|
|
||||||
|
- [Relevant coursework, projects, or achievements]
|
||||||
|
- [Relevant coursework, projects, or achievements]
|
||||||
|
|
||||||
|
## Internships
|
||||||
|
|
||||||
|
### [Internship Title] at [Company Name]
|
||||||
|
|
||||||
|
[Start Date] - [End Date] | [Location]
|
||||||
|
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
- [Key responsibility or achievement]
|
||||||
|
|
||||||
|
## Publications
|
||||||
|
|
||||||
|
### [Publication Title]
|
||||||
|
|
||||||
|
Author 1, Author 2, Author 3, and Author 4
|
||||||
|
|
||||||
|
{{< admonition type=abstract title="Abstract" open=false >}}
|
||||||
|
A **Abstract** banner
|
||||||
|
{{< /admonition >}}
|
||||||
|
|
||||||
|
### [Publication Title]
|
||||||
|
|
||||||
|
Author 1, Author 2, Author 3, and Author 4
|
||||||
|
|
||||||
|
{{< admonition type=abstract title="Abstract" open=false >}}
|
||||||
|
A **Abstract** banner
|
||||||
|
{{< /admonition >}}
|
||||||
|
|
||||||
|
## Projects
|
||||||
|
|
||||||
|
### [Project Name]
|
||||||
|
|
||||||
|
> [Brief description of the project and your role]
|
||||||
|
|
||||||
|
- [Key achievement or contribution]
|
||||||
|
- [Key achievement or contribution]
|
||||||
|
|
||||||
|
### [Project Name]
|
||||||
|
|
||||||
|
> [Brief description of the project and your role]
|
||||||
|
|
||||||
|
- [Key achievement or contribution]
|
||||||
|
- [Key achievement or contribution]
|
||||||
|
|
||||||
|
## Certifications
|
||||||
|
- [Certification Name] by [Issuing Organization] ([Issue Date])
|
||||||
|
- [Certification Name] by [Issuing Organization] ([Issue Date])
|
||||||
|
|
||||||
|
## Languages
|
||||||
|
|
||||||
|
- Chinese: Native
|
||||||
|
- English: Second Language - TOEFL 92
|
||||||
|
|
||||||
|
## Skills
|
||||||
|
|
||||||
|
- Proficient on Git Repository Management
|
||||||
|
- Proficient in Python, LaTeX
|
||||||
|
- Proficient in Excel, Word, PPT
|
||||||
|
- [Skill 4]
|
||||||
|
- [Skill 5]
|
||||||
|
|
||||||
|
## Interests
|
||||||
|
- [Interest 1]
|
||||||
|
- [Interest 2]
|
||||||
|
- [Interest 3]
|
||||||
34
content/zh-cn/friends/index.md
Normal file
34
content/zh-cn/friends/index.md
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
title: 友情链接
|
||||||
|
subtitle:
|
||||||
|
layout: friends
|
||||||
|
date: 2024-03-12T17:16:13-04:00
|
||||||
|
description: "James 的小伙伴们"
|
||||||
|
keywords: ["友链"]
|
||||||
|
comment: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- 将 `friends.yml` 放在 `yourProject/data/` 目录下,网页会自动加载哦~ -->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- 你还可以在下方添加此页面的其他内容 -->
|
||||||
|
|
||||||
|
## 我的信息
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- nickname: James
|
||||||
|
avatar: https://www.jamesflare.com/site-logo.avif
|
||||||
|
url: https://jamesflare.com/
|
||||||
|
description: FlareBlog
|
||||||
|
```
|
||||||
|
|
||||||
|
## 友链申请
|
||||||
|
|
||||||
|
{{< admonition info "温馨提示" true >}}
|
||||||
|
|
||||||
|
1. 想要交换友链的小伙伴,请按上方格式留言哦~
|
||||||
|
2. 如果友链失效、停止维护或出现不当内容,可能会被悄悄移除呢!
|
||||||
|
3. 希望各位小伙伴能够尊重他人的劳动成果,转载文章时注明出处,让我们一起维护一个良好的博客圈环境~对于那些恶意行为的网站,就不要来申请友链啦!
|
||||||
|
|
||||||
|
{{< /admonition >}}
|
||||||
@@ -21,7 +21,7 @@ tags:
|
|||||||
- LLM
|
- LLM
|
||||||
- 基准测试
|
- 基准测试
|
||||||
categories:
|
categories:
|
||||||
- 测评
|
- 评测
|
||||||
- 编程语言
|
- 编程语言
|
||||||
- 大语言模型
|
- 大语言模型
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ tags:
|
|||||||
- Python
|
- Python
|
||||||
- 编程
|
- 编程
|
||||||
categories:
|
categories:
|
||||||
- CSCI
|
|
||||||
- 编程语言
|
- 编程语言
|
||||||
collections:
|
collections:
|
||||||
- CSCI 1100
|
- CSCI 1100
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ tags:
|
|||||||
- Python
|
- Python
|
||||||
- 编程
|
- 编程
|
||||||
categories:
|
categories:
|
||||||
- CSCI
|
|
||||||
- 编程语言
|
- 编程语言
|
||||||
collections:
|
collections:
|
||||||
- CSCI 1100
|
- CSCI 1100
|
||||||
|
|||||||
14
content/zh-cn/resume/index.md
Normal file
14
content/zh-cn/resume/index.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: 简历 - 周锦山
|
||||||
|
subtitle:
|
||||||
|
date: 2024-03-12T17:40:26-04:00
|
||||||
|
slug: resume
|
||||||
|
description:
|
||||||
|
keywords:
|
||||||
|
draft: true
|
||||||
|
comment: false
|
||||||
|
|
||||||
|
math: false
|
||||||
|
lightgallery: false
|
||||||
|
---
|
||||||
|
|
||||||
4
data/friends.yml
Normal file
4
data/friends.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- nickname: KnowsCount
|
||||||
|
avatar: knowscount-logo.webp
|
||||||
|
url: https://github.com/KnowsCount
|
||||||
|
description: I make computers beep-boop.
|
||||||
Reference in New Issue
Block a user