Skip to content

samsonzhou/algorithms-with-predictions.github.io

 
 

Repository files navigation

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.

We appreciate contributions of any kind:

  • adding, updating and labeling references (see papers/)
  • adding/editing further material (the markdown file is located at src/markdown-pages/material.md)
  • improvements to functionality and design

Most contributions can be done via Pull Requests directly in the repository (e.g. edit/add the data source for a paper entry, see more details in the next section). For more involved suggestions or discussions, feel free to contact us (alps-web@uni-bremen.de).

Adding and Editing Paper References

Paper entries are based on a 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).

Development

Install dependencies via yarn or npm install.

Then start the development server via the develop script (which calls gatsby develop).

About

Overview website for research on Algorithms with Predictions (ALPS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • CSS 4.4%