Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 07f26ec

Browse files
author
Yixin Huang
committed
Initial commit: Cleaned up contributors
0 parents commit 07f26ec

19 files changed

+11439
-0
lines changed

‎LICENSE‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023-2025 Yixin Huang
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

‎README.md‎

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
![Github Forks](https://img.shields.io/github/forks/Yixin0313/Yixin0313.github.io?style=flat)
2+
![Github Stars](https://img.shields.io/github/stars/Yixin0313/Yixin0313.github.io?style=flat)
3+
![License](https://img.shields.io/github/license/Yixin0313/Yixin0313.github.io)
4+
5+
# 通用个人主页模板:适用于学术和求职场景 | A general-purpose template: suitable for both academic and professional use.
6+
7+
## 预览 | Preview
8+
👉 [Yixin's Homepage](https://yixin0313.github.io/)
9+
10+
## 介绍 | Introduction
11+
12+
这是一个**通用的个人主页模板**,基于 [Sen Li 的学术主页模板](https://github.com/senli1073/senli1073.github.io) 进行修改。
13+
14+
我新增了**工作经历板块**,使其更加适用于程序员和求职者。并且使用了中英文对照版本。
15+
16+
This is a **general-purpose personal website template**, modified from [Sen Li's academic template](https://github.com/senli1073/senli1073.github.io).
17+
18+
I have added a **work experience section**, making it more practical for programmers and job seekers.
19+
20+
## 快速开始 | Getting Start
21+
### 1. Fork 该仓库 | Fork this repository
22+
仓库名称应命名为 `<用户名>.github.io`,这样你的个人网站地址将是 `https://<用户名>.github.io/`
23+
24+
The repository name should be `<username>.github.io`, which will also be your website's URL.
25+
26+
27+
### 2. 编辑页面内容 | Edit page content
28+
(1) 进入你想存放项目的文件夹,并克隆新的仓库 | Go to the folder where you want to store your project, and clone the new repository:
29+
```
30+
git clone https://github.com/<username>/<username>.github.io.git
31+
```
32+
项目的目录结构如下 | The directory structure is as follows:
33+
34+
```.
35+
.
36+
├── contents
37+
└── static
38+
├── assets
39+
│ └── img
40+
├── css
41+
└── js
42+
```
43+
44+
(2) 修改各个板块的内容 | Modify the content of each section, which corresponds to `contents/*.md`.
45+
46+
(3) 调整网站设置 | Adjust the title, copyright information, and other text of the website in `contents/config.yml`
47+
48+
(4) 替换图片 | Replace background image and photo with new ones for your web pages in `static/assets/img/`
49+
50+
(5) 提交更改 | Push it:
51+
```
52+
git commit -am 'init'
53+
git push
54+
```
55+
56+
57+
### 3. 访问你的网站 | Enjoy
58+
59+
打开浏览器,访问 https://<用户名>.github.io,即可查看你的个人主页
60+
61+
Fire up a browser and go to `https://<username>.github.io`
62+
63+
64+
65+
## License
66+
本项目基于 MIT 许可协议,你可以自由使用和修改此模板。 Yixin Huang 2025年2月7号
67+
68+
Copyright Yixin Huang, 2025. Licensed under an MIT license. You can copy and mess with this template.

‎contents/awards.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- First Prize, Xinjiang University Students Information Security Competition (CTF Format), 2022.
2+
3+
- Honorable Mention, Mathematical Contest in Modeling (MCM), USA, 2022.
4+
5+
- First-class Scholarship, Shihezi University, 2022.
6+
7+
- Outstanding Graduation Thesis, Shihezi University, 2023.
8+
9+
- Software Copyright, Traceability System for Yilite Liquor Based on Fabric Consortium Blockchain V1.0, 2022.
10+
11+
- Second Prize, Blockchain Innovation and Application Development Competition, Xinjiang Higher Education Discipline and Skills Competition (Undergraduate Group), 2022.

‎contents/config.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
title: Yixin Huang's Homepage
2+
page-top-title: Yixin Huang
3+
top-section-bg-text: Be what you wanna be
4+
home-subtitle: Yixin Huang&ensp;|&ensp;黄宜欣
5+
copyright-text: '&copy; Yixin Huang 2023-2025. All Rights Reserved.'

‎contents/experience.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Collaborative Multi-Robot Task Planning Using Large Language Models
2+
**January 2025 – June 2025 | Master's Thesis | Uppsala University**
3+
4+
Explored the application of Large Language Models (LLMs) in static warehouse environments for multi-robot collaboration. Focused on task decomposition, efficient allocation, and coordination in item retrieval and sorting tasks.
5+
6+
#### Key Contributions:
7+
- Prepared structured datasets and developed simulation environments to evaluate LLM-generated task plans.
8+
- Implemented and analyzed LLM-based task planning methods, focusing on task efficiency and collaboration metrics.
9+
- Provided insights into LLMs’ potential to enhance warehouse automation through detailed performance analysis.

‎contents/home.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
[![Yixin0313](https://img.shields.io/badge/Yixin0313-github-blue?logo=github)](https://github.com/Yixin0313)
4+
5+
I'm currently pursuing a Master's degree in Computer Science at the Department of Information Technology, Uppsala University, Sweden.
6+
7+
#### Email
8+
<code>yixin.huang.0067@student.uu.se</code>
9+
<code>HYX20018888@outlook.com</code>
10+
11+
#### Education
12+
**Uppsala University**, Master of Computer Science (Aug 2023 – Jun 2025)
13+
• GPA: 4.0/5.0
14+
15+
**Xidian University**, Exchange student <br>
16+
• As a sophomore, represented my college as an outstanding student for a one-year exchange program.
17+
18+
**Shihezi University**, Honours Bachelor of Data Science and Big Data Technology (Sept 2019 – Jun 2023)
19+
• GPA: 3.86/4.0 (top 1%)
20+
21+
#### Research Interests
22+
Deep Learning, Artificial Intelligence, LLMs(Large Language Models), Blockchain.
23+

‎contents/publications.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- I hope that one day in the future, I will be able to publish my own outstanding paper and make even the smallest contribution to the field of AGI.
2+

‎index.html‎

Lines changed: 192 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,192 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
7+
<meta name="description" content="Academic Webpage" />
8+
<meta name="author" content="yixin0313" />
9+
<title id="title"></title>
10+
11+
<!-- Icon -->
12+
<link rel="icon" type="image/x-icon" href="static/assets/favicon.ico" />
13+
14+
<!-- Bootstrap icons-->
15+
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
16+
17+
<!-- Google fonts-->
18+
<link rel="preconnect" href="https://fonts.gstatic.com" />
19+
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,600;1,600&amp;display=swap"
20+
rel="stylesheet" />
21+
<link
22+
href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&amp;display=swap"
23+
rel="stylesheet" />
24+
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&amp;display=swap"
25+
rel="stylesheet" />
26+
27+
<!-- Core theme CSS (includes Bootstrap)-->
28+
<link type="text/css" href="static/css/styles.css" rel="stylesheet" />
29+
<link type="text/css" href="static/css/main.css" rel="stylesheet" />
30+
31+
<!-- Bootstrap core JS-->
32+
<script type="text/javascript" src="static/js/bootstrap.bundle.min.js"></script>
33+
34+
<!-- For Compatability -->
35+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
36+
37+
<!-- Markdown -->
38+
<script type="text/javascript" src="static/js/marked.min.js"></script>
39+
40+
<!-- Mathematics -->
41+
<script>
42+
// See https://docs.mathjax.org/en/latest/index.html for more details.
43+
MathJax = {
44+
tex: {
45+
packages: {}, // extensions to use
46+
inlineMath: [ // start/end delimiter pairs for in-line math
47+
['$', '$'],
48+
['\\(', '\\)']
49+
],
50+
displayMath: [ // start/end delimiter pairs for display math
51+
['$$', '$$'],
52+
['\\[', '\\]']
53+
],
54+
processEscapes: false, // use \$ to produce a literal dollar sign
55+
processEnvironments: true, // process \begin{xxx}...\end{xxx} outside math mode
56+
processRefs: true, // process \ref{...} outside of math mode
57+
digits: /^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)?|\.[0-9]+)/, // pattern for recognizing numbers
58+
tags: 'all', // or 'ams' or 'all'
59+
tagSide: 'right', // side for \tag macros
60+
tagIndent: '0.8em', // amount to indent tags
61+
useLabelIds: true, // use label name rather than tag for ids
62+
maxMacros: 10000, // maximum number of macro substitutions per expression
63+
maxBuffer: 5 * 1024, // maximum size for the internal TeX string (5K)
64+
// baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
65+
// (document.getElementsByTagName('base').length === 0) ? '' : String(document.location).replace(/#.*$/, ''),
66+
formatError: // function called when TeX syntax errors occur
67+
(jax, err) => jax.formatError(err)
68+
}
69+
};
70+
</script>
71+
<script type="text/javascript" id="MathJax-script"
72+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
73+
<script type="text/javascript" id="MathJax-script" async
74+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
75+
76+
<!-- Core JS-->
77+
<script type="text/javascript" src="static/js/scripts.js"></script>
78+
<script type="text/javascript" src="static/js/js-yaml.min.js"></script>
79+
80+
</head>
81+
82+
<body id="page-top">
83+
<!-- Navigation-->
84+
<nav class="header navbar navbar-expand-lg navbar-light fixed-top shadow-sm" id="mainNav">
85+
<div class="container px-5">
86+
<a id="page-top-title" class="navbar-brand fw-bold" href="#page-top"></a>
87+
<!-- <a href="#page-top"><img src="static/assets/img/CUMT_LOGO.svg" style="width: 11rem;"></a> -->
88+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive"
89+
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
90+
MENU
91+
<i class="bi-list"></i>
92+
</button>
93+
<div class="collapse navbar-collapse" id="navbarResponsive">
94+
<ul class="navbar-nav ms-auto me-4 my-3 my-lg-0">
95+
<li class="nav-item">
96+
<a class="nav-link me-lg-3" href="#home">HOME</a>
97+
</li>
98+
<li class="nav-item">
99+
<a class="nav-link me-lg-3" href="#awards">AWARDS</a>
100+
</li>
101+
<li class="nav-item">
102+
<a class="nav-link me-lg-3" href="#experience">EXPERIENCE</a>
103+
</li>
104+
<li class="nav-item">
105+
<a class="nav-link me-lg-3" href="#publications">PUBLICATIONS</a>
106+
</li>
107+
</ul>
108+
</div>
109+
</div>
110+
</nav>
111+
112+
<!-- Top Section -->
113+
<section class="top-section" style="background-image: url('static/assets/img/background.jpeg');">
114+
<div class="top-section-content">
115+
<div class="container px-5">
116+
<h2 id="top-section-bg-text" class="text-white display-3 lh-1 font-alt"></h2>
117+
</div>
118+
</div>
119+
</section>
120+
<!-- Top Section -->
121+
122+
<!-- Photo -->
123+
<div class="container px-5">
124+
<div id="avatar">
125+
<img class="shadow" src="static/assets/img/photo.png">
126+
</div>
127+
</div>
128+
<!-- Photo -->
129+
130+
<!-- Home -->
131+
<section class="bg-gradient-primary-to-secondary-light mt5 md5" id="home">
132+
<div class="container px-5">
133+
<header>
134+
<h2 id="home-subtitle"> </h2>
135+
<!-- <span class="bi bi-list"></span> -->
136+
</header>
137+
<div class="main-body" id="home-md"></div>
138+
</div>
139+
</section>
140+
<!-- Home -->
141+
142+
<!-- Awards -->
143+
<section class="bg-gradient-primary-to-secondary-light mt5 md5" id="awards">
144+
<div class="container px-5">
145+
<header>
146+
<h2 id="awards-subtitle"><i class="bi bi-award-fill"></i>AWARDS </h2>
147+
</header>
148+
<div class="main-body" id="awards-md"></div>
149+
150+
</div>
151+
</section>
152+
<!-- Awards -->
153+
154+
<!-- Experience -->
155+
<section class="bg-gradient-primary-to-secondary-dark mt5 md5" id="experience">
156+
<div class="container px-5">
157+
<header>
158+
<h2 id="experience-subtitle"><i class="bi bi-briefcase-fill"></i> EXPERIENCE </h2>
159+
</header>
160+
<div class="main-body" id="experience-md"></div>
161+
</div>
162+
</section>
163+
<!-- Experience -->
164+
165+
<!-- Publications -->
166+
<section class="bg-gradient-primary-to-secondary-gray mt5 md5" id="publications">
167+
<div class="container px-5">
168+
<header>
169+
<h2 id="publications-subtitle"><i class="bi bi-file-text-fill"></i>&nbsp;PUBLICATIONS</h2>
170+
</header>
171+
<div class="main-body" id="publications-md"></div>
172+
173+
</div>
174+
</section>
175+
<!-- Publications -->
176+
177+
<!-- Footer-->
178+
<footer class="bg-bottom text-center py-5">
179+
<div class="container px-5">
180+
<div class="text-white-50 small">
181+
<div id="copyright-text" class="mb-2"></div>
182+
<a id="github-link" href="https://github.com/senli1073">Github</a>
183+
<span class="mx-1">&middot;</span>
184+
<a id="license-link"
185+
href="https://github.com/senli1073/senli1073.github.io/blob/main/LICENSE">License</a>
186+
</div>
187+
</div>
188+
</footer>
189+
190+
</body>
191+
192+
</html>

‎static/assets/favicon.ico‎

16.6 KB
Binary file not shown.

‎static/assets/img/background.jpeg‎

676 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /