Giter VIP home page Giter VIP logo

algorithms-with-predictions.github.io's Introduction

Website for Algorithms with Predictions (ALPS)

The idea of this project is to maintain an overview over the current state of research on Algorithms with Predictions and collect links to further relevant material. This should especially help new researchers in this field to orient faster, but we also try to keep track over and cluster the large amount of results and publications in this field.

How to Contribute in General

The sources and data for this webpage are available on GitHub. It uses Gatsby for static site rendering and is hosted via GitHub Pages.

Everyone is very welcome to contribute:

  • Maintain paper references, e.g. adding, updating and labeling references (see papers/ directory and syntax below)
  • Add and edit further material. This page is generated from the Markdown file src/markdown-pages/material.md and is thus easy to modify.
  • Improve layout or design, add new features.

Most contributions can be done via Pull Requests directly in the repository. For more involved suggestions or discussions, feel free to contact us ([email protected]).

Adding and Editing Paper References

Paper entries are based on YAML files, which are located in the directory papers/.

As an example, this is the data file for the caching paper by Lykouris and Vassilvitskii (LykourisV18competitive.yml):

title: Competitive Caching with Machine Learned Advice
authors: Lykouris, Vassilvitskii
publications:
  - name: ICML
    year: 2018
    url: http://proceedings.mlr.press/v80/lykouris18a/lykouris18a.pdf
  - name: arXiv
    year: 2018
    month: 1 # optional
    day: 4 # optional
    url: https://arxiv.org/pdf/1802.05399.pdf
  - name: J. ACM
    year: 2021
    url: https://dl.acm.org/doi/10.1145/3447579
labels: 
  - online
  - caching/paging 

If you want to add or change the entry of a paper, you can either add/edit the file via a Pull Request or send us the file via e-mail. In case you want to add a paper, please try to find a unique filename (as in the example above; but there are no strict conventions).

Automated Publication Fetching

It is also possible to only add the title and labels of a paper:

title: Competitive Caching with Machine Learned Advice
labels: 
  - online
  - caching/paging 

We use an automated procedure to fetch the authors last names and all publications which have an (almost) matching title from DBLP and arXiv. In this example, all three publications of this paper can be added automatically.

Local Development

You can start a local development instance of this webpage as follows:

First, clone this repository and install dependencies via a node package manager, e.g. yarn:

yarn

Then, install the gatsby command line interface

yarn global add gatsby-cli

and finally run

yarn develop

algorithms-with-predictions.github.io's People

Contributors

mountlex avatar bs24 avatar ssilwa avatar adamlechowicz avatar adampolak avatar xtof-durr avatar cxjdavin avatar floresentenac avatar gabriel-istrate avatar linan0430 avatar sergei-v avatar thydnguyen avatar ilanrcohen avatar jmaghakian avatar kimskak avatar mattcasey02 avatar nmegow avatar

Watchers

 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.