https://github.com/oeway/oeway.github.io
Wei OUYANG's personal website
https://github.com/oeway/oeway.github.io
Last synced: 3 months ago
JSON representation
Wei OUYANG's personal website
- Host: GitHub
- URL: https://github.com/oeway/oeway.github.io
- Owner: oeway
- Created: 2020-03-07T20:45:28.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T09:05:32.000Z (over 2 years ago)
- Last Synced: 2025-07-02T08:11:11.355Z (12 months ago)
- Language: HTML
- Homepage: https://oeway.github.io/
- Size: 5.75 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Wei Ouyang's personal website
## Development
To develop the site locally, you need to install hugo_extended, see [here](https://wowchemy.com/docs/getting-started/install-hugo-extended/) for more details.
Then run the following command to start a local server:
```
hugo server
```
### Update publications
Run the following command:
```
curl "https://scholar.googleusercontent.com/citations?view_op=export_citations&user=bJBzM18AAAAJ&citsig=AMD79ooAAAAAY7soJbArD3N0mT3AJqRk4wy8NX2ommv7&hl=en" -o assets/publications.bib
```
Optionally, go to [google scholar page](https://scholar.google.co.uk/citations?user=bJBzM18AAAAJ&hl=en) and select all the publications, click `EXPORT` and choose `BibTex`, save the content as 'publication.bib' file and save into `assets/publication.bib`.
To convert the format, run the following command:
```
pip3 install -U academic
academic import --bibtex assets/publications.bib
```
This will regenerate `publication` folder.
See [here](https://wowchemy.com/docs/content/publications/) for more details.
## Acknowledgements
This website is built with [wowchemy](https://wowchemy.com/)