Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth-Zzz committed Nov 7, 2024
1 parent be03d44 commit 84b6e4b
Show file tree
Hide file tree
Showing 12 changed files with 201 additions and 116 deletions.
73 changes: 1 addition & 72 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,72 +1 @@

<h1 align="center">
AcadHomepage
</h1>

<div align="center">

[![](https://img.shields.io/github/stars/RayeRen/acad-homepage.github.io)](https://github.com/RayeRen/acad-homepage.github.io)
[![](https://img.shields.io/github/forks/RayeRen/acad-homepage.github.io)](https://github.com/RayeRen/acad-homepage.github.io)
[![](https://img.shields.io/github/issues/RayeRen/acad-homepage.github.io)](https://github.com/RayeRen/acad-homepage.github.io)
[![](https://img.shields.io/github/license/RayeRen/acad-homepage.github.io)](https://github.com/RayeRen/acad-homepage.github.io/blob/main/LICENSE) | [中文文档](./docs/README-zh.md)
</div>

<p align="center">A Modern and Responsive Academic Personal Homepage</p>

<p align="center">
<br>
<img src="docs/screenshot.png" width="100%"/>
<br>
</p>

Some examples:
- [Demo Page](https://rayeren.github.io/acad-homepage.github.io/)
- [Personal Homepage of the author](https://rayeren.github.io/)

## Key Features
- **Automatically update google scholar citations**: using the google scholar crawler and github action, this REPO can update the author citations and publication citations automatically.
- **Support Google analytics**: you can trace the traffics of your homepage by easy configuration.
- **Responsive**: this homepage automatically adjust for different screen sizes and viewports.
- **Beautiful and Simple Design**: this homepage is beautiful and simple, which is very suitable for academic personal homepage.
- **SEO**: search Engine Optimization (SEO) helps search engines find the information you publish on your homepage easily, then rank it against similar websites.

## Quick Start

1. Fork this REPO and rename to `USERNAME.github.io`, where `USERNAME` is your github USERNAME.
1. Configure the google scholar citation crawler:
1. Find your google scholar ID in the url of your google scholar page (e.g., https://scholar.google.com/citations?user=SCHOLAR_ID), where `SCHOLAR_ID` is your google scholar ID.
1. Set GOOGLE_SCHOLAR_ID variable to your google scholar ID in `Settings -> Secrets -> Actions -> New repository secret` of the REPO website with `name=GOOGLE_SCHOLAR_ID` and `value=SCHOLAR_ID`.
1. Click the `Action` of the REPO website and enable the workflows by clicking *"I understand my workflows, go ahead and enable them"*. This github action will generate google scholar citation stats data `gs_data.json` in `google-scholar-stats` branch of your REPO. When you update your main branch, this action will be triggered. This action will also be trigger 08:00 UTC everyday.
1. Generate favicon using [favicon-generator](https://redketchup.io/favicon-generator) and download all generated files to `REPO/images`.
1. Modify the configuration of your homepage `_config.yml`:
1. `title`: the title of your homepage
1. `description`: the description of your homepage
1. `repository`: USER_NAME/REPO_NAME
1. `google_analytics_id` (optional): google analytics ID
1. SEO Related keys (optional): get these keys from search engine consoles (e.g. Google, Bing and Baidu) and paste here.
1. `author`: the author information of this homepage, including some other websites, emails, city and univeristy.
1. More configuration details are described in the comments.
1. Add your homepage content in `_pages/about.md`.
1. You can use html+markdown syntax just same as jekyll.
1. You can use a `<span>` tag with class `show_paper_citations` and attribute `data` to display the citations of your paper. Set the data to the google scholar paper ID. For
```html
<span class='show_paper_citations' data='DhtAFkwAAAAJ:ALROH1vI_8AC'></span>
```
> Q: How to get the google scholar paper ID?
> A: Enter your google scholar homepage and click the paper name. Then you can see the paper ID from `citation_for_view=XXXX`, where `XXXX` is the required paper ID.
1. Your page will be published at `https://USERNAME.github.io`.

## Debug Locally

1. Clone your REPO to local using `git clone`.
1. Install Jekyll building environment, including `Ruby`, `RubyGems`, `GCC` and `Make` following [the installation guide](https://jekyllrb.com/docs/installation/#requirements).
1. Run `bash run_server.sh` to start Jekyll livereload server.
1. Open http://127.0.0.1:4000 in your browser.
1. If you change the source code of the website, the livereload server will automatically refresh.
1. When you finish the modification of your homepage, `commit` your changings and `push` to your remote REPO using `git` command.

# Acknowledges

- AcadHomepage incorporates Font Awesome, which is distributed under the terms of the SIL OFL 1.1 and MIT License.
- AcadHomepage is influenced by the github repo [mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes), which is distributed under the MIT License.
- AcadHomepage is influenced by the github repo [academicpages/academicpages.github.io](https://github.com/academicpages/academicpages.github.io), which is distributed under the MIT License.
# Zizheng Zhou's Homepage
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# `jekyll serve`. If you change this file, please restart the server process.

# Site Settings
title : "Zizheng"
title : "Zizheng Zhou"
description : ""
repository : # "RayeRen/acad-homepage.github.io"
google_scholar_stats_use_cdn : true
Expand All @@ -21,7 +21,7 @@ baidu_site_verification : # get baidu_site_verification from https://ziyuan.ba

# Site Author
author:
name : "Zizheng Zhou (周子正)"
name : "Zizheng Zhou\n(周子正)"
avatar : "images/android-chrome-512x512.png"
bio : "Shanghai Jiao Tong University"
location : "Shanghai, China"
Expand All @@ -43,7 +43,7 @@ author:
instagram :
impactstory : # e.g., "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
lastfm :
linkedin : # e.g., "linkedin username"
linkedin : "zizheng-zhou-300835326" # e.g., "linkedin username"
dblp : # e.g., "https://dblp.org/pid/xx/xxxx.html"
orcid : # e.g., "https://orcid.org/xxxx"
pinterest :
Expand Down
16 changes: 11 additions & 5 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
main:
- title: "About Me"
url: "/#about-me"

- title: "Education"
url: "/#Education"

- title: "Experiences"
url: "/#Experiences"

- title: "Publications"
url: "/#-publications"
url: "/#Publications"

- title: "Educations"
url: "/#-educations"
- title: "Services"
url: "/#Services"
# - title: "Curriculum Vitae"
# url: "./assets/CV.pdf"

- title: "Internships"
url: "/#-internships"
172 changes: 159 additions & 13 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,190 @@ redirect_from:
{% assign url = gsDataBaseUrl | append: "google-scholar-stats/gs_data_shieldsio.json" %}

<span class='anchor' id='about-me'></span>
Hi, I am Zizheng Zhou, an undergraduate student majoring in **Artificial Intelligence** at Shanghai Jiao Tong University.
<h1 style="border-bottom: 0; margin-bottom: 0; padding-bottom: 0.4em"> Hello there!</h1>
I am Zizheng Zhou, a senior undergraduate student majoring in **Artificial Intelligence** at Shanghai Jiao Tong University. I am also a member of [Guozhi Class](http://www.qingyuan.sjtu.edu.cn/c/Introductiongzb) (A training program for top-notch talents in AI, held by [Prof. Cewu Lu](https://www.mvig.org) and [Prof. Xiaoou Tang](https://www.ie.cuhk.edu.hk/faculty/Tang-Xiaoou-Sean/)).

Currently, I am fortunate to collaborate with [Dr. Kelvin C.K. Chan](https://ckkelvinchan.github.io), [Dr. Yu-Chuan Su](https://sammy-su.github.io) and [Prof. Ming-Hsuan Yang](https://faculty.ucmerced.edu/mhyang/). Previously, I worked as an undergraduate researcher with [Prof. Yong-Lu Li](https://dirtyharrylyl.github.io), supervised by [Prof. Cewu Lu](https://mvig-rhos.com).

<span class='anchor' id='Education'></span>
# Education

# 📝 Publications
<div class='logo-box'>
<div class='logo-box-image'>
<div>
<img src='images/sjtu.png' alt="SJTU">
</div>
</div>
<div class='logo-box-text' markdown="0">

<h2><a href="https://en.sjtu.edu.cn">
Shanghai Jiao Tong University
</a></h2>
<p>
<i>Undergraduate Student</i>
<br>
<b>Major</b>: Artificial Intelligence (<a href="http://www.qingyuan.sjtu.edu.cn/c/Introductiongzb">Guozhi Class</a>)
<br>
<b>Grade:</b> 90.97/100
</p>

<p>
August, 2021 - June, 2025 (Expected)
<br>Shanghai, China
</p>
</div>
</div>

<!-- <div class='logo-box'>
<div class='logo-box-image'>
<div>
<img src='images/sy.png' alt="Shiyan">
</div>
</div>
<div class='logo-box-text' markdown="1">
**2018.09 - 2021.06**
[Shandong Experimental High School](http://sdshiyan.jinan.cn/col/col5154/index.html)
</div>
</div> -->

# 📖 Educations
<span class='anchor' id='Experiences'></span>
# Experiences

<!-- GOOGLE -->
<div class='logo-box'>
<div class='logo-box-image'>
<div>
<img src='images/sjtu.png' alt="SJTU">
<img src='images/google.png' alt="Google">
</div>
</div>
<div class='logo-box-text' markdown="1">
<div class='logo-box-text' markdown="0">

<h2>Google</h2>
<p>
<i>Research Collaborator</i>
<br>
<b>Supervisior: </b>
<br>
<a href="https://ckkelvinchan.github.io">Dr. Kelvin C.K. Chan</a>
<br>
<a href="https://sammy-su.github.io">Dr. Yu-Chuan Su</a>
<br>
<a href="https://faculty.ucmerced.edu/mhyang/">Prof. Ming-Hsuan Yang</a>
</p>
<p>
July, 2024 - <i>Present</i>
<br>Remote
</p>

**2021.09 - (now)**

[Shanghai Jiao Tong University](https://en.sjtu.edu.cn)
</div>
</div>

<!-- UCMERCED -->
<div class='logo-box'>
<div class='logo-box-image'>
<div>
<img src='images/ucm.jpeg' alt="UC Merced">
</div>
</div>
<div class='logo-box-text' markdown="0">


<h2><a href="https://www.ucmerced.edu">University of California, Merced</a></h2>
<p>
<i>Visiting Student</i>
<br>
<b>Supervisior: </b>
<br>
<a href="https://faculty.ucmerced.edu/mhyang/">Prof. Ming-Hsuan Yang</a>
</p>
<p>
July, 2024 - September, 2024
<br>Merced, CA
</p>

</div>
</div>


<!-- SJTU -->
<div class='logo-box'>
<div class='logo-box-image'>
<div>
<img src='images/sy.png' alt="Shiyan">
<img src='images/sjtu.png' alt="MVIG-RHOS">
</div>
</div>
<div class='logo-box-text' markdown="1">
<div class='logo-box-text' markdown="0">


<h2><a href="https://mvig-rhos.com">
MVIG-RHOS, Shanghai Jiao Tong University
</a></h2>
<p>
<i>Undergraduate Research Assistant</i>
<br>
<b>Supervisior: </b>
<br>
<a href="https://dirtyharrylyl.github.io">Prof. Yong-Lu Li</a>
<br>
<a href="https://www.mvig.org">Prof. Cewu Lu</a>
</p>

<p>
January, 2024 - March, 2024
<br>Shanghai, China
</p>


**2018.09 - 2021.06**
</div>
</div>

<span class='anchor' id='Publications'></span>
# Publications

[Shandong Experimental High School](http://sdshiyan.jinan.cn/col/col5154/index.html)

<div class='paper-box'>
<div class='paper-box-image'>
<div>
<div class='badge'>
ECCV 2024
</div>
<img src='images/kp.png'>
</div>
</div>
<div class='paper-box-text'>
<p>
<i>Bridging the Gap between Human Motion and Action Semantics via Kinematic Phrases</i>
<br>
Xinpeng Liu, Yong-Lu Li, Ailing Zeng, <b>Zizheng Zhou</b>, Yang You, and Cewu Lu
</p>
<p>
<a href="https://arxiv.org/abs/2310.04189">arXiv</a> | <a href="https://foruck.github.io/KP/">Website</a> | <a href="https://github.com/Foruck/Kinematic-Phrases">Code</a>
</p>
</div>
</div>

<div class='paper-box'>
<div class='paper-box-image'>
<div>
<div class='badge'>
Under Review
</div>
<img src='images/gio.png'>
</div>
</div>
<div class='paper-box-text'>
<p>
<i>Interacted Object Grounding in Spatio-Temporal Human-Object Interactions</i>
<br>
Boran Wen*, Xiaoyang Liu*, <b>Zizheng Zhou</b>, Hongwei Fan, Xinpeng Liu, Yong-Lu Li, Cewu Lu
</p>
</div>
</div>

# 💻 Experiences
- **2023.01 - (now)**, [MVIG-RHOS](https://mvig-rhos.com), Shanghai Jiao Tong University.
<span class='anchor' id='Services'></span>
# Services
- Reviewer, ICLR2025
4 changes: 2 additions & 2 deletions _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
h1 {
margin-top: 1em;
padding-bottom: 0.5em;
border-bottom: 1px solid $border-color;
border-bottom: 2px solid $border-color;
}

p, li, dl {
font-size: 1em;
font-size: $type-size-6;
}

/* paragraph indents */
Expand Down
2 changes: 2 additions & 0 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@

.author__name {
margin: 0;
white-space: pre;


@include breakpoint($large) {
margin-top: 10px;
Expand Down
21 changes: 11 additions & 10 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $indent-var : 0.5em;

/* system typefaces */
$serif : Georgia, Times, serif;
$sans-serif : "Trebuchet MS", Helvetica, sans-serif;
$sans-serif : "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
// $sans-serif : Georgia, serif, sans-serif;

// $sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
Expand All @@ -36,14 +36,15 @@ $header-font-family : $sans-serif;
$caption-font-family : $serif;

/* type scale */
$type-size-1 : 2.441em; // ~39.056px
$type-size-2 : 1.953em; // ~31.248px
$type-size-3 : 1.4em; // ~25.008px
$type-size-4 : 1.2em; // ~20px
$type-size-5 : 1em; // ~16px
$type-size-6 : 1em; // ~12px
$type-size-7 : 0.6875em; // ~11px
$type-size-8 : 0.625em; // ~10px
$size-factor : 1.1;
$type-size-1 : 2.441em * $size-factor; // ~39.056px
$type-size-2 : 1.953em * $size-factor; // ~31.248px
$type-size-3 : 1.4em * $size-factor; // ~25.008px
$type-size-4 : 1.2em * $size-factor; // ~20px
$type-size-5 : 1em * $size-factor; // ~16px
$type-size-6 : 1em * $size-factor; // ~12px
$type-size-7 : 0.6875em * $size-factor; // ~11px
$type-size-8 : 0.625em * $size-factor; // ~10px


/*
Expand All @@ -67,7 +68,7 @@ $primary-color : #7a8288;
$success-color : #62c462;
$warning-color : #f89406;
$danger-color : #ee5f5b;
$info-color : #224b8d;
$info-color : #3b3a84;
// $info-color : #52adc8;

/* brands */
Expand Down
Loading

0 comments on commit 84b6e4b

Please sign in to comment.