Kristian Kankainen

Results 11 issues of Kristian Kankainen

The [Atom standard](http://tools.ietf.org/html/rfc4287) supports more than plain-text in the elements' titles when the type is set to `html` instead of default `text`. I don't know whether RSS or RSS2 supports...

feature

There exists many reading-ease tests that calculate how easy it is to "read" and "understand" a text. [Flesch](https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests#Flesch_reading_ease) is one of the most popular. I have used EstNLTK for calculating...

A quick search on the internet for Grammatical Framework and Docker finds many hints for at least some support of GF having been dockerized. Looking at it as a newcomer...

## Web version When I start the web application (using `start.bat`), the terminal eventually launches a web browser but it shows only the black background and nothing more. Inspecting the...

I think it would be good to define the servo blocks the same way as sonar blocks, e.g. to abstract the servo pins to use names instead of just the...

There is no need for the dependency of underscore. Cheers!

Hello! I hope I don't create a mess. I tried to keep everything capsulated in separate commits. Please review the commits.

Aigaion keeps every publication's pub_id and bibtex_id stored in a session cache variable for later crossreferencing needs (helpers/bibtex.php). Instead of keeping everything in a cached variable, it would be better...

An index could be added so that author_db.php->getByExactName() query would run much quicker. ALTER TABLE .`author` DROP INDEX `surname` , ADD INDEX `exactname` ( `surname` ( 10 ) , `firstname`...

Two fields N2 and AB are in wrong order in the array $risElements in file parseentries_ris.php Commit 33d8be7 solves this issue.