Giter Club home page Giter Club logo

2024's Introduction

Web pages for the 'Workshop on Uncertainty Quantification for Computer Vision'

This web page uses Jekyll through GitHub pages which renders static HTML pages that are accessible at https://uncertainty-cv.github.io/2024/. The layout should auto-support various screen sizes etc. through bootstrap.

Maintaining / Updating

Content is somewhat decoupled from the HTML/layout and should be edited as follows

  • Basic information in _config.yml
  • Deadlines (shown on main page and CfP) in _config.yml
  • Speaker information in _data/speakers.yml
  • Speaker photos should go in assets/speakers/ if available.
  • Organizer information in _data/organizers.yml
  • Navigation meny items (also enable/disable) in _data/menu.yml
  • Main page content (as HTML) in index.html
  • Sub-page content (as Markdown) in _pages/

The page is built and deployed through GitHub pages automatically on pushing to the repo.

Installation

You will need to install Jekyll on your machine first. See jekyllrb.com for detailed guides on installing Ruby, RubyGems and Jekyll on a specific operating system.

Note: I had to do the following additional steps to get Jekyll working:

  1. Adjust the .zshrc entries to the actually installed Ruby version
  2. Install additional packages with the GEM installer: gem install github-pages, and gem install webrick.

Previewing / Running locally

After that you can clone this repository, checkout the gh-pages branch, and run the following:

jekyll serve --baseurl ""

Where the --baseurl option overwrites the GitHub-specific path, and makes the page preview available (typically) at http://127.0.0.1:4000/

2024's People

Contributors

trappmartin 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.