summaryrefslogtreecommitdiff
path: root/lulua/data/report/index.html
AgeCommit message (Collapse)AuthorFilesLines
2020-09-06report: Upgrade purecss and mathjaxLars-Dominik Braun1-3/+3
2020-08-22report: Fix swapped layers in layout propertiesLars-Dominik Braun1-2/+2
2020-05-16report: Add simple sentence effort visualizationLars-Dominik Braun1-0/+17
Trying to give the reader a sense for how difficult carpalx thinks certain parts of a sentence are. Conclusions are only valid for a single layout and comparison between them is not possible.
2020-05-10report: Add translated source table, asymmetry definitionLars-Dominik Braun1-50/+106
Also fix the layout break point.
2020-04-25ar-lulua: Optimize layer two and threeLars-Dominik Braun1-1/+7
Take another stab at the symbol layers and call it v0.3.
2020-03-28report: Explain origin of Lam-Alif ligatureLars-Dominik Braun1-1/+3
2020-03-28Add analysis for ar-idlebi and ar-alramlyLars-Dominik Braun1-4/+100
2020-03-08report: Expand analysisLars-Dominik Braun1-90/+176
Expand explanation of proposed layout and criticism of other layouts.
2020-03-07report: Add OS X layoutLars-Dominik Braun1-0/+26
2020-02-22doc: Switch to jinja2-based renderingLars-Dominik Braun1-0/+474
Pre-rendering HTML was not the best idea. Instead pre-process the data, cache it into data files and do the HTML rendering only as the final step. Also adds asymmetry to analysis and uses tabular numbers and spaces instead of ugly table hacks to align numbers.