Skip to content

Commit

Permalink
Update config and profile
Browse files Browse the repository at this point in the history
  • Loading branch information
keanshi-nlp committed Nov 10, 2024
1 parent bc8bd12 commit 706796a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ author:
flickr :
facebook :
foursquare :
github : "https://github.com/keanshi-nlp"
blog : "https://www.cnblogs.com/keanshi"
github : "keanshi-nlp"
google_plus :
keybase :
instagram :
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.foursquare %}
<li><a href="https://foursquare.com/{{ author.foursquare }}"><i class="fab fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare</a></li>
{% endif %}
{% if author.blog %}
<li><a href="{{ author.blog }}"><i class="fab fa-fw fa-pencil" aria-hidden="true"></i> Blog</a></li>
{% endif %}
{% if author.steam %}
<li><a href="https://steamcommunity.com/id/{{ author.steam }}"><i class="fab fa-fw fa-steam-square" aria-hidden="true"></i> Steam</a></li>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nav id="site-nav" class="greedy-nav">
<button><div class="navicon"></div></button>
<ul class="visible-links">
<li class="masthead__menu-item masthead__menu-item--lg masthead__menu-home-item"><a href="#about-me">Homepage</a></li>
<li class="masthead__menu-item masthead__menu-item--lg masthead__menu-home-item"><a href="#about-me">Kean Shi's Homepage</a></li>
{% for link in site.data.navigation.main %}
<li class="masthead__menu-item"><a href="{{ domain }}{{ link.url }}">{{ link.title }}</a></li>
{% endfor %}
Expand Down
6 changes: 3 additions & 3 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ My research interest includes neural machine translation and computer vision. I
- [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
- *2024.10* National Scholarship (Top 1%).
- *2023.10* Merit Student Scholarship (2nd).
- *2022.10* Merit Student Scholarship (3rd).
- *2024.10*, National Scholarship (Top 1%).
- *2023.10*, Merit Student Scholarship (2nd).
- *2022.10*, Merit Student Scholarship (3rd).

# 📖 Educations
- *2025.09 - 2025.06 (Pre-admission)*, Master in Computer Science, Peking University, Beijing.
Expand Down
Binary file modified images/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 706796a

Please sign in to comment.