This is the website for the Adobe Media and Data Science Research (MDSR) Laboratory.
- Clone the repository
- Run
brew install git golang hugo nodeto install the dependencies - Run
hugo server -Dto start the development server - Open
http://localhost:1313/in your browser to view the website
- Add your profile to the
content/authors/directory by creating a new folder with your name. - Copy the
_index.mdfile fromcontent/authors/admin/_index.mdto your new folder. - Update the
_index.mdfile with your information. - Add your profile picture to your folder with the name
avatar.jpg.
- Add your publication to the
content/publication/directory by creating a new folder with some short name for your publication. - Add 'index.md' file to your folder and add the publication details in it. See the example in
content/publication/long-term-memorability/index.md. - Add 'featured.jpg' or 'featured.png' to your folder and add the publication picture to it.