Code Monkey home page Code Monkey logo

codeml2024's Introduction

Website of the CODEML Workshop

This repository contains the source files for codeml-workshop.github.io/codeml2024, the website of the CODEML 2024 workshop.


logo

Requesting Changes

You can request features or report bugs by creating an issue. Be aware that your requested change has a much higher probability of being considered if you suggest it directly via a pull request (see contribution guide below).

Contributing

The site is built using Jekyll with the al-folio theme. Bibliography support is provided by Jekyll-Scholar.

Simple Changes

You can make simple changes directly in the browser.

  1. Fork the repository on Github. (Optional for Github organization members.)
  2. Navigate to the file you want to change on GitHub and click the "Edit this file" button. Make changes and create a commit.
  3. Make a pull request to the main repository with your changes. (Optional for Github organization members.)

Advanced

Forking and Cloning the Repository

Fork the repository and GitHub and clone it to your local machine using git. It is recommended to set up codeml-workshop/codeml.github.io as a second upstream remote so you can easily keep up-to-date with the main repository. More detail here.

Setting Up Ruby

Install Ruby and Bundler via the following instructions depending on your platform:

Linux:

sudo apt-get install ruby-dev
sudo gem install bundler

Mac: Installs rbenv to manage your Ruby version and Ruby itself. See the rbenv documentation for more instructions on how it works.

brew install rbenv ruby-build
rbenv init # Follow the printed instructions to setup rbenv in your shell.
rbenv global 3.1.2 # Sets your default version of ruby globally.

Now restart your shell and navigate to the directory of this repository.

Installing Dependencies

gem install bundler

Then install the required dependencies and plugins for the site via:

bundle install

Making and Viewing Changes

You can edit the website and view the changes in real-time via:

bundle exec jekyll serve --livereload --open-url

Creating a Pull Request

Once you are satisfied with your changes, git push them to your fork on GitHub and create a pull request to the main repository.

codeml2024's People

Contributors

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