This repository contains AI•ON projects files as well as the source code of the ai-on.org website.
AI•ON is an open community dedicated to advancing Artificial Intelligence by:
- Drawing attention to important yet under-appreciated research problems.
- Connecting researchers and encouraging open scientific collaboration.
- Providing a learning environment for students looking to gain machine learning experience.
Learn more at ai-on.org and get in touch through gitter.
gem install jekyll bundler
- turn the server:
- jekyll serve --watch
.
├── README.md
├── _config.yml # Site Config
├── _data
├── _posts # Add Posts Here (New Projects)
├── _includes # Page Partials eg: header, navigation
├── _layouts # Page Layouts eg: home_page, page
├── _plugins # Scripts / Plugins (if needed)
├── css
├── js
├── img
├── _site # Automatically generated
├── index.html
├── process.html
├── projects.html
└── style.css