Affective, Neuroscience and Decision-making Lab is part of CCBS at University of Macau.
This website is built with Jekyll. It is derived from the great template provided by research-lab-website and Allan Lab, at Leiden University.
Install Ruby firstly, then install Jekyll.
gem install bundler jekyllClone this repository, then install the dependencies:
bundle installRun the local webserver with:
bundle exec jekyll serveAdding new member photos under assets/images/team folder. Member information are stored as yaml file under _data/member.yml. Each entry must look like this (be careful with spaces):
It's better to learn some basic rules of yaml, like YAML tutorial in the context of Jekyll. Some items are not necessary. The optimal personal photo width-height ratio is 3:4.
- title: Role of following members
members:
- name: Member name
image: Member image file name
content: Some description
social:
email: Email address
website: Personal websitePublications are stored as markdown file under _pages/publication.md. Just add a new entry like this (check basic markdown syntax):
Wu, H., Fung, B. J., & Mobbs, D. (2022). **Mentalizing during social interaction: the development and validation of the interactive mentalizing questionnaire**. *Frontiers in psychology*, 12. [[Link](https://doi.org/10.3389/fpsyg.2021.791835){:target='_blank'}]Update (2022-12-07): please also add a BibTex entry at the beginning of the assets/files/ANDlab-publications-Bibtex.bib file.
Just post it on our lab Twitter account and it will automatically show up.
We use Bootstrap v3 for designing the website. Feel free to modify either the _pages or the _layouts components.