Skip to content

MIGG-NTU/academic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIGG-NTU Homepage

Deploy License: CC BY-NC 4.0

This is the source code for Mathematical Imaging and Geophysics Group at NTU.

Build the site locally

  1. Install Hugo

  2. Close source codes

    $ git clone git@github.com:MIGG-NTU/academic.git
    $ cd academic
    
  3. 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
    

Upgrade the theme

$ bash update_wowchemy.sh

Update publication

  1. Install prerequisite:

    $ conda install -c conda-forge academic
    
  2. Download BibTeX file, then run:

    $ academic import --bibtex <path_to_your/publications.bib>
    
  3. New folder will be created in content/publication/. Change the folder name for clearness.

Upload to NTU domain

Edit config/_default/config.toml, change baseurl to be "https://personal.ntu.edu.sg/tongping/".

License

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.