Skip to content

Feat: Add publication landing page #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

Chaitanya-Shahare
Copy link
Contributor

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.

- Add publication.html for layout of the publication page
- Update publications.md to add a `Read More` button redirecting to the specific publication page
- Add publication page for `Fast And Automatic Floating Point Error Analysis With CHEF-FP`
@Chaitanya-Shahare
Copy link
Contributor Author

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
Copy link
Contributor

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
Copy link
Contributor Author

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

@vgvassilev
Copy link
Contributor

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.

# selective approximation. To this end, we propose CHEF-FP, a flexible, scalable, and easy-to-use
# source-code transformation tool based on Automatic Differentiation (AD) for analyzing
# approximation errors in HPC applications. CHEF-FP uses ...
# cites: '0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably do not need this because it will be invalidated very soon and I do not think it is feasible to keep it up to date.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are just referring to to the commented section right? I'll delete it.

Copy link
Contributor

@vgvassilev vgvassilev Jun 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean that we do not need to store information about the citation counts, and to display that, too.

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vgvassilev vgvassilev merged commit a5001c8 into compiler-research:master Jun 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create publication landing pages
2 participants