Skip to content

AI-ON/ai-on.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Francois Chollet
Jan 4, 2018
6245ef8 · Jan 4, 2018

History

31 Commits
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Jan 4, 2018
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Oct 18, 2016
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017
Dec 3, 2017

Repository files navigation

ai-on.org

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.

Development:

Jekyll Setup:

  • gem install jekyll bundler
  • turn the server:
    • jekyll serve --watch

Site Development:

.
├── 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

About

AI•ON projects repository and website source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published