diff --git a/content/.trash/Untitled 13.md b/content/.trash/Untitled 13.md new file mode 100644 index 000000000..e69de29bb diff --git a/content/dota/attachments/Pasted image 20230918135105.png b/content/.trash/dota/attachments/Pasted image 20230918135105.png similarity index 100% rename from content/dota/attachments/Pasted image 20230918135105.png rename to content/.trash/dota/attachments/Pasted image 20230918135105.png diff --git a/content/dota/dota2_learning_road.md b/content/.trash/dota/dota2_learning_road.md similarity index 100% rename from content/dota/dota2_learning_road.md rename to content/.trash/dota/dota2_learning_road.md diff --git a/content/_index.md b/content/_index.md index e173a14ed..c8dfeff34 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,9 @@ --- -title: "Home" +title: Home tags: -- catalog -- MOC + - catalog + - MOC +date: 2023-09-13 --- 🕵️‍♂️ This is Jude Wang's vault about his notebook, his knowledge, his second brain. diff --git a/content/atlas.md b/content/atlas.md index fd3e41914..b3ba0616f 100644 --- a/content/atlas.md +++ b/content/atlas.md @@ -1,7 +1,8 @@ --- title: Atlas - Map of Maps tags: -- MOC + - MOC +date: 2023-03-16 --- 🚧 There are notebooks about his research career: diff --git a/content/computer_sci/code_frame_learn/MOC.md b/content/computer_sci/code_frame_learn/MOC.md index 65d513e43..ebc42224e 100644 --- a/content/computer_sci/code_frame_learn/MOC.md +++ b/content/computer_sci/code_frame_learn/MOC.md @@ -3,6 +3,7 @@ title: Code Framework Learn tags: - web - code_tool +date: 2023-06-06 --- # Web Framework diff --git a/content/computer_sci/code_frame_learn/flask/MOC.md b/content/computer_sci/code_frame_learn/flask/MOC.md index 9bf07fe6b..941f23991 100644 --- a/content/computer_sci/code_frame_learn/flask/MOC.md +++ b/content/computer_sci/code_frame_learn/flask/MOC.md @@ -1,3 +1,4 @@ --- title: Flask - MOC +date: 2023-06-06 --- diff --git a/content/computer_sci/coding_knowledge/coding_lang_MOC.md b/content/computer_sci/coding_knowledge/coding_lang_MOC.md index 21b2edf02..bf89dc2ad 100644 --- a/content/computer_sci/coding_knowledge/coding_lang_MOC.md +++ b/content/computer_sci/coding_knowledge/coding_lang_MOC.md @@ -4,6 +4,7 @@ tags: - basic - coding-language - MOC +date: 2023-06-06 --- # Python diff --git a/content/computer_sci/coding_knowledge/python/matplotlib_backend.md b/content/computer_sci/coding_knowledge/python/matplotlib_backend.md deleted file mode 100644 index 165d906b5..000000000 --- a/content/computer_sci/coding_knowledge/python/matplotlib_backend.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Matplotlib Backend Review -tags: -- python -- code -- matplotlib ---- - diff --git a/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md b/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md index f92d8cab2..e67a0e170 100644 --- a/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md +++ b/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md @@ -4,6 +4,7 @@ tags: - python - coding-language - basic +date: 2023-06-06 --- diff --git a/content/computer_sci/computational_geometry/MOC.md b/content/computer_sci/computational_geometry/MOC.md index e4d352a82..936981479 100644 --- a/content/computer_sci/computational_geometry/MOC.md +++ b/content/computer_sci/computational_geometry/MOC.md @@ -4,6 +4,7 @@ tags: - math - MOC - geometry +date: 2024-02-28 --- # 3D Geometry Algorithm diff --git a/content/computer_sci/computational_geometry/delaunay_triangulation.md b/content/computer_sci/computational_geometry/delaunay_triangulation.md index 0d0bce4c6..b25f07e92 100644 --- a/content/computer_sci/computational_geometry/delaunay_triangulation.md +++ b/content/computer_sci/computational_geometry/delaunay_triangulation.md @@ -3,6 +3,7 @@ title: Delaunay Triangulation tags: - math - geometry +date: 2024-02-28 --- # What is Delaunay Triangulation? diff --git a/content/computer_sci/data_structure_and_algorithm/MOC.md b/content/computer_sci/data_structure_and_algorithm/MOC.md index 2871248a9..c825c268b 100644 --- a/content/computer_sci/data_structure_and_algorithm/MOC.md +++ b/content/computer_sci/data_structure_and_algorithm/MOC.md @@ -4,6 +4,7 @@ tags: - MOC - algorithm - data-structure +date: 2024-02-28 --- # Tree-like Structure diff --git a/content/computer_sci/data_structure_and_algorithm/graph/BFS.md b/content/computer_sci/data_structure_and_algorithm/graph/BFS.md index 67e1358cf..b8abc0b6c 100644 --- a/content/computer_sci/data_structure_and_algorithm/graph/BFS.md +++ b/content/computer_sci/data_structure_and_algorithm/graph/BFS.md @@ -4,6 +4,7 @@ tags: - data-structure - basic - algorithm +date: 2024-02-28 --- # Basic Concept diff --git a/content/computer_sci/data_structure_and_algorithm/graph/MST.md b/content/computer_sci/data_structure_and_algorithm/graph/MST.md index 5a42decc3..7a0bb7acf 100644 --- a/content/computer_sci/data_structure_and_algorithm/graph/MST.md +++ b/content/computer_sci/data_structure_and_algorithm/graph/MST.md @@ -3,5 +3,6 @@ title: Minimum Spanning Tree tags: - data-structure - graph +date: 2024-02-28 --- Not now... \ No newline at end of file diff --git a/content/computer_sci/data_structure_and_algorithm/two_pointers.md b/content/computer_sci/data_structure_and_algorithm/two_pointers.md index a59d57196..50c063127 100644 --- a/content/computer_sci/data_structure_and_algorithm/two_pointers.md +++ b/content/computer_sci/data_structure_and_algorithm/two_pointers.md @@ -3,5 +3,6 @@ title: Two Pointers tags: - algorithm - pointer +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md index 97c7ae3e9..87c574b45 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md @@ -3,6 +3,7 @@ title: Model Evaluation - MOC tags: - deep-learning - evaluation +date: 2024-02-28 --- * [Model Evaluation in Time Series Forecasting](computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md) \ No newline at end of file diff --git a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md index 73ae5b214..c01e3ca60 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md @@ -3,6 +3,7 @@ title: Famous Model MOC tags: - deep-learning - MOC +date: 2024-02-28 --- # Time-series diff --git a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md index d4dc84e72..349b0bf47 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md @@ -4,5 +4,6 @@ tags: - deep-learning - model - time-series-dealing +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md index cee907c98..d471fdc24 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md @@ -4,6 +4,7 @@ tags: - LLM - basic - langchain +date: 2024-02-28 --- # What is LangChain diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md index d10d8f3a6..a9ceabd76 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md @@ -5,6 +5,7 @@ tags: - metircs - deep-learning - benchmark +date: 2024-02-28 --- # Overview diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md index 483defd34..f9be035fb 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md @@ -4,5 +4,6 @@ tags: - dataset - LLM - deep-learning +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md index b5ed6332e..7b63c2f62 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md @@ -3,5 +3,6 @@ title: How to do use fine tune tech to create your chatbot tags: - deep-learning - LLM +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md index ee88ff0e9..09ff87140 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md @@ -5,6 +5,7 @@ tags: - LLM - fine-tune - LLaMA +date: 2024-02-28 --- ![](computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/attachments/Pasted%20image%2020230627145954.png) diff --git a/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md index b1b56f005..5ed80c294 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md @@ -4,6 +4,7 @@ tags: - MOC - deep-learning - interpretability +date: 2024-02-28 --- * [SHAP](computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md) diff --git a/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md b/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md index 86a3b2111..224255f84 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md +++ b/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md @@ -5,5 +5,6 @@ tags: - deep-learning - tokenization - basic +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md b/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md index 227d09cd6..a2d63ecc1 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md +++ b/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md @@ -4,6 +4,7 @@ tags: - machine-learning - clustering - algorithm +date: 2024-02-28 --- # Step by Step diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md index 44d842603..7f857c7dc 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md @@ -3,5 +3,6 @@ title: Gated Recurrent Unit tags: - deep-learning - time-series-dealing +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md index e18a979a5..4299c6e3d 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md @@ -3,6 +3,7 @@ title: AdaBoost tags: - deep-learning - ensemble-learning +date: 2024-02-28 --- # Video you need to watch first diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md index f03a2f805..85dc6ebff 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md @@ -2,6 +2,7 @@ title: Decision Tree tags: - machine-learning +date: 2024-02-28 --- Only vedio here: diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md index 5c0f61410..cdfd7ce2a 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md @@ -3,6 +3,7 @@ title: Deep Learning MOC tags: - Catalog - MOC +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md index 41d7fdbce..cec130c4f 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md @@ -2,6 +2,7 @@ title: Random Forest tags: - machine-learning +date: 2024-02-28 --- # Background diff --git a/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md b/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md index 49436a120..314b51de0 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md @@ -3,5 +3,6 @@ title: Machine Learning MOC tags: - MOC - machine-learning +date: 2024-02-28 --- * [SVM](computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md) \ No newline at end of file diff --git a/content/computer_sci/hardware/hardware_MOC.md b/content/computer_sci/hardware/hardware_MOC.md index 78530194b..c049bcc84 100644 --- a/content/computer_sci/hardware/hardware_MOC.md +++ b/content/computer_sci/hardware/hardware_MOC.md @@ -4,6 +4,7 @@ tags: - MOC - hardware - chip +date: 2024-02-28 --- # Microcontroller unit (MCU) diff --git a/content/computer_sci/software_arch/attachments/Pasted image 20240301112048.png b/content/computer_sci/software_arch/attachments/Pasted image 20240301112048.png new file mode 100644 index 000000000..9fd59803e Binary files /dev/null and b/content/computer_sci/software_arch/attachments/Pasted image 20240301112048.png differ diff --git a/content/computer_sci/software_arch/conway_law.md b/content/computer_sci/software_arch/conway_law.md new file mode 100644 index 000000000..8d0ee1056 --- /dev/null +++ b/content/computer_sci/software_arch/conway_law.md @@ -0,0 +1,13 @@ +--- +title: Conway's Law +tags: + - software-arch +date: 2024-03-01 +--- +![](computer_sci/software_arch/attachments/Pasted%20image%2020240301112048.png) + +Conway's Law is essentially the observation that the **architectures of software systems look remarkably similar to the organization of the development team** that built it. It was originally described to me by saying that if a single team writes a compiler, it will be a one-pass compiler, but if the team is divided into two, then it will be a two-pass compiler. Although we usually discuss it with respect to software, the observation applies broadly to systems in general. + +# Reference + +* https://martinfowler.com/bliki/ConwaysLaw.html \ No newline at end of file diff --git a/content/data_sci/data_sci_MOC.md b/content/data_sci/data_sci_MOC.md index 7849aca2c..510242e0c 100644 --- a/content/data_sci/data_sci_MOC.md +++ b/content/data_sci/data_sci_MOC.md @@ -3,6 +3,7 @@ title: Data science MOC tags: - data - statistics +date: 2024-02-28 --- # Basic Concept diff --git a/content/data_sci/stochastic_process/MOC.md b/content/data_sci/stochastic_process/MOC.md index 8a4b12b6c..6309e04dc 100644 --- a/content/data_sci/stochastic_process/MOC.md +++ b/content/data_sci/stochastic_process/MOC.md @@ -4,6 +4,7 @@ tags: - MOC - statistics - stochastic-process +date: 2024-02-28 --- # Basic Concept diff --git a/content/data_sci/visualization/visual_style/visual_information_theory.md b/content/data_sci/visualization/visual_style/visual_information_theory.md index 1d045096d..d8cdaa091 100644 --- a/content/data_sci/visualization/visual_style/visual_information_theory.md +++ b/content/data_sci/visualization/visual_style/visual_information_theory.md @@ -3,6 +3,7 @@ title: Visual Information Theory tags: - data - visualization-tech +date: 2024-02-28 --- # Reference diff --git a/content/food/MOC.md b/content/food/MOC.md index a8009dff5..14b32d0e1 100644 --- a/content/food/MOC.md +++ b/content/food/MOC.md @@ -3,6 +3,7 @@ title: Food - MOC tags: - food - MOC +date: 2023-12-01 --- # Intro diff --git a/content/food/intro/evaluation_criteria.md b/content/food/intro/evaluation_criteria.md index c1c4f7fee..f24568653 100644 --- a/content/food/intro/evaluation_criteria.md +++ b/content/food/intro/evaluation_criteria.md @@ -2,6 +2,7 @@ title: Evaluation Criteria tags: - food +date: 2023-12-01 --- diff --git a/content/log/2023/7/log_01072023.md b/content/log/2023/7/log_01072023.md index d97aa924a..e2076972a 100644 --- a/content/log/2023/7/log_01072023.md +++ b/content/log/2023/7/log_01072023.md @@ -3,6 +3,7 @@ title: Log 2023.07.01 - 云朵也是会动滴☁️ tags: - log - photography +date: 2023-07-01 --- 晚上去食堂吃饭的路上,看到了今天最棒的云 diff --git a/content/log/2023/7/log_03072023.md b/content/log/2023/7/log_03072023.md index 90be43769..26d417fde 100644 --- a/content/log/2023/7/log_03072023.md +++ b/content/log/2023/7/log_03072023.md @@ -4,6 +4,7 @@ tags: - pixel-art - log - clustering +date: 2023-07-03 --- 今天用k-means聚类算法做了一个像素化的效果,还蛮好玩的 diff --git a/content/log/2023/9/log_27092023.md b/content/log/2023/9/log_27092023.md index 376530917..1535ca3d7 100644 --- a/content/log/2023/9/log_27092023.md +++ b/content/log/2023/9/log_27092023.md @@ -3,6 +3,7 @@ title: Log 2023.09.27 数学建模比赛结束的第二天 tags: - math - log +date: 2023-09-27 --- # What I learn from MCM diff --git a/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md b/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md index 7a712b6eb..deaac4434 100644 --- a/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md +++ b/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md @@ -2,6 +2,7 @@ title: kk's note tags: - log +date: 2024-02-28 --- ## 2023.02.19 diff --git a/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md b/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md index 2a64a8cf1..8b7f9d76d 100644 --- a/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md +++ b/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md @@ -2,6 +2,7 @@ title: kk's Unified National Graduate Entrance Examination —— Study Plan tags: - log +date: 2024-02-19 --- # Plan 2.19 - 2.31 diff --git a/content/log/log_MOC.md b/content/log/log_MOC.md index d0a322eac..be62254c1 100644 --- a/content/log/log_MOC.md +++ b/content/log/log_MOC.md @@ -4,6 +4,7 @@ tags: - log - daily - 文学 +date: 2023-07-01 --- # Log 2023 diff --git a/content/math/MOC.md b/content/math/MOC.md index 8baa7ebe4..72e70219c 100644 --- a/content/math/MOC.md +++ b/content/math/MOC.md @@ -3,6 +3,7 @@ title: Math MOC tags: - math - MOC +date: 2024-02-28 --- # Statistics diff --git a/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md b/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md index c6d07d170..72be595f0 100644 --- a/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md +++ b/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md @@ -4,5 +4,6 @@ tags: - paper-draft date: 2024-02-28 draft: "true" +date: 2024-02-28 --- diff --git a/content/photography/Skills/polaroid_light.md b/content/photography/Skills/polaroid_light.md index c22997763..80aba39d5 100644 --- a/content/photography/Skills/polaroid_light.md +++ b/content/photography/Skills/polaroid_light.md @@ -5,6 +5,7 @@ tags: - Polaroid - film - skill +date: 2024-02-28 --- The most thing you need to know is that, **the right exposure is in your head**. diff --git a/content/photography/aesthetic/Landscape/Landscape_MOC.md b/content/photography/aesthetic/Landscape/Landscape_MOC.md index 238326974..959b3be93 100644 --- a/content/photography/aesthetic/Landscape/Landscape_MOC.md +++ b/content/photography/aesthetic/Landscape/Landscape_MOC.md @@ -4,6 +4,7 @@ tags: - photography - landscape - MOC +date: 2024-02-28 --- * [🌊Sea MOC](photography/aesthetic/Landscape/Sea/Sea_MOC.md) \ No newline at end of file diff --git a/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md b/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md index b615d82f0..e3ad6280e 100644 --- a/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md +++ b/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md @@ -4,6 +4,7 @@ tags: - photography - Polaroid - MOC +date: 2024-02-28 --- * [🖼How to show Polaroid photo in a great way](photography/aesthetic/Polaroid/Polaroid_showcase.md) \ No newline at end of file diff --git a/content/photography/aesthetic/Portrait/Flower_and_Girl.md b/content/photography/aesthetic/Portrait/Flower_and_Girl.md index d9e50196d..9f6f91d45 100644 --- a/content/photography/aesthetic/Portrait/Flower_and_Girl.md +++ b/content/photography/aesthetic/Portrait/Flower_and_Girl.md @@ -4,6 +4,7 @@ tags: - photography - portrait - 摘抄 +date: 2024-02-28 --- Credits to [Marta Bevacqua](https://www.martabevacquaphotography.com/), diff --git a/content/photography/aesthetic/Portrait/Portrait_MOC.md b/content/photography/aesthetic/Portrait/Portrait_MOC.md index 8a11d8882..b172e00a2 100644 --- a/content/photography/aesthetic/Portrait/Portrait_MOC.md +++ b/content/photography/aesthetic/Portrait/Portrait_MOC.md @@ -5,6 +5,7 @@ tags: - portrait - 摘抄 - MOC +date: 2024-02-28 --- * [🌸Flower & Girl](photography/aesthetic/Portrait/Flower_and_Girl.md) diff --git a/content/photography/aesthetic/Style/Grainy_Green.md b/content/photography/aesthetic/Style/Grainy_Green.md index b2b0753ce..95e7e6a45 100644 --- a/content/photography/aesthetic/Style/Grainy_Green.md +++ b/content/photography/aesthetic/Style/Grainy_Green.md @@ -5,6 +5,7 @@ tags: - grainy - style - share +date: 2024-02-28 --- ![](photography/aesthetic/Style/attachments/cinematicshine_326914596_601425291912114_4038822895364546166_n.jpg) diff --git a/content/photography/aesthetic/Style/Warmth_by_Nguan.md b/content/photography/aesthetic/Style/Warmth_by_Nguan.md index 149c95a39..d2bb7fd61 100644 --- a/content/photography/aesthetic/Style/Warmth_by_Nguan.md +++ b/content/photography/aesthetic/Style/Warmth_by_Nguan.md @@ -3,6 +3,7 @@ title: 🎈Warmth - Nguan tags: - share - photography +date: 2024-02-28 --- Credits to [Nguan](https://www.instagram.com/_nguan_/) diff --git a/content/photography/basic/Saturation.md b/content/photography/basic/Saturation.md index 3b3687485..1b2397eed 100644 --- a/content/photography/basic/Saturation.md +++ b/content/photography/basic/Saturation.md @@ -3,6 +3,7 @@ title: Saturation - 饱和度 tags: - basic - photography +date: 2024-02-28 --- to be written... \ No newline at end of file diff --git a/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md b/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md index a8e8e76e5..46fea159a 100644 --- a/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md +++ b/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md @@ -5,6 +5,7 @@ tags: - lens - MOC - review +date: 2024-02-28 --- * \ No newline at end of file diff --git a/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md b/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md index 33cf02078..f94e918dc 100644 --- a/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md +++ b/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md @@ -5,6 +5,7 @@ tags: - review - MOC - camera +date: 2024-02-28 --- # Rollei diff --git a/content/photography/cameras_Research/Pocket_film/Rollei_35.md b/content/photography/cameras_Research/Pocket_film/Rollei_35.md index 38905ce86..3ad3c762e 100644 --- a/content/photography/cameras_Research/Pocket_film/Rollei_35.md +++ b/content/photography/cameras_Research/Pocket_film/Rollei_35.md @@ -6,6 +6,7 @@ tags: - rollei - camera - review +date: 2024-02-28 --- diff --git a/content/photography/cameras_Research/Polaroid/Polaroid_600.md b/content/photography/cameras_Research/Polaroid/Polaroid_600.md index f0904a283..9a741459d 100644 --- a/content/photography/cameras_Research/Polaroid/Polaroid_600.md +++ b/content/photography/cameras_Research/Polaroid/Polaroid_600.md @@ -5,6 +5,7 @@ tags: - camera - review - photography +date: 2024-02-28 --- # Reference diff --git a/content/photography/cameras_Research/Polaroid/Polaroid_one600.md b/content/photography/cameras_Research/Polaroid/Polaroid_one600.md index 165ad1261..a53b4a1a5 100644 --- a/content/photography/cameras_Research/Polaroid/Polaroid_one600.md +++ b/content/photography/cameras_Research/Polaroid/Polaroid_one600.md @@ -5,6 +5,7 @@ tags: - photography - review - polaroid +date: 2024-02-28 --- diff --git a/content/photography/mood_board/Sea_20230428/Sea_20230428.md b/content/photography/mood_board/Sea_20230428/Sea_20230428.md index 863a0744c..87841ec76 100644 --- a/content/photography/mood_board/Sea_20230428/Sea_20230428.md +++ b/content/photography/mood_board/Sea_20230428/Sea_20230428.md @@ -4,6 +4,7 @@ tags: - moodboard - photography - landscape +date: 2024-02-28 --- diff --git a/content/photography/photography_meme/photography_meme.md b/content/photography/photography_meme/photography_meme.md index 1983a3c51..ebf450969 100644 --- a/content/photography/photography_meme/photography_meme.md +++ b/content/photography/photography_meme/photography_meme.md @@ -5,6 +5,7 @@ tags: - meme - film - happy +date: 2024-02-28 --- ![](photography/photography_meme/attachments/QQ图片20230424193512.png) \ No newline at end of file diff --git a/content/photography/resume.md b/content/photography/resume.md index 5882989da..d597f4b59 100644 --- a/content/photography/resume.md +++ b/content/photography/resume.md @@ -3,6 +3,7 @@ title: Photography Resume tags: - resume - photography +date: 2024-02-28 ---
diff --git a/content/physics/electromagnetism/electromagnetism_MOC.md b/content/physics/electromagnetism/electromagnetism_MOC.md index 9f8e7fb6f..b8b7a65f7 100644 --- a/content/physics/electromagnetism/electromagnetism_MOC.md +++ b/content/physics/electromagnetism/electromagnetism_MOC.md @@ -4,6 +4,7 @@ tags: - physics - MOC - electromagnetism +date: 2024-02-28 --- # Basic diff --git a/content/physics/physics_MOC.md b/content/physics/physics_MOC.md index 60e5311c3..7ba7395aa 100644 --- a/content/physics/physics_MOC.md +++ b/content/physics/physics_MOC.md @@ -3,6 +3,7 @@ title: Physics MOC tags: - physics - MOC +date: 2024-02-28 --- # Electromagnetism diff --git a/content/recent.md b/content/recent.md index 2ed2bfe2b..9f20e0173 100644 --- a/content/recent.md +++ b/content/recent.md @@ -1,8 +1,9 @@ --- title: Recent note tags: -- recent -- readme + - recent + - readme +date: 2023-12-03 --- ```dataview diff --git a/content/research_career/UWB_about/report/OPAMP_health_test.md b/content/research_career/UWB_about/report/OPAMP_health_test.md index cfa459990..a34a6190b 100644 --- a/content/research_career/UWB_about/report/OPAMP_health_test.md +++ b/content/research_career/UWB_about/report/OPAMP_health_test.md @@ -3,6 +3,7 @@ title: UWB Board OPA699 I/O Test tags: - hardware - UWB +date: 2024-02-28 --- # OPA699 Pin Configuration diff --git a/content/research_career/UWB_about/report/UWB_Board_AMP_circuit_test_1_1.md b/content/research_career/UWB_about/report/UWB_Board_AMP_circuit_test_1_1.md index 64b6d5e00..36994d65f 100644 --- a/content/research_career/UWB_about/report/UWB_Board_AMP_circuit_test_1_1.md +++ b/content/research_career/UWB_about/report/UWB_Board_AMP_circuit_test_1_1.md @@ -3,6 +3,7 @@ title: UWB Board OPA699 I/O Test 1.1 tags: - hardware - UWB +date: 2024-02-28 --- # OPA699 Pin Configuration diff --git a/content/research_career/UWB_about/report/UWB_board_test.md b/content/research_career/UWB_about/report/UWB_board_test.md index c31296a56..d5a1d4e6c 100644 --- a/content/research_career/UWB_about/report/UWB_board_test.md +++ b/content/research_career/UWB_about/report/UWB_board_test.md @@ -3,6 +3,7 @@ title: UWB Board Port 3 Test tags: - UWB - hardware +date: 2024-02-28 --- # Receiver Board Testing diff --git a/content/research_career/UWB_about/report/UWB_device_test_overview.md b/content/research_career/UWB_about/report/UWB_device_test_overview.md index 113792352..37802e954 100644 --- a/content/research_career/UWB_about/report/UWB_device_test_overview.md +++ b/content/research_career/UWB_about/report/UWB_device_test_overview.md @@ -4,6 +4,7 @@ tags: - UWB - devices - hardware +date: 2024-02-28 --- # Key files diff --git a/content/research_career/UWB_about/report/UWB_device_test_report.md b/content/research_career/UWB_about/report/UWB_device_test_report.md index 7fd2421d0..68560c36e 100644 --- a/content/research_career/UWB_about/report/UWB_device_test_report.md +++ b/content/research_career/UWB_about/report/UWB_device_test_report.md @@ -3,6 +3,7 @@ title: UWB Device Setup Test Report tags: - UWB - "#hardware" +date: 2024-02-28 --- # Voltage Test Table diff --git a/content/research_career/UWB_about/report/UWB_device_test_report_update.md b/content/research_career/UWB_about/report/UWB_device_test_report_update.md index c0bd0d584..bb7b5c779 100644 --- a/content/research_career/UWB_about/report/UWB_device_test_report_update.md +++ b/content/research_career/UWB_about/report/UWB_device_test_report_update.md @@ -4,6 +4,7 @@ tags: - UWB - hardware - devices +date: 2024-02-28 --- # Voltage Test Table diff --git a/content/research_career/UWB_about/report/VNA_based_UWB_echo_signal_experiment2.md b/content/research_career/UWB_about/report/VNA_based_UWB_echo_signal_experiment2.md index bd494b00c..de7ba177a 100644 --- a/content/research_career/UWB_about/report/VNA_based_UWB_echo_signal_experiment2.md +++ b/content/research_career/UWB_about/report/VNA_based_UWB_echo_signal_experiment2.md @@ -6,6 +6,7 @@ tags: - VNA - UWB - signal-processing +date: 2024-02-28 --- ## Objective diff --git a/content/research_career/UWB_about/report/VNA_based_simulation_of_UWB_signals.md b/content/research_career/UWB_about/report/VNA_based_simulation_of_UWB_signals.md index b7fddedb5..61b5e50dd 100644 --- a/content/research_career/UWB_about/report/VNA_based_simulation_of_UWB_signals.md +++ b/content/research_career/UWB_about/report/VNA_based_simulation_of_UWB_signals.md @@ -4,6 +4,7 @@ tags: - VNA - UWB - report +date: 2024-02-28 --- ## Objective 1. A VNA based experiment setup is constructed for mimicking UWB apparatus. diff --git a/content/research_career/device/infiniiMax_probes.md b/content/research_career/device/infiniiMax_probes.md index 868ff0015..b59245f64 100644 --- a/content/research_career/device/infiniiMax_probes.md +++ b/content/research_career/device/infiniiMax_probes.md @@ -3,4 +3,5 @@ title: InfiniiMax Probes tags: - devices - equipment +date: 2024-02-28 --- diff --git a/content/research_career/device/real_time_vs_sampling_oscilloscope.md b/content/research_career/device/real_time_vs_sampling_oscilloscope.md index 163e233f3..0a054d7d7 100644 --- a/content/research_career/device/real_time_vs_sampling_oscilloscope.md +++ b/content/research_career/device/real_time_vs_sampling_oscilloscope.md @@ -4,4 +4,5 @@ tags: - devices - equipment - signal +date: 2024-02-28 --- diff --git a/content/research_career/device/stm_load_note.md b/content/research_career/device/stm_load_note.md index 37c59bd81..931b48da1 100644 --- a/content/research_career/device/stm_load_note.md +++ b/content/research_career/device/stm_load_note.md @@ -4,6 +4,7 @@ tags: - devices - hardware - equipment +date: 2024-02-28 --- # ST-link Connection diff --git a/content/research_career/papers_read.md b/content/research_career/papers_read.md index 6d787f5fc..0d23e33d4 100644 --- a/content/research_career/papers_read.md +++ b/content/research_career/papers_read.md @@ -3,6 +3,7 @@ title: Papers Read tags: - work-about - research-about +date: 2024-02-28 --- * [Papers Read in 2023.10](research_career/papers_read/papers_2023_10.md) diff --git a/content/resume.md b/content/resume.md index 30035bea6..7f5b7f154 100644 --- a/content/resume.md +++ b/content/resume.md @@ -1,8 +1,9 @@ --- title: Resume tags: -- resume -- readme + - resume + - readme +date: 2023-03-16 ---
diff --git a/content/signal_processing/UWB_about/UWB_signal_parameters.md b/content/signal_processing/UWB_about/UWB_signal_parameters.md index 5c9b24873..7e11d0c58 100644 --- a/content/signal_processing/UWB_about/UWB_signal_parameters.md +++ b/content/signal_processing/UWB_about/UWB_signal_parameters.md @@ -4,4 +4,5 @@ tags: - signal - signal-processing - UWB +date: 2024-02-28 --- diff --git a/content/signal_processing/basic_knowledge/FT/fourier_transform_pairs_derivation.md b/content/signal_processing/basic_knowledge/FT/fourier_transform_pairs_derivation.md index 6ea4f0011..0da7d5609 100644 --- a/content/signal_processing/basic_knowledge/FT/fourier_transform_pairs_derivation.md +++ b/content/signal_processing/basic_knowledge/FT/fourier_transform_pairs_derivation.md @@ -5,6 +5,7 @@ tags: - signal - fourier-transform - math +date: 2024-02-28 --- # Fourier Transform Paris diff --git a/content/signal_processing/basic_knowledge/concept/FBW.md b/content/signal_processing/basic_knowledge/concept/FBW.md index 9e2a63a44..d5c60a6da 100644 --- a/content/signal_processing/basic_knowledge/concept/FBW.md +++ b/content/signal_processing/basic_knowledge/concept/FBW.md @@ -3,6 +3,7 @@ title: FBW - Fractional Bandwidth tags: - gauss-pulse - basic +date: 2024-02-28 --- # Reference diff --git a/content/signal_processing/basic_knowledge/concept/Spectral_density.md b/content/signal_processing/basic_knowledge/concept/Spectral_density.md index 002eaa216..86a9f42e7 100644 --- a/content/signal_processing/basic_knowledge/concept/Spectral_density.md +++ b/content/signal_processing/basic_knowledge/concept/Spectral_density.md @@ -3,4 +3,5 @@ title: Spectral Density tags: - signal - basic +date: 2024-02-28 --- diff --git a/content/signal_processing/basic_knowledge/concept/what_is_dB.md b/content/signal_processing/basic_knowledge/concept/what_is_dB.md index a3327d522..0c99b9fe4 100644 --- a/content/signal_processing/basic_knowledge/concept/what_is_dB.md +++ b/content/signal_processing/basic_knowledge/concept/what_is_dB.md @@ -3,6 +3,7 @@ title: What is dB tags: - signal-processing - basic +date: 2024-02-28 --- dB is short for decibel, which is a unit that indicates ratio or gain. It is often used to measure *sound intensity*, *signal strength*, *attenuation* and other quantities. diff --git a/content/signal_processing/device_and_components/cable/coax_cable.md b/content/signal_processing/device_and_components/cable/coax_cable.md index 75303835f..ae8f41b78 100644 --- a/content/signal_processing/device_and_components/cable/coax_cable.md +++ b/content/signal_processing/device_and_components/cable/coax_cable.md @@ -4,6 +4,7 @@ tags: - devices - equipment - cable +date: 2024-02-28 --- diff --git a/content/signal_processing/device_and_components/cable/coax_cable_imbalance.md b/content/signal_processing/device_and_components/cable/coax_cable_imbalance.md index 93d73bf39..416b26100 100644 --- a/content/signal_processing/device_and_components/cable/coax_cable_imbalance.md +++ b/content/signal_processing/device_and_components/cable/coax_cable_imbalance.md @@ -5,6 +5,7 @@ tags: - equipment - devices - cable +date: 2024-02-28 --- # You should know: diff --git a/content/signal_processing/device_and_components/feeding_tech/feeding_tech.md b/content/signal_processing/device_and_components/feeding_tech/feeding_tech.md index a2192abbb..338692d96 100644 --- a/content/signal_processing/device_and_components/feeding_tech/feeding_tech.md +++ b/content/signal_processing/device_and_components/feeding_tech/feeding_tech.md @@ -3,6 +3,7 @@ title: Antenna Feeding Tech tags: - signal-processing - antenna +date: 2024-02-28 --- diff --git a/content/signal_processing/impulse_generating/gaussian_impulse.md b/content/signal_processing/impulse_generating/gaussian_impulse.md index a8aae3462..0cd2038e0 100644 --- a/content/signal_processing/impulse_generating/gaussian_impulse.md +++ b/content/signal_processing/impulse_generating/gaussian_impulse.md @@ -4,6 +4,7 @@ tags: - UWB - signal-processing - signal-generating +date: 2024-02-28 --- # Equation diff --git a/content/signal_processing/radio_communication/Near_far_field.md b/content/signal_processing/radio_communication/Near_far_field.md index 2bbca5ba5..1b9b49bfe 100644 --- a/content/signal_processing/radio_communication/Near_far_field.md +++ b/content/signal_processing/radio_communication/Near_far_field.md @@ -5,6 +5,7 @@ tags: - radio - physics - electromagnetism +date: 2024-02-28 --- diff --git a/content/signal_processing/signal_processing_MOC.md b/content/signal_processing/signal_processing_MOC.md index fda9051aa..f5af6ee35 100644 --- a/content/signal_processing/signal_processing_MOC.md +++ b/content/signal_processing/signal_processing_MOC.md @@ -3,6 +3,7 @@ title: Signal Processing - MOC tags: - MOC - signal-processing +date: 2024-02-28 --- # Basic diff --git a/content/synthetic_aperture_radar_imaging/SAR_MOC.md b/content/synthetic_aperture_radar_imaging/SAR_MOC.md index 5abdaf19b..aecebb453 100644 --- a/content/synthetic_aperture_radar_imaging/SAR_MOC.md +++ b/content/synthetic_aperture_radar_imaging/SAR_MOC.md @@ -3,6 +3,7 @@ title: "Synthetic Aperture Radar (SAR) Imaging - MOC" tags: - SAR - MOC +date: 2024-02-28 --- diff --git a/content/tmp_script/Common_Issues_in_DSP_Homework_Script.md b/content/tmp_script/Common_Issues_in_DSP_Homework_Script.md index 5a7a8ef27..13bad6c8c 100644 --- a/content/tmp_script/Common_Issues_in_DSP_Homework_Script.md +++ b/content/tmp_script/Common_Issues_in_DSP_Homework_Script.md @@ -2,6 +2,7 @@ title: Common Issues in DSP Homework tags: - homework +date: 2024-02-28 --- # Issue 1- Compute the unit-pulse response h[n] diff --git a/content/toolkit/git/git_MOC.md b/content/toolkit/git/git_MOC.md index 4baa95429..8c4edad7d 100644 --- a/content/toolkit/git/git_MOC.md +++ b/content/toolkit/git/git_MOC.md @@ -3,6 +3,7 @@ title: Git MOC tags: - git - basic +date: 2024-02-28 --- * [GitHub Actions](toolkit/git/github_actions.md) \ No newline at end of file diff --git a/content/toolkit/git/github_actions.md b/content/toolkit/git/github_actions.md index 5e53fd588..ccfddec2a 100644 --- a/content/toolkit/git/github_actions.md +++ b/content/toolkit/git/github_actions.md @@ -3,6 +3,7 @@ title: GitHub Actions tags: - git - git-action +date: 2024-02-28 --- # Reference diff --git a/content/warehouse/IELTS.md b/content/warehouse/IELTS.md index 52ef08ce2..cd9f85a80 100644 --- a/content/warehouse/IELTS.md +++ b/content/warehouse/IELTS.md @@ -3,6 +3,7 @@ title: IELTS material tags: - material - IELTS +date: 2024-02-28 --- [IELTS Reading Material.zip](https://pinktalk.online/warehouse/attachments/reading_3_4_ieltsonlinetests.com_reading_3_4.zip) \ No newline at end of file diff --git a/content/warehouse/dampers_keeping_a_door_from_slamming shut.md b/content/warehouse/dampers_keeping_a_door_from_slamming shut.md index 14de74a80..374bedc52 100644 --- a/content/warehouse/dampers_keeping_a_door_from_slamming shut.md +++ b/content/warehouse/dampers_keeping_a_door_from_slamming shut.md @@ -1,5 +1,6 @@ --- title: Dampers keeping a door from slamming shut +date: 2024-02-28 --- ![](warehouse/attachments/Pasted%20image%2020230404150745.png) \ No newline at end of file diff --git a/content/文学/article/article_MOC.md b/content/文学/article/article_MOC.md index f08b9ee8c..7e2673b66 100644 --- a/content/文学/article/article_MOC.md +++ b/content/文学/article/article_MOC.md @@ -4,4 +4,5 @@ tags: - article - 文学 - MOC +date: 2023-05-01 --- diff --git a/content/文学/poem/2018.md b/content/文学/poem/2018.md index 9f754b370..fcfc2dbe3 100644 --- a/content/文学/poem/2018.md +++ b/content/文学/poem/2018.md @@ -2,6 +2,7 @@ title: Poem in 2018 tags: - poem +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/poem/2022.md b/content/文学/poem/2022.md index 1cc342970..3b170ca0d 100644 --- a/content/文学/poem/2022.md +++ b/content/文学/poem/2022.md @@ -3,6 +3,7 @@ title: Poem in 2022 tags: - 文学 - poem +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/poem/2023.md b/content/文学/poem/2023.md index 1d5fe1a12..42a8b2a0e 100644 --- a/content/文学/poem/2023.md +++ b/content/文学/poem/2023.md @@ -2,6 +2,7 @@ title: Poem in 2023 tags: - poem +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/poem/Poem_by_me.md b/content/文学/poem/Poem_by_me.md index ec2e870ea..cee84ad1d 100644 --- a/content/文学/poem/Poem_by_me.md +++ b/content/文学/poem/Poem_by_me.md @@ -3,6 +3,7 @@ title: My Poem tags: - 文学 - poem +date: 2023-05-01 --- * [2018](文学/poem/2018.md) diff --git a/content/文学/句子/Comments.md b/content/文学/句子/Comments.md index 73a8e4fe6..8a8ad070c 100644 --- a/content/文学/句子/Comments.md +++ b/content/文学/句子/Comments.md @@ -4,6 +4,7 @@ tags: - 文学 - 摘抄 - commets +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Feeling.md b/content/文学/句子/Feeling.md index 879e5413a..d2b01520b 100644 --- a/content/文学/句子/Feeling.md +++ b/content/文学/句子/Feeling.md @@ -5,6 +5,7 @@ tags: - 摘抄 - inspiration - feeling +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Love_about.md b/content/文学/句子/Love_about.md index 779ab7a4b..8f86effbc 100644 --- a/content/文学/句子/Love_about.md +++ b/content/文学/句子/Love_about.md @@ -5,6 +5,7 @@ tags: - 摘抄 - love - poem +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Motivation.md b/content/文学/句子/Motivation.md index 9298b4fb0..e5b2b0334 100644 --- a/content/文学/句子/Motivation.md +++ b/content/文学/句子/Motivation.md @@ -4,6 +4,7 @@ tags: - 文学 - 摘抄 - motivation +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Movie.md b/content/文学/句子/Movie.md index 19696fde9..9d5b76a16 100644 --- a/content/文学/句子/Movie.md +++ b/content/文学/句子/Movie.md @@ -4,6 +4,7 @@ tags: - 句子 - 文学 - 摘抄 +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Music.md b/content/文学/句子/Music.md index 4f0fa4ca0..cb214964c 100644 --- a/content/文学/句子/Music.md +++ b/content/文学/句子/Music.md @@ -5,6 +5,7 @@ tag: - 文学 - 摘抄 - music +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Novel.md b/content/文学/句子/Novel.md index 93919f459..9d0cc5464 100644 --- a/content/文学/句子/Novel.md +++ b/content/文学/句子/Novel.md @@ -4,6 +4,7 @@ tag: - 句子 - 文学 - 摘抄 +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Poem.md b/content/文学/句子/Poem.md index 60193b075..da710281e 100644 --- a/content/文学/句子/Poem.md +++ b/content/文学/句子/Poem.md @@ -4,6 +4,7 @@ tags: - 文学 - 摘抄 - poem +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/Wisdom.md b/content/文学/句子/Wisdom.md index 4e68ce14a..400d6f84b 100644 --- a/content/文学/句子/Wisdom.md +++ b/content/文学/句子/Wisdom.md @@ -3,6 +3,7 @@ title: 🧙‍♂️Wisdom tags: - 文学 - 摘抄 +date: 2023-05-01 --- > [!quote] diff --git a/content/文学/句子/句子.md b/content/文学/句子/句子.md index 05b8ad4f2..7686cca94 100644 --- a/content/文学/句子/句子.md +++ b/content/文学/句子/句子.md @@ -4,6 +4,7 @@ tags: - 文学 - 摘抄 - MOC +date: 2023-05-01 --- * [🌸Love about](文学/句子/Love_about.md) diff --git a/content/文学/文学_MOC.md b/content/文学/文学_MOC.md index 8f922bccb..643502ad0 100644 --- a/content/文学/文学_MOC.md +++ b/content/文学/文学_MOC.md @@ -1,8 +1,9 @@ --- -title: "文学" +title: 文学 tags: -- MOC -- 文学 + - MOC + - 文学 +date: 2023-05-01 --- In this MOC, it shows you the path to what I record for some interesting sentences, including Chinese and English, even Japanese. diff --git a/git_time_get.py b/git_time_get.py new file mode 100644 index 000000000..ae0f4cde5 --- /dev/null +++ b/git_time_get.py @@ -0,0 +1,73 @@ +import os +from rich.progress import track +from git import Repo + +if __name__ == '__main__': + + content_path = os.path.join(os.path.dirname(__file__), 'content') + + for root, dirs, files in os.walk(content_path): + for file in files: + + if "." in root: + continue + + # ignore bug and continue running + + try: + + if file.endswith(".md"): + file_path = os.path.join(root, file) + repo = Repo(content_path) + file_path = os.path.relpath(file_path, repo.working_dir) + commit = repo.iter_commits(paths=file_path, max_count=1).__next__() + # print(f"{file_path} - {str(commit.committed_datetime).split(' ')[0]}") + + flag = False + + # open file and write date into it + with open(os.path.join(root, file), 'r') as f: + + lines = f.readlines() + if lines[0].startswith("---"): + for i in range(1, len(lines)): + if lines[i] == "---\n" and lines[i-1].startswith("date") == False: + flag = True + lines.insert(i, f"date: {str(commit.committed_datetime).split(' ')[0]}\n") + break + + f.close() + + + if flag == True: + with open(os.path.join(root, file), 'w') as f: + f.writelines(lines) + print(f"{file_path} - {str(commit.committed_datetime).split(' ')[0]}") + + f.close() + + + + except: + pass + continue + + try: + + for root, dirs, files in os.walk(content_path): + for file in files: + + if "." in root: + continue + + if '.md' in file: + + with open(os.path.join(root, file), 'r') as f: + lines = f.readlines() + if lines[0].startswith("---") == False: + print(f"{os.path.join(root, file)}") + + f.close() + + except: + pass \ No newline at end of file