This is the website for the Adobe Media and Data Science Research (MDSR) Laboratory.
- Fork the repository using your personal Github account, and clone the repository to your local machine.
- 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
Note: Profile files are stored in content/authors/ (required by Hugo Blox), but appear as /people/ URLs on the website.
- Add your profile to the
content/authors/directory by creating a new folder with your name (use lowercase and hyphens, e.g.,yaman-kumar-singla). - Copy the
_index.mdfile from an existing person's folder (e.g.,content/authors/yaman-kumar-singla/_index.md) to your new folder. Make sure not to rename the file. - Update the
_index.mdfile with your information. Make sure to setuser_groupsto include["Researchers"]to appear on the People page. - Add your profile picture to your folder with the name
avatar.jpgoravatar.png. - Compile the website and verify the changes by running
hugo server -D. Your profile will be available athttps://adobe.mdsr.live/people/your-name/. - Commit the changes to the repository by raising a PR on the main branch of the base repository from your forked repository.
- Add your publication to the
content/research/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/research/long-term-memorability/index.md. Make sure to update thedateandpublishDatefields to the correct date of the publication. Don't change the name of the file. - Add 'featured.jpg' or 'featured.png' to your folder and add the publication picture to it.
- Compile the website and verify the changes by running
hugo server -Dand commit the changes to the repository by raising a PR on the main branch of the base repository from your forked repository.