This is a Github Pages of "Center for MARS Artificial Intelligence Research".
If you are a member of the center and need an edit permission for this repository, ask Dongkwan Kim([email protected]) to invite you to this organization.
To edit Publications and People section, please edit Publications and People sheet of this Google Sheet document. The content of this file is directly synchronized to this homepage. If you need edit permission for this repository, please ask Dongkwan Kim([email protected]).
To add and edit custom markdown-based webpages, Please edit Documents sheet of this Google Sheet document. The content of this file is directly synchronized to this homepage. Make sure you start the path value with /
. e.g. /nips2018
.
To set up a development environment for this project, follow the instructions below.
- Make sure to install node.js and Yarn.
- Run this command to install dependencies:
mars-ai.github.io$ yarn install
- Run this command to start development server:
mars-ai.github.io$ yarn start
- Open http://localhost:8080 in your web browser to see live transpiled version of your code locally served.
- Edit code. Changes are reflected when you simply refresh the web page on the web browser.
- Run this command to build the bundled JS file when you're done.
mars-ai.github.io$ yarn build
- Commit & push your change.