Code Monkey home page Code Monkey logo

mobihoc-2019's Introduction

MobiHoc 2019 Web Site

This repository contains code and data for the MobiHoc 2019 web site.

License

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License (see LICENSE.md for details).

Prerequisites

You will need bower tool. On macOS with Homebrew

sudo port install bower
(or brew install bower)

On other system with nodejs installed:

sudo npm install -g bower

You will need xpdf and ImageMagick to generate the conference program. On macOS with Homebrew

brew install xpdf 
brew install imagemagick
sudo chown -R yourusername:admin /usr/local/include/
brew link imagemagick

If you're not sure of your username, you can run the command

whoami

Generating site using jekyll

The website uses jekyll engine to generate the website using the templates. To get started with jekyll, change to the source file directory and run

sudo gem install jekyll bundler
bundle install
bower install
bundle exec jekyll build

To generate the website and serve it from a local webserver, e.g., for debugging

bundle exec jekyll serve

Overview

The repository is organized as follows:

  • _config.yml is a configuration file for the website, defining title, menu, and several basic parameters
  • _data/ contains datasets in YaML or JSON format defining menu items, conference dates, news, and supporters
  • _includes/ are supplementary scripts to generate website's content, including templates for menu, news, google analytics, and sponsors
  • _layouts/ are layout files
  • _assets/ CSS, javascript, and image assets
  • *.md, *.html Individual pages in markdown or HTML format

Getting started as MobiHoc web chair

You'll have to request an account at:

http://campus.acm.org/public/infodir/account_request.cfm

For questions or to check on status of your request, you may try following up with [email protected]. They may contact the general chairs for confirmation.

You should receive further instructions from ACM on how to upload content to the server when your account is setup.

mobihoc-2019's People

Contributors

yinsun2002 avatar xingyuzhou989 avatar cawka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.