summaryrefslogtreecommitdiff
path: root/src/Render.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-05-15Update Bokeh versionLars-Dominik Braun1-1/+1
2018-05-15Add citeable DOILars-Dominik Braun1-0/+6
2018-03-12Prepare for publicationLars-Dominik Braun1-19/+44
Add a few more protocols, process BibTeX files with biber, copy&paste whitepaper, add proper license.
2018-01-16Add simple publication year histogram using bokehLars-Dominik Braun1-2/+9
2018-01-08Upgrade external librariesLars-Dominik Braun1-7/+13
2018-01-08Move about section back into normal page flowLars-Dominik Braun1-36/+33
Was a modal before.
2017-11-07Rework layout/filteringLars-Dominik Braun1-51/+53
Use modal for “learn more” and selectize.js for filtering. Replaces the ugly navbar dropdown.
2017-11-03Switch DOI links to HTTPSLars-Dominik Braun1-1/+1
2017-11-02Show feature categoryLars-Dominik Braun1-2/+9
Just the feature name is not enough information in some cases.
2017-11-02Add copy&pasteable BibTeX entries to HTMLLars-Dominik Braun1-0/+3
2017-11-02Add project descriptionLars-Dominik Braun1-50/+86
List of features is part of that, feature filtering was moved into the navbar.
2017-10-16Split Main.hsLars-Dominik Braun1-0/+197
Replace tabs with spaces. No functional changes.