The data to produce the following list is a slightly processed version of these.
In the following list you can filter the papers by writing a
small piece of javascript code. You are creating a function
that should return true or false to keep or discard a paper
respectively. That function takes a single parameter
paper which is an object structured as follows:
{
"title": "Awesome paper",
"authors": [
{
"name": "Ioannis Papadopoulos",
"affiliation": "Company or university that is changing the world"
},
...
]
}
Since there is nothing better than an example, the following table contains links that set the search accordingly.