Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu zhou authored and Xinyu zhou committed Mar 23, 2024
1 parent 6874c5f commit e18f4f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@

# Academic Pages

![pages-build-deployment](https://github.com/academicpages/academicpages.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)

Academic Pages is a Github Pages template for academic websites.
# About Me

I am a 3rd-year master student currently at EPFL, Switzerland, majoring in Data Science. I am interested in deep learning, natural language processing (especially in Large Language Models), meta learning and even vison-language models. Now I am doing my Master Thesis in the [Machine Learning and Optimization Laboratory](https://mlo.epfl.ch/) under the supervision of [Prof. Martin Jaggi](https://people.epfl.ch/martin.jaggi). Before that, I also finished my semester project in the same lab. In addition, I finished my Bachelor's degree in Computer Science and Applied Mathematics.

# Getting Started

1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
1. Click the "Use this template" button in the top right.
1. On the "New repository" page, enter your repository name as "[your GitHub username].github.io", which will also be your website's URL.
1. Set site-wide configuration and add your content.
1. Upload any files (like PDFs, .zip files, etc.) to the `files/` directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
1. Check status by going to the repository settings, in the "GitHub pages" section
1. (Optional) Use the Jupyter notebooks or python scripts in the `markdown_generator` folder to generate markdown files for publications and talks from a TSV file.

See more info at https://academicpages.github.io/

## Running Locally
<!-- ## Running Locally
When you are initially working your website, it is very useful to be able to preview the changes locally before pushing them to GitHub. To work locally you will need to:
Expand All @@ -38,4 +28,4 @@ This repository was forked (then detached) by [Stuart Geiger](https://github.com
If you have bugfixes and enhancements that you would like to submit as a pull request, you will need to [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) this repository as opposed to using it as a template. This will also allow you to [synchronize your copy](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) of template to your fork as well.
Unfortunately, one logistical issue with a template theme like Academic Pages that makes it a little tricky to get bug fixes and updates to the core theme. If you use this template and customize it, you will probably get merge conflicts if you attempt to synchronize. If you want to save your various .yml configuration files and markdown files, you can delete the repository and fork it again. Or you can manually patch.
Unfortunately, one logistical issue with a template theme like Academic Pages that makes it a little tricky to get bug fixes and updates to the core theme. If you use this template and customize it, you will probably get merge conflicts if you attempt to synchronize. If you want to save your various .yml configuration files and markdown files, you can delete the repository and fork it again. Or you can manually patch. -->
20 changes: 2 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ author:
name : "Xinyu Zhou"
pronouns : # example: "she/her"
bio : "Learning Machine Learning"
location : "Lausaane, Switzerland"
location : "Lausanne, Switzerland"
employer : "EPFL"
uri : # URL
email : "[email protected]"
Expand Down Expand Up @@ -231,15 +231,7 @@ defaults:
values:
layout: single
author_profile: true
# _teaching
- scope:
path: ""
type: teaching
values:
layout: single
author_profile: true
share: true
comments: true

# _publications
- scope:
path: ""
Expand All @@ -258,14 +250,6 @@ defaults:
author_profile: true
share: true
comment: true
# _talks
- scope:
path: ""
type: talks
values:
layout: talk
author_profile: true
share: true


# Sass/SCSS
Expand Down

0 comments on commit e18f4f8

Please sign in to comment.