mrjleo / slides

This repository contains slides for my presentations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository contains slides for my presentations.


Languages

Language:HTML 59.5%Language:TeX 36.4%Language:CSS 3.7%Language:JavaScript 0.3%