This is the source code for Mathematical Imaging and Geophysics Group at NTU.
- Website (Stable): https://personal.ntu.edu.sg/tongping/
- Test Site (Dev): https://migg-ntu.github.io/academic/
- Theme from wowchemy theme
- Build by Hugo
-
Close source codes
$ git clone [email protected]:MIGG-NTU/academic.git $ cd academic
-
Build the website
Build the website (within the
public
folder)$ hugo
Or generate a HTTP server and preview it in a web browser
$ hugo server
$ bash update_wowchemy.sh
-
Install prerequisite:
$ conda install -c conda-forge academic
-
Download BibTeX file, then run:
$ academic import --bibtex <path_to_your/publications.bib>
-
New folder will be created in
content/publication/
. Change the folder name for clearness.
Edit config/_default/config.toml
, change baseurl
to be "https://personal.ntu.edu.sg/tongping/".
This material uses Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). You are free to share and adapt the material as long as you follow the following license terms:
- Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes.