Skip to content

Keyuuu30/lab-website

 
 

Repository files navigation

AND Lab Website

Twitter URL

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.

Setup

Install Ruby firstly, then install Jekyll.

gem install bundler jekyll

Clone this repository, then install the dependencies:

bundle install

Run

Run the local webserver with:

bundle exec jekyll serve

Contribute

Add a new member

Adding 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 website

Add a new publication

Publications 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.

Add news

Just post it on our lab Twitter account and it will automatically show up.

Edit template

We use Bootstrap v3 for designing the website. Feel free to modify either the _pages or the _layouts components.

About

Official website of AND Lab

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 71.8%
  • TeX 24.2%
  • HTML 3.8%
  • Other 0.2%