This is the updated website for the AIIDE conference Experimental AI in games Workshop. It features basic information about the workshop, submission deadlines, announcements, and the workshop schedule.
This site is built using NextJS. It is a JavaScript framework based on React.
Here are the following scripts available in the package.json
.
- yarn dev - Starts development server on localhost
- yarn start - Alias for
yarn dev
. - yarn build - Create production build of the website
- yarn lint - Run the code linter
- yarn clean - Delete cached files and old build files
- yarn typecheck - Run a TypeScript type check to ensure code correctness
- yarn deploy - Deploy a production version of the site to the
gh-pages
branch. (changes are visible to the public)
The call for papers information lives in the src/call_for_papers.md
. Next
uses a plugin to convert the content within the Markdown file into HTML.
Here is a cheat sheet for Markdown syntax:
https://www.markdownguide.org/cheat-sheet/.
Please update this file to change the content on the page. Styling is handled
in the src/global.scss
file.
All paper database entries are managed in src/paper_data.json
.
To link to papers within this repository use the following download link prefix:
https://github.com/downloads/aiide-exag/aiide-exag.github.io/papers/<PAPER NAME HERE>