GithubHelp home page GithubHelp logo

grseb9s / gpss17 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gpschool/gpss17

0.0 1.0 0.0 60.17 MB

Gaussian Process and Uncertainty Quantification Summer School 2017

HTML 1.00% CSS 0.48% Jupyter Notebook 98.26% R 0.02% MATLAB 0.23%

gpss17's Introduction

Confweb

This is a repository for easily creating conferences. To create your own conference. Create a repo in your username with your confname then type.

$ git clone --bare https://github.com/sods/confweb.git
$ cd confweb.git
$ git push --mirror https://github.com/username/confname.git
$ cd ..
$ rm -rf confweb.git

Then you can clone the new website as normal.

The main settings can be found in the _config.yml file. They include conference location, name, year, days of operation.

To create the conference site, the base site is created with

$ jekyll site new .

Then a few layout files are added

_layouts/program.html
_layouts/single.html
_layouts/multi.html
_layouts/registration.html
_layouts/getting_there.html
_layouts/about.html

These dictate how the program is displayed. single.html and ```multi.html`` are for single and multiple track sessions.

There are some include files for bits of html which are need about the place.

_includes/listperson.html
_includes/listsponsor.html
_includes/listtalk.html
_includes/listmulti.html
_includes/listsingle.html
_includes/map.html
_includes/google_tracking_code.html

Then the sessions themselves are stored in the _posts directory. Each session is recorded as post in the format YYYY-MM-DD-session-name.md, and inside each session is the list of speakers and talks. See example session for details.

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.