compiler-research / compiler-research.github.io

7 stars 49 forks source link

Feat: Add publication landing page #220

Closed Chaitanya-Shahare closed 2 months ago

Chaitanya-Shahare commented 2 months ago

Fixes #216

Changes

  1. Add Read More button for publications having link key in _data/publist.yml.

image

  1. Add _layouts/publication.html for the publication landing page layout with Abstract and Details section by default.

image

  1. We can add a markdown file for the particular publication in _pages/publication/<title-of-publication>.md with the front matter similar to the following

    ---
    title: Title of the Publication
    permalink: /publications/<dash-separated-title>
    layout: publication
    ---
    • Markdown can be populated for adding additional resources for the publication

    • title links the page to the _data/publist.yml file.

Chaitanya-Shahare commented 2 months ago

In this implementation we have to manually create a file for each publication we want to have a publication landing page.

We can have this page autogenerated for each publication by using a ruby script, should I add that?

vgvassilev commented 2 months ago

That’s probably fine. I am wondering if we could improve the style of the landing page and show the video recording, the code repository, etc. We can use the ipdps presentation for this.

Chaitanya-Shahare commented 2 months ago

Okay I'll add the presentation but not really sure about what video recording I should add?

vgvassilev commented 2 months ago

Okay I'll add the presentation but not really sure about what video recording I should add?

Yes, we should add all possible materials that we developed in a context of a publication.