diff --git a/_config.yml b/_config.yml
index 12bf649a7ba..e580de0b105 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,163 +1,19 @@
-# Welcome to Jekyll!
-#
-# This config file is meant for settings that affect your entire site, values
-# which you are expected to set up once and rarely need to edit after that.
-# For technical reasons, this file is *NOT* reloaded automatically when you use
-# `jekyll serve`. If you change this file, please restart the server process.
+title: "Zhuoka Feng"
+description: "Personal academic homepage"
+url: "https://arkazhuo.github.io"
+baseurl: ""
+repository: "ArkaZhuo/ArkaZhuo.github.io"
-# Site Settings
-title : "Lorem ipsum"
-description : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet. "
-repository : "RayeRen/acad-homepage.github.io"
-google_scholar_stats_use_cdn : true
+google_scholar_stats_use_cdn: true
-# google analytics
-google_analytics_id : # get google_analytics_id from https://analytics.google.com/analytics/
-
-# SEO Related
-google_site_verification : # get google_site_verification from https://search.google.com/search-console/about
-bing_site_verification : # get bing_site_verification from https://www.bing.com/webmasters/about
-baidu_site_verification : # get baidu_site_verification from https://ziyuan.baidu.com/login/index?u=/site/index
-
-# Site Author
author:
- name : "Lorem ipsum"
- avatar : "images/android-chrome-512x512.png"
- bio : "Lorem ipsum College"
- location : "Beijing, China"
- employer :
- pubmed :
- googlescholar : "https://scholar.google.com/citations?user=YOUR_GOOGLE_SCHOLAR_ID"
- email : "Lorem@ipsum.com"
- researchgate : # e.g., "https://www.researchgate.net/profile/yourprofile"
- uri :
- bitbucket :
- codepen :
- dribbble :
- flickr :
- facebook :
- foursquare :
- github : # e.g., "github username"
- google_plus :
- keybase :
- instagram :
- impactstory : # e.g., "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
- lastfm :
- linkedin : # e.g., "linkedin username"
- dblp : # e.g., "https://dblp.org/pid/xx/xxxx.html"
- orcid : # e.g., "https://orcid.org/xxxx"
- pinterest :
- soundcloud :
- stackoverflow : # http://stackoverflow.com/users/123456/username
- steam :
- tumblr :
- twitter :
- vine :
- weibo :
- xing :
- youtube :
- wikipedia :
+ name: "Zhuoka Feng"
+ bio: "School of Computer Science, Fudan University"
+ email: "23307130211@m.fudan.edu.cn"
+ avatar: "images/profile.jpg"
+ location: "Shanghai, China"
+ github: "ArkaZhuo"
-
-# Reading Files
-include:
- - .htaccess
- - _pages
- - files
exclude:
- - docs
- - google_scholar_crawler
- - "*.sublime-project"
- - "*.sublime-workspace"
- - .asset-cache
- - .bundle
- - .jekyll-assets-cache
- - .sass-cache
- - .github
- - CHANGELOG
- - Capfile
- - Gemfile
- - Gruntfile.js
- - LICENSE
- - README
- - Rakefile
- - assets/js/_main.js
- - assets/js/plugins
- - assets/js/vendor
- - config
- - gulpfile.js
- - log
- - node_modules
- - package.json
- - tmp
- - vendor
-keep_files:
- - .git
- - .svn
-encoding: "utf-8"
-markdown_ext: "markdown,mkdown,mkdn,mkd,md"
-
-
-# Conversion
-markdown: kramdown
-highlighter: rouge
-lsi: false
-excerpt_separator: "\n\n"
-incremental: false
-
-
-# Markdown Processing
-kramdown:
- input: GFM
- hard_wrap: false
- auto_ids: true
- footnote_nr: 1
- entity_output: as_char
- toc_levels: 1..6
- smart_quotes: lsquo,rsquo,ldquo,rdquo
- enable_coderay: false
-
-# Defaults
-defaults:
- # _pages
- - scope:
- path: ""
- type: pages
- values:
- layout: default
- author_profile: true
-
-
-# Sass/SCSS
-sass:
- sass_dir: _sass
- style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
-
-
-# Outputting
-permalink: /:categories/:title/
-timezone: Asia/Shanghai # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
-
-
-# Plugins
-plugins:
- - jekyll-paginate
- - jekyll-sitemap
- - jekyll-gist
- - jekyll-feed
- - jekyll-redirect-from
-# mimic GitHub Pages with --safe
-whitelist:
- - jekyll-paginate
- - jekyll-sitemap
- - jekyll-gist
- - jekyll-feed
- - jemoji
-
-
-# HTML Compression
-# - http://jch.penibelst.de/
-compress_html:
- clippings: all
- ignore:
- envs: development
+ - README.md
+ - docs/
diff --git a/_data/navigation.yml b/_data/navigation.yml
index e477dc319f9..82f6de895a1 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,22 +1,9 @@
-# main links links
main:
- - title: "About Me"
- url: "/#about-me"
-
- - title: "News"
- url: "/#-news"
-
- - title: "Publications"
- url: "/#-publications"
-
+ - title: "New Papers"
+ url: /#news
+ - title: "Experience"
+ url: /#experience
- title: "Honors and Awards"
- url: "/#-honors-and-awards"
-
- - title: "Educations"
- url: "/#-educations"
-
- - title: "Invited Talks"
- url: "/#-invited-talks"
-
- - title: "Internships"
- url: "/#-internships"
+ url: /#honors-and-awards
+ - title: "Publications"
+ url: /#publications
diff --git a/_includes/author-profile.html b/_includes/author-profile.html
index 9f0d208e6ff..cdcda1ddeef 100644
--- a/_includes/author-profile.html
+++ b/_includes/author-profile.html
@@ -20,10 +20,10 @@
{{ author.name }}
{{ site.description }}
{% endif %}
{% if author.location %}
- {{ author.location }}
+ {{ author.location }}
{% endif %}
{% if author.employer %}
- {{ author.employer }}
+ {{ author.employer }}
{% endif %}
{% if author.uri %}
Website
diff --git a/_layouts/homepage.html b/_layouts/homepage.html
new file mode 100644
index 00000000000..09bba2274c1
--- /dev/null
+++ b/_layouts/homepage.html
@@ -0,0 +1,6 @@
+---
+layout: default
+author_profile: true
+---
+
+{{ content }}
diff --git a/_pages/about.md b/_pages/about.md
deleted file mode 100644
index 1e8935ec9ca..00000000000
--- a/_pages/about.md
+++ /dev/null
@@ -1,58 +0,0 @@
----
-permalink: /
-title: ""
-excerpt: ""
-author_profile: true
-redirect_from:
- - /about/
- - /about.html
----
-
-{% if site.google_scholar_stats_use_cdn %}
-{% assign gsDataBaseUrl = "https://cdn.jsdelivr.net/gh/" | append: site.repository | append: "@" %}
-{% else %}
-{% assign gsDataBaseUrl = "https://raw.githubusercontent.com/" | append: site.repository | append: "/" %}
-{% endif %}
-{% assign url = gsDataBaseUrl | append: "google-scholar-stats/gs_data_shieldsio.json" %}
-
-
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet. Suspendisse condimentum, libero vel tempus mattis, risus risus vulputate libero, elementum fermentum mi neque vel nisl. Maecenas facilisis maximus dignissim. Curabitur mattis vulputate dui, tincidunt varius libero luctus eu. Mauris mauris nulla, scelerisque eget massa id, tincidunt congue felis. Sed convallis tempor ipsum rhoncus viverra. Pellentesque nulla orci, accumsan volutpat fringilla vitae, maximus sit amet tortor. Aliquam ultricies odio ut volutpat scelerisque. Donec nisl nisl, porttitor vitae pharetra quis, fringilla sed mi. Fusce pretium dolor ut aliquam consequat. Cras volutpat, tellus accumsan mattis molestie, nisl lacus tempus massa, nec malesuada tortor leo vel quam. Aliquam vel ex consectetur, vehicula leo nec, efficitur eros. Donec convallis non urna quis feugiat.
-
-My research interest includes neural machine translation and computer vision. I have published more than 100 papers at the top international AI conferences with total google scholar citations 260000+ (You can also use google scholar badge
).
-
-
-# ๐ฅ News
-- *2022.02*: ๐๐ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-- *2022.02*: ๐๐ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-
-# ๐ Publications
-
-CVPR 2016

-
-
-[Deep Residual Learning for Image Recognition](https://openaccess.thecvf.com/content_cvpr_2016/papers/He_Deep_Residual_Learning_CVPR_2016_paper.pdf)
-
-**Kaiming He**, Xiangyu Zhang, Shaoqing Ren, Jian Sun
-
-[**Project**](https://scholar.google.com/citations?view_op=view_citation&hl=zh-CN&user=DhtAFkwAAAAJ&citation_for_view=DhtAFkwAAAAJ:ALROH1vI_8AC)
-- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-
-
-
-- [Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet](https://github.com), A, B, C, **CVPR 2020**
-
-# ๐ Honors and Awards
-- *2021.10* Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-- *2021.09* Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-
-# ๐ Educations
-- *2019.06 - 2022.04 (now)*, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-- *2015.09 - 2019.06*, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-
-# ๐ฌ Invited Talks
-- *2021.06*, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
-- *2021.03*, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet. \| [\[video\]](https://github.com/)
-
-# ๐ป Internships
-- *2019.05 - 2020.02*, [Lorem](https://github.com/), China.
\ No newline at end of file
diff --git a/_sass/_base.scss b/_sass/_base.scss
index 4d792fa4763..695a7c4623a 100644
--- a/_sass/_base.scss
+++ b/_sass/_base.scss
@@ -14,6 +14,7 @@ body {
color: $text-color;
font-family: $global-font-family;
line-height: 1.5;
+ background-color: #f8f9fa;
&.overflow--hidden {
/* when primary navigation is visible, the content in the background won't scroll */
diff --git a/_sass/_masthead.scss b/_sass/_masthead.scss
index 90397f2c53b..df3e4461aec 100644
--- a/_sass/_masthead.scss
+++ b/_sass/_masthead.scss
@@ -5,8 +5,9 @@
.masthead {
position: sticky;
top: 0;
- background-color: white;
- border-bottom: 1px solid $border-color;
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ border-bottom: none;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
-webkit-animation: intro 0.3s both;
animation: intro 0.3s both;
-webkit-animation-delay: 0.15s;
@@ -29,6 +30,13 @@
a {
text-decoration: none;
+ color: #fff;
+ font-weight: 500;
+ transition: all 0.3s ease;
+
+ &:hover {
+ color: #ffd700;
+ }
}
}
}
diff --git a/_sass/_navigation.scss b/_sass/_navigation.scss
index d96735b8465..a19a916787c 100644
--- a/_sass/_navigation.scss
+++ b/_sass/_navigation.scss
@@ -175,17 +175,17 @@
.greedy-nav {
position: relative;
min-width: 250px;
- background: $background-color;
+ background: transparent;
a {
display: block;
margin: 0 1rem;
padding: 0.5rem 0;
- color: $masthead-link-color;
+ color: #fff;
text-decoration: none;
&:hover {
- color: $masthead-link-color-hover;
+ color: #ffd700;
}
}
@@ -203,10 +203,12 @@
.visible-links {
display: table;
+ background: transparent;
li {
display: table-cell;
vertical-align: middle;
+ background: transparent;
&:first-child {
font-weight: bold;
@@ -232,7 +234,7 @@
left: 0;
bottom: 0;
height: 4px;
- background: mix(#fff, $primary-color, 50%);
+ background: #ffd700;
width: 100%;
-webkit-transition: $global-transition;
transition: $global-transition;
diff --git a/_sass/_page.scss b/_sass/_page.scss
index 32c17f86bb0..75d5a250e6b 100644
--- a/_sass/_page.scss
+++ b/_sass/_page.scss
@@ -10,6 +10,11 @@
padding-right: 1em;
animation: intro 0.3s both;
animation-delay: 0.35s;
+ background-color: #ffffff;
+ border-radius: 10px;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
+ padding: 20px;
+ margin-top: 20px;
@include breakpoint($x-large) {
max-width: $x-large;
@@ -66,6 +71,20 @@
border-bottom: 1px solid $border-color;
}
+ h2 {
+ color: #667eea;
+ border-bottom: 2px solid #667eea;
+ padding-bottom: 10px;
+ margin-top: 30px;
+
+ span {
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ background-clip: text;
+ }
+ }
+
p, li, dl {
font-size: 1em;
}
@@ -84,9 +103,12 @@
}
a {
+ color: #667eea;
text-decoration: underline;
+ transition: color 0.3s ease;
&:hover {
+ color: #764ba2;
text-decoration: underline;
img {
diff --git a/_sass/_sidebar.scss b/_sass/_sidebar.scss
index 2b635af6232..5923acf2e8b 100644
--- a/_sass/_sidebar.scss
+++ b/_sass/_sidebar.scss
@@ -12,6 +12,10 @@
@include clearfix();
margin-bottom: 1em;
+ background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
+ border-radius: 10px;
+ padding: 20px;
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
@include breakpoint($large) {
@include span(2 of 12);
@@ -81,24 +85,33 @@
.author__avatar {
display: table-cell;
vertical-align: top;
- width: 75px;
- // set width only, for non-square avatars
- // height: 36px;
+ width: 100%;
+ text-align: center;
@include breakpoint($large) {
display: block;
- width: auto;
- height: auto;
+ width: 100%;
}
img {
- max-width: 175px;
- min-width: 75px;
- border-radius: 50%;
+ width: 120% !important;
+ max-width: none !important;
+ height: auto !important;
+ aspect-ratio: 1 / 1 !important;
+ object-fit: cover !important;
+ border-radius: 50% !important;
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
+ transition: transform 0.3s ease, box-shadow 0.3s ease !important;
+ margin-left: -10% !important;
@include breakpoint($large) {
- padding: 5px;
- border: 1px solid $border-color;
+ padding: 5px !important;
+ border: 3px solid #fff !important;
+ }
+
+ &:hover {
+ transform: scale(1.05) !important;
+ box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}
}
}
@@ -121,6 +134,8 @@
.author__name {
margin: 0;
+ color: #2c3e50;
+ font-weight: 600;
@include breakpoint($large) {
margin-top: 10px;
@@ -138,6 +153,8 @@
.author__bio {
margin: 0;
+ color: #5a6c7d;
+ font-style: italic;
@include breakpoint($large) {
margin-top: 10px;
@@ -240,15 +257,18 @@
a {
display: block;
margin-bottom: 5px;
- padding-right: 5px;
- padding-top: 2px;
- padding-bottom: 2px;
- color: inherit;
+ padding: 5px 10px;
+ color: #495057;
font-size: $type-size-5;
text-decoration: none;
+ border-radius: 5px;
+ transition: all 0.3s ease;
&:hover {
- text-decoration: underline;
+ background-color: #e9ecef;
+ color: #667eea;
+ text-decoration: none;
+ transform: translateX(5px);
}
}
}
diff --git a/assets/css/main.scss b/assets/css/main.scss
index b48c010bb4a..3852e9c7763 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -106,4 +106,112 @@ h1:before, .anchor:before {
color: white;
background-color: #00369f;
font-size: .8em;
+}
+
+/* ่ชๅฎไนๆ ทๅผไผๅ */
+
+/* ๅคดๅ็พๅ - ๅๅฝข+้ดๅฝฑๆๆ */
+.author__avatar img {
+ border-radius: 50% !important;
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
+ border: 3px solid #fff !important;
+ transition: transform 0.3s ease, box-shadow 0.3s ease !important;
+}
+
+.author__avatar img:hover {
+ transform: scale(1.05);
+ box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
+}
+
+/* ๅฏผ่ชๆ ่่ฒไธป้ข็พๅ */
+.masthead {
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
+ border-bottom: none !important;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
+}
+
+.masthead__inner-wrap a {
+ color: #fff !important;
+ font-weight: 500;
+ transition: all 0.3s ease;
+}
+
+.masthead__menu-item a:hover {
+ color: #ffd700 !important;
+ transform: translateY(-2px);
+}
+
+.masthead__menu-item--lg a {
+ color: #fff !important;
+ font-size: 1.1em;
+}
+
+/* ไพง่พนๆ ็พๅ */
+.sidebar {
+ background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
+ border-radius: 10px;
+ padding: 20px;
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
+}
+
+.author__name {
+ color: #2c3e50 !important;
+ font-weight: 600 !important;
+}
+
+.author__bio {
+ color: #5a6c7d !important;
+ font-style: italic;
+}
+
+.author__urls a {
+ color: #495057 !important;
+ transition: all 0.3s ease;
+ border-radius: 5px;
+ padding: 5px 10px !important;
+}
+
+.author__urls a:hover {
+ background-color: #e9ecef;
+ color: #667eea !important;
+ text-decoration: none !important;
+ transform: translateX(5px);
+}
+
+/* ้กต้ขๅ
ๅฎนๅบๅ็พๅ */
+.page__content h2 {
+ color: #667eea !important;
+ border-bottom: 2px solid #667eea;
+ padding-bottom: 10px;
+ margin-top: 30px !important;
+}
+
+.page__content h2 span {
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ background-clip: text;
+}
+
+/* ้พๆฅ็พๅ */
+.page__content a {
+ color: #667eea !important;
+ transition: color 0.3s ease;
+}
+
+.page__content a:hover {
+ color: #764ba2 !important;
+}
+
+/* ๆดไฝ้กต้ข่ๆฏไผๅ */
+body {
+ background-color: #f8f9fa;
+}
+
+#main {
+ background-color: #ffffff;
+ border-radius: 10px;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
+ padding: 20px;
+ margin-top: 20px;
}
\ No newline at end of file
diff --git a/images/profile.jpg b/images/profile.jpg
new file mode 100644
index 00000000000..7ccde43be28
Binary files /dev/null and b/images/profile.jpg differ
diff --git a/index.md b/index.md
new file mode 100644
index 00000000000..ce349e4d622
--- /dev/null
+++ b/index.md
@@ -0,0 +1,41 @@
+---
+layout: homepage
+title: "Zhuoka Feng"
+permalink: /
+author_profile: true
+---
+
+### About Me
+I am an undergraduate student in Computer Science at Fudan University. I am interested in large language models, and my current work focuses on improving the performance of reasoning models.
+
+---
+
+## ๐ฅ New Papers
+- 2025.09 โ **Do LLMs Signal When They're Right? Evidence from Neuron Agreement**
+ Chenkang, Yaoning Wang, Kai Xiong, **Zhuoka Feng**, Wenhe Sun, Haotian Chen, Yixin Cao. 2025
+- 2025.09 โ **Less Data Less Tokens: Multilingual Unification Learning for Efficient Test-Time Reasoning in LLMs**
+ Chenkang, Mengdi Zhang, **Zhuoka Feng**, Yixin Cao. 2025
+
+## ๐ผ Experience
+- 2023โPresent: Undergraduate Student, School of Computer Science, **Fudan University**
+
+## ๐
Honors and Awards
+
+**2025**
+- Fudan University Merit Scholarship (Expected), 2024-2025
+- Fudan University Outstanding Student (Expected), 2024-2025
+
+**2024**
+- National Scholarship, 2023-2024
+- Tang Zhongying Scholarship for Moral Education, 2023-2024
+- Fudan University Outstanding Student, 2023-2024
+- First Prize, Shanghai Division, Chinese Mathematics Competitions (CMC)
+
+## ๐ Publications
+
+- **Do LLMs Signal When They're Right? Evidence from Neuron Agreement**
+ Chenkang, Yaoning Wang, Kai Xiong, **Zhuoka Feng**, Wenhe Sun, Haotian Chen, Yixin Cao. 2025
+
+- **Less Data Less Tokens: Multilingual Unification Learning for Efficient Test-Time Reasoning in LLMs**
+ Chenkang, Mengdi Zhang, **Zhuoka Feng**, Yixin Cao. 2025
+
diff --git a/myteacherpage.png b/myteacherpage.png
new file mode 100644
index 00000000000..90c3500c286
Binary files /dev/null and b/myteacherpage.png differ
diff --git a/nowpage.png b/nowpage.png
new file mode 100644
index 00000000000..271d68b4ea2
Binary files /dev/null and b/nowpage.png differ