An open API service indexing awesome lists of open source software.

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

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/)