Skip to content

atzori/2018

 
 

Repository files navigation

International Conference on ARTIFICIAL INTELLIGENCE AND KNOWLEDGE ENGINEERING (IEEE AIKE)

The First IEEE International Conference on Artificial Intelligence and Knowledge Engineering (AIKE 2018), is an international forum for academia and industries to exchange visions and ideas in the state of the art and practice of Artificial Intelligence and Knowledge Engineering, as well as to identify the emerging topics and define the future of Artificial Intelligence and Knowledge Engineering.

This repository contains the website of the IEEE AIKE Conference.

In the following some technical details on the use of this template.

Technical Details

Preview

Made using Creative, a one page creative theme for Bootstrap created by Start Bootstrap.

View Live Preview

Usage

Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After installation, run npm install and then run gulp dev which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

Gulp Tasks
  • gulp the default task that builds everything
  • gulp dev browserSync opens the project in your default browser and live reloads when changes are made
  • gulp sass compiles SCSS files into CSS
  • gulp minify-css minifies the compiled CSS file
  • gulp minify-js minifies the themes JS file
  • gulp copy copies dependencies from node_modules to the vendor directory

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.5%
  • CSS 27.1%
  • JavaScript 11.4%