Giter VIP home page Giter VIP logo

slides's Introduction

Slides

This repository contains slides for my presentations.

  • Efficient Neural Ranking using Forward Indexes and Lightweight Encoders
    Jurek Leonhardt, Henrik Müller, Koustav Rudra, Megha Khosla, Abhijit Anand, Avishek Anand
    Journal paper (TOIS, just accepted)
    ACM | arXiv | slides | code

  • Efficient and Explainable Neural Ranking
    Jurek Leonhardt
    PhD thesis (2023)
    TIB | slides

  • Efficient Neural Ranking using Forward Indexes
    Jurek Leonhardt, Koustav Rudra, Megha Khosla, Abhijit Anand, Avishek Anand
    Full paper (TheWebConf 2022)
    ACM | arXiv | slides | code

Local Development

Clone the repository and run the commands below.

Using Docker

First, build the image:

docker build -t slides-dev .

Next, run a container:

docker run -d \
  --mount type=bind,src="$(pwd)",target=/slides \
  -p 8000:8000 -p 35729:35729 \
  --name slides-dev-container \
  slides-dev

Finally, compile the LaTeX figues (this only needs to be done once):

docker exec -it slides-dev-container npm run compile_latex

Navigate your browser to http://localhost:8000/.

Without Docker

Install the dependencies:

Install the node modules:

npm install

Compile the LaTeX figues (this only needs to be done once):

npm run compile_latex

In order to work with live reloading, start a local server:

npm start

Navigate your browser to http://localhost:8000/.

Libraries

Attribution

Some slides contain icons created by juicy_fish (Flaticon).

slides's People

Contributors

mrjleo avatar

Watchers

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