-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feat: Add publication landing page #220
Conversation
- 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`
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? |
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. |
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. |
_data/publist.yml
Outdated
# 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' |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #216
Changes
Read More
button for publications havinglink
key in_data/publist.yml
._layouts/publication.html
for the publication landing page layout withAbstract
andDetails
section by default._pages/publication/<title-of-publication>.md
with the front matter similar to the followingMarkdown can be populated for adding additional resources for the publication
title
links the page to the_data/publist.yml
file.