Build on top of Academic Kickstart: The Template for Academic Website Builder
islab-website (https://github.com/ids-cv/islab-website) is imported to ./modules/islab-website to handle duplication (Hugo does not support symbolic links...):
- Author pages in
content/[en|ja]/authors/for AIM (islab) members are copied frommodules/islab-website/content/[en|ja]/authors/ - Projects in
content/[en|ja]/project/associated with the AIM group are copied frommodules/islab-website/content/[en|ja]/project/
./sync.sh is responsible for above copying. Modify this script to exclude some directories.
Directly modify respective directories for other groups' authors and projects.
Generated from bibtex files at:
bibtex/aim.bib-> modules/islab-webpage/bibtex/islab.bibbibtex/ict.bibbibtex/elsi.bib
using academic with the following command in :
$ academic import --bibtex bibtex/aim.bib --overwrite --normalize --publication-dir en/publication
$ academic import --bibtex bibtex/aim.bib --overwrite --normalize --publication-dir ja/publication
$ academic import --bibtex bibtex/ict.bib --overwrite --normalize --publication-dir en/publication
$ academic import --bibtex bibtex/ict.bib --overwrite --normalize --publication-dir ja/publication
$ academic import --bibtex bibtex/elsi.bib --overwrite --normalize --publication-dir en/publication
$ academic import --bibtex bibtex/elsi.bib --overwrite --normalize --publication-dir ja/publication